summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* - MFH: Adjust tests for removed old_function() in Zend Engine 2Derick Rethans2002-11-234-8/+8
|
* This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.SVN Migration2002-11-191-0/+9
|
* MFH: new syntaxMarcus Boerger2002-11-151-3/+3
|
* Removed the test. I should have been more aware of variability ofMoriyoshi Koizumi2002-11-111-15/+0
| | | | | error messages. Thanks Ilia.
* Made it conscious of the line numberMoriyoshi Koizumi2002-11-101-1/+1
|
* Added a test case for bug #17882Moriyoshi Koizumi2002-11-101-0/+15
|
* Added a test for bug #19566Moriyoshi Koizumi2002-11-081-0/+10
|
* Comment out part 3 for nowMarcus Boerger2002-11-051-7/+84
| | | | | Added Part 4
* 2nd wow returns different results with ZE1/ZE2Marcus Boerger2002-11-041-2/+5
|
* Removed \r, which caused the test to fail.Ilia Alshanetsky2002-11-041-1/+1
|
* See http://bugs.php.net/20175Marcus Boerger2002-11-041-0/+85
|
* -testing the testsMarcus Boerger2002-11-047-0/+77
| | | | | | | -moved tests/dirname.phpt to tests/run-test/test007.phpt because many tests use this to find their additional files. -no more tests in tests directly only in subdirectories
* Moved the test into the suitable placeMoriyoshi Koizumi2002-10-311-19/+0
|
* Rewrite: Taken from ZE2 RFC + a little textual modificationMarcus Boerger2002-10-291-9/+26
|
* no notices hereMarcus Boerger2002-10-291-3/+3
|
* - Add test case for bug 20120, bison bug.Derick Rethans2002-10-271-0/+26
|
* - Use new setlocal semanticsDerick Rethans2002-10-231-13/+4
|
* No longer needed. See README.TESTINGMarcus Boerger2002-10-221-60/+0
|
* Test result depends on these ini settingsMarcus Boerger2002-10-221-2/+5
|
* Sorry, shouldn't use undo on packetloss connectionsMelvyn Sopacua2002-10-101-1/+1
|
* Fix the test after Ilia's patch.Andrei Zmievski2002-10-101-1/+1
|
* Fix platform dependencies, setlocale output, bug #19836Melvyn Sopacua2002-10-101-2/+2
| | | | | | | Testing numerics, so set numeric. If the platform doesn't support this category, passing this test is more likely to be coincedence than expected behavior.
* - Drop requirement for php.ini-distDerick Rethans2002-10-081-2/+9
| | | | | - Adjust test script to hard code ini settings
* Skip this test if we're not using ZE2Sander Roobol2002-10-061-0/+2
|
* - Fix highlight_string test.Derick Rethans2002-10-061-2/+2
|
* - Fix descriptionsDerick Rethans2002-10-032-2/+2
|
* - Add highlight_string buffering testDerick Rethans2002-10-031-0/+17
|
* - Add testsDerick Rethans2002-10-032-0/+36
|
* Improve test to show output bufferring bypass bug clearly.Yasuo Ohgaki2002-10-021-3/+5
|
* WS and added missing output.Yasuo Ohgaki2002-10-011-4/+6
| | | | | It seems this bug is fixed in latest version at least.
* Test argument passing for CLIMarcus Boerger2002-08-211-0/+27
|
* This does not work for CLIMarcus Boerger2002-08-211-3/+4
|
* @- Added set_exception_handler() function for registering a global,Stig Bakken2002-08-161-6/+20
| | | | | | | @ catch-all exception handling function (Stig) - Added set_exception_handler() function for registering a global, catch-all exception handling function (Stig)
* Fix the levels. (php.ini-dist has output_buffering OFF)foobar2002-08-011-1/+1
|
* Use the constant instead of string for locale type.foobar2002-08-011-3/+4
|
* Zend Engine behaviour is affected by setlocale() due to use ofHartmut Holzgraefe2002-07-172-0/+35
| | | | | locale aware functions like strtod(), atof(), tolower(), toupper() :(
* Made the tests (and not only run-tests.php) actually use php.ini-dist, andSander Roobol2002-06-161-3/+0
| | | | | removed unused php.ini file.
* Default INI file used with run-tests.phpPreston L. Bannister2002-05-171-0/+3
|
* More detailed/explanatory output.Preston L. Bannister2002-05-161-6/+56
|
* Make failed case tell you what was different.Preston L. Bannister2002-05-161-1/+9
|
* Make test valid for either "register globals" setting.Preston L. Bannister2002-05-161-9/+10
|
* Add TEST_PHP_DETAILED usage for verbose test runs.Preston L. Bannister2002-05-161-2/+10
|
* Fix typo in SKIP clause.Preston L. Bannister2002-05-164-6/+6
|
* dirname() checks that work for both Unix and Win32.Preston L. Bannister2002-05-161-23/+51
|
* Win32 project and makefile used to invoke run-tests.phpPreston L. Bannister2002-05-152-0/+80
|
* Added ini_set()/ini_get()/ini_restore() testYasuo Ohgaki2002-04-031-0/+24
|
* Updating tests: remove alternative syntax in tests, added a specialSander Roobol2002-03-2922-128/+201
| | | | | alternative-syntax testfile.
* Trying to be more clear.Yasuo Ohgaki2002-03-291-1/+1
|
* Added class method registration test. It does not testYasuo Ohgaki2002-03-291-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 Ohgaki2002-03-291-1/+1
| | | | | # Shall we consider this as a bug or documentation problem?