Skip to content

Feedback Validating function ReflectionExtension #5

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed

Feedback Validating function ReflectionExtension #5

wants to merge 2 commits into from

Conversation

sobreirami
Copy link

No description provided.

@sobreirami sobreirami changed the title Feedback Validating error of function ReflectionExtension Feedback Validating function ReflectionExtension Jul 6, 2014
@rogeriopradoj
Copy link

$ vagrant up
$ vagrant ssh
$ cd /vagrant/php-src
$ time make distclean
$ time ./buildconf --force
$ time ./configure --with-gd
$ time make
# or
$ time (make distclean; ./buildconf --force; ./configure --with-gd; make)
$ grep "PHP_VERSION =" Makefile
$ time make test TESTS=tests/michel.sobreira

@rogeriopradoj
Copy link

 vagrant@vm  /vagrant/php-src   phpsp-pr005  grep "PHP_VERSION =" Makefile
PHP_VERSION = 5.5.18-dev
 vagrant@vm  /vagrant/php-src   phpsp-pr005  time make test TESTS=tests/michel.sobreira

Build complete.
Don't forget to run 'make test'.


=====================================================================
PHP         : /vagrant/php-src/sapi/cli/php
PHP_SAPI    : cli
PHP_VERSION : 5.5.18-dev
ZEND_VERSION: 2.5.0
PHP_OS      : Linux - Linux vm 3.13.0-30-generic #55-Ubuntu SMP Fri Jul 4 21:43:42 UTC 2014 i686
INI actual  : /vagrant/php-src/tmp-php.ini
More .INIs  :
CWD         : /vagrant/php-src
Extra dirs  :
VALGRIND    : Not used
=====================================================================
Running selected tests.
PASS Feedback Validating error of function ReflectionExtension [tests/michel.sobreira/ReflectionExtension.phpt]
PASS Verifying that the ReflectionExtension function is validating the parameters correctly [tests/michel.sobreira/ReflectionExtension2.phpt]
=====================================================================
Number of tests :    2                 2
Tests skipped   :    0 (  0.0%) --------
Tests warned    :    0 (  0.0%) (  0.0%)
Tests failed    :    0 (  0.0%) (  0.0%)
Expected fail   :    0 (  0.0%) (  0.0%)
Tests passed    :    2 (100.0%) (100.0%)
---------------------------------------------------------------------
Time taken      :    0 seconds
=====================================================================
make test TESTS=tests/michel.sobreira  0.03s user 0.02s system 41% cpu 0.105 total

@rogeriopradoj
Copy link

 vagrant@vm  /vagrant/php-src   phpsp-pr005-56  grep "PHP_VERSION =" Makefile
PHP_VERSION = 5.6.2-dev
 vagrant@vm  /vagrant/php-src   phpsp-pr005-56  time make test TESTS=tests/michel.sobreira

Build complete.
Don't forget to run 'make test'.


=====================================================================
PHP         : /vagrant/php-src/sapi/cli/php
PHP_SAPI    : cli
PHP_VERSION : 5.6.2-dev
ZEND_VERSION: 2.6.0
PHP_OS      : Linux - Linux vm 3.13.0-30-generic #55-Ubuntu SMP Fri Jul 4 21:43:42 UTC 2014 i686
INI actual  : /vagrant/php-src/tmp-php.ini
More .INIs  :
CWD         : /vagrant/php-src
Extra dirs  :
VALGRIND    : Not used
=====================================================================
Running selected tests.
PASS Feedback Validating error of function ReflectionExtension [tests/michel.sobreira/ReflectionExtension.phpt]
PASS Verifying that the ReflectionExtension function is validating the parameters correctly [tests/michel.sobreira/ReflectionExtension2.phpt]
=====================================================================
Number of tests :    2                 2
Tests skipped   :    0 (  0.0%) --------
Tests warned    :    0 (  0.0%) (  0.0%)
Tests failed    :    0 (  0.0%) (  0.0%)
Expected fail   :    0 (  0.0%) (  0.0%)
Tests passed    :    2 (100.0%) (100.0%)
---------------------------------------------------------------------
Time taken      :    0 seconds
=====================================================================
make test TESTS=tests/michel.sobreira  0.04s user 0.02s system 58% cpu 0.109 total

@rogeriopradoj
Copy link

 vagrant@vm  /vagrant/php-src   phpsp-pr005-master  time (make distclean; ./buildconf --force; ./configure --with-gd; make)
...
470.79s user 17.81s system 93% cpu 8:44.54 total

 vagrant@vm  /vagrant/php-src   phpsp-pr005-master  grep "PHP_VERSION =" Makefile
PHP_VERSION = 7.0.0-dev
 vagrant@vm  /vagrant/php-src   phpsp-pr005-master  time make test TESTS=tests/michel.sobreira

Build complete.
Don't forget to run 'make test'.


=====================================================================
PHP         : /vagrant/php-src/sapi/cli/php
PHP_SAPI    : cli
PHP_VERSION : 7.0.0-dev
ZEND_VERSION: 2.8.0-dev
PHP_OS      : Linux - Linux vm 3.13.0-30-generic #55-Ubuntu SMP Fri Jul 4 21:43:42 UTC 2014 i686
INI actual  : /vagrant/php-src/tmp-php.ini
More .INIs  :
CWD         : /vagrant/php-src
Extra dirs  :
VALGRIND    : Not used
=====================================================================
Running selected tests.
PASS Feedback Validating error of function ReflectionExtension [tests/michel.sobreira/ReflectionExtension.phpt]
PASS Verifying that the ReflectionExtension function is validating the parameters correctly [tests/michel.sobreira/ReflectionExtension2.phpt]
=====================================================================
Number of tests :    2                 2
Tests skipped   :    0 (  0.0%) --------
Tests warned    :    0 (  0.0%) (  0.0%)
Tests failed    :    0 (  0.0%) (  0.0%)
Expected fail   :    0 (  0.0%) (  0.0%)
Tests passed    :    2 (100.0%) (100.0%)
---------------------------------------------------------------------
Time taken      :    0 seconds
=====================================================================
make test TESTS=tests/michel.sobreira  0.04s user 0.02s system 49% cpu 0.113 total

@rogeriopradoj
Copy link

PR mandado para o repositório oficial:
php#852

Obs.: apenas um PR para o branch mais baixo que o teste vai rodar (PHP-5.5), conforme indicado pelo @Tyrael na lista http://news.php.net/php.qa/67367.

rogeriopradoj pushed a commit that referenced this pull request Oct 4, 2014
use php.net as host, to allow mirror redirects
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants