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.
 
 
 
 
 
 
Anatol Belski de453dbef6 reverted a couple of things in ext/phar for now, but all tests pass now 13 years ago
..
bug39542 Fixed bug #39542 (Behaviour of require/include different to < 5.2.0) 19 years ago
constants SHA256 authentication tests 14 years ago
generators Don't try to clean up generator stack on unclean shutdown 13 years ago
multibyte SHA256 authentication tests 14 years ago
traits non living code related typo fixes 13 years ago
variadic Implement variadic function syntax 13 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 Use new parameter parsing API for builtin functions 18 years ago
006.phpt Use new parameter parsing API for builtin functions 18 years ago
007.phpt Use new parameter parsing API for builtin functions 18 years ago
008.phpt Use new parameter parsing API for builtin functions 18 years ago
009.phpt Fixed bug #47664 (get_class returns NULL instead of FALSE) 17 years ago
010.phpt add new tests 20 years ago
011.phpt - MFH: Fixed bug #45743 (property_exists fails to find static protected member in child class) 18 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 Fix tests (new error message for void parameters) 19 years ago
015.phpt MFH: Add E_USER_DEPRECATED (patch by Lars Strojny) 18 years ago
016.phpt add test 20 years ago
017.phpt - MFH: Parameter parsing changes for get_defined_constants() (Kalle) 17 years ago
018.phpt MFH:- Added common getopt implementation to core. 19 years ago
019.phpt Merge branch 'pull-request/341' 13 years ago
020.phpt Use new parameter parsing API for builtin functions 18 years ago
021.phpt - MFH Improved version of ternary shortcut (Marcus) 19 years ago
022.phpt - Allow implementation of abstract methods with optional parameters (Christian 19 years ago
023.phpt - New test 18 years ago
024.phpt Adjust tests. The order in which notices appear is platform dependend as the function call ordering in parameter lists is not defined in C. 17 years ago
025.phpt - New tests 18 years ago
026.phpt Silently casting an empty string, null or false into an object by adding a property 16 years ago
027.phpt - New tests 18 years ago
028.phpt - New tests 18 years ago
029.phpt Removing redundant UEXPECT 17 years ago
030.phpt fix test 18 years ago
031.phpt - New tests 18 years ago
032.phpt - New tests 18 years ago
033.phpt Silently casting an empty string, null or false into an object by adding a property 16 years ago
034.phpt - New tests 18 years ago
035.phpt - New tests 18 years ago
036.phpt - New tests 18 years ago
037.phpt - New tests 18 years ago
038.phpt - New tests 18 years ago
abstract-static.phpt Fix test 20 years ago
access_modifiers_001.phpt disallow multiple access modifiers and 'abstract abstract' methods 19 years ago
access_modifiers_002.phpt disallow multiple access modifiers and 'abstract abstract' methods 19 years ago
access_modifiers_003.phpt Fix test 19 years ago
access_modifiers_004.phpt disallow multiple access modifiers and 'abstract abstract' methods 19 years ago
access_modifiers_005.phpt disallow multiple access modifiers and 'abstract abstract' methods 19 years ago
access_modifiers_006.phpt disallow multiple access modifiers and 'abstract abstract' methods 19 years ago
access_modifiers_007.phpt disallow multiple access modifiers and 'abstract abstract' methods 19 years ago
access_modifiers_008.phpt - Added XFAIL section in tests to issue under discussion 18 years ago
access_modifiers_009.phpt - Added XFAIL section in tests to issue under discussion 18 years ago
access_modifiers_010.phpt New tests 19 years ago
access_modifiers_011.phpt Add test for last commit. 18 years ago
access_modifiers_012.phpt Handle __call() on protected/private method access for callbacks too. 18 years ago
add_001.phpt add new tests 19 years ago
add_002.phpt add new tests 19 years ago
add_003.phpt add new tests 19 years ago
add_004.phpt add new tests 19 years ago
add_005.phpt add new tests 19 years ago
add_006.phpt fix tests 19 years ago
add_007.phpt add new tests 19 years ago
and_001.phpt add new tests 19 years ago
anonymous_func_001.phpt - New tests 18 years ago
anonymous_func_002.phpt - New tests 18 years ago
anonymous_func_003.phpt - New tests 18 years ago
argument_restriction_001.phpt Improve the warning message of incompatible arguments. (#55719) 15 years ago
argument_restriction_002.phpt Improve the warning message of incompatible arguments. (#55719) 15 years ago
argument_restriction_003.phpt Improve the warning message of incompatible arguments. (#55719) 15 years ago
argument_restriction_004.phpt Improve the warning message of incompatible arguments. (#55719) 15 years ago
argument_restriction_005.phpt Improve the warning message of incompatible arguments. (#55719) 15 years ago
argument_restriction_006.phpt Test for #60174 (Notice when array in method prototype error) 15 years ago
array_append_COW.phpt fix test names 19 years ago
array_type_hint_001.phpt - Added scalar typehinting. 16 years ago
array_unshift_COW.phpt fix test names 19 years ago
assign_to_var_001.phpt some more tests 19 years ago
assign_to_var_002.phpt some more tests 19 years ago
assign_to_var_003.phpt some more tests 19 years ago
assign_to_var_004.phpt some more tests 19 years ago
binary-32bit.phpt - Fixed bug #55378: binary number literal returns float number though its value 15 years ago
binary.phpt - Fixed bug #55378: binary number literal returns float number though its value 15 years ago
bug18556.phpt add NEWS/UPGRADING 14 years ago
bug19859.phpt cleanup (CS+ws) 23 years ago
bug20240.phpt Fix test 23 years ago
bug20242.phpt - This test works fine (patch by Lars Strojny) 18 years ago
bug21478.phpt Add missing right parensis 23 years ago
bug21888.phpt remove double EXPECT tag 21 years ago
bug22725.phpt fix test names 19 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 fix test 20 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) 22 years ago
bug26281.phpt {} to [] test fixes 21 years ago
bug26696.phpt Update test 23 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 23 years ago
bug26801.phpt {} to [] test fixes 21 years ago
bug26802.phpt Fix and clarify the test case 23 years ago
bug27268.phpt Fixed bug #27268 (Bad references accentuated by clone). 21 years ago
bug27304.phpt fix test names 19 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. 23 years ago
bug27798.phpt Fixed bug #40757 (get_object_vars get nothing in child class) 19 years ago
bug28072.phpt Fixed bug #44100 (Inconsistent handling of static array declarations with duplicate keys). 18 years ago
bug28377.phpt Fixed bug #28377 (debug_backtrace is intermittently passing args) 21 years ago
bug28442.phpt - Bugfix #28442 22 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 fix test names 19 years ago
bug29210.phpt fix test names 19 years ago
bug29368.phpt No short-tags! 21 years ago
bug29505.phpt Add new test 22 years ago
bug29674.phpt Fixed tests 19 years ago
bug29689.phpt Fixed tests 19 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 Fix test 17 years ago
bug30346.phpt Nuked dos EOLs and fixed typo 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) 22 years ago
bug30451.phpt tests 21 years ago
bug30519.phpt fix test names 19 years ago
bug30702.phpt fix test names 19 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 22 years ago
bug30791.phpt fix test names 19 years ago
bug30820.phpt Optimizer may hide some repeating error messages 13 years ago
bug30828.phpt Fixed bug #30828 (debug_backtrace() reports incorrect class in overridden methods) 21 years ago
bug30889.phpt fix test names 19 years ago
bug30922.phpt fix typo and bug #43646 19 years ago
bug30998.phpt different OSes have different messages, and that's not what the test is about anyway 14 years ago
bug31098.phpt implement the solution for isset/string offsets, fix bug #60362 15 years ago
bug31102.phpt - Added missing description (thanks jani) 22 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 - fix skipif 15 years ago
bug31720.phpt - Fixed detection of invalid class name 18 years ago
bug32226.phpt - Fixed layout of test description. 21 years ago
bug32252.phpt - Add new test 22 years ago
bug32290.phpt Fixed is_callable/call_user_func mess that had done different things for very similar arguments e.g. array("A","B") and "A::B" 18 years ago
bug32296.phpt fix test names 19 years ago
bug32322.phpt Added test for bug #32322 (Return values by reference broken( using self::),example singleton instance) 21 years ago
bug32427.phpt fix test names 19 years ago
bug32428.phpt Merge branch 'pull-request/341' 13 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 fix test names 19 years ago
bug32674.phpt fix test names 19 years ago
bug32799.phpt Fixed bug #39346 (Unsetting a static variable inside a destructor causes segfault later on) 19 years ago
bug32833.phpt fix test names 19 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 fix test names 19 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) 20 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 Fix tests (patch by Lars) 18 years ago
bug33802.phpt Fixed bug #33802 (throw Exception in error handler causes crash) 21 years ago
bug33996.phpt - 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 more verbose skip reason in test files with not so obvious extension requirements 14 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 20 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
bug35106.phpt - Fixed bug #35106 (nested foreach fails when array variable has a reference). 20 years ago
bug35163.phpt - Fixed bug #51445 (var_dump() invalid/slow *RECURSION* detection) 16 years ago
bug35163_2.phpt - Fixed bug #51445 (var_dump() invalid/slow *RECURSION* detection) 16 years ago
bug35163_3.phpt - Fixed bug #51445 (var_dump() invalid/slow *RECURSION* detection) 16 years ago
bug35239.phpt - Fixed bug #51445 (var_dump() invalid/slow *RECURSION* detection) 16 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 fix test names 19 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
bug35634.phpt - Fixed bug #52160 (Invalid E_STRICT redefined constructor error) 16 years ago
bug35655.phpt . Added support for using static HEREDOCs to initialize static variables and class members or constants. (Matt) 18 years ago
bug36006.phpt Fixed bug #36006 (Problem with $this in __destruct()) 21 years ago
bug36037.phpt Fixed bug #36037 (heredoc adds extra line number) 21 years ago
bug36071.phpt Fixed bug #42817 (clone() on a non-object does not result in a fatal error) 19 years ago
bug36214.phpt - Fix tests 19 years ago
bug36268.phpt Fixed bug #36268 (Object destructors called even after fatal errors) 21 years ago
bug36303.phpt Fixed bug #44660 (Indexed and reference assignment to propery of non-object don't trigger warning) 18 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) 21 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 - Fix tests 19 years ago
bug37251.phpt Fixed bug #37251 (deadlock when custom error handler is to catch array type hint error). 20 years ago
bug37632.phpt - Bugfix #37632 (Protected method access problem) 20 years ago
bug37667.phpt Fix tests (removed space on error message "Undefined index: ...") 19 years ago
bug37707.phpt Proper fix for bug #37707 ("clone $x" must call __clone() enven if result value is not used) 20 years ago
bug37715.phpt Fixed bug #41372 (Internal pointer of source array resets during array copying) 19 years ago
bug37811.phpt fix test names 19 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 fix test names 19 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
bug38469.phpt Fixed bug #46649 (Setting array element with that same array produces 18 years ago
bug38623.phpt Fixed bugs #34065 and #38623 (throw in foreach/switch causes memory leaks) 20 years ago
bug38624.phpt 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 test 18 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 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
bug39018.phpt Fix zend_dval_to_lval outside 64bit integers range 13 years ago
bug39018_2.phpt Fixed bug #39018 (Error control operator '@' fails to suppress "Uninitialized string offset") 19 years ago
bug39036.phpt add test for #39036 (reproducible with 5.1.6, but works fine in 5.2 and HEAD) 20 years ago
bug39127.phpt MFH: fix #39127 (Old-style constructor fallbacks produce strange results) 18 years ago
bug39297.phpt Fixed bug #39297 (Memory corryption because of indirect modification of overloaded array). 20 years ago
bug39304.phpt implement the solution for isset/string offsets, fix bug #60362 15 years ago
bug39304_2_4.phpt implement the solution for isset/string offsets, fix bug #60362 15 years ago
bug39346.phpt Fixed bug #39346 (Unsetting a static variable inside a destructor causes segfault later on) 19 years ago
bug39438.phpt Bug #39438 (Fatal error: Out of memory) 20 years ago
bug39445.phpt Fixed bug #39445 (Calling debug_backtrace() in the __toString() function produces a crash) 20 years ago
bug39449.phpt - Fixed bug #35106 (nested foreach fails when array variable has a reference). 20 years ago
bug39542.phpt Fixed bug #39542 (Behaviour of require/include different to < 5.2.0) 19 years ago
bug39602.phpt more verbose skip reason in test files with not so obvious extension requirements 14 years ago
bug39721.phpt Fixed bug #39721 (Runtime inheritance causes data corruption) 20 years ago
bug39775.phpt Fixed bug #39775 ("Indirect modification ..." message is not shown) 20 years ago
bug39825.phpt Fixed bug #39825 (foreach produces memory error) 20 years ago
bug39944.phpt Fixed bug #39944 (References broken) 20 years ago
bug39990.phpt - Fixed bug #35106 (nested foreach fails when array variable has a reference). 20 years ago
bug40236.inc Fixed bug #40236 (php -a function allocation eats memory) 20 years ago
bug40236.phpt - Fixed test (patch by Timm Friebe [thekid@php]) 18 years ago
bug40261.phpt Improved Zend Memory Manager to guarantee reasonable time for worst cases of best-fit free block searching algorithm. 19 years ago
bug40509.phpt fix test names 19 years ago
bug40621.phpt fix #40621 (Crash when constructor called inappropriately (statically)) 20 years ago
bug40705.phpt fix test names 19 years ago
bug40757.phpt Fixed bug #40757 (get_object_vars get nothing in child class) 19 years ago
bug40770.phpt fix test names 19 years ago
bug40784.phpt fix #40784 (Case sensivity in constructor's fallback) 20 years ago
bug40809.phpt fix test names 19 years ago
bug40815.phpt new test 20 years ago
bug40833.phpt Fixed bug #40833 (Crash when using unset() on an ArrayAccess object retrieved via __get()) 19 years ago
bug40899.phpt Fixed bug #40899 (memory leak when nesting list()) 19 years ago
bug41026.phpt new test 19 years ago
bug41075.phpt fix test names 19 years ago
bug41117_1.phpt Fixed altering $this via argument named "this" 19 years ago
bug41209.phpt Changed EG(argument_stack) implementation. 19 years ago
bug41351.phpt fix #41351 (Invalid opcode with foreach ($a[] as $b)) 19 years ago
bug41351_2.phpt fix #41351 (Invalid opcode with foreach ($a[] as $b)) 19 years ago
bug41351_3.phpt fix #41351 (Invalid opcode with foreach ($a[] as $b)) 19 years ago
bug41372.phpt fix test names 18 years ago
bug41401.phpt add test for 41401 19 years ago
bug41421.phpt fix #41421 (Uncaught exception from a stream wrapper segfaults) 19 years ago
bug41633_1.phpt Fixed some class constant issues related to bug #41633 19 years ago
bug41633_2.phpt Fixed some class constant issues related to bug #41633 19 years ago
bug41633_3.phpt Fixed bug #41633 (Crash instantiating classes with self-referencing constants) 19 years ago
bug41633_4.phpt Improved fix for bug #41633 (self:: doesn't work for constants) to support function define() 19 years ago
bug41640.phpt Fix #41640 (get_class_vars produces error on class constants) 19 years ago
bug41813.phpt add test 19 years ago
bug41919.phpt Fixed test 19 years ago
bug41929.phpt fix test names 19 years ago
bug41961.phpt Fixed bug #41961 (Ensure search for hidden private methods does not stray from class hierarchy). (robin_fernandes at uk dot ibm dot com) 19 years ago
bug42143.phpt - #42143, the constant NAN is reported as 0 on Windows 17 years ago
bug42211.phpt - Fixed bug #45743 (property_exists fails to find static protected member in child class) 18 years ago
bug42767.phpt Remove highlight.bg, it was removed in the old trunk and its not referenced in zend_highlight.c, meaning its not even implemented correctly in 5.3. 16 years ago
bug42772.phpt Fixed bug #42772 (Storing $this in a static var fails while handling a cast to string) 19 years ago
bug42798.phpt Fixed bug #42798 (__autoload() not triggered for classes used in method signature). 19 years ago
bug42802.phpt Namespace resolution streamlining patch 18 years ago
bug42817.phpt Fixed bug #42817 (clone() on a non-object does not result in a fatal error) 19 years ago
bug42818.phpt Fixed bug #42817 (clone() on a non-object does not result in a fatal error) 19 years ago
bug42819.phpt more verbose skip reason in test files with not so obvious extension requirements 14 years ago
bug42820.phpt - Next step in namespaces, using / as namespace separator. 18 years ago
bug42859.phpt - Next step in namespaces, using / as namespace separator. 18 years ago
bug42937.phpt Fixed bug #42937 (__call() method not invoked when methods are called on parent from child class). 19 years ago
bug43027.phpt Removed deprecation warning for ticks 17 years ago
bug43053.phpt Fixed bug #43053 (Regression: some numbers shown in scientific notation). (int-e at gmx dot de) 18 years ago
bug43128.phpt - Fix test 18 years ago
bug43175.phpt Fixed bug #43175 (__destruct() throwing an exception with __call() causes segfault) 19 years ago
bug43183.phpt - Next step in namespaces, using / as namespace separator. 18 years ago
bug43200.phpt - Fixed bug #43200 (Interface implementation / inheritence not possible in abstract classes) 15 years ago
bug43200_2.phpt - Fixed bug #43200 (Interface implementation / inheritence not possible in abstract classes) 15 years ago
bug43201.phpt Fixed bug #43201 (Crash on using unitialized vals and __get/__set) 19 years ago
bug43323.phpt Fixed bug #43323 (Wrong count abstract methods). (Felipe, Dmitry) 19 years ago
bug43332_1.phpt Namespace resolution streamlining patch 18 years ago
bug43332_2.phpt - Fixed tests 18 years ago
bug43343.phpt - make it less(er) sensible to bison version 17 years ago
bug43344_1.phpt Fixed bug #43344 (Wrong error message for undefined namespace constant) 19 years ago
bug43344_2.phpt - Next step in namespaces, using / as namespace separator. 18 years ago
bug43344_3.phpt - Next step in namespaces, using / as namespace separator. 18 years ago
bug43344_4.phpt - Next step in namespaces, using / as namespace separator. 18 years ago
bug43344_5.phpt - Next step in namespaces, using / as namespace separator. 18 years ago
bug43344_6.phpt - Next step in namespaces, using / as namespace separator. 18 years ago
bug43344_7.phpt - Next step in namespaces, using / as namespace separator. 18 years ago
bug43344_8.phpt - Next step in namespaces, using / as namespace separator. 18 years ago
bug43344_9.phpt - Next step in namespaces, using / as namespace separator. 18 years ago
bug43344_10.phpt - Next step in namespaces, using / as namespace separator. 18 years ago
bug43344_11.phpt - Next step in namespaces, using / as namespace separator. 18 years ago
bug43344_12.phpt - Next step in namespaces, using / as namespace separator. 18 years ago
bug43344_13.phpt - Next step in namespaces, using / as namespace separator. 18 years ago
bug43426.phpt Fixed bug #43426 (crash on nested call_user_func() calls) 19 years ago
bug43450.phpt Fix test due to opcache 13 years ago
bug43483.phpt Fixed bug #43483 (get_class_methods() does not list all visible methods) 19 years ago
bug43651.phpt - Next step in namespaces, using / as namespace separator. 18 years ago
bug43703.phpt Fixed bug #43703 (Signature compatibility check broken) 19 years ago
bug43851.phpt Fixed bug #43851 (Memory corrution on reuse of assigned value) 19 years ago
bug43918.phpt more verbose skip reason in test files with not so obvious extension requirements 14 years ago
bug44069.phpt Fixed bug #44069 (Huge memory usage with concatenation using . instead of .=) 19 years ago
bug44141.phpt Fixed bug #44141 (private parent constructor callable through static function) 19 years ago
bug44184.phpt Fixed bug #44184 (Double free of loop-variable on exception) 19 years ago
bug44414.phpt Fixed bug #44414 (Incomplete reporting about abstract methods) 19 years ago
bug44653.phpt - Next step in namespaces, using / as namespace separator. 18 years ago
bug44660.phpt Fixed bug #44660 (Indexed and reference assignment to propery of non-object don't trigger warning) 18 years ago
bug44827.phpt Added test case for bug #44827 17 years ago
bug44830.phpt MFH: Test for loss of backslash at end of heredoc; For bug #44830 (Very minor issue with backslash in heredoc) 18 years ago
bug44899.phpt - Fixed bug #44899 (__isset usage changes behavior of empty()) (patch by Etienne Kneuss) 18 years ago
bug44899_2.phpt - Fixed bug #44899 (__isset usage changes behavior of empty()) (patch by Etienne Kneuss) 18 years ago
bug44913.phpt - Use ZEND_FREE() opcode instead of ZEND_SWITCH_FREE(IS_TMP_VAR) 18 years ago
bug45147.phpt removing xfail sections as test passes 18 years ago
bug45178.phpt Fixed bug #45178 (memory corruption on assignment result of "new" by reference) 18 years ago
bug45180.phpt - Reverted fix for bug #51176 16 years ago
bug45186.phpt LSB parent/self forwarding 18 years ago
bug45186_2.phpt LSB parent/self forwarding 18 years ago
bug45742.phpt Fixed bug #50816 (Using class constants in array definition fails). 15 years ago
bug45744.phpt Fixed bug #45744 (Case sensitive callback behaviour) 18 years ago
bug45805.phpt add skipif (yes, reflection CAN be disabled still..) 18 years ago
bug45862.phpt MFH: 18 years ago
bug45877.phpt Fix test 16 years ago
bug45910.phpt - New tests 18 years ago
bug45910_2.phpt - New test 18 years ago
bug46106.phpt Fixed bug #46106 (Memory leaks when using global statement) 18 years ago
bug46196.phpt Fix #46241 (stacked error_handlers, error_handling in general) 18 years ago
bug46238.phpt - MFH: Fixed bug #46238 (Segmentation fault on static call with empty string method) 18 years ago
bug46241.phpt Fix #46241 (stacked error_handlers, error_handling in general) 18 years ago
bug46246.phpt Fixed bug #46246 (difference between call_user_func(array($this, $method)) and $this->$method()) 18 years ago
bug46304.phpt - Fixed test 18 years ago
bug46308.phpt Fixed bug #46308 (Invalid write when changing property from inside getter) 18 years ago
bug46381.phpt fix test 18 years ago
bug46409.phpt Fixed bug #46409 (__invoke method called outside of object context when using array_map) 18 years ago
bug46665.phpt - Fixed bug #50731 (Inconsistent namespaces sent to functions registered with spl_autoload_register) 17 years ago
bug46665_autoload.inc rename .php to .inc 18 years ago
bug46701.phpt fix test 18 years ago
bug46811.phpt Fix test 18 years ago
bug46813.phpt MFH: Fix #46813 (class_exists doesn`t work with fully qualified namespace) 18 years ago
bug47054.phpt - Fixed bug #47054 (BC break in static functions called as dynamic) 18 years ago
bug47109.phpt Fixed bug #47109 (Memory leak on $a->{"a"."b"} when $a is not an object) 18 years ago
bug47165.phpt Removed wrong warning message 18 years ago
bug47320.phpt Fixed bug #47320 ($php_errormsg out of scope in functions) 18 years ago
bug47343.phpt Fixed bug #47343 (gc_collect_cycles causes a segfault when called within a destructor in one case) 18 years ago
bug47353.phpt add test 18 years ago
bug47516.phpt Fix bug #50124 17 years ago
bug47572.phpt - Fixed bug #47572 (zval_update_constant_ex: Segmentation fault) 18 years ago
bug47593.phpt - Fixed bug #47593 (interface_exists() returns false when using absolute namespace path) 17 years ago
bug47596.phpt Fixed bug #47596 (Bus error on parsing file) 17 years ago
bug47699.phpt Fixed bug #47699 (autoload and late static binding) 17 years ago
bug47704.phpt Fixed bug #47704 (crashes on some "bad" operations with string offsets) 17 years ago
bug47714.phpt - Missing title 17 years ago
bug47771.phpt Fixed bug #47771 (Exception during object construction from arg call calls object's destructor) 17 years ago
bug47801.phpt - Fixed bug #47801 (__call() accessed via parent:: operator is provided incorrect method name) 17 years ago
bug47836.phpt Fixed bug #47836 (array operator [] inconsistency when the array has PHP_INT_MAX index value) 17 years ago
bug47880.phpt Bug #47880 (crashes in call_user_func_array()) 17 years ago
bug47981.phpt Remove empty lines 14 years ago
bug48004.phpt Fixed bug #48004 (Error handler prevents creation of default object) 17 years ago
bug48215.phpt - Fixed bug #52160 (Invalid E_STRICT redefined constructor error) 16 years ago
bug48215_2.phpt - Fixed bug #52160 (Invalid E_STRICT redefined constructor error) 16 years ago
bug48228.phpt fix test 17 years ago
bug48248.phpt - Fixed bug #48248 (SIGSEGV when access to private property via &__get) 17 years ago
bug48408.phpt New tests 17 years ago
bug48409.phpt New tests 17 years ago
bug48428.phpt New tests 17 years ago
bug48533.phpt - Fixed bug #48533 (__callStatic is not invoked for private/protected methods) 17 years ago
bug48667_1.phpt Fix tests 17 years ago
bug48667_2.phpt Fix tests 17 years ago
bug48693.phpt - make it parser version independent 15 years ago
bug48770.phpt - Tests related to bug #48770 17 years ago
bug48770_2.phpt - Tests related to bug #48770 17 years ago
bug48770_3.phpt - New test 17 years ago
bug48899.phpt - Fixed bug #48899 (is_callable returns true even if method does not exist in parent class) 17 years ago
bug48912.phpt Fixed bug #48912 (Namespace causes unexpected strict behaviour with extract()) 17 years ago
bug48930.phpt - Fixed bug #48930 (__COMPILER_HALT_OFFSET__ incorrect in PHP >= 5.3) 16 years ago
bug49269.phpt Fixed bug #49269 (Ternary operator fails on Iterator object when used inside foreach declaration). (Etienne, Dmitry) 17 years ago
bug49472.phpt - Fixed bug #49472 (Constants defined in Interfaces can be overridden) 17 years ago
bug49866.phpt Fixed bug #49866 (Making reference on string offsets crashes PHP) 17 years ago
bug49893.phpt Fixed bug #49893 (Crash while creating an instance of Zend_Mail_Storage_Pop3) 16 years ago
bug49908.phpt - Fixed bug #49908 (throwing exception in __autoload crashes when interface is not defined) 17 years ago
bug50005.phpt - Fixed bug #50005 (Throwing through Reflection modified Exception object makes segmentation fault) 17 years ago
bug50146.phpt - Fixed bug #50146 (property_exists: Closure object cannot have properties) 17 years ago
bug50174.phpt more verbose skip reason in test files with not so obvious extension requirements 14 years ago
bug50255.phpt - Fixed bug #50255 (isset() and empty() silently casts array to object) 17 years ago
bug50261.phpt - Added test for bug #50261 17 years ago
bug50383.phpt - Fixed bug #50383 (Exceptions thrown in __call / __callStatic do not include file and line in trace) 16 years ago
bug50394.phpt fix regression bug #50394: Reference argument converted to value in __call 17 years ago
bug50810.phpt - New test 16 years ago
bug50816.phpt Fixed bug #50816 (Using class constants in array definition fails). 15 years ago
bug51176.phpt - Reverted fix for bug #51176 16 years ago
bug51394.phpt Exceptions triggered by undefined variable should be handled before FATAL error 13 years ago
bug51421.phpt Improve the warning message of incompatible arguments. (#55719) 15 years ago
bug51791.phpt - Fixed bug #51791 (constant() aborts execution when fail to check undefined constant) 16 years ago
bug51822.phpt Fixed bug #51822i (Segfault with strange __destruct() for static class variables) 16 years ago
bug51827.phpt - Fixed bug #51827 (Bad warning when register_shutdown_function called with wrong num of parameters) 16 years ago
bug52001.phpt Fixed bug #52001 (Memory allocation problems after using variable variables) 16 years ago
bug52041.phpt Fixed typo - inconsistent notice for undefined property (introduced by fix for #49348) 13 years ago
bug52051.phpt - Fixed bug #52051 (handling of case sensitivity of old-style constructors changed in 5.3+) 16 years ago
bug52060.phpt - Fixed bug #52060 (Memory leak when passing a closure to method_exists()) 16 years ago
bug52160.phpt - Fixed bug #52160 (Invalid E_STRICT redefined constructor error) 16 years ago
bug52193.phpt - Fixed tests 16 years ago
bug52237.phpt Fixed bug #52237 (Crash when passing the reference of the property of a non-object) 16 years ago
bug52361.phpt Bug #52361 (Throwing an exception in a destructor causes invalid catching) 16 years ago
bug52484.phpt - Fixed bug #52484 (__set() ignores setting properties with empty names) 16 years ago
bug52484_2.phpt - Fixed bug #52484 (__set() ignores setting properties with empty names) 16 years ago
bug52484_3.phpt - Fixed bug #52484 (__set() ignores setting properties with empty names) 16 years ago
bug52508.phpt - Fixed bug #52508 (newline problem with parse_ini_file+INI_SCANNER_RAW) 16 years ago
bug52614.phpt Silently casting an empty string, null or false into an object by adding a property 16 years ago
bug52879.phpt Fixed bug #52879 (Objects unreferenced in __get, __set, __isset or __unset can be freed too early). (mail_ben_schmidt at yahoo dot com dot au, Dmitry) 16 years ago
bug52939.phpt Fixed bug #52939 (zend_call_function does not respect ZEND_SEND_PREFER_REF) 16 years ago
bug52940.phpt Fixed bug #52940 (call_user_func_array still allows call-time pass-by-reference). (cataphract@php.net) 16 years ago
bug53305.phpt - Fixed bug #53305 (E_NOTICE when defining a constant starts with __COMPILER_HALT_OFFSET__) 16 years ago
bug53347.phpt Fixed bug #35547 (Segfault accessing static method) 16 years ago
bug53511.phpt Fixed bug #53511 (Exceptions are lost in case an exception is thrown in catch operator) 16 years ago
bug53629.phpt Fixed Bug #53629 (memory leak inside highlight_string()). 16 years ago
bug53632.phpt Add test for bug #53632 16 years ago
bug53727.phpt Fixed bug #53727 (Inconsistent behavior of is_subclass_of with interfaces) 15 years ago
bug53748.phpt - Fixed bug #53748 (Using traits lead to a segmentation fault) 16 years ago
bug53958.phpt Fixed Bug #53958 (Closures can't 'use' shared variables by value and by reference) 16 years ago
bug53971.phpt Fixed Bug #53971 (isset() and empty() produce apparently spurious runtime error) 16 years ago
bug54013.phpt - Fixed bug #43512 (same parameter name can be used multiple times in method/function definition) 16 years ago
bug54039.phpt - Fixed bug #54358 (Closure, use and reference) 15 years ago
bug54262.phpt implement the solution for isset/string offsets, fix bug #60362 15 years ago
bug54265.phpt Fixed bug #54265 (crash when variable gets reassigned in error handler) 15 years ago
bug54268.phpt Fixed bug #54268 (Double free when destroy_zend_class fails) 15 years ago
bug54305.phpt Fixed bug #54305 (Crash in gc_remove_zval_from_buffer) 15 years ago
bug54358.phpt - Fixed bug #54358 (Closure, use and reference) 15 years ago
bug54367.phpt Fixed bug #54367 (Use of closure causes problem in ArrayAccess). 15 years ago
bug54372.phpt Missed tests 15 years ago
bug54547.phpt fix bug #54547 14 years ago
bug54585.phpt Fixed bug #54585 (track_errors causes segfault) 15 years ago
bug54624.phpt - Fixed bug #54624 (class_alias and type hint) 15 years ago
bug54804.inc - Fixed bug #54804 (__halt_compiler and imported namespaces) (Pierrick) 15 years ago
bug54804.phpt - Fixed bug #54804 (__halt_compiler and imported namespaces) (Pierrick) 15 years ago
bug54910.phpt Fixed bug #54910 (Crash when calling call_user_func with unknown function name) 15 years ago
bug55007.phpt - Fixed bug #55007 (compiler fail after previous fail) 15 years ago
bug55086.phpt - Fixed bug #55086 (Namespace alias does not work inside trait's use block) 15 years ago
bug55135.phpt Fixed bug #55135 (Array keys are no longer type casted in unset()) 15 years ago
bug55137.phpt - Fixed bug #55137 (Changing trait static method visibility) 15 years ago
bug55156.phpt Made test compatible with O+ 13 years ago
bug55247.phpt Added support for Class::{expr}() syntax (Pierrick) 15 years ago
bug55305.phpt Fixed bug #55305 (ref lost: 1st ref instantiated in class def, 2nd ref made w/o instantiating) 15 years ago
bug55445.phpt Fix bug #55445 (Incomplete implementation of <?= being independant of short_open_tag) 15 years ago
bug55509.phpt Skip test while zend_mm is disabled 14 years ago
bug55578.phpt Fixed bug #55578 (Segfault on implode/concat) 15 years ago
bug55705.phpt - Fixed bug #55705 (Omitting a callable typehinted argument causes a segfault) 15 years ago
bug55825.phpt Fixed bug #55825, and add test script 15 years ago
bug60099.phpt - Fixed bug #60099 (__halt_compiler() works in braced namespaces) 15 years ago
bug60138.phpt Fixed bug #60138 (GC crash with referenced array in RecursiveArrayIterator) 15 years ago
bug60139.phpt This test needs gc enabled 15 years ago
bug60169.phpt Fix bug #60169 Conjunction of ternary and list crashes PHP 15 years ago
bug60350.phpt - Added tests for bug #60350 15 years ago
bug60362.phpt implement the solution for isset/string offsets, fix bug #60362 15 years ago
bug60444.phpt Fixed bug #60444 (Segmentation fault with include & class extending) 15 years ago
bug60536_001.phpt Fixed typo - inconsistent notice for undefined property (introduced by fix for #49348) 13 years ago
bug60536_002.phpt Fixed bug #60536 (Traits Segfault) 15 years ago
bug60536_003.phpt Fixed inconsistent and broken handling of private properties in traits. 15 years ago
bug60536_004.phpt Fixed inconsistent and broken handling of private properties in traits. 15 years ago
bug60536_005.phpt Fixed bug #60536 (Traits Segfault) 15 years ago
bug60569.phpt Fixed bug #60569 (Nullbyte truncates Exception $message). 14 years ago
bug60573.phpt Fixed Bug #60573 (type hinting with "self" keyword causes weird errors) 15 years ago
bug60598.phpt Fixed bug #60598 (cli/apache sapi segfault on objects manipulation) 13 years ago
bug60611.phpt Fix #60613 (Segmentation fault with $cls->{expr}() syntax) 15 years ago
bug60613.phpt Fixed tests 15 years ago
bug60738.phpt Return previous error handler when resetting the error handler 14 years ago
bug60738_variation.phpt Return previous error handler when resetting the error handler 14 years ago
bug60771.phpt Make sure test.php isn't coming in from the include_path 13 years ago
bug60825.phpt Re-fixed bug #60825 (Segfault when running symfony 2 tests) 15 years ago
bug60833.phpt fix bug #60833 - self, parent, static behave inconsistently case-sensitive 14 years ago
bug60909_1.phpt different OSes have different messages, and that's not what the test is about anyway 14 years ago
bug60909_2.phpt - Fixed bug #61767 (Shutdown functions not called in certain error situation) 14 years ago
bug60978.phpt MFH: Fixed bug #60978 (exit code incorrect) 14 years ago
bug61011.phpt Fixed bug #61011 (Crash when an exception is thrown by __autoload accessing a static property) 14 years ago
bug61025.phpt Fixed bug #61025 (__invoke() visibility not honored) 13 years ago
bug61087.phpt Fixed bug #61087 (Memory leak in parse_ini_file when specifying invalid scanner mode) 14 years ago
bug61095.phpt Fix #61095 (Lexing 0x0*+<NUM> incorrectly) 15 years ago
bug61165.phpt merge test to 5.3, and remove xfail since the bug was fixed 14 years ago
bug61225.phpt Fixed bug #61225 (Lexing 0b0*+<NUM> incorectly) 14 years ago
bug61273.phpt reduce memory usage 14 years ago
bug61681.phpt Fix bug #61681: Malformed grammar 14 years ago
bug61761.phpt Bug #62956: fixing private method signature validation 14 years ago
bug61767.phpt Fixed bug #64135 (Exceptions from set_error_handler are not always propagated) 14 years ago
bug61782.phpt fix bug #61782 - __clone/__destruct do not match other methods when checking access controls 14 years ago
bug62005.phpt Fixed typo - inconsistent notice for undefined property (introduced by fix for #49348) 13 years ago
bug62097.phpt fix test 14 years ago
bug62343.phpt Fixed bug #62343 (Show class_alias In get_declared_classes()) 13 years ago
bug62358.phpt Fixed bug #62358 (Segfault when using traits a lot) 14 years ago
bug62653.phpt Fix test, committed in wrong folder 14 years ago
bug62680.phpt expect pass for 5.4 14 years ago
bug62763.phpt Fixed bug #62763 (register_shutdown_function and extending class) 14 years ago
bug62892.phpt - Fixed bug #62892 (ReflectionClass::getTraitAliases crashes on importing trait methods as private) 14 years ago
bug62907.phpt Fixed bug #62907 (Double free when use traits) 14 years ago
bug62956.phpt Bug #62956: fixing private method signature validation 14 years ago
bug62991.phpt Fixed bug #62991 (Segfault with generator and closure) 14 years ago
bug63055.phpt preg indenpent test script for #63055 14 years ago
bug63111.phpt Fixed bug #63111 (is_callable() lies for abstract static method) 14 years ago
bug63173.phpt Fix bug #63173: Crash when invoking invalid array callback 14 years ago
bug63219.phpt SHA256 authentication tests 14 years ago
bug63305.phpt Fixed bug #63305 (zend_mm_heap corrupted with traits) 14 years ago
bug63336.phpt Merge branch 'PHP-5.4' 14 years ago
bug63462.phpt fix bug #63462 (Magic methods called twice for unset protected properties) 14 years ago
bug63468.phpt Fixed bug #63468 (wrong called method as callback with inheritance) 14 years ago
bug63635.phpt Fixed bug #63635 (Segfault in gc_collect_cycles) 14 years ago
bug63741.phpt Add test for bug #63741 14 years ago
bug63762.phpt Fix Bug #63762 Sigsegv when Exception::$trace is changed by user 14 years ago
bug63882.phpt Fixed bug #63882 (zend_std_compare_objects crash on recursion) 14 years ago
bug63976.phpt Fixed bug #63976 (Parent class incorrectly using child constant in class property) 13 years ago
bug63982.phpt fix bug #63982: isset() inconsistently produces a fatal error on protected property 14 years ago
bug64135.phpt Forgot test script 14 years ago
bug64239_1.phpt Fixed bug #64239 (Debug backtrace changed behavior since 5.4.10 or 5.4.11) 13 years ago
bug64239_2.phpt Fixed bug #64239 (Debug backtrace changed behavior since 5.4.10 or 5.4.11) 13 years ago
bug64239_3.phpt Fixed bug #64239 (Debug backtrace changed behavior since 5.4.10 or 5.4.11) 13 years ago
bug64239_4.phpt Fixed bug #64239 (Debug backtrace changed behavior since 5.4.10 or 5.4.11) 13 years ago
bug64354.phpt Fixed confused exception message while user threw exception 13 years ago
bug64417.phpt Fixed bug #64417 (ArrayAccess::&offsetGet() in a trait causes fatal error) 13 years ago
bug64515.phpt Update test script 13 years ago
bug64555.phpt Fix bug #64555: foreach no longer copies keys if they are interned 13 years ago
bug64578.phpt Update test script to make sure the error occurred 13 years ago
bug64660.phpt Merge branch 'PHP-5.3' into PHP-5.4 13 years ago
bug64677.phpt Fixed bug #64677 (execution operator `` stealing surrounding arguments) 13 years ago
bug64720.phpt Merge branch 'PHP-5.3' into PHP-5.4 13 years ago
bug64821.1.phpt Fixed bug #64821 Custom Exceptions crash when internal properties overridden 13 years ago
bug64821.2.phpt Fixed bug #64821 Custom Exceptions crash when internal properties overridden 13 years ago
bug64821.3.phpt Fixed bug #64821 Custom Exceptions crash when internal properties overridden 13 years ago
bug64896.phpt Typo.... 13 years ago
bug64960.phpt Fixed bug #64960 (Segfault in gc_zval_possible_root) 13 years ago
bug64966.phpt Fixed test script 13 years ago
bug64979.phpt Fix bug #64979: Wrong behavior of static variables in closure generators 13 years ago
bug64988.phpt Fixed bug #64988 (Class loading order affects E_STRICT warning) 13 years ago
bug65051.phpt Fix bug #65051: count() off by one inside unset() 13 years ago
bug65108.phpt Fixed bug (is_callable() triggers Fatal Error) 13 years ago
bug65254.phpt Fixed bug #65254 (Exception not catchable when exception thrown in autoload with a namespace). 13 years ago
bug65291.phpt Fixed bug #65291 - get_defined_constants() crash with __CLASS__ in trait 13 years ago
bug65322.phpt Fix bug #65322: compile time errors won't trigger auto loading 13 years ago
bug65372.phpt Fixed bug Bug #65372 (Segfault in gc_zval_possible_root when return reference fails) 13 years ago
bug65579.phpt Fix bug #65579 (Using traits with get_class_methods causes segfault). 13 years ago
bug65911.phpt Fixed bug #65911 ($this not usable as static property) 13 years ago
bug_debug_backtrace.phpt test for eval debug_backtrace bug 22 years ago
call_static.phpt - Fixed bug #45089 (__callStatic $name case sensitivity) 18 years ago
call_static_002.phpt removing xfail sections as test passes 18 years ago
call_static_003.phpt removing xfail sections as test passes 18 years ago
call_static_004.phpt removing xfail sections as test passes 18 years ago
call_static_005.phpt - New tests 18 years ago
call_static_006.phpt Changed error messages to use "cannot" instead of "can not" (meaning "also can") 17 years ago
call_static_007.phpt removing xfail sections as test passes 18 years ago
call_user_func_001.phpt - New tests 17 years ago
call_user_func_002.phpt - New tests 17 years ago
call_user_func_003.phpt - New tests 17 years ago
call_user_func_004.phpt - New tests 17 years ago
call_user_func_005.phpt - New tests 17 years ago
call_with_refs.phpt fix regression bug #50394: Reference argument converted to value in __call 17 years ago
callable_type_hint_001.phpt Callable typehint following the rules of is_callable($arg, false); 15 years ago
callable_type_hint_002.phpt Callable typehint following the rules of is_callable($arg, false); 15 years ago
callable_type_hint_003.phpt Callable typehint following the rules of is_callable($arg, false); 15 years ago
cast_to_array.phpt add new tests 19 years ago
cast_to_bool.phpt add new tests 19 years ago
cast_to_double.phpt fix tests 19 years ago
cast_to_int.phpt add new tests 19 years ago
cast_to_object.phpt add new tests 19 years ago
cast_to_string.phpt Changed silent conversion of array to string to produce a notice. (Patrick) 15 years ago
catch.phpt catch operator shouldn't call __autoload () too 21 years ago
catch_002.phpt - Add new tests 20 years ago
catch_003.phpt - Add new tests 20 years ago
catch_004.phpt - Should be static and be called (comitted wrong version) 20 years ago
catch_finally_001.phpt Fixed bug that jmp in try block jmp over finally block 14 years ago
catch_finally_002.phpt Fixed bug that jmp in try block jmp over finally block 14 years ago
catch_finally_003.phpt Fixed bug that jmp in try block jmp over finally block 14 years ago
catch_finally_004.phpt Fixed bug that jmp in try block jmp over finally block 14 years ago
catch_finally_005.phpt Fixed bug that jmp in try block jmp over finally block 14 years ago
catch_finally_006.phpt An exception thrown in try or catch block is disacarded by return statement in finally block. 14 years ago
class_alias_001.phpt - New tests 18 years ago
class_alias_002.phpt - New tests 18 years ago
class_alias_003.phpt - New tests 18 years ago
class_alias_004.phpt - New tests 18 years ago
class_alias_005.phpt - New tests 18 years ago
class_alias_006.phpt - New tests 18 years ago
class_alias_007.phpt - New tests 18 years ago
class_alias_008.phpt - New tests 18 years ago
class_alias_009.phpt - New tests 18 years ago
class_alias_010.phpt - New tests 18 years ago
class_alias_011.phpt - New tests 18 years ago
class_alias_012.phpt - Next step in namespaces, using / as namespace separator. 18 years ago
class_alias_013.phpt - Next step in namespaces, using / as namespace separator. 18 years ago
class_alias_014.phpt - New tests 18 years ago
class_alias_015.phpt - Next step in namespaces, using / as namespace separator. 18 years ago
class_alias_016.phpt - Next step in namespaces, using / as namespace separator. 18 years ago
class_alias_017.phpt - New tests 18 years ago
class_alias_018.phpt - New tests 18 years ago
class_alias_019.phpt - Next step in namespaces, using / as namespace separator. 18 years ago
class_alias_020.phpt - Next step in namespaces, using / as namespace separator. 18 years ago
class_alias_021.phpt Namespace resolution streamlining patch 18 years ago
class_constants_001.phpt MFH: change E_NOTICE to E_ERROR when using a class constant from non-existent class 19 years ago
class_constants_002.phpt change E_NOTICE to E_ERROR when using a class constant from non-existent class 19 years ago
class_constants_003.phpt change E_NOTICE to E_ERROR when using a class constant from non-existent class 19 years ago
class_constants_004.phpt - Next step in namespaces, using / as namespace separator. 18 years ago
class_exists_001.phpt - Next step in namespaces, using / as namespace separator. 18 years ago
class_exists_002.phpt - New tests 18 years ago
class_exists_003.phpt Added trait_exists() [TRAITS] [DOC] 16 years ago
class_name_as_scalar.phpt Class Name Resolution As Scalar Via "class" Keyword 14 years ago
class_name_as_scalar_error_001.phpt Class Name Resolution As Scalar Via "class" Keyword 14 years ago
class_name_as_scalar_error_002.phpt Class Name Resolution As Scalar Via "class" Keyword 14 years ago
class_name_as_scalar_error_003.phpt Class Name Resolution As Scalar Via "class" Keyword 14 years ago
class_name_as_scalar_error_004.phpt Class Name Resolution As Scalar Via "class" Keyword 14 years ago
class_name_as_scalar_error_005.phpt Class Name Resolution As Scalar Via "class" Keyword 14 years ago
class_name_as_scalar_error_006.phpt Class Name Resolution As Scalar Via "class" Keyword 14 years ago
clone_001.phpt - New tests 18 years ago
clone_002.phpt - New tests 18 years ago
clone_003.phpt - New tests 18 years ago
clone_004.phpt - New tests 18 years ago
closure_001.phpt Removed SKIPIF sections 18 years ago
closure_002.phpt Removed SKIPIF sections 18 years ago
closure_003.phpt Removed SKIPIF sections 18 years ago
closure_004.phpt Removed SKIPIF sections 18 years ago
closure_005.phpt Removed SKIPIF sections 18 years ago
closure_006.phpt Removed SKIPIF sections 18 years ago
closure_007.phpt Removed SKIPIF sections 18 years ago
closure_008.phpt - Fixed test titles 18 years ago
closure_009.phpt - Fixed test titles 18 years ago
closure_010.phpt Removed SKIPIF sections 18 years ago
closure_011.phpt Removed SKIPIF sections 18 years ago
closure_012.phpt Removed SKIPIF sections 18 years ago
closure_013.phpt Removed SKIPIF sections 18 years ago
closure_014.phpt Removed SKIPIF sections 18 years ago
closure_015.phpt Removed Closure::__toString() 18 years ago
closure_016.phpt Fixed is_callable() to support closures and return appropriate function name 18 years ago
closure_017.phpt - New tests 18 years ago
closure_018.phpt - New tests 18 years ago
closure_019.phpt - New tests 18 years ago
closure_020.phpt restore $this support for closures to its former glory 16 years ago
closure_021.phpt - New tests 18 years ago
closure_022.phpt - Made closures implementation reflection friendly (Christian) 18 years ago
closure_023.phpt Fixed bug #45608 (closures don't work in static methods) 18 years ago
closure_024.phpt restore $this support for closures to its former glory 16 years ago
closure_025.phpt - New tests 18 years ago
closure_026.phpt restore $this support for closures to its former glory 16 years ago
closure_027.phpt Use a better function name for closure related errors and debug_backtrace() 18 years ago
closure_028.phpt - New tests 18 years ago
closure_029.phpt - New tests 18 years ago
closure_030.phpt - New tests 18 years ago
closure_031.phpt Fixed possible crash because of overriden error handler 18 years ago
closure_032.phpt [DOC] Remove $this support in closures for PHP 5.3 beta 1 18 years ago
closure_033.phpt - Rebind closure when binding to property 18 years ago
closure_034.phpt - Fixed bug #51445 (var_dump() invalid/slow *RECURSION* detection) 16 years ago
closure_035.phpt - Fixed bug #51445 (var_dump() invalid/slow *RECURSION* detection) 16 years ago
closure_036.phpt Commit Gustavo's closure rebinding patch as desided by vote 15 years ago
closure_037.phpt add test for self:: and static:: 16 years ago
closure_038.phpt Commit Gustavo's closure rebinding patch as desided by vote 15 years ago
closure_039.phpt Commit Gustavo's closure rebinding patch as desided by vote 15 years ago
closure_040.phpt Commit Gustavo's closure rebinding patch as desided by vote 15 years ago
closure_041.phpt Commit Gustavo's closure rebinding patch as desided by vote 15 years ago
closure_042.phpt Commit Gustavo's closure rebinding patch as desided by vote 15 years ago
closure_043.phpt Commit Gustavo's closure rebinding patch as desided by vote 15 years ago
closure_044.phpt typo fixes 13 years ago
closure_045.phpt Commit Gustavo's closure rebinding patch as desided by vote 15 years ago
closure_046.phpt Commit Gustavo's closure rebinding patch as desided by vote 15 years ago
closure_047.phpt Use in preg_replace_callback() using variables by reference and test for bug #64979 13 years ago
closure_048.phpt Use in preg_replace_callback() using variables by reference and test for bug #64979 13 years ago
compare_001.phpt fix tests, add more 19 years ago
compare_001_64bit.phpt add 64bit version of the tests 19 years ago
compare_002.phpt fix tests, add more 19 years ago
compare_002_64bit.phpt add 64bit version of the tests 19 years ago
compare_003.phpt fix tests, add more 19 years ago
compare_003_64bit.phpt add 64bit version of the tests 19 years ago
compare_004.phpt fix tests, add more 19 years ago
compare_004_64bit.phpt add 64bit version of the tests 19 years ago
compare_005.phpt fix tests, add more 19 years ago
compare_005_64bit.phpt add 64bit version of the tests 19 years ago
compare_006.phpt fix tests, add more 19 years ago
compare_006_64bit.phpt add 64bit version of the tests 19 years ago
concat_001.phpt Changed silent conversion of array to string to produce a notice. (Patrick) 15 years ago
const_dereference_001.phpt Implement const array/string dereference 14 years ago
const_dereference_002.phpt Implement const array/string dereference 14 years ago
const_dereference_003.phpt Implement const array/string dereference 14 years ago
constants_001.phpt - New tests 18 years ago
constants_002.phpt fix tests 17 years ago
constants_003.phpt - Next step in namespaces, using / as namespace separator. 18 years ago
constants_004.phpt - Next step in namespaces, using / as namespace separator. 18 years ago
constants_005.phpt Fixed test 15 years ago
constants_006.phpt - Next step in namespaces, using / as namespace separator. 18 years ago
constants_007.phpt - New tests 18 years ago
constants_008.phpt - New tests 18 years ago
constants_009.phpt - Next step in namespaces, using / as namespace separator. 18 years ago
constructor_args.phpt add new tests written by Felipe Pena 19 years ago
debug_backtrace_limit.phpt - use only the test name 15 years ago
debug_backtrace_options.phpt Add options to debug_backtrace functions 16 years ago
debug_print_backtrace_limit.phpt - use only the test name 15 years ago
declare_001.phpt fix test with floats - make it not produce different result 15 years ago
declare_002.phpt Fix tests when running without mbstring 15 years ago
declare_003.phpt - Fix test 15 years ago
declare_004.phpt Fix tests when running without mbstring 15 years ago
decrement_001.phpt fix tests 19 years ago
decrement_001_64bit.phpt add 64bit version of the tests 19 years ago
dereference_001.phpt - Added array dereferencing support [DOC] 16 years ago
dereference_002.phpt - Added array dereferencing support [DOC] 16 years ago
dereference_003.phpt - Added array dereferencing support [DOC] 16 years ago
dereference_004.phpt - Added array dereferencing support [DOC] 16 years ago
dereference_005.phpt - Added array dereferencing support [DOC] 16 years ago
dereference_006.phpt - Added array dereferencing support [DOC] 16 years ago
dereference_007.phpt - Allow write context on array dereferencing from method return 16 years ago
dereference_008.phpt - Added array dereferencing support [DOC] 16 years ago
dereference_009.phpt - Added array dereferencing support [DOC] 16 years ago
dereference_010.phpt - Added array dereferencing support [DOC] 16 years ago
dereference_011.phpt - Added array dereferencing support [DOC] 16 years ago
dereference_012.phpt - Allow write context on array dereferencing from method return 16 years ago
dereference_013.phpt - Allow write context on array dereferencing from method return 16 years ago
dereference_014.phpt - Allow write context on array dereferencing from method return 16 years ago
div_001.phpt add new tests 19 years ago
div_002.phpt add new tests 19 years ago
double_to_string.phpt fix test 19 years ago
double_to_string_64bit.phpt fix tests 19 years ago
dtor_scope.phpt add test 23 years ago
dval_to_lval_32.phpt Fix rounding of zend_dval_to_lval 13 years ago
dval_to_lval_64.phpt Fix zend_dval_to_lval outside 64bit integers range 13 years ago
dynamic_call_001.phpt - New tests 18 years ago
dynamic_call_002.phpt - New tests 18 years ago
dynamic_call_003.phpt - New tests 18 years ago
dynamic_call_004.phpt - New tests 18 years ago
each_001.phpt - New tests 18 years ago
each_002.phpt remove UEXPECTF section 18 years ago
each_003.phpt fix tests 17 years ago
empty_str_offset.phpt Fix warning on non-numeric offsets 15 years ago
empty_with_expr.phpt Allow arbitrary expressions for empty() 14 years ago
errmsg_001.phpt add new tests 20 years ago
errmsg_002.phpt add new tests 20 years ago
errmsg_003.phpt add new tests 20 years ago
errmsg_004.phpt add new tests 20 years ago
errmsg_005.phpt add new tests 20 years ago
errmsg_006.phpt add new tests 20 years ago
errmsg_007.phpt add new tests 20 years ago
errmsg_008.phpt add new tests 20 years ago
errmsg_009.phpt add new tests 20 years ago
errmsg_010.phpt add new tests 20 years ago
errmsg_011.phpt add new tests 20 years ago
errmsg_012.phpt add new tests 20 years ago
errmsg_013.phpt add new tests 20 years ago
errmsg_014.phpt add new tests 20 years ago
errmsg_015.phpt add new tests 20 years ago
errmsg_016.phpt add new tests 20 years ago
errmsg_017.phpt add new tests 20 years ago
errmsg_018.phpt MFH: new tests 20 years ago
errmsg_019.phpt add new tests 20 years ago
errmsg_020.phpt add new tests 20 years ago
errmsg_021.phpt MFH: new tests 20 years ago
errmsg_022.phpt add new tests 20 years ago
errmsg_023.phpt add new tests 20 years ago
errmsg_024.phpt Remove inconsistent behaviour when a protected static prop is overridden by public static prop (details: http://turl.ca/phhhf ). 19 years ago
errmsg_025.phpt - Fixed bug #49472 (Constants defined in Interfaces can be overridden) 17 years ago
errmsg_026.phpt add new tests 20 years ago
errmsg_027.phpt add new tests 20 years ago
errmsg_028.phpt add new tests 20 years ago
errmsg_029.phpt add new tests 20 years ago
errmsg_030.phpt add new tests 20 years ago
errmsg_031.phpt add new tests 20 years ago
errmsg_032.phpt add new tests 20 years ago
errmsg_033.phpt add new tests 20 years ago
errmsg_034.phpt add new tests 20 years ago
errmsg_035.phpt add new tests 20 years ago
errmsg_036.phpt add new tests 20 years ago
errmsg_037.phpt add new tests 20 years ago
errmsg_038.phpt fix error message (reported by Felipe Nascimento) 19 years ago
errmsg_039.phpt add new tests 20 years ago
errmsg_040.phpt add new tests 20 years ago
errmsg_041.phpt add new tests 20 years ago
errmsg_042.phpt add new tests 20 years ago
errmsg_044.phpt Fixed test 19 years ago
errmsg_045.phpt Fix bug #65322: compile time errors won't trigger auto loading 13 years ago
error_reporting01.phpt - Fixed tests 15 years ago
error_reporting02.phpt Fix tests (patch by Lars) 18 years ago
error_reporting03.phpt Fix tests (patch by Lars) 18 years ago
error_reporting04.phpt Fix tests (patch by Lars) 18 years ago
error_reporting05.phpt - Fixed tests 15 years ago
error_reporting06.phpt - Fixed tests 15 years ago
error_reporting07.phpt - Fixed tests 15 years ago
error_reporting08.phpt Fix tests (patch by Lars) 18 years ago
error_reporting09.phpt Fix tests (patch by Lars) 18 years ago
error_reporting10.phpt - Fixed tests 15 years ago
exception_001.phpt - MFH: New tests 18 years ago
exception_002.phpt - New tests 18 years ago
exception_003.phpt - New tests 18 years ago
exception_004.phpt - New tests 18 years ago
exception_005.phpt - New tests 18 years ago
exception_006.phpt - New tests 18 years ago
exception_007.phpt - Fix/add tests 18 years ago
exception_008.phpt - Fix/add tests 18 years ago
exception_009.phpt - New test 18 years ago
exception_010.phpt - Fix code && new test 17 years ago
exception_before_fatal.phpt Exceptions triggered by undefined variable should be handled before FATAL error 13 years ago
exception_handler_001.phpt fix tests, add more 19 years ago
exception_handler_002.phpt Fix bug #47143, bug #51458 - provide more useful info in bad exception cases 16 years ago
exception_handler_003.phpt fix tests, add more 19 years ago
exception_handler_004.phpt Use new parameter parsing API for builtin functions 18 years ago
exception_handler_005.phpt fix tests, add more 19 years ago
exception_handler_006.phpt fix tests, add more 19 years ago
float_prec_001.phpt - MFH: Changed floating point behaviour to consistently use double precision 18 years ago
foreach.phpt Fixed foreach by-ref bug. 19 years ago
foreach_002.phpt - Fixed bug #51445 (var_dump() invalid/slow *RECURSION* detection) 16 years ago
foreach_list_001.phpt Fixed bug #62930, and more tests 14 years ago
foreach_list_002.phpt Fixed bug #62930, and more tests 14 years ago
foreach_list_003.phpt Fixed bug #62930, and more tests 14 years ago
foreach_list_004.phpt Fixed bug #62930, and more tests 14 years ago
foreach_temp_array_expr_with_refs.phpt Remove reference restrictions from foreach 14 years ago
foreach_undefined.phpt add test for the last Dmitry's fix 21 years ago
foreach_unset_globals.phpt new test 18 years ago
fr47160.phpt - Added indirect method call through array variable (FR Bug #47160) 15 years ago
function_arguments_001.phpt - parser version independent 15 years ago
function_arguments_002.phpt - parser version independent 15 years ago
function_exists_basic.phpt Basic tests for function_exists() and get_defined_functions(). Tested on Windows, Linux and Linux 64 bit. 17 years ago
function_exists_error.phpt Remove empty sections. Fix bad use of --SKIP-- 17 years ago
function_exists_variation1.phpt Basic tests for function_exists() and get_defined_functions(). Tested on Windows, Linux and Linux 64 bit. 17 years ago
gc_001.phpt Added garbage collector 19 years ago
gc_002.phpt Added garbage collector 19 years ago
gc_003.phpt Added garbage collector 19 years ago
gc_004.phpt - Fixed bug #51445 (var_dump() invalid/slow *RECURSION* detection) 16 years ago
gc_005.phpt - Fixed bug #51445 (var_dump() invalid/slow *RECURSION* detection) 16 years ago
gc_006.phpt - Fixed bug #51445 (var_dump() invalid/slow *RECURSION* detection) 16 years ago
gc_007.phpt Merge branch 'pull-request/341' 13 years ago
gc_008.phpt Merge branch 'pull-request/341' 13 years ago
gc_009.phpt Merge branch 'pull-request/341' 13 years ago
gc_010.phpt - Fixed bug #51445 (var_dump() invalid/slow *RECURSION* detection) 16 years ago
gc_011.phpt - Fixed bug #51445 (var_dump() invalid/slow *RECURSION* detection) 16 years ago
gc_012.phpt Turn on gc before we test it 16 years ago
gc_013.phpt Turn on gc before we test it 16 years ago
gc_014.phpt Turn on gc before we test it 16 years ago
gc_015.phpt Turn on gc before we test it 16 years ago
gc_016.phpt Turn on gc before we test it 16 years ago
gc_017.phpt Turn on gc before we test it 16 years ago
gc_018.phpt Turn on gc before we test it 16 years ago
gc_019.phpt Turn on gc before we test it 16 years ago
gc_020.phpt Turn on gc before we test it 16 years ago
gc_021.phpt Turn on gc before we test it 16 years ago
gc_022.phpt - Fix test 16 years ago
gc_023.phpt Turn on gc before we test it 16 years ago
gc_024.phpt more verbose skip reason in test files with not so obvious extension requirements 14 years ago
gc_025.phpt Turn on gc before we test it 16 years ago
gc_026.phpt Added garbage collector 19 years ago
gc_027.phpt Turn on gc before we test it 16 years ago
gc_028.phpt Turn on gc before we test it 16 years ago
gc_029.phpt Fixed test bug #61892 14 years ago
gc_029_zts.phpt Fixed test bug #61892 14 years ago
gc_030.phpt Turn on gc before we test it 16 years ago
gc_031.phpt - Fixed bug #47341: Calling gc_collect_cycles() with zend.enable_gc=0 causes 18 years ago
gc_032.phpt Prevented crash in GC because of incorrect reference counting 16 years ago
get_called_class_001.phpt - New tests 18 years ago
get_class_methods_001.phpt - New tests 18 years ago
get_class_methods_002.phpt - New tests 18 years ago
get_class_methods_003.phpt - New tests 18 years ago
get_class_vars_001.phpt MFH: 18 years ago
get_class_vars_002.phpt MFH: 18 years ago
get_class_vars_003.phpt MFH: Use zend_get_property_info() in get_class_vars() (fixes #46812) 17 years ago
get_class_vars_004.phpt MFH: 18 years ago
get_class_vars_005.phpt MFH: 18 years ago
get_class_vars_006.phpt MFH: Use zend_get_property_info() in get_class_vars() (fixes #46812) 17 years ago
get_class_vars_007.phpt MFH: 18 years ago
get_defined_functions_basic.phpt Basic tests for function_exists() and get_defined_functions(). Tested on Windows, Linux and Linux 64 bit. 17 years ago
get_defined_functions_error.phpt Basic tests for function_exists() and get_defined_functions(). Tested on Windows, Linux and Linux 64 bit. 17 years ago
get_defined_vars.phpt New testcase for get_defined_vars() function: get_defined_vars.phpt 19 years ago
get_parent_class_001.phpt fix tests 17 years ago
get_required_files.phpt Test from 2009 testfest 17 years ago
globals.inc add new tests 20 years ago
globals_001.phpt fix tests 17 years ago
globals_002.phpt fix tests 17 years ago
globals_003.phpt fix tests 17 years ago
globals_004.phpt fix tests 17 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
halt_compiler1.phpt Addres limitation of __HALT_COMPILER() that allowed only one instance 19 years ago
halt_compiler2.phpt Addres limitation of __HALT_COMPILER() that allowed only one instance 19 years ago
halt_compiler3.phpt Addres limitation of __HALT_COMPILER() that allowed only one instance 19 years ago
halt_compiler4.phpt Addres limitation of __HALT_COMPILER() that allowed only one instance 19 years ago
heredoc_001.phpt Added NEWDOC 19 years ago
heredoc_002.phpt Added NEWDOC 19 years ago
heredoc_003.phpt Added NEWDOC 19 years ago
heredoc_004.phpt Added NEWDOC 19 years ago
heredoc_005.phpt - Fixed tests 18 years ago
heredoc_006.phpt Added NEWDOC 19 years ago
heredoc_007.phpt Added NEWDOC 19 years ago
heredoc_008.phpt Added NEWDOC 19 years ago
heredoc_009.phpt Added NEWDOC 19 years ago
heredoc_010.phpt Added NEWDOC 19 years ago
heredoc_011.phpt . Added support for using static HEREDOCs to initialize static variables and class members or constants. (Matt) 18 years ago
heredoc_012.phpt - Allow HEREDOC syntax with double quotes 18 years ago
heredoc_013.phpt - Fixed tests 18 years ago
heredoc_014.phpt - Fixed tests 18 years ago
heredoc_015.phpt - New tests 18 years ago
heredoc_016.phpt - New tests 18 years ago
heredoc_017.phpt - New tests 18 years ago
heredoc_018.phpt - New tests 18 years ago
hex_overflow_32bit.phpt Fixed bug #43053 (Regression: some numbers shown in scientific notation). (int-e at gmx dot de) 18 years ago
incompat_ctx_user.phpt Implement phase 1 of rfc/incompat_ctx 13 years ago
increment_001.phpt fix tests 19 years ago
indexing_001.phpt implement the solution for isset/string offsets, fix bug #60362 15 years ago
indirect_call_array_001.phpt - New tests for new feature 15 years ago
indirect_call_array_002.phpt - New tests for new feature 15 years ago
indirect_call_array_003.phpt - New tests for new feature 15 years ago
indirect_call_array_004.phpt - New tests for new feature 15 years ago
indirect_method_call_001.phpt - Added class member access on instantiation (e.g. (new foo)->bar()) support 15 years ago
indirect_method_call_002.phpt - Added class member access on instantiation (e.g. (new foo)->bar()) support 15 years ago
indirect_method_call_003.phpt - Added class member access on instantiation (e.g. (new foo)->bar()) support 15 years ago
indirect_method_call_004.phpt - Added class member access on instantiation (e.g. (new foo)->bar()) support 15 years ago
indirect_method_call_005.phpt - Added class member access on instantiation (e.g. (new foo)->bar()) support 15 years ago
indirect_property_access.phpt - Added class member access on instantiation (e.g. (new foo)->bar()) support 15 years ago
indirect_reference_this.phpt Allowed indirect $this access (Scott) 16 years ago
instanceof.phpt nstanceof operator shouldn't call __autoload() 21 years ago
instanceof_001.phpt - New tests 18 years ago
instanceof_002.phpt - New tests 18 years ago
int_overflow_32bit.phpt add new tests 20 years ago
int_overflow_64bit.phpt Updated tests after double->long conversion change (basically to match 5.2) 17 years ago
int_underflow_32bit.phpt Updated tests after double->long conversion change (basically to match 5.2) 17 years ago
int_underflow_64bit.phpt new tests 20 years ago
inter_01.phpt - Fixed bug #49472 (Constants defined in Interfaces can be overridden) 17 years ago
inter_02.phpt - Next step in namespaces, using / as namespace separator. 18 years ago
inter_03.phpt New tests 19 years ago
inter_04.phpt - Fix tests 15 years ago
inter_05.phpt - New tests 18 years ago
inter_06.phpt - New tests 18 years ago
inter_007.phpt - Fix tests 15 years ago
interface_exists_001.phpt - New tests 18 years ago
interface_exists_002.phpt - Next step in namespaces, using / as namespace separator. 18 years ago
is_a.phpt Fixed bug #53727 (Inconsistent behavior of is_subclass_of with interfaces) 15 years ago
isset_001.phpt - New tests 18 years ago
isset_002.phpt - New tests 18 years ago
isset_003.phpt Remove bogus skipif and make adjust the tests 15 years ago
isset_003_2_4.phpt Added a number of small performance tweaks and optimizations 16 years ago
isset_expr_error.phpt Allow arbitrary expressions for empty() 14 years ago
isset_func_error.phpt Allow arbitrary expressions for empty() 14 years ago
isset_str_offset.phpt Fix warning on non-numeric offsets 15 years ago
jump01.phpt "jump" -> "goto" 21 years ago
jump02.phpt "jump" -> "goto" 21 years ago
jump03.phpt "jump" -> "goto" 21 years ago
jump04.phpt "jump" -> "goto" 21 years ago
jump05.phpt "jump" -> "goto" 21 years ago
jump06.phpt "jump" -> "goto" 21 years ago
jump07.phpt "jump" -> "goto" 21 years ago
jump08.phpt "jump" -> "goto" 21 years ago
jump09.phpt "jump" -> "goto" 21 years ago
jump10.phpt "jump" -> "goto" 21 years ago
jump11.phpt add new tests written by Felipe Pena 19 years ago
jump12.phpt Removed deprecation warning for ticks 17 years ago
jump13.phpt add new tests written by Felipe Pena 19 years ago
jump14.phpt - New tests 18 years ago
list_001.phpt New tests 19 years ago
list_002.phpt New tests 19 years ago
list_003.phpt - New tests 18 years ago
list_004.phpt - New tests 18 years ago
list_005.phpt - MFH: New tests 18 years ago
list_006.phpt - New tests 18 years ago
list_007.phpt - New tests 18 years ago
lsb_001.phpt Late Static Binding (Dmitry, Etienne Kneuss) 19 years ago
lsb_002.phpt Late Static Binding (Dmitry, Etienne Kneuss) 19 years ago
lsb_003.phpt Late Static Binding (Dmitry, Etienne Kneuss) 19 years ago
lsb_004.phpt Late Static Binding (Dmitry, Etienne Kneuss) 19 years ago
lsb_005.phpt Late Static Binding (Dmitry, Etienne Kneuss) 19 years ago
lsb_006.phpt Fix test 19 years ago
lsb_007.phpt Fix test 19 years ago
lsb_008.phpt Fix test 19 years ago
lsb_009.phpt Fix test 19 years ago
lsb_010.phpt Late Static Binding (Dmitry, Etienne Kneuss) 19 years ago
lsb_011.phpt Late Static Binding (Dmitry, Etienne Kneuss) 19 years ago
lsb_012.phpt Late Static Binding (Dmitry, Etienne Kneuss) 19 years ago
lsb_013.phpt Late Static Binding (Dmitry, Etienne Kneuss) 19 years ago
lsb_014.phpt - Next step in namespaces, using / as namespace separator. 18 years ago
lsb_015.phpt LSB parent/self forwarding 18 years ago
lsb_016.phpt Late Static Binding (Dmitry, Etienne Kneuss) 19 years ago
lsb_017.phpt Late Static Binding (Dmitry, Etienne Kneuss) 19 years ago
lsb_018.phpt # My editor somehow likes to convert to UTF-8 19 years ago
lsb_019.phpt LSB parent/self forwarding 18 years ago
lsb_020.phpt LSB parent/self forwarding 18 years ago
lsb_021.phpt LSB parent/self forwarding 18 years ago
lsb_022.phpt LSB parent/self forwarding 18 years ago
magic_by_ref_001.phpt prohibit arguments by ref in magic methods 19 years ago
magic_by_ref_002.phpt prohibit arguments by ref in magic methods 19 years ago
magic_by_ref_003.phpt prohibit arguments by ref in magic methods 19 years ago
magic_by_ref_004.phpt prohibit arguments by ref in magic methods 19 years ago
magic_by_ref_005.phpt prohibit arguments by ref in magic methods 19 years ago
magic_by_ref_006.phpt prohibit arguments by ref in magic methods 19 years ago
magic_by_ref_007.phpt prohibit arguments by ref in magic methods 19 years ago
magic_methods_001.phpt - MFH: Fixed bug #44769 (declaring private magic methods should throw error) 18 years ago
magic_methods_002.phpt MFH: Changed error messages to use "cannot" instead of "can not" (meaning "also can") 17 years ago
magic_methods_003.phpt MFH: Changed error messages to use "cannot" instead of "can not" (meaning "also can") 17 years ago
magic_methods_004.phpt MFH: Changed error messages to use "cannot" instead of "can not" (meaning "also can") 17 years ago
magic_methods_005.phpt MFH: Changed error messages to use "cannot" instead of "can not" (meaning "also can") 17 years ago
magic_methods_006.phpt - Change E_COMPILE_ERROR to E_WARNING (for wrong visibility on magic methods) 18 years ago
magic_methods_007.phpt MFH: Changed error messages to use "cannot" instead of "can not" (meaning "also can") 17 years ago
magic_methods_008.phpt MFH: Changed error messages to use "cannot" instead of "can not" (meaning "also can") 17 years ago
magic_methods_009.phpt - Change E_COMPILE_ERROR to E_WARNING (for wrong visibility on magic methods) 18 years ago
magic_methods_010.phpt MFH: Changed error messages to use "cannot" instead of "can not" (meaning "also can") 17 years ago
method_exists.phpt method_exists() regression test 21 years ago
method_exists_002.phpt - New tests 18 years ago
method_static_var.phpt remove irrelevant codes in test 15 years ago
mod_001.phpt add new tests 19 years ago
mul_001.phpt add new tests 19 years ago
not_001.phpt add new tests 19 years ago
not_002.phpt add new tests 19 years ago
nowdoc.inc Added NEWDOC 19 years ago
nowdoc_001.phpt Added NEWDOC 19 years ago
nowdoc_002.phpt Added NEWDOC 19 years ago
nowdoc_003.phpt Added NEWDOC 19 years ago
nowdoc_004.phpt Added NEWDOC 19 years ago
nowdoc_005.phpt Added NEWDOC 19 years ago
nowdoc_006.phpt Added NEWDOC 19 years ago
nowdoc_007.phpt Added NEWDOC 19 years ago
nowdoc_008.phpt Added NEWDOC 19 years ago
nowdoc_009.phpt Added NEWDOC 19 years ago
nowdoc_010.phpt Added NEWDOC 19 years ago
nowdoc_011.phpt Added NEWDOC 19 years ago
nowdoc_012.phpt Added NEWDOC 19 years ago
nowdoc_013.phpt Remove highlight.bg, it was removed in the old trunk and its not referenced in zend_highlight.c, meaning its not even implemented correctly in 5.3. 16 years ago
nowdoc_014.phpt Remove highlight.bg, it was removed in the old trunk and its not referenced in zend_highlight.c, meaning its not even implemented correctly in 5.3. 16 years ago
nowdoc_015.phpt Added NEWDOC 19 years ago
nowdoc_016.phpt - New tests 18 years ago
nowdoc_017.phpt - New tests 18 years ago
ns_001.phpt - Next step in namespaces, using / as namespace separator. 18 years ago
ns_002.phpt Namespace resolution streamlining patch 18 years ago
ns_003.phpt - Next step in namespaces, using / as namespace separator. 18 years ago
ns_004.phpt Namespace resolution streamlining patch 18 years ago
ns_005.phpt - Next step in namespaces, using / as namespace separator. 18 years ago
ns_006.phpt - Next step in namespaces, using / as namespace separator. 18 years ago
ns_007.phpt - Next step in namespaces, using / as namespace separator. 18 years ago
ns_008.phpt - Next step in namespaces, using / as namespace separator. 18 years ago
ns_009.phpt - Next step in namespaces, using / as namespace separator. 18 years ago
ns_010.phpt Namespace resolution streamlining patch 18 years ago
ns_011.phpt - Next step in namespaces, using / as namespace separator. 18 years ago
ns_012.phpt - Next step in namespaces, using / as namespace separator. 18 years ago
ns_013.phpt - Next step in namespaces, using / as namespace separator. 18 years ago
ns_014.phpt - Next step in namespaces, using / as namespace separator. 18 years ago
ns_015.phpt - Next step in namespaces, using / as namespace separator. 18 years ago
ns_016.phpt - Next step in namespaces, using / as namespace separator. 18 years ago
ns_017.phpt - Next step in namespaces, using / as namespace separator. 18 years ago
ns_018.phpt - Next step in namespaces, using / as namespace separator. 18 years ago
ns_019.phpt - Next step in namespaces, using / as namespace separator. 18 years ago
ns_020.phpt - Next step in namespaces, using / as namespace separator. 18 years ago
ns_021.phpt - Next step in namespaces, using / as namespace separator. 18 years ago
ns_022.inc Disabling declaration of class which name conflicts with import. 19 years ago
ns_022.phpt - Next step in namespaces, using / as namespace separator. 18 years ago
ns_023.phpt fix tests 17 years ago
ns_024.phpt fix tests 17 years ago
ns_025.phpt - Next step in namespaces, using / as namespace separator. 18 years ago
ns_026.phpt Made test compatible with O+ 13 years ago
ns_027.inc - Next step in namespaces, using / as namespace separator. 18 years ago
ns_027.phpt - Next step in namespaces, using / as namespace separator. 18 years ago
ns_028.inc Disabling declaration of class which name conflicts with import. 19 years ago
ns_028.phpt - Next step in namespaces, using / as namespace separator. 18 years ago
ns_029.phpt - Next step in namespaces, using / as namespace separator. 18 years ago
ns_030.phpt - Next step in namespaces, using / as namespace separator. 18 years ago
ns_031.phpt - Next step in namespaces, using / as namespace separator. 18 years ago
ns_032.phpt - Next step in namespaces, using / as namespace separator. 18 years ago
ns_033.phpt T_IMPORT -> T_USE 19 years ago
ns_034.phpt Namespace resolution streamlining patch 18 years ago
ns_035.phpt Namespace resolution streamlining patch 18 years ago
ns_036.phpt Namespace resolution streamlining patch 18 years ago
ns_037.phpt Namespace resolution streamlining patch 18 years ago
ns_038.phpt Namespace resolution streamlining patch 18 years ago
ns_039.phpt Fixed bug #43318 19 years ago
ns_040.phpt - Next step in namespaces, using / as namespace separator. 18 years ago
ns_041.phpt - Next step in namespaces, using / as namespace separator. 18 years ago
ns_042.phpt - Next step in namespaces, using / as namespace separator. 18 years ago
ns_043.phpt - Next step in namespaces, using / as namespace separator. 18 years ago
ns_044.phpt - Next step in namespaces, using / as namespace separator. 18 years ago
ns_045.phpt - Next step in namespaces, using / as namespace separator. 18 years ago
ns_046.phpt - Next step in namespaces, using / as namespace separator. 18 years ago
ns_047.phpt - Next step in namespaces, using / as namespace separator. 18 years ago
ns_048.phpt - Next step in namespaces, using / as namespace separator. 18 years ago
ns_049.phpt - Next step in namespaces, using / as namespace separator. 18 years ago
ns_050.phpt - Next step in namespaces, using / as namespace separator. 18 years ago
ns_051.phpt - Next step in namespaces, using / as namespace separator. 18 years ago
ns_052.phpt - Next step in namespaces, using / as namespace separator. 18 years ago
ns_053.phpt - Next step in namespaces, using / as namespace separator. 18 years ago
ns_054.phpt Namespace resolution streamlining patch 18 years ago
ns_055.phpt Namespace resolution streamlining patch 18 years ago
ns_056.phpt Namespace resolution streamlining patch 18 years ago
ns_057.phpt Namespace resolution streamlining patch 18 years ago
ns_058.phpt Namespace resolution streamlining patch 18 years ago
ns_059.phpt Fixed bug #43318 19 years ago
ns_060.phpt - Next step in namespaces, using / as namespace separator. 18 years ago
ns_061.phpt - Next step in namespaces, using / as namespace separator. 18 years ago
ns_062.phpt - Next step in namespaces, using / as namespace separator. 18 years ago
ns_063.phpt change namespaced ctors - only __construct would work 16 years ago
ns_064.phpt - Next step in namespaces, using / as namespace separator. 18 years ago
ns_065.inc - Next step in namespaces, using / as namespace separator. 18 years ago
ns_065.phpt - Next step in namespaces, using / as namespace separator. 18 years ago
ns_066.phpt - Next step in namespaces, using / as namespace separator. 18 years ago
ns_067.inc - Next step in namespaces, using / as namespace separator. 18 years ago
ns_067.phpt - Next step in namespaces, using / as namespace separator. 18 years ago
ns_068.phpt - Add new test 18 years ago
ns_069.inc - Add new test 18 years ago
ns_069.phpt - Add new test 18 years ago
ns_070.phpt Namespace resolution streamlining patch 18 years ago
ns_071.phpt - Added scalar typehinting. 16 years ago
ns_072.phpt Namespace resolution streamlining patch 18 years ago
ns_073.phpt Namespace resolution streamlining patch 18 years ago
ns_074.phpt Namespace resolution streamlining patch 18 years ago
ns_075.phpt some new tests 18 years ago
ns_076.phpt some new tests 18 years ago
ns_077_1.phpt some new tests 18 years ago
ns_077_2.phpt some new tests 18 years ago
ns_077_3.phpt some new tests 18 years ago
ns_077_4.phpt some new tests 18 years ago
ns_077_5.phpt some new tests 18 years ago
ns_077_6.phpt some new tests 18 years ago
ns_077_7.phpt some new tests 18 years ago
ns_077_8.phpt some new tests 18 years ago
ns_078.phpt Improve use syntax 18 years ago
ns_079.phpt Added support for namespaces with brackets. (Greg) 18 years ago
ns_080.phpt Added support for namespaces with brackets. (Greg) 18 years ago
ns_081.phpt Added support for namespaces with brackets. (Greg) 18 years ago
ns_082.phpt Added support for namespaces with brackets. (Greg) 18 years ago
ns_083.phpt Added support for namespaces with brackets. (Greg) 18 years ago
ns_084.phpt Added support for namespaces with brackets. (Greg) 18 years ago
ns_085.phpt Added support for namespaces with brackets. (Greg) 18 years ago
ns_086.phpt - Fixed tests 16 years ago
ns_087.phpt Added support for namespaces with brackets. (Greg) 18 years ago
object-null.phpt - Added tests for BC breaking changes. 20 years ago
object_handlers.phpt Add support got zend_class_entry->get_static_method() and matching __callStatic() userspace method @doc 19 years ago
objects_001.phpt add new test 20 years ago
objects_002.phpt Improve the warning message of incompatible arguments. (#55719) 15 years ago
objects_003.phpt Improve the warning message of incompatible arguments. (#55719) 15 years ago
objects_004.phpt Improve the warning message of incompatible arguments. (#55719) 15 years ago
objects_005.phpt Improve the warning message of incompatible arguments. (#55719) 15 years ago
objects_006.phpt Improve the warning message of incompatible arguments. (#55719) 15 years ago
objects_007.phpt Improve the warning message of incompatible arguments. (#55719) 15 years ago
objects_008.phpt Improve the warning message of incompatible arguments. (#55719) 15 years ago
objects_009.phpt Improve the warning message of incompatible arguments. (#55719) 15 years ago
objects_010.phpt add more tests 20 years ago
objects_011.phpt - Fixed bug #52160 (Invalid E_STRICT redefined constructor error) 16 years ago
objects_012.phpt do not allow to implement the same interface twice 20 years ago
objects_013.phpt fix tests 20 years ago
objects_014.phpt fix tests 20 years ago
objects_015.phpt - Add new test 20 years ago
objects_017.phpt New tests 19 years ago
objects_018.phpt - Fix tests 15 years ago
objects_019.phpt New tests 19 years ago
objects_020.phpt - Fixed bug #51445 (var_dump() invalid/slow *RECURSION* detection) 16 years ago
objects_021.phpt - New tests 18 years ago
objects_022.phpt - New tests 18 years ago
objects_023.phpt - New tests 18 years ago
objects_024.phpt - New tests 18 years ago
objects_025.phpt - New tests 18 years ago
objects_026.phpt - New tests 18 years ago
objects_027.phpt Fixed is_callable/call_user_func mess that had done different things for very similar arguments e.g. array("A","B") and "A::B" 18 years ago
objects_028.phpt - New tests 18 years ago
objects_029.phpt - New tests 18 years ago
objects_030.phpt - New tests 18 years ago
objects_031.phpt - MFH: New tests 18 years ago
objects_032.phpt Fixed covariance of return-by-ref constraints 16 years ago
oct_overflow_32bit.phpt fix tests 19 years ago
offset_array.phpt Fix tests (removed space on error message "Undefined index: ...") 19 years ago
offset_assign.phpt implement the solution for isset/string offsets, fix bug #60362 15 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 Merge branch 'PHP-5.4' 14 years ago
or_001.phpt add new tests 19 years ago
property_exists.phpt - New tests 18 years ago
result_unused.phpt implement the solution for isset/string offsets, fix bug #60362 15 years ago
selfParent_001.phpt Tests constant initialisation 19 years ago
selfParent_002.phpt Tests constant initialisation 19 years ago
settype_array.phpt add new tests 19 years ago
settype_bool.phpt add new tests 19 years ago
settype_double.phpt fix tests 19 years ago
settype_int.phpt add new tests 19 years ago
settype_null.phpt add new tests 19 years ago
settype_object.phpt add new tests 19 years ago
settype_resource.phpt add new tests 19 years ago
settype_string.phpt add new tests 19 years ago
shift_001.phpt add new tests 19 years ago
shift_002.phpt add new tests 19 years ago
str_offset_001.phpt implement the solution for isset/string offsets, fix bug #60362 15 years ago
str_offset_002.phpt Fixed crash on attempt to insert reference to string offset into an array 16 years ago
strict_001.phpt add more tests 20 years ago
strict_002.phpt add more tests 20 years ago
sub_001.phpt add new tests 19 years ago
trait_exists_001.phpt Added trait_exists() [TRAITS] [DOC] 16 years ago
trait_exists_002.phpt Added trait_exists() [TRAITS] [DOC] 16 years ago
trait_exists_003.phpt Added trait_exists() [TRAITS] [DOC] 16 years ago
try_catch_finally_001.phpt Implemented 'finally' keywords for php 14 years ago
try_catch_finally_002.phpt add test for alone try block, and update test scripts summary 14 years ago
try_catch_finally_003.phpt An exception thrown in try or catch block is disacarded by return statement in finally block. 14 years ago
try_catch_finally_004.phpt add test for alone try block, and update test scripts summary 14 years ago
try_catch_finally_005.phpt Fixed bug that jmp in try block jmp over finally block 14 years ago
try_catch_finally_006.phpt Fixed bug that jmp in try block jmp over finally block 14 years ago
try_catch_finally_007.phpt Fixed bug that jmp in try block jmp over finally block 14 years ago
try_finally_001.phpt Fixed bug that jmp in try block jmp over finally block 14 years ago
try_finally_002.phpt Fixed bug that jmp in try block jmp over finally block 14 years ago
try_finally_003.phpt Fixed bug that jmp in try block jmp over finally block 14 years ago
try_finally_004.phpt Fixed bug that jmp in try block jmp over finally block 14 years ago
try_finally_005.phpt Fixed bug that jmp in try block jmp over finally block 14 years ago
try_finally_006.phpt Fixed bug that jmp in try block jmp over finally block 14 years ago
try_finally_007.phpt Fixed bug that jmp in try block jmp over finally block 14 years ago
try_finally_008.phpt Fixed bug that jmp in try block jmp over finally block 14 years ago
try_finally_009.phpt Fixed bug that jmp in try block jmp over finally block 14 years ago
try_finally_010.phpt An exception thrown in try or catch block is disacarded by return statement in finally block. 14 years ago
unexpected_ref_bug.phpt fix crash when unexpectedly passed by-ref parameter is modified 17 years ago
unset.inc - Fixed tests (Pierre) 18 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 Changed silent conversion of array to string to produce a notice. (Patrick) 15 years ago
unset_cv06.phpt Removed register_globals 16 years ago
unset_cv07.phpt fix tests 16 years ago
unset_cv08.phpt Fixed test 19 years ago
unset_cv09.phpt Added test cases for CV optimization patch 22 years ago
unset_cv10.phpt more verbose skip reason in test files with not so obvious extension requirements 14 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
xor_001.phpt add new tests 19 years ago
xor_002.phpt add new tests 19 years ago
xor_003.phpt add new tests 19 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) 23 years ago
zend_signed_multiply-32bit.phpt Fix skipif section 14 years ago
zend_signed_multiply-64bit.phpt Fix skipif section 14 years ago
zend_strtod.phpt Fixed bug #43053 (Regression: some numbers shown in scientific notation). (int-e at gmx dot de) 18 years ago