Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Didn't commit the correct trim.phpt, it now passes | Jeroen van Wolffelaar | 2001-08-05 | 1 | -15/+15 | |
| | ||||||
* | More tests | Jeroen van Wolffelaar | 2001-08-05 | 4 | -82/+106 | |
| | ||||||
* | Better abs() testing | Jeroen van Wolffelaar | 2001-08-04 | 1 | -0/+6 | |
| | ||||||
* | Fix bug in the tests :-( | Jeroen van Wolffelaar | 2001-08-04 | 1 | -9/+17 | |
| | | | | | There seems to be one real bug in pow(), I'm trying to fix it... | |||||
* | Added tests for pow() | Jeroen van Wolffelaar | 2001-08-04 | 2 | -0/+155 | |
| | | | | | #The tests near LONG_MAX/MIN fail, I know that | |||||
* | @ - assert() now accepts the array(&$obj,"methodname") syntax. (Thies) | Thies C. Arntzen | 2001-07-09 | 1 | -7/+25 | |
| | | | | | + some cleanups | |||||
* | added test for assert | Thies C. Arntzen | 2001-07-09 | 1 | -0/+21 | |
| | ||||||
* | added test for serialize | Thies C. Arntzen | 2001-07-09 | 1 | -0/+111 | |
| | | | | | changed var.c to use Z_* macros | |||||
* | 1. st_blksize might be different for regular files and symlinks; hence | Sascha Schumann | 2001-06-21 | 1 | -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 Greene | 2001-05-11 | 1 | -0/+8 | |
| | ||||||
* | - Partial fix for bug #9050, support for "Jan 19 2000" date format | Derick Rethans | 2001-05-06 | 1 | -0/+40 | |
| | ||||||
* | Adding microtime() tests | James Moore | 2001-02-04 | 1 | -0/+19 | |
| | ||||||
* | moved to ext/iconv. | Rui Hirokawa | 2001-01-09 | 1 | -13/+0 | |
| | ||||||
* | Adding test for is_scalar(). | Zak Greant | 2000-12-18 | 1 | -0/+26 | |
| | ||||||
* | @Added iconv() function (using libc or libiconv) (Stig) | Stig Bakken | 2000-12-15 | 1 | -0/+13 | |
| | ||||||
* | fgetcsv() will now work correct with empty fields in tab delimited files | Hartmut Holzgraefe | 2000-12-14 | 2 | -0/+21 | |
| | | | | | # fix for bug #8258 and regression test | |||||
* | levenshtein() fixed, regression tests added (bug id #6562 and #7368) | Hartmut Holzgraefe | 2000-12-13 | 1 | -0/+54 | |
| | | | | | # fallback to unoptimized version for 4.0.4 release | |||||
* | @ quoted_printable_decode() function is made RFC-2045 compliant. (Kir) | Kirill Maximov | 2000-11-17 | 1 | -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't | Stig Bakken | 2000-08-31 | 3 | -7/+6 | |
| | | | | | had the chance to test) | |||||
* | @PHP 3 regression testing framework re-born (Stig) | Stig Bakken | 2000-08-27 | 19 | -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. |