Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix the levels. (php.ini-dist has output_buffering OFF) | foobar | 2002-08-01 | 1 | -1/+1 |
| | |||||
* | Use the constant instead of string for locale type. | foobar | 2002-08-01 | 1 | -3/+4 |
| | |||||
* | Zend Engine behaviour is affected by setlocale() due to use of | Hartmut Holzgraefe | 2002-07-17 | 2 | -0/+35 |
| | | | | | locale aware functions like strtod(), atof(), tolower(), toupper() :( | ||||
* | Made the tests (and not only run-tests.php) actually use php.ini-dist, and | Sander Roobol | 2002-06-16 | 1 | -3/+0 |
| | | | | | removed unused php.ini file. | ||||
* | Default INI file used with run-tests.php | Preston L. Bannister | 2002-05-17 | 1 | -0/+3 |
| | |||||
* | More detailed/explanatory output. | Preston L. Bannister | 2002-05-16 | 1 | -6/+56 |
| | |||||
* | Make failed case tell you what was different. | Preston L. Bannister | 2002-05-16 | 1 | -1/+9 |
| | |||||
* | Make test valid for either "register globals" setting. | Preston L. Bannister | 2002-05-16 | 1 | -9/+10 |
| | |||||
* | Add TEST_PHP_DETAILED usage for verbose test runs. | Preston L. Bannister | 2002-05-16 | 1 | -2/+10 |
| | |||||
* | Fix typo in SKIP clause. | Preston L. Bannister | 2002-05-16 | 4 | -6/+6 |
| | |||||
* | dirname() checks that work for both Unix and Win32. | Preston L. Bannister | 2002-05-16 | 1 | -23/+51 |
| | |||||
* | Win32 project and makefile used to invoke run-tests.php | Preston L. Bannister | 2002-05-15 | 2 | -0/+80 |
| | |||||
* | Added ini_set()/ini_get()/ini_restore() test | Yasuo Ohgaki | 2002-04-03 | 1 | -0/+24 |
| | |||||
* | Updating tests: remove alternative syntax in tests, added a special | Sander Roobol | 2002-03-29 | 22 | -128/+201 |
| | | | | | alternative-syntax testfile. | ||||
* | Trying to be more clear. | Yasuo Ohgaki | 2002-03-29 | 1 | -1/+1 |
| | |||||
* | Added class method registration test. It does not test | Yasuo Ohgaki | 2002-03-29 | 1 | -0/+38 |
| | | | | | | for multiple method definitions due to test script limitation. # Current CVS source w/o my patch should fail, though. | ||||
* | Change title to reasonable one. | Yasuo Ohgaki | 2002-03-29 | 1 | -1/+1 |
| | | | | | # Shall we consider this as a bug or documentation problem? | ||||
* | - added basic output buffering tests | Jan Lehnardt | 2002-03-24 | 1 | -0/+21 |
| | |||||
* | Fix test :) | Yasuo Ohgaki | 2002-03-23 | 1 | -3/+1 |
| | |||||
* | Added while(list() = each()) test | Yasuo Ohgaki | 2002-03-23 | 1 | -0/+23 |
| | | | | | # We may want tests/bugs ? | ||||
* | - Add test for sprintf()'s zero'th argument | Derick Rethans | 2002-03-22 | 1 | -0/+2 |
| | |||||
* | - Fixed the bz2 tests. (and changed the usage comment to be correct) | foobar | 2002-03-20 | 1 | -1/+1 |
| | |||||
* | New PHP streams... | Wez Furlong | 2002-03-15 | 1 | -2/+8 |
| | |||||
* | Fix PHP version and sapi printed so that it does not print bogus | Yasuo Ohgaki | 2002-03-12 | 1 | -0/+21 |
| | | | | | version and sapi name. | ||||
* | Fixed many tests, mostly incorrect paths. | Sander Roobol | 2002-03-08 | 4 | -0/+8 |
| | |||||
* | - More test fixes | Derick Rethans | 2002-03-05 | 1 | -1/+1 |
| | |||||
* | Make these tests work regardless of the register_globals setting. | foobar | 2001-11-13 | 4 | -4/+4 |
| | |||||
* | Fix these to give correct results even if register_globals=off or | foobar | 2001-10-23 | 1 | -2/+10 |
| | | | | | register_argc_argv=off. | ||||
* | Fix the pow-test, it now succeeds on my machine | Jeroen van Wolffelaar | 2001-10-05 | 1 | -17/+57 |
| | |||||
* | More tests | Jeroen van Wolffelaar | 2001-08-05 | 1 | -0/+35 |
| | |||||
* | fixed. | Thies C. Arntzen | 2001-06-21 | 1 | -1/+1 |
| | |||||
* | - Convert cfunction -> function. | Andi Gutmans | 2001-04-26 | 4 | -7/+7 |
| | |||||
* | printf argnum (parameter swapping) support from Morten Poulsen | Rasmus Lerdorf | 2001-04-09 | 1 | -0/+8 |
| | |||||
* | more win32 fixes | André Langhorst | 2001-03-21 | 12 | -118/+2 |
| | |||||
* | - test script for rewritten domxml module | Uwe Steinmann | 2001-03-20 | 1 | -101/+41 |
| | |||||
* | removed LC_* warnin | Hartmut Holzgraefe | 2001-02-22 | 1 | -1/+1 |
| | |||||
* | Sync the expected output with Linux dirname output. The test passes now. | Sascha Schumann | 2000-12-24 | 1 | -6/+6 |
| | | | | | | Perhaps this should be split into two tests, because the Win32 paths don't work properly with PHP's dirname on Unix. | ||||
* | - add test for hw_insertanchors() | Uwe Steinmann | 2000-12-12 | 1 | -2/+15 |
| | |||||
* | updated with =& new syntax | Andre Langhorst | 2000-12-06 | 1 | -5/+5 |
| | |||||
* | added $this in constructor test (fails currently) | Andre Langhorst | 2000-12-06 | 1 | -0/+33 |
| | |||||
* | added OO test (will fail currently) | Andre Langhorst | 2000-12-06 | 1 | -0/+30 |
| | |||||
* | changed run-tests.php to use 'php -q' instead of 'php -f' | Hartmut Holzgraefe | 2000-12-03 | 1 | -3/+3 |
| | |||||
* | - add testing for xpath | Uwe Steinmann | 2000-11-10 | 1 | -3/+24 |
| | |||||
* | have you ever tried to run the regression tests with error_reporting=E_ALL ? | Hartmut Holzgraefe | 2000-10-23 | 3 | -12/+12 |
| | | | | | now it will run smoothly without all theese 'undefined ...' warnings | ||||
* | * changed Andi's "testdirname" into a real regression test | Stig Bakken | 2000-10-04 | 1 | -2/+16 |
| | | | | | | # Andi, could you verify that the expected output really # is correct? | ||||
* | - Add dirname() test. Don't have time to create a real regression test | Andi Gutmans | 2000-10-03 | 1 | -0/+16 |
| | |||||
* | Remove deprecated call-time reference | Stanislav Malyshev | 2000-09-03 | 1 | -1/+1 |
| | |||||
* | * all tests should pass now (expect for the interbase stuff that I haven't | Stig Bakken | 2000-08-31 | 4 | -1134/+18 |
| | | | | | had the chance to test) | ||||
* | @PHP 3 regression testing framework re-born (Stig) | Stig Bakken | 2000-08-27 | 54 | -0/+16638 |
| | | | | | | | | Took the old PHP 3 regression testing framework and rewrote it in PHP. Should work on both Windows and UNIX, however I have not tested it on Windows. See tests/README for how to write tests. Added the PHP 3 tests and converted most of them. | ||||
* | test file for pfpro | David Croft | 2000-07-15 | 1 | -0/+39 |
| |