| Commit message (Expand) | Author | Age | Files | Lines |
* | New vfprintf() tests. Tested on Window, Linux and Linux 64 bit | andy wharmby | 2009-01-20 | 42 | -106/+3342 |
* | New substr_replace() and unpack() error tests. Tested on Windows, Linux and L... | andy wharmby | 2009-01-19 | 2 | -0/+112 |
* | New vprintf() tests. Tested on Windows, Linux and Linux 64 bit. | andy wharmby | 2009-01-19 | 38 | -0/+3412 |
* | New strval() tests. Tested on Windows, Linux and Linux 64 bit. | andy wharmby | 2009-01-19 | 4 | -0/+400 |
* | New tests for str_pad(), str_shuffle(), stristr() and strlen(). Tested on WIn... | andy wharmby | 2009-01-19 | 19 | -163/+1576 |
* | New nl_langinfo(), number_format() and ord() tests. Tested on Windows. Linux... | andy wharmby | 2009-01-18 | 8 | -0/+665 |
* | New hebrev() and hebrevc() tests. Tested on Windows. Linux and Linux 64 bit | andy wharmby | 2009-01-18 | 8 | -0/+1149 |
* | New sha1f() tests. Tested on Windows. Linux and Linux 64 bit | andy wharmby | 2009-01-18 | 5 | -0/+567 |
* | New sscanf() tests. Tested on Windows. Linux and Linux 64 bit | andy wharmby | 2009-01-18 | 11 | -0/+757 |
* | New explode() tests. Tested on Windows. Linux and Linux 64 bit | andy wharmby | 2009-01-18 | 7 | -0/+817 |
* | New money_format() tests. Tested on Windows, Linux and Linux 64 bit | andy wharmby | 2009-01-17 | 6 | -0/+682 |
* | - Removed XFAIL | Felipe Pena | 2009-01-17 | 3 | -6/+0 |
* | New trim() tests. Tested on Windows, Linux and Linux 64 bit | andy wharmby | 2009-01-17 | 4 | -0/+382 |
* | New ltrim() tests. Tested on Windows, Linux and Linux 64 bit | andy wharmby | 2009-01-17 | 4 | -0/+390 |
* | New string tests. Tested on Windows, Linux and Linu 64 bit | andy wharmby | 2009-01-16 | 23 | -0/+2255 |
* | New string function tests. Tested on Windows, Linux and Linux 64 bit. | andy wharmby | 2009-01-16 | 22 | -8/+1827 |
* | New test for strripos() string function. 3 test fail on PHP6 until #47102 fi... | andy wharmby | 2009-01-15 | 8 | -0/+803 |
* | fix explode behavior to respect negative limit when string is empty. | Brian Shire | 2008-12-27 | 1 | -0/+3 |
* | [DOC] Added ENT_IGNORE as a compatibility flag for htmlentities() and | Arnaud Le Blanc | 2008-11-26 | 2 | -21/+127 |
* | - Fixed bug #46578 (strip_tags() does not honor end-of-comment when it encoun... | Felipe Pena | 2008-11-21 | 1 | -0/+25 |
* | - Fixed tests | Felipe Pena | 2008-11-19 | 1 | -1/+1 |
* | - New test | Felipe Pena | 2008-11-02 | 1 | -0/+115 |
* | Fixed bug #43053 (Regression: some numbers shown in scientific notation). (in... | Dmitry Stogov | 2008-09-15 | 1 | -8/+8 |
* | MFB / fix tests | Arnaud Le Blanc | 2008-09-14 | 4 | -36/+48 |
* | - Fixed tests | Felipe Pena | 2008-08-30 | 1 | -0/+0 |
* | - Fixed tests | Felipe Pena | 2008-08-25 | 4 | -13/+15 |
* | - fix test on windows | Pierre Joye | 2008-08-21 | 2 | -0/+25 |
* | - use 'C' (and enable it on windows) | Pierre Joye | 2008-08-21 | 1 | -0/+0 |
* | - don't skip if windows matches | Pierre Joye | 2008-08-21 | 1 | -0/+0 |
* | - MFB: use "C" instead of "" (and enable it on windows) | Pierre Joye | 2008-08-21 | 1 | -0/+0 |
* | - skip 007 on non windows platform and add a win specific version (file not f... | Pierre Joye | 2008-08-21 | 2 | -0/+22 |
* | - Fixed test | Felipe Pena | 2008-08-20 | 1 | -0/+0 |
* | - MFB: New parameter parsing API | Felipe Pena | 2008-08-19 | 1 | -2/+2 |
* | - New parameter parsing API | Felipe Pena | 2008-08-16 | 6 | -73/+61 |
* | fix test | Jani Taskinen | 2008-08-14 | 1 | -5/+6 |
* | [DOC] add quoted_printable_encode() | Antony Dovgal | 2008-08-14 | 2 | -0/+33 |
* | - New parameter parsing API (for *printf()) | Felipe Pena | 2008-08-10 | 4 | -4/+4 |
* | Fixed bug #45581 (htmlspecialchars() double encoding &#x hex items) | Arnaud Le Blanc | 2008-08-10 | 1 | -3/+6 |
* | fix test | Stanislav Malyshev | 2008-08-05 | 1 | -1/+1 |
* | fix memnstr bug by Laurent Gaffie | Stanislav Malyshev | 2008-08-05 | 1 | -0/+15 |
* | - Fixed tests | Felipe Pena | 2008-07-29 | 4 | -20/+28 |
* | sync test with other branches | Antony Dovgal | 2008-07-23 | 1 | -2/+4 |
* | - Fixed bug #44246 (closedir() accepts a file resource opened by fopen()) | Felipe Pena | 2008-07-22 | 1 | -1/+1 |
* | Fix integer oveflow in strrpos() | Scott MacVicar | 2008-07-22 | 1 | -0/+41 |
* | Fix bug when < is used within attribute. | Scott MacVicar | 2008-07-15 | 1 | -0/+41 |
* | MFB: Tests for strpbrk(), testfest.php.net task #91 and #92. | Felix De Vliegher | 2008-07-15 | 2 | -0/+98 |
* | - Tests from TestFest | Josie Messa | 2008-07-14 | 2 | -0/+68 |
* | - MFB: Fixed bug #45485 (strip_tags and <?XML tag) | Felipe Pena | 2008-07-11 | 1 | -0/+23 |
* | PHP Testfest. Tests done by Felix De Vliegher | David Soria Parra | 2008-07-10 | 2 | -0/+109 |
* | Testcases for vfprintf(), testfest task #133. | Felix De Vliegher | 2008-06-22 | 6 | -0/+354 |