summaryrefslogtreecommitdiff
path: root/ext/standard/tests
Commit message (Collapse)AuthorAgeFilesLines
* - Added test and not the diff ;-)Derick Rethans2004-04-081-0/+16
|
* remove crapfoobar2004-04-081-2/+0
|
* - Test case for bug #20382Derick Rethans2004-04-081-0/+2
|
* - Fixed comment and double 0Derick Rethans2004-04-041-2/+2
|
* - One more test for a date/time related bug.Derick Rethans2004-04-041-0/+19
|
* MFB: Revert patch for bug #27782.Ilia Alshanetsky2004-04-011-32/+0
|
* - MFB: Fixed bug #27780 (strtotime(+1 xxx) returns a wrong date/time)Derick Rethans2004-04-011-0/+113
|
* - Fixed bug #27822 (is_resource() returns TRUE for closed resources)Derick Rethans2004-04-011-0/+10
|
* BugFix#27619Sara Golemon2004-03-311-0/+18
| | | | | | Filters not applied to pre-buffered stream data. (esp. http:// streams)
* Make time tests more robust against differences in implementationArd Biesheuvel2004-03-313-19/+19
| | | | | # FreeBSD mktime() returns -1 if is_dst==1 and no DST timezone is set
* Fixed bug #27782 (Wrong behaviour of next(), prev() and each()).Ilia Alshanetsky2004-03-301-0/+32
|
* Prevent test from failing on least significant digitArd Biesheuvel2004-03-301-23/+23
|
* Removed extra spaces that cause the test to fail.Ilia Alshanetsky2004-03-291-4/+4
|
* MFB test case for bug #27719 and improve comments in this tricky DST codeRasmus Lerdorf2004-03-281-0/+65
|
* Portable solution for bug #27646 that works correct on Windows, tooMarcus Boerger2004-03-271-1/+17
|
* BugFix 27675 and add regression test.Sara Golemon2004-03-261-0/+8
|
* -Make NAN and INF more portable (atof() doesn't work on MSVC.6 for example)Marcus Boerger2004-03-251-3/+3
| | | | | -Change test to use constants without prior conversion
* - Allow negative infinityMarcus Boerger2004-03-231-0/+31
| | | | | | - Register missing constants, they work anyway but cause an E_NOTICE # generation by atof() should be portable enough (afaik)
* BUG #27469 was fixed (serialize() objects of incomplete class)Dmitry Stogov2004-03-181-0/+27
|
* Userspace Directory Stream TestSara Golemon2004-03-171-0/+52
|
* test for bug #27457foobar2004-03-091-0/+21
|
* - Add support for more ISO8601 style formats.Moriyoshi Koizumi2004-03-011-1/+23
| | | | | | | . Timezone specifier (ex. 20040301T00:00:00+1900) . Week specifier "W" (ex. 1997W021) - Modified test case to test new features.
* - Fix tests after change to highlight_string()Derick Rethans2004-02-251-2/+2
|
* test case for statcache corruption of BGWez Furlong2004-02-231-0/+13
|
* - Added testcase for bug #27276Derick Rethans2004-02-231-0/+15
|
* 64-bit fixArd Biesheuvel2004-02-231-3/+3
|
* Fixed bug #27295 (memory leak inside sscanf()).Ilia Alshanetsky2004-02-181-0/+14
|
* shorten the description a bitfoobar2004-02-161-1/+1
|
* nuke copypaste rubbishfoobar2004-02-161-1/+0
|
* test for bug #27278foobar2004-02-161-0/+22
|
* - fix testfoobar2004-02-161-2/+2
|
* test case for bug #26938foobar2004-01-211-0/+24
|
* TypoSara Golemon2004-01-211-1/+1
|
* extend a bitfoobar2004-01-211-0/+14
|
* test case for bug #26973foobar2004-01-211-0/+20
|
* Added fgetcsv() tests.Ilia Alshanetsky2004-01-191-0/+158
|
* Fixed bug #26878 (problem with multiple references to the same variableIlia Alshanetsky2004-01-131-0/+9
| | | | | with different types).
* fixing testAndrey Hristov2004-01-111-1/+1
|
* fixing tests after last Derick's commit that changed the behaviour ofAndrey Hristov2004-01-102-240/+240
| | | | | var_export() :)
* Fixed bug #26819 (http_build_query() crashes on NULL output).Ilia Alshanetsky2004-01-062-0/+35
| | | | | | Fixed bug #26817 (http_build_query() does not handle private & protected object properties correctly).
* "seq" isn't available for all platforms.Moriyoshi Koizumi2004-01-041-1/+1
|
* Add new testMarcus Boerger2004-01-021-0/+27
|
* No Notices hereMarcus Boerger2003-12-292-4/+4
|
* Test additional wrapper methods [unlink, rename, mkdir, rmdir, url_stat]Sara Golemon2003-12-281-0/+83
|
* Bugfix #25038 (call_user_func issues warning if function throws exception)Marcus Boerger2003-12-271-0/+32
|
* Typos found by Petras Kudaras.Marcus Boerger2003-12-222-2/+2
|
* Fix testMarcus Boerger2003-12-221-0/+5
|
* Using INI section.Dmitry Stogov2003-12-191-3/+2
|
* Memory limit overflow was fixedDmitry Stogov2003-12-191-0/+3
|
* test case for array_sumAndrey Hristov2003-12-181-0/+27
|