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.
 
 
 
 
 
 
Antony Dovgal 0f0fe9c967 MFH: new tests 19 years ago
..
001.phpt add new tests 20 years ago
002.phpt add new tests 20 years ago
003.phpt add new tests 20 years ago
004.phpt add new tests 20 years ago
005.phpt add new tests 20 years ago
006.phpt add new tests 20 years ago
007.phpt add new tests 20 years ago
008.phpt add new tests 20 years ago
009.phpt add new tests 20 years ago
010.phpt add new tests 20 years ago
011.phpt add new tests 20 years ago
012.phpt add new tests 20 years ago
013.phpt add new tests 20 years ago
014.inc add new tests 20 years ago
014.phpt add new tests 20 years ago
015.phpt add new tests 20 years ago
016.phpt add test 20 years ago
017.phpt add test 19 years ago
abstract-static.phpt Fix test 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 22 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. 22 years ago
bug24884.phpt fix test 20 years ago
bug26010.phpt Fix one more test 23 years ago
bug26077.phpt fix test description 20 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 20 years ago
bug26696.phpt Update test 22 years ago
bug26697.phpt Fixed bug #26697 (calling class_exists on a nonexistent class in __autoload 22 years ago
bug26698.phpt Ignore the memleak in this test 22 years ago
bug26801.phpt {} to [] test fixes 20 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 there is no Unicode in 5_2 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). 21 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
bug30332.phpt Make sure E_STRICT is set always 21 years ago
bug30346.phpt MFH 20 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 there is no Unicode in 5_2 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) 21 years ago
bug30998.phpt add test 21 years ago
bug31098.phpt {} to [] test fixes 20 years ago
bug31102.phpt - Added missing description (thanks jani) 21 years ago
bug31177-2.phpt typofix 20 years ago
bug31177.phpt Added test file for bug #31177 (not fixed yet) 21 years ago
bug31341.phpt Fixed bug #35411 (Regression with \{$ handling). 20 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
bug31828.phpt Strict warnings 21 years ago
bug32080.phpt Strict warnings 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 Changed error message (E_ERROR -> E_NOTICE) in case of indirect modification of overloaded property. 20 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
bug32852.phpt Make sure E_STRICT is set always 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
bug33243.phpt Fixed bug #33243 (ze1_compatibility_mode does not work as expected) 21 years ago
bug33257.phpt Fixed test 21 years ago
bug33277.phpt No short-tags! 21 years ago
bug33282.phpt Fixed bug #33282 (Re-assignment by reference does not clear the is_ref flag) 19 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 fix tests 20 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
bug34065.phpt Fixed bugs #34065 and #38623 (throw in foreach/switch causes memory leaks) 20 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 Fix tests 19 years ago
bug34678.phpt Fixed bug #34678 (__call(), is_callable() and static methods) 21 years ago
bug34712.phpt Fixed bug #34712 (zend.ze1_compatibility_mode = on segfault) 21 years ago
bug34767.phpt Fixed bug #34767 (Zend Engine 1 Compatibility not copying objects correctly) 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) 20 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) 20 years ago
bug35106.phpt - Fixed bug #35106 (nested foreach fails when array variable has a reference). 19 years ago
bug35239.phpt Fixed bug #35239 (Objects can lose references) 20 years ago
bug35393.phpt Fixed bug #35393 (changing static protected members from outside the class, one more reference issue) 20 years ago
bug35411.phpt Fixed bug #35411 (Regression with \{$ handling). 20 years ago
bug35437.phpt Fixed bug #35437 (Segfault or Invalid Opcode 137/1/4) 20 years ago
bug35470.phpt Fixed bug #35470 (Assigning global using variable name from array doesn't function) 20 years ago
bug35509.phpt Fixed bug #35509 (string constant as array key has different behavior inside object) 20 years ago
bug35634.phpt Fixed bug #35634 (Erroneous "Class declarations may not be nested" error raised). (Carl P. Corliss) 19 years ago
bug35655.phpt - Fix test 20 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
bug36214.phpt fix test 19 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
bug36759.phpt Fixed bug #36759 (Objects destructors are invoked in wrong order when script is finished). 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 Fixed bug #37144 (PHP crashes trying to assign into property of dead object) 20 years ago
bug37212.phpt - MFH: Fix bug #37212 (Access to protected property of common base class) 20 years ago
bug37632.phpt - MFH Bugfix #37632 (Protected method access problem) 20 years ago
bug37667.phpt Changed error message (E_ERROR -> E_NOTICE) in case of indirect modification of overloaded property. 20 years ago
bug37707.phpt Proper fix for bug #37707 ("clone $x" must call __clone() enven if result value is not used) 20 years ago
bug37811.phpt - Fixed Bug #37811 define not using toString on objects 20 years ago
bug38047.phpt Fixed bug #38047 ("file" and "line" sometimes not set in backtrace from inside error handler) 20 years ago
bug38146.phpt Test for bug #38146 (Cannot use array returned from foo::__get('bar') in write context) 20 years ago
bug38211.phpt Fixed bug #38211 (variable name and cookie name match breaks script execution) 20 years ago
bug38220.phpt Fixed bug #38220 (Crash on some object operations) 20 years ago
bug38234.phpt Fixed bug #38234 (Exception in __clone makes memory leak) 20 years ago
bug38287.phpt Fixed bug #38287 (static variables mess up global vars) 20 years ago
bug38461.phpt add test 20 years ago
bug38623.phpt Fixed bugs #34065 and #38623 (throw in foreach/switch causes memory leaks) 20 years ago
bug38624.phpt MFH: fix #38624 (Strange warning when incrementing an object property and exception is thrown from __get method) 20 years ago
bug38772.phpt Fixed bug #38772 (inconsistent overriding of methods in different visibility contexts) 20 years ago
bug38779.phpt fix tests on MacOS 20 years ago
bug38779_1.phpt fix tests on MacOS 20 years ago
bug38808.phpt Fixed bug #38808 ("maybe ref" issue for current() and others) 20 years ago
bug38942.phpt Fixed bug #38942 (Double old-style-ctor inheritance) 20 years ago
bug39003.phpt MFH: fix #39003 (__autoload() is called for type hinting) 20 years ago
bug39017.phpt Fixed bug #39017 (foreach(($obj = new myClass) as $v); echo $obj; segfaults) 20 years ago
bug39036.phpt add test 20 years ago
bug39297.phpt Fixed bug #39297 (Memory corryption because of indirect modification of overloaded array). 19 years ago
bug39304.phpt Fixed bug #39304 (Segmentation fault with list unpacking of string offset) 19 years ago
bug39438.phpt Bug #39438 (Fatal error: Out of memory) 19 years ago
bug39445.phpt Fixed bug #39445 (Calling debug_backtrace() in the __toString() function produces a crash) 19 years ago
bug39449.phpt - Fixed bug #35106 (nested foreach fails when array variable has a reference). 19 years ago
bug39602.phpt fix test 19 years ago
bug39721.phpt Fixed bug #39721 (Runtime inheritance causes data corruption) 19 years ago
bug39775.phpt Fixed bug #39775 ("Indirect modification ..." message is not shown) 19 years ago
bug39825.phpt Fixed bug #39825 (foreach produces memory error) 19 years ago
bug39944.phpt Fixed bug #39944 (References broken) 19 years ago
bug39990.phpt - Fixed bug #35106 (nested foreach fails when array variable has a reference). 19 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
errmsg_001.phpt MFH: new tests 19 years ago
errmsg_002.phpt MFH: new tests 19 years ago
errmsg_003.phpt MFH: new tests 19 years ago
errmsg_004.phpt MFH: new tests 19 years ago
errmsg_005.phpt MFH: new tests 19 years ago
errmsg_006.phpt MFH: new tests 19 years ago
errmsg_007.phpt MFH: new tests 19 years ago
errmsg_008.phpt MFH: new tests 19 years ago
errmsg_009.phpt MFH: new tests 19 years ago
errmsg_010.phpt MFH: new tests 19 years ago
errmsg_011.phpt MFH: new tests 19 years ago
errmsg_012.phpt MFH: new tests 19 years ago
errmsg_013.phpt MFH: new tests 19 years ago
errmsg_014.phpt MFH: new tests 19 years ago
errmsg_015.phpt MFH: new tests 19 years ago
errmsg_016.phpt MFH: new tests 19 years ago
errmsg_017.phpt MFH: new tests 19 years ago
errmsg_018.phpt MFH: new tests 19 years ago
errmsg_019.phpt MFH: new tests 19 years ago
errmsg_020.phpt MFH: new tests 19 years ago
errmsg_021.phpt MFH: new tests 19 years ago
errmsg_022.phpt MFH: new tests 19 years ago
errmsg_023.phpt MFH: new tests 19 years ago
errmsg_024.phpt MFH: new tests 19 years ago
errmsg_025.phpt MFH: new tests 19 years ago
errmsg_026.phpt MFH: new tests 19 years ago
errmsg_027.phpt MFH: new tests 19 years ago
errmsg_028.phpt MFH: new tests 19 years ago
errmsg_029.phpt MFH: new tests 19 years ago
errmsg_030.phpt MFH: new tests 19 years ago
errmsg_031.phpt MFH: new tests 19 years ago
errmsg_032.phpt MFH: new tests 19 years ago
errmsg_033.phpt MFH: new tests 19 years ago
errmsg_034.phpt MFH: new tests 19 years ago
errmsg_035.phpt MFH: new tests 19 years ago
errmsg_036.phpt MFH: new tests 19 years ago
errmsg_037.phpt MFH: new tests 19 years ago
errmsg_038.phpt MFH: new tests 19 years ago
errmsg_039.phpt MFH: new tests 19 years ago
errmsg_040.phpt MFH: new tests 19 years ago
errmsg_041.phpt MFH: new tests 19 years ago
errmsg_042.phpt MFH: new tests 19 years ago
errmsg_043.phpt MFH: new tests 19 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
globals.inc MFH: new tests 19 years ago
globals_001.phpt MFH: new tests 19 years ago
globals_002.phpt MFH: new tests 19 years ago
globals_003.phpt MFH: new tests 19 years ago
globals_004.phpt MFH: new tests 19 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
int_overflow_32bit.phpt add new tests 20 years ago
int_overflow_64bit.phpt new tests 20 years ago
int_underflow_32bit.phpt add new tests 20 years ago
int_underflow_64bit.phpt new tests 20 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
objects_002.phpt add tests for E_STRICT that will become E_FATAL in PHP 6 20 years ago
objects_003.phpt add tests for E_STRICT that will become E_FATAL in PHP 6 20 years ago
objects_004.phpt add tests for E_STRICT that will become E_FATAL in PHP 6 20 years ago
objects_005.phpt add tests for E_STRICT that will become E_FATAL in PHP 6 20 years ago
objects_006.phpt add tests for E_STRICT that will become E_FATAL in PHP 6 20 years ago
objects_007.phpt add tests for E_STRICT that will become E_FATAL in PHP 6 20 years ago
objects_008.phpt add tests for E_STRICT that will become E_FATAL in PHP 6 20 years ago
objects_009.phpt add tests for E_STRICT that will become E_FATAL in PHP 6 20 years ago
objects_010.phpt add more tests 20 years ago
objects_011.phpt add more tests 20 years ago
objects_012.phpt MFH: do not allow to implement the same interface twice 20 years ago
objects_013.phpt fix test 20 years ago
objects_014.phpt fix tests 20 years ago
objects_015.phpt - MFH Add new test 20 years ago
offset_array.phpt add new tests 20 years ago
offset_bool.phpt add new tests 20 years ago
offset_long.phpt add new tests 20 years ago
offset_null.phpt add new tests 20 years ago
offset_object.phpt add new tests 20 years ago
offset_string.phpt add new tests 20 years ago
strict_001.phpt add more tests 20 years ago
strict_002.phpt add more tests 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 fix test 19 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 20 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