You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Marcus Boerger 493f39da2d - MFH: Fix bug #37212 (Access to protected property of common base class) 20 years ago
..
abstract-static.phpt - MFH: Tests for BC breaking changes. 20 years ago
array_type_hint_001.phpt - MFH improve error messages 20 years ago
bug19859.phpt cleanup (CS+ws) 23 years ago
bug20240.phpt Fix test 23 years ago
bug20242.phpt cleanup (CS+ws) 23 years ago
bug21478.phpt Add missing right parensis 23 years ago
bug21888.phpt MFH 21 years ago
bug22725.phpt cleanup (CS+ws) 23 years ago
bug22836.phpt Fixed bug #22836 (returning reference to uninitialized variable) 21 years ago
bug23104.phpt Fixed bug #23104 (hash position of static arrays not being reset) 23 years ago
bug24436.phpt cleanup (CS+ws) 23 years ago
bug24635.phpt Style & WS fixes 23 years ago
bug24699.phpt fix syntax 23 years ago
bug24773.phpt Test case for bug #24773. 23 years ago
bug24884.phpt {} to [] test fixes 21 years ago
bug26010.phpt Fix one more test 23 years ago
bug26077.phpt fix test description 21 years ago
bug26166.phpt - Fix tests 20 years ago
bug26229.phpt - Bugfix #26229 (getIterator() segfaults when it returns arrays or scalars) 21 years ago
bug26281.phpt {} to [] test fixes 21 years ago
bug26696.phpt Update test 22 years ago
bug26697.phpt Fixed bug #26697 (calling class_exists on a nonexistent class in __autoload 23 years ago
bug26698.phpt Ignore the memleak in this test 22 years ago
bug26801.phpt {} to [] test fixes 21 years ago
bug26802.phpt Fix and clarify the test case 22 years ago
bug27268.phpt Fixed bug #27268 (Bad references accentuated by clone). 21 years ago
bug27304.phpt Fix test 21 years ago
bug27598.phpt Fixed bug #27598 (list() array key assignment causes HUGE memory leak) 21 years ago
bug27669.phpt - Add test for bug #27669 22 years ago
bug27731.phpt Fixed reversed condition for error reporting. 22 years ago
bug27798.phpt - Add new test 22 years ago
bug28072.phpt Fixed bug #28072 (static array with some constant keys will be incorrectly ordered). 21 years ago
bug28377.phpt Fixed bug #28377 (debug_backtrace is intermittently passing args) 21 years ago
bug28442.phpt - Bugfix #28442 21 years ago
bug28444.phpt - Fix tests 20 years ago
bug29015.phpt Fixed bug #29015 (Incorrect behavior of member vars(non string ones)-numeric mem vars und others) 21 years ago
bug29104.phpt Fixed bug #29104 (Function declaration in method doesn't work) 21 years ago
bug29210.phpt - Fix test 20 years ago
bug29368.phpt No short-tags! 21 years ago
bug29505.phpt Add new test 22 years ago
bug29674.phpt - Add new tests 21 years ago
bug29689.phpt typos 21 years ago
bug29883.phpt Fixed bug #29883 (isset gives invalid values on strings). 22 years ago
bug29890.phpt test 21 years ago
bug29896.phpt Fixed bug #29896 (Backtrace argument list out of sync) 21 years ago
bug29944.phpt Fixed bug #29944 (Function defined in switch, crashes). 21 years ago
bug30080.phpt Fixed bug #30080 (Passing array or non array of objects) 21 years ago
bug30140.phpt Fixed bug #30140 (Problem with array in static properties) 21 years ago
bug30161.phpt Fixed bug #30162 (Catching exception in constructor couses lose of $this) 21 years ago
bug30162.phpt Added test for bug #30162 (it is already fixed but test file was forgotten) 21 years ago
bug30346.phpt MFH 21 years ago
bug30394.phpt Added test for 5.0 specific bug #30394 (Assignment operators yield wrong result with __get/__set) 21 years ago
bug30407.phpt Fixed bug #30407 (Strange behaviour of default arguments) 21 years ago
bug30451.phpt tests 21 years ago
bug30519.phpt Fixed bug #30519 (Interface not existing says Class not found) 21 years ago
bug30702.phpt Fixed bug #30702 (cannot initialize class variable from class constant) 21 years ago
bug30707.phpt Fixed bug #30707 (Segmentation fault on exception in method) 21 years ago
bug30725.phpt - Second and last part of #30725 fix 21 years ago
bug30791.phpt - Fix tests 20 years ago
bug30820.phpt Fixed bug #30820 (static member conflict with $this->member silently ignored) 21 years ago
bug30828.phpt Fixed bug #30828 (debug_backtrace() reports incorrect class in overridden methods) 21 years ago
bug30889.phpt Fixed bug #30889 (Conflict between __get/__set and ++ operator) 21 years ago
bug30922.phpt Fixed bug #30922 (reflective functions crash PHP when interfaces extend themselves) 22 years ago
bug30998.phpt add test 22 years ago
bug31098.phpt {} to [] test fixes 21 years ago
bug31102.phpt - Added missing description (thanks jani) 21 years ago
bug31177-2.phpt typofix 21 years ago
bug31177.phpt Added test file for bug #31177 (not fixed yet) 21 years ago
bug31341.phpt Fixed bug #35411 (Regression with \{$ handling). 21 years ago
bug31525.phpt Fixed bug #31525 (object reference being dropped. $this getting lost) 21 years ago
bug31683.phpt Fixed bugs #29767 and #31683 (__get and __set methods must not modify property name). 21 years ago
bug31720.phpt No short-tags! 21 years ago
bug32226.phpt - Fixed layout of test description. 21 years ago
bug32252.phpt - Add new test 21 years ago
bug32290.phpt fix typo in the code and related tests 20 years ago
bug32296.phpt Fixed bug #32296 (get_class_methods output has changed between 5.0.2 and 5.0.3) 21 years ago
bug32322.phpt Added test for bug #32322 (Return values by reference broken( using self::),example singleton instance) 21 years ago
bug32427.phpt Fixed bug #32427 (Interfaces are not allowed 'static' access modifier). 21 years ago
bug32428.phpt typofix 21 years ago
bug32429.phpt fix 21 years ago
bug32596.phpt Added test for bug #32596 (Segfault/Memory Leak by getClass (etc) in __destruct) 21 years ago
bug32660.phpt Fixed bug #32660 (Assignment by reference causes crash when field access is overloaded (__get)) 21 years ago
bug32674.phpt Fixed bug #32674 (exception in iterator causes crash) 21 years ago
bug32799.phpt Fixed bug #32799 (crash: calling the corresponding global var during the destruct) 21 years ago
bug32833.phpt Fixed bug #32833 (Invalid opcode) 21 years ago
bug32993.phpt Fixed bug #32993 (implemented Iterator function current() don't throw exception) 21 years ago
bug33116.phpt Fixed bug #33116 (crash when assigning class name to global variable in __autoload). 21 years ago
bug33171.phpt Fixed bug #33171 (foreach enumerates private fields declared in base classes) 21 years ago
bug33257.phpt Fixed test 21 years ago
bug33277.phpt No short-tags! 21 years ago
bug33318.phpt Fixed bug #33318 (throw 1; results in Invalid opcode 108/1/8) 21 years ago
bug33512.phpt Added forgotten tests 21 years ago
bug33558.phpt Fixed bug #33558 (warning with nested calls to functions returning by reference) 21 years ago
bug33710.phpt typo 21 years ago
bug33732.phpt Bug #33732 (Wrong behavior of constants in class and interface extending) 21 years ago
bug33771.phpt change it to be consistent with the others 20 years ago
bug33802.phpt Fixed bug #33802 (throw Exception in error handler causes crash) 21 years ago
bug33996.phpt - MFH Sync error messages and simplify error message generation code 20 years ago
bug33999.phpt Fixed bug #33999 (object remains object when cast to int) 21 years ago
bug34045.phpt Fixed bug #34045 (Buffer overflow with serialized object) 21 years ago
bug34062.phpt Added forgotten tests 21 years ago
bug34064.phpt Fixed bug #34064 (arr[] as param to function in class gives invalid opcode) 21 years ago
bug34137.phpt Fixed bug #34137 (assigning array element by reference causes binary mess) 21 years ago
bug34199.phpt - Fix tests due to changes in the error messages. 21 years ago
bug34260.phpt Fixed bug #34260 (Segfault with callbacks (array_map) + overloading) 21 years ago
bug34310.phpt Fixed bug #34310 (foreach($arr as $c->d => $x) crashes) 21 years ago
bug34358.phpt Fixed bug #34358 (Fatal error: Cannot re-assign $this) 21 years ago
bug34467.phpt Fixed bug #34467 (foreach + __get + __set incosistency) 21 years ago
bug34518.phpt Fixed bug #34518 (Unset doesn't separate container in CV) 21 years ago
bug34617.phpt Fixed bug #34617 (zend_deactivate: objects_store used after zend_objects_store_destroy is called) 21 years ago
bug34678.phpt Fixed bug #34678 (__call(), is_callable() and static methods) 21 years ago
bug34786.phpt Fixed bug #34786 (2 @ results in change to error_reporting() to random value) 21 years ago
bug34873.phpt make it consistent with the other ones =) 20 years ago
bug34879.phpt Fixed bug #34879 (str_replace, array_map corrupt negative array indexes on 64-bit platforms) 21 years ago
bug34893.phpt Fixed bug #34893 (PHP5.1 overloading, Cannot access private property) 21 years ago
bug35017.phpt Fixed bug #35017 (Exception thrown in error handler may cause unexpected behavior) 21 years ago
bug35239.phpt Fixed bug #35239 (Objects can lose references) 21 years ago
bug35393.phpt Fixed bug #35393 (changing static protected members from outside the class, one more reference issue) 21 years ago
bug35411.phpt Fixed bug #35411 (Regression with \{$ handling). 21 years ago
bug35437.phpt Fixed bug #35437 (Segfault or Invalid Opcode 137/1/4) 21 years ago
bug35470.phpt Fixed bug #35470 (Assigning global using variable name from array doesn't function) 21 years ago
bug35509.phpt Fixed bug #35509 (string constant as array key has different behavior inside object) 21 years ago
bug35655.phpt - Fix test 21 years ago
bug36006.phpt Fixed bug #36006 (Problem with $this in __destruct()) 20 years ago
bug36037.phpt Fixed bug #36037 (heredoc adds extra line number) 20 years ago
bug36071.phpt Fixed bug #36071 (Engine Crash related with 'clone') 20 years ago
bug36268.phpt Fixed bug #36268 (Object destructors called even after fatal errors) 20 years ago
bug36303.phpt Fixed bug #36303 (foreach on error_zval produces segfault) 20 years ago
bug36513.phpt Fixed bug #36513 (comment will be outputed in last line) 20 years ago
bug36568.phpt Fixed bug #36568 (memory_limit setting on win32 has no effect) 20 years ago
bug37046.phpt Fixed test 20 years ago
bug37138.phpt Fixed bug #37138 (__autoload tries to load callback'ed self and parent) 20 years ago
bug37144.phpt Added test 20 years ago
bug37212.phpt - MFH: Fix bug #37212 (Access to protected property of common base class) 20 years ago
bug_debug_backtrace.phpt test for eval debug_backtrace bug 21 years ago
catch.phpt Changed "instanceof" and "catch" operators, is_a() and is_subclass_of() functions to not call __autoload(). 21 years ago
catch_002.phpt - MFH Add new tests 20 years ago
catch_003.phpt - MFH Add new tests 20 years ago
catch_004.phpt - MFH Use correct version 20 years ago
dtor_scope.phpt add test 23 years ago
error_reporting01.phpt fix tests 20 years ago
error_reporting02.phpt fix tests 20 years ago
error_reporting03.phpt fix tests 20 years ago
error_reporting04.phpt fix tests 20 years ago
error_reporting05.phpt fix tests 20 years ago
error_reporting06.phpt fix tests 20 years ago
error_reporting07.phpt fix tests 20 years ago
error_reporting08.phpt fix tests 20 years ago
error_reporting09.phpt fix tests 20 years ago
error_reporting10.phpt fix tests 20 years ago
foreach_undefined.phpt add test for the last Dmitry's fix 21 years ago
halt01.phpt Thought I committed it ages ago... Anyway, without further delays, the final 21 years ago
halt02.phpt Thought I committed it ages ago... Anyway, without further delays, the final 21 years ago
halt03.phpt Thought I committed it ages ago... Anyway, without further delays, the final 21 years ago
instanceof.phpt Changed "instanceof" and "catch" operators, is_a() and is_subclass_of() functions to not call __autoload(). 21 years ago
is_a.phpt Changed "instanceof" and "catch" operators, is_a() and is_subclass_of() functions to not call __autoload(). 21 years ago
method_exists.phpt method_exists() regression test 21 years ago
object-null.phpt - MFH: Tests for BC breaking changes. 20 years ago
object_handlers.phpt Fixed memory allocation bugs related to magic object handlers (__get(), __set(), 21 years ago
objects_001.phpt add new test 20 years ago
unset.inc Added test cases for CV optimization patch 22 years ago
unset_cv01.phpt Added test cases for CV optimization patch 22 years ago
unset_cv02.phpt Added test cases for CV optimization patch 22 years ago
unset_cv03.phpt Added test cases for CV optimization patch 22 years ago
unset_cv04.phpt Added test cases for CV optimization patch 22 years ago
unset_cv05.phpt fix test when session.save_handler is "user" 21 years ago
unset_cv06.phpt fix test when session.save_handler is "user" 21 years ago
unset_cv07.phpt Fixed test file 21 years ago
unset_cv08.phpt Added test cases for CV optimization patch 22 years ago
unset_cv09.phpt Added test cases for CV optimization patch 22 years ago
unset_cv10.phpt Added test cases for CV optimization patch 22 years ago
unset_cv11.phpt Fixed unset() bug that was introduced with CV optimization patch 22 years ago
unset_cv12.phpt Fixed SIGSEGV 21 years ago
zend2.php.txt Missing .cvsignore, broken test, renamed zend2.php -> zend2.php.txt 23 years ago
zend_operators.phpt - Added instance_of test (patch by Ard Biesheuvel) 22 years ago
zend_strtod.phpt - Fix test 20 years ago