Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'PHP-5.5' into PHP-5.6 | Bob Weinand | 2014-06-15 | 1 | -7/+5 |
|\ | |||||
| * | Merge branch 'PHP-5.4' into PHP-5.5 | Bob Weinand | 2014-06-15 | 1 | -7/+5 |
| |\ | |||||
| | * | Fixed wrong XFAIL test - already fixed | Bob Weinand | 2014-06-15 | 1 | -7/+5 |
| | | | |||||
* | | | Fixed tests for recent constant array changes | Bob Weinand | 2014-04-11 | 1 | -6/+6 |
|/ / | |||||
* | | Fixed bug #65768: DateTimeImmutable::diff does not work | nikita2206 | 2013-11-29 | 1 | -0/+36 |
| | | | | | | | | | | | | This commit also prevents user classes from directly implementing DateTimeInterface, because ext/date relies on classes implementing it to support certain internal structures. | ||||
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Dmitry Stogov | 2013-11-29 | 1 | -0/+13 |
|\ \ | |/ | | | | | | | * PHP-5.4: Added validation of class names in the autoload process | ||||
| * | Added validation of class names in the autoload process | Dmitry Stogov | 2013-11-29 | 1 | -0/+13 |
| | | |||||
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2013-08-04 | 1 | -2/+2 |
|\ \ | |/ | | | | | | | | | | | | | * PHP-5.4: non living code related typo fixes Conflicts: Zend/zend_compile.c | ||||
| * | non living code related typo fixes | Veres Lajos | 2013-08-04 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2013-06-23 | 2 | -0/+41 |
|\ \ | |/ | | | | | | | | | * PHP-5.4: Adding test to verify that __sleep can handle parent classes' private members Adding test to stabelize keys used when converting objects to arrays | ||||
| * | Adding test to verify that __sleep can handle parent classes' private members | Marco Pivetta | 2013-06-23 | 1 | -0/+23 |
| | | |||||
| * | Adding test to stabelize keys used when converting objects to arrays | Marco Pivetta | 2013-06-23 | 1 | -0/+18 |
| | | |||||
| * | fix tests | Stanislav Malyshev | 2013-01-23 | 1 | -3/+3 |
| | | |||||
* | | Fixed typo - inconsistent notice for undefined property (introduced by fix ↵ | Michael Moravec | 2013-04-10 | 1 | -7/+7 |
| | | | | | | | | for #49348) | ||||
* | | fix tests | Stanislav Malyshev | 2013-02-18 | 1 | -1/+13 |
| | | |||||
* | | fix tests | Stanislav Malyshev | 2013-01-22 | 1 | -3/+3 |
|/ | |||||
* | Adding test for bug #63462 | Lars Strojny | 2013-01-06 | 1 | -0/+71 |
| | |||||
* | Adding tests for private and protected properties | Marco Pivetta | 2012-12-02 | 2 | -73/+154 |
| | |||||
* | Fixing test according to @jpauli's suggestions | Marco Pivetta | 2012-12-02 | 1 | -1/+0 |
| | |||||
* | Adding regression test for behavior of magic methods with unset public ↵ | Marco Pivetta | 2012-12-02 | 1 | -0/+74 |
| | | | | | | | | properties Verifies that after having unset a public property, any access to it, be it read or write, causes calls to public magic methods Signed-off-by: Marco Pivetta <ocramius@gmail.com> | ||||
* | Merge branch 'PHP-5.3' into PHP-5.4 | Xinchen Hui | 2012-10-10 | 81 | -0/+0 |
|\ | |||||
| * | Remove executable permission on phpt | Xinchen Hui | 2012-10-10 | 81 | -0/+0 |
| | | |||||
| * | Fix test, parameter signatures was introduced only into 5.4 | Xinchen Hui | 2012-03-30 | 1 | -1/+1 |
| | | |||||
| * | - Fix test | Felipe Pena | 2011-11-26 | 1 | -1/+1 |
| | | |||||
| * | clean up is_a test title | Alan Knowles | 2011-09-24 | 1 | -1/+1 |
| | | |||||
| * | clean up is_a test, so that it covers more use cases - negative and positive ↵ | Alan Knowles | 2011-09-24 | 1 | -423/+94 |
| | | | | | | | | testing | ||||
| * | add is_a and is_subclass_of test with autoloader feature | Alan Knowles | 2011-09-24 | 1 | -0/+707 |
| | | | | | | | | Its a bit of an overkill, but should ensure breaks are easier to spot in future. | ||||
| * | - Fix tests for \0 patch in PHP 5.3. | Gustavo André dos Santos Lopes | 2010-11-22 | 1 | -1/+1 |
| | | | | | | | | - Fix constants_error_004.phpt (closes bug #51901) | ||||
* | | trivial change try to ci a "fake" merge | Xinchen Hui | 2012-03-30 | 1 | -1/+0 |
| | | | | | | | | | | seems now a empty merge will not be accepted by pre-receive-hook "remote: We cannot figure out what you comitted!" | ||||
* | | - Fix test | Felipe Pena | 2011-11-26 | 1 | -1/+1 |
| | | |||||
* | | Changed silent conversion of array to string to produce a notice. (Patrick) | Stanislav Malyshev | 2011-10-21 | 1 | -4/+4 |
| | | |||||
* | | Improve the warning message of incompatible arguments. (#55719) | Xinchen Hui | 2011-09-23 | 11 | -15/+15 |
| | | | | | | | | | | And fix tests related. | ||||
* | | Silently casting an empty string, null or false into an object by adding a ↵ | Scott MacVicar | 2010-12-31 | 1 | -9/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | property is pretty non-intuitive. If the same value was 1 or true you get a warning and it halts. Since we can't break BC completely (yet) lets bump this from E_STRICT. Also added a new section to UPGRADING for engine changes. <?php $x = ''; // $x = null; // $x = false; $x->baz = 1; var_dump($x); $y = 1; $y->baz = 1; var_dump($y); | ||||
* | | - Fix tests for \0 patch in PHP 5.3. | Gustavo André dos Santos Lopes | 2010-11-22 | 1 | -1/+1 |
| | | | | | | | | - Fix constants_error_004.phpt (closes bug #51901) | ||||
* | | Fixed test | Ilia Alshanetsky | 2010-05-26 | 1 | -1/+1 |
|/ | |||||
* | - Fixed tests | Jani Taskinen | 2010-02-13 | 1 | -1/+1 |
| | |||||
* | - Fixed tests | Felipe Pena | 2009-12-04 | 3 | -3/+3 |
| | |||||
* | Remove empty sections. Fix bad use of --SKIP-- | Zoe Slattery | 2009-07-21 | 1 | -1/+0 |
| | |||||
* | Additional class related tests. | Robin Fernandes | 2009-06-17 | 9 | -0/+121 |
| | |||||
* | MFH: Changed error messages to use "cannot" instead of "can not" (meaning ↵ | Matt Wilmas | 2009-06-07 | 2 | -2/+2 |
| | | | | "also can") | ||||
* | - Fix test | Felipe Pena | 2009-04-28 | 1 | -2/+2 |
| | |||||
* | fix test | Antony Dovgal | 2009-04-28 | 1 | -10/+10 |
| | |||||
* | Add some class related tests, fix hard-coded object ID in serialize_001.phpt. | Robin Fernandes | 2008-12-05 | 18 | -8/+720 |
| | |||||
* | add test for ArrayObject acting as array (for 5.3) | Sean Coates | 2008-11-10 | 1 | -0/+14 |
| | |||||
* | Fixed test | Dmitry Stogov | 2008-06-11 | 1 | -1/+13 |
| | |||||
* | - MFH: Fixed bug #44769 (declaring private magic methods should throw error) | Felipe Pena | 2008-06-03 | 1 | -12/+1 |
| | |||||
* | Added some class tests; Replaced some hardcoded instance ids with %d. | Steve Seear | 2008-03-19 | 6 | -12/+91 |
| | |||||
* | fix tests | Antony Dovgal | 2008-03-17 | 2 | -19/+32 |
| | |||||
* | Fix tests (removed space on error message "Undefined index: ...") | Felipe Pena | 2008-03-08 | 2 | -4/+4 |
| | |||||
* | Add new tests for class/object functions and features. | Robin Fernandes | 2008-03-06 | 7 | -0/+205 |
| |