summaryrefslogtreecommitdiff
path: root/ext/standard/tests
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | | There seems to be one real bug in pow(), I'm trying to fix it...
* Added tests for pow()Jeroen van Wolffelaar2001-08-042-0/+155
| | | | | #The tests near LONG_MAX/MIN fail, I know that
* @ - assert() now accepts the array(&$obj,"methodname") syntax. (Thies)Thies C. Arntzen2001-07-091-7/+25
| | | | | + some cleanups
* added test for assertThies C. Arntzen2001-07-091-0/+21
|
* added test for serializeThies C. Arntzen2001-07-091-0/+111
| | | | | changed var.c to use Z_* macros
* 1. st_blksize might be different for regular files and symlinks; henceSascha Schumann2001-06-211-2/+2
| | | | | | | | | | ignore differences in the twelfth element of the stat() array. 2. The 'test.file' is created by the script, thus the owner of the file is the user id executing the script. A mode of 0654 does not grant the owner the right to execute the file and therefore, the correct output here is "not executable."
* Fix is_executable test.Jason Greene2001-05-111-0/+8
|
* - Partial fix for bug #9050, support for "Jan 19 2000" date formatDerick Rethans2001-05-061-0/+40
|
* Adding microtime() testsJames Moore2001-02-041-0/+19
|
* moved to ext/iconv.Rui Hirokawa2001-01-091-13/+0
|
* Adding test for is_scalar().Zak Greant2000-12-181-0/+26
|
* @Added iconv() function (using libc or libiconv) (Stig)Stig Bakken2000-12-151-0/+13
|
* fgetcsv() will now work correct with empty fields in tab delimited filesHartmut Holzgraefe2000-12-142-0/+21
| | | | | # fix for bug #8258 and regression test
* levenshtein() fixed, regression tests added (bug id #6562 and #7368)Hartmut Holzgraefe2000-12-131-0/+54
| | | | | # fallback to unoptimized version for 4.0.4 release
* @ quoted_printable_decode() function is made RFC-2045 compliant. (Kir)Kirill Maximov2000-11-171-0/+13
| | | | | | This hopefully closes bugs #5321, #7138, #7855. Test script for the function is added.
* * all tests should pass now (expect for the interbase stuff that I haven'tStig Bakken2000-08-313-7/+6
| | | | | had the chance to test)
* @PHP 3 regression testing framework re-born (Stig)Stig Bakken2000-08-2719-0/+398
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.