summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fixed wrong XFAIL test - already fixedBob Weinand2014-06-151-7/+5
* fix these tests so they properly clean up after themselves.Ferenc Kovacs2014-01-202-0/+2
* Added validation of class names in the autoload processDmitry Stogov2013-11-291-0/+13
* Fixed tests that fail with non-default `serialize_precision` configurations.Jeff Welch2013-11-201-0/+1
* Fixed Bug 64760 var_export() does not use full precision for floating-point n...Yasuo Ohgaki2013-10-291-8/+8
* non living code related typo fixesVeres Lajos2013-08-041-2/+2
* typo fixesVeres Lajos2013-07-151-1/+1
* Adding test to verify that __sleep can handle parent classes' private membersMarco Pivetta2013-06-231-0/+23
* Adding test to stabelize keys used when converting objects to arraysMarco Pivetta2013-06-231-0/+18
* fix test for bug #60322Stanislav Malyshev2013-06-131-1/+4
* fix testsStanislav Malyshev2013-01-231-3/+3
* Adding test for bug #63462Lars Strojny2013-01-061-0/+71
* Merge branch 'PHP-5.3' into PHP-5.4Anatoliy Belsky2012-12-052-0/+8
|\
| * Two tests deactivated until #63688 was fixedAnatoliy Belsky2012-12-052-0/+8
| * Fixed bug #63377 (Segfault on output buffer)Xinchen Hui2012-11-301-0/+58
* | Adding tests for private and protected propertiesMarco Pivetta2012-12-022-73/+154
* | Fixing test according to @jpauli's suggestionsMarco Pivetta2012-12-021-1/+0
* | Adding regression test for behavior of magic methods with unset public proper...Marco Pivetta2012-12-021-0/+74
* | fix bug #61272 ob_start callback get passed empty stringMichael Wallner2012-11-281-2/+2
* | Merge branch 'PHP-5.3' into PHP-5.4Johannes Schlüter2012-11-151-0/+3
|\ \ | |/
| * Skip test if directory does not existJohannes Schlüter2012-11-151-0/+3
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-10-105-0/+0
|\ \ | |/
| * Remove executable permission on incXinchen Hui2012-10-105-0/+0
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-10-10106-0/+0
|\ \ | |/
| * Remove executable permission on phptXinchen Hui2012-10-10106-0/+0
* | fix test and move to proper placeStanislav Malyshev2012-09-301-40/+0
* | synergy ftl. Removed duplicate fields.husman2012-09-301-39/+0
* | adding test phpthusman2012-09-301-0/+79
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-08-311-6/+2
|\ \ | |/
| * Fixed bug #62976 (Notice: could not be converted to int when comparing some b...Xinchen Hui2012-08-311-6/+2
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-07-291-0/+5
|\ \ | |/
| * Skip test while zend mm is disabledXinchen Hui2012-07-291-0/+5
| * Fix bug #62109 tests\basic\bug46313-win.phpt failsAnatoliy Belsky2012-05-221-7/+8
* | fix testStanislav Malyshev2012-05-151-2/+2
* | Merge branch 'PHP-5.3' into PHP-5.4Anatoliy Belsky2012-04-161-0/+1
|\ \ | |/
| * Fix bug 61716 tests\basic\021.phpt failsAnatoliy Belsky2012-04-161-0/+1
* | Merge branch 'PHP-5.3' into PHP-5.4Anatoliy Belsky2012-04-161-1/+2
|\ \ | |/
| * Fix bug 61683 tests\basic\bug20539.phpt failsAnatoliy Belsky2012-04-161-1/+2
| * Fix test, parameter signatures was introduced only into 5.4Xinchen Hui2012-03-301-1/+1
| * - fix bug #61541, Segfault when using ob_* in output_callbackreeze2012-03-291-2/+0
| * Fixed bug #61043: Regression in magic_quotes_gpc fix (CVE-2012-0831)Gustavo André dos Santos Lopes2012-03-211-0/+11
| |\
| | * Fixed bug #61043 (Regression in magic_quotes_gpc fix for CVE-2012-0831)Ondřej Surý2012-03-211-0/+10
| * | - add test for bug #55000 and #54374Pierre Joye2012-03-211-0/+68
| |/
| * Weird, what happened here?Rasmus Lerdorf2012-02-161-19/+0
| * These tests fail unless max_input_vars and/or max_file_uploads is set high en...Rasmus Lerdorf2012-02-149-0/+10
| * Fixed bug #61000 (Exceeding max nesting level doesn't delete numerical vars).Xinchen Hui2012-02-081-0/+38
| * Fixed broken test (different error message wording in 5.3 branch)Shein Alexey2012-01-021-1/+1
| * fix memory leak in compile_string when there's a parse error (used e.g. in ev...Nuno Lopes2012-01-011-3/+5
| * adding some tests for string offsetsFerenc Kovacs2011-11-266-0/+100
| * - Fix testFelipe Pena2011-11-261-1/+1