summaryrefslogtreecommitdiff
path: root/ext/standard/tests
Commit message (Expand)AuthorAgeFilesLines
* revert last bogus change. There is bug in is_file()foobar2002-04-301-1/+1
* Fix is_file test.Wez Furlong2002-04-301-1/+1
* Add test case for file_exist/is_fileYasuo Ohgaki2002-04-282-0/+30
* fix testproblemMarcus Boerger2002-04-111-1/+1
* fix and regression test for Bug #16473Hartmut Holzgraefe2002-04-071-0/+6
* (PHP quoted_printable_decode) Fixed CR/LF processing for Windows/OS2Kirill Maximov2002-04-012-3/+16
* add test for file_get_contentsWez Furlong2002-03-281-0/+54
* Fixed the array-tests. Broke the test up into various smaller tests.Sander Roobol2002-03-266-15497/+785
* Added tests for pow()'ing with broken exponents and some additional testSander Roobol2002-03-212-1/+16
* Fix calculation of output buffer size in wordwrap(). (Thanks to Wez.)jim winstead2002-03-181-0/+2
* - Renamed aggregate.lib.php -> aggregate.lib (.php files are always deleted b...foobar2002-03-1010-9/+9
* - Fix tests to work with CLIDerick Rethans2002-03-0518-16/+19
* Adding object aggregation capability along with tests.Andrei Zmievski2002-02-2110-0/+314
* Rename finite/isinf/isnan to more standard is_*() names.jim winstead2002-01-091-8/+8
* - Fix bug introduced in earlier patchDerick Rethans2002-01-091-0/+8
* More tweaking of wordwrap() with the cut parameter set. It was being ajim winstead2002-01-051-2/+5
* New memcpy()-based wordwrap() implementation. The simple casejim winstead2002-01-051-0/+13
* Fixed pow(), and added finite(), isinf(), and isnan(). Also fixedjim winstead2002-01-051-40/+40
* good grief, positive powers of 0 are well-defined. (code fix coming.)jim winstead2002-01-051-6/+6
* Surprising how tests can fail when they don't have any supporting data :) Tha...Zak Greant2002-01-051-0/+195
* Fixed segfault in wordwrap() when wrapping to zero width and usingjim winstead2002-01-041-0/+19
* - Added test for recursive countingDerick Rethans2001-12-291-0/+37
* - Add test for floor and ceilDerick Rethans2001-12-221-0/+47
* Modified array_walk, arsort, asort, krsort, ksort, rsort, shuffle, sort,Zak Greant2001-12-221-0/+15409
* Mail should go to php-devDerick Rethans2001-12-161-2/+2
* improve last patch:Thies C. Arntzen2001-12-011-2/+4
* serialized data would be incoorect if __sleep() returned a variable-nameThies C. Arntzen2001-12-011-0/+34
* Fix most of these tests - still think there is a bug in the long->floatRasmus Lerdorf2001-11-131-11/+11
* Different operating systems handle the group x bit differently, soRasmus Lerdorf2001-11-131-3/+3
* - Fix for bugs #9640 and #13789Derick Rethans2001-10-271-32/+52
* Make math tests pass, round & co don't work this way, and there was an errorJeroen van Wolffelaar2001-10-224-46/+67
* Fixed bug: #12617foobar2001-10-221-8/+10
* * remove version_{lt,le,gt,ge,eq} functions, added a third optionalStig Bakken2001-10-111-1/+526
* @Added version_compare() function (Stig)Stig Bakken2001-10-061-0/+75
* Made assert test pass on systems with short open tags disabled.Edin Kadribasic2001-10-061-1/+1
* Fix the pow-test, it now succeeds on my machineJeroen van Wolffelaar2001-10-051-1/+1
* Add test for array_search and in_arrayJeroen van Wolffelaar2001-10-051-0/+25
* fix strtr() when called with two parameters. this has been broken for some time!Thies C. Arntzen2001-09-131-0/+11
* test big numbers tooStanislav Malyshev2001-08-201-0/+4
* make this test work.foobar2001-08-181-2/+7
* Fix testJeroen van Wolffelaar2001-08-051-1/+1
* Didn't commit the correct trim.phpt, it now passesJeroen van Wolffelaar2001-08-051-15/+15
* More testsJeroen van Wolffelaar2001-08-054-82/+106
* Better abs() testingJeroen van Wolffelaar2001-08-041-0/+6
* Fix bug in the tests :-(Jeroen van Wolffelaar2001-08-041-9/+17
* Added tests for pow()Jeroen van Wolffelaar2001-08-042-0/+155
* @ - assert() now accepts the array(&$obj,"methodname") syntax. (Thies)Thies C. Arntzen2001-07-091-7/+25
* added test for assertThies C. Arntzen2001-07-091-0/+21
* added test for serializeThies C. Arntzen2001-07-091-0/+111
* 1. st_blksize might be different for regular files and symlinks; henceSascha Schumann2001-06-211-2/+2