php-src/Zend/tests
Stefan Marr c5ba229617 Fixed Bug #60165 (Aliasing unexisting trait should throw/trigger the exception/error)
- aliases that are not actually matching anything are treated as errors now. This
  will make sure that all methods that are expected to be in a class are actually
  there, or in case a trait changed for instance, that the code breaks already
  on composition
- Precedence declarations are also checked to ensure that the method
  which is supposed to take precedence actually exists, however,
  the other traits mentioned in the declaration are not regarded.
  We are more lenient here, since this avoids unnecessary fragility.
- fixed another seamingly unrelated test which broke in the progress
  but wasn't clear before either.
2011-11-17 21:04:15 +00:00
..
bug39542 Fixed bug #39542 (Behaviour of require/include different to < 5.2.0) 2007-05-11 08:02:43 +00:00
constants fix tests (say hello to disk C:\) 2008-05-20 14:53:58 +00:00
multibyte Fixed multibyte related issues 2011-03-14 16:00:59 +00:00
traits Fixed Bug #60165 (Aliasing unexisting trait should throw/trigger the exception/error) 2011-11-17 21:04:15 +00:00
001.phpt add new tests 2006-06-27 21:10:04 +00:00
002.phpt add new tests 2006-06-27 21:10:04 +00:00
003.phpt add new tests 2006-06-27 21:10:04 +00:00
004.phpt Use new parameter parsing API for builtin functions 2008-06-18 23:38:37 +00:00
005.phpt Use new parameter parsing API for builtin functions 2008-06-18 23:38:37 +00:00
006.phpt Use new parameter parsing API for builtin functions 2008-06-18 23:38:37 +00:00
007.phpt Use new parameter parsing API for builtin functions 2008-06-18 23:38:37 +00:00
008.phpt Use new parameter parsing API for builtin functions 2008-06-18 23:38:37 +00:00
009.phpt Fixed bug #47664 (get_class returns NULL instead of FALSE) 2009-03-16 09:51:32 +00:00
010.phpt add new tests 2006-06-27 21:10:04 +00:00
011.phpt - MFH: Fixed bug #45743 (property_exists fails to find static protected member in child class) 2008-08-18 17:44:02 +00:00
012.phpt add new tests 2006-06-27 21:10:04 +00:00
013.phpt add new tests 2006-06-27 21:10:04 +00:00
014.inc add new tests 2006-06-27 21:10:04 +00:00
014.phpt Fix tests (new error message for void parameters) 2008-03-10 23:14:11 +00:00
015.phpt MFH: Add E_USER_DEPRECATED (patch by Lars Strojny) 2008-07-21 09:41:00 +00:00
016.phpt add test 2006-07-06 16:14:56 +00:00
017.phpt - MFH: Parameter parsing changes for get_defined_constants() (Kalle) 2009-05-07 12:08:09 +00:00
018.phpt MFH:- Added common getopt implementation to core. 2007-10-01 12:40:54 +00:00
019.phpt Fix test 2009-07-06 19:35:01 +00:00
020.phpt Use new parameter parsing API for builtin functions 2008-06-18 23:38:37 +00:00
021.phpt - MFH Improved version of ternary shortcut (Marcus) 2007-11-21 09:41:35 +00:00
022.phpt MFH: Allow implementation of abstract methods with optional parameters (Christian 2008-03-01 13:53:32 +00:00
023.phpt - New test 2008-04-17 18:16:17 +00:00
024.phpt MFH: Adjust tests. The order in which notices appear is platform dependend as the function call ordering in parameter lists is not defined in C. 2009-07-07 12:11:53 +00:00
025.phpt - New tests 2008-04-18 14:05:47 +00:00
026.phpt Silently casting an empty string, null or false into an object by adding a property 2010-12-31 16:57:45 +00:00
027.phpt - New tests 2008-04-18 14:05:47 +00:00
028.phpt - New tests 2008-04-18 14:05:47 +00:00
029.phpt Removing redundant UEXPECT 2009-05-18 19:16:30 +00:00
030.phpt fix test 2008-07-13 09:29:16 +00:00
031.phpt - MFH: New tests 2008-05-11 03:50:28 +00:00
032.phpt - MFH: New tests 2008-05-11 03:50:28 +00:00
033.phpt Silently casting an empty string, null or false into an object by adding a property 2010-12-31 16:57:45 +00:00
034.phpt - MFH: New tests 2008-05-11 22:44:56 +00:00
035.phpt - New tests 2008-05-12 17:57:21 +00:00
036.phpt - MFH: New tests 2008-07-28 14:10:00 +00:00
037.phpt - MFH: New tests 2008-07-28 14:10:00 +00:00
038.phpt - MFH: New tests 2008-07-28 14:10:00 +00:00
abstract-static.phpt Fix test 2006-10-20 14:42:37 +00:00
access_modifiers_001.phpt MFH: disallow multiple access modifiers and 'abstract abstract' methods (patch by Etienne Kneuss) 2007-11-13 16:52:14 +00:00
access_modifiers_002.phpt MFH: disallow multiple access modifiers and 'abstract abstract' methods (patch by Etienne Kneuss) 2007-11-13 16:52:14 +00:00
access_modifiers_003.phpt Fix test 2008-02-05 08:41:04 +00:00
access_modifiers_004.phpt MFH: disallow multiple access modifiers and 'abstract abstract' methods (patch by Etienne Kneuss) 2007-11-13 16:52:14 +00:00
access_modifiers_005.phpt MFH: disallow multiple access modifiers and 'abstract abstract' methods (patch by Etienne Kneuss) 2007-11-13 16:52:14 +00:00
access_modifiers_006.phpt MFH: disallow multiple access modifiers and 'abstract abstract' methods (patch by Etienne Kneuss) 2007-11-13 16:52:14 +00:00
access_modifiers_007.phpt MFH: disallow multiple access modifiers and 'abstract abstract' methods (patch by Etienne Kneuss) 2007-11-13 16:52:14 +00:00
access_modifiers_008.phpt - Added XFAIL section in tests to issue under discussion 2008-05-28 11:54:36 +00:00
access_modifiers_009.phpt - Added XFAIL section in tests to issue under discussion 2008-05-28 11:54:36 +00:00
access_modifiers_010.phpt New tests 2008-03-12 12:58:12 +00:00
access_modifiers_011.phpt Add test for last commit. 2009-01-07 22:35:51 +00:00
access_modifiers_012.phpt Add test 2009-01-13 18:08:25 +00:00
add_001.phpt add new tests 2007-04-28 11:59:08 +00:00
add_002.phpt add new tests 2007-04-28 11:59:08 +00:00
add_003.phpt add new tests 2007-04-28 11:59:08 +00:00
add_004.phpt add new tests 2007-04-28 11:59:08 +00:00
add_005.phpt add new tests 2007-04-28 11:59:08 +00:00
add_006.phpt fix tests 2007-05-07 22:10:14 +00:00
add_007.phpt add new tests 2007-04-28 11:59:08 +00:00
and_001.phpt add new tests 2007-04-28 11:59:08 +00:00
anonymous_func_001.phpt - MFH: New tests 2008-05-11 03:50:28 +00:00
anonymous_func_002.phpt - MFH: New tests 2008-05-11 03:50:28 +00:00
anonymous_func_003.phpt - MFH: New tests 2008-05-11 03:50:28 +00:00
argument_restriction_001.phpt Improve the warning message of incompatible arguments. (#55719) 2011-09-23 15:08:11 +00:00
argument_restriction_002.phpt Improve the warning message of incompatible arguments. (#55719) 2011-09-23 15:08:11 +00:00
argument_restriction_003.phpt Improve the warning message of incompatible arguments. (#55719) 2011-09-23 15:08:11 +00:00
argument_restriction_004.phpt Improve the warning message of incompatible arguments. (#55719) 2011-09-23 15:08:11 +00:00
argument_restriction_005.phpt Improve the warning message of incompatible arguments. (#55719) 2011-09-23 15:08:11 +00:00
argument_restriction_006.phpt Test for #60174 (Notice when array in method prototype error) 2011-10-31 06:04:43 +00:00
array_append_COW.phpt fix test names 2007-08-03 13:50:20 +00:00
array_type_hint_001.phpt - Added scalar typehinting. 2010-05-20 19:18:35 +00:00
array_unshift_COW.phpt fix test names 2007-08-03 13:50:20 +00:00
assign_to_var_001.phpt some more tests 2008-03-11 10:40:37 +00:00
assign_to_var_002.phpt some more tests 2008-03-11 10:40:37 +00:00
assign_to_var_003.phpt some more tests 2008-03-11 10:40:37 +00:00
assign_to_var_004.phpt some more tests 2008-03-11 10:40:37 +00:00
binary-32bit.phpt - Fixed bug #55378: binary number literal returns float number though its value 2011-08-07 17:36:31 +00:00
binary.phpt - Fixed bug #55378: binary number literal returns float number though its value 2011-08-07 17:36:31 +00:00
bug19859.phpt cleanup (CS+ws) 2003-07-24 17:07:40 +00:00
bug20240.phpt - Fix tests due to changes in the error messages. 2005-09-15 19:49:58 +00:00
bug20242.phpt - This test works fine (patch by Lars Strojny) 2008-07-22 07:13:52 +00:00
bug21478.phpt Add missing right parensis 2003-08-07 19:36:13 +00:00
bug21888.phpt MFH 2005-09-23 09:40:16 +00:00
bug22725.phpt fix test names 2007-05-07 17:54:12 +00:00
bug22836.phpt Fixed bug #22836 (returning reference to uninitialized variable) 2005-05-27 16:18:07 +00:00
bug23104.phpt Fixed bug #23104 (hash position of static arrays not being reset) 2003-08-04 17:10:52 +00:00
bug24436.phpt cleanup (CS+ws) 2003-07-24 17:07:40 +00:00
bug24635.phpt Style & WS fixes 2003-08-03 19:20:45 +00:00
bug24699.phpt fix syntax 2003-08-05 08:03:26 +00:00
bug24773.phpt Test case for bug #24773. 2003-12-03 23:00:30 +00:00
bug24884.phpt fix test 2006-09-11 08:08:20 +00:00
bug26010.phpt Fix one more test 2003-11-04 17:14:07 +00:00
bug26077.phpt fix test description 2005-12-20 17:00:24 +00:00
bug26166.phpt - Fix tests 2006-05-10 22:46:16 +00:00
bug26229.phpt - Bugfix #26229 (getIterator() segfaults when it returns arrays or scalars) 2005-01-25 10:40:51 +00:00
bug26281.phpt {} to [] test fixes 2005-11-16 16:57:27 +00:00
bug26696.phpt Update test 2004-01-25 13:19:16 +00:00
bug26697.phpt Fixed bug #26697 (calling class_exists on a nonexistent class in __autoload 2003-12-23 10:45:10 +00:00
bug26698.phpt Ignore the memleak in this test 2004-02-10 22:13:07 +00:00
bug26801.phpt {} to [] test fixes 2005-11-16 16:57:27 +00:00
bug26802.phpt Fix and clarify the test case 2004-02-11 10:48:20 +00:00
bug27268.phpt Fixed bug #27268 (Bad references accentuated by clone). 2005-06-23 08:21:03 +00:00
bug27304.phpt fix test names 2007-05-07 17:54:12 +00:00
bug27598.phpt Fixed bug #27598 (list() array key assignment causes HUGE memory leak) 2005-06-03 13:57:26 +00:00
bug27669.phpt - Add test for bug #27669 2004-09-16 19:36:56 +00:00
bug27731.phpt Fixed reversed condition for error reporting. 2004-04-01 22:05:35 +00:00
bug27798.phpt Fixed bug #40757 (get_object_vars get nothing in child class) 2007-07-24 11:39:56 +00:00
bug28072.phpt Fixed bug #44100 (Inconsistent handling of static array declarations with duplicate keys). 2008-08-01 14:22:03 +00:00
bug28377.phpt Fixed bug #28377 (debug_backtrace is intermittently passing args) 2005-06-23 12:00:13 +00:00
bug28442.phpt - Bugfix #28442 2005-03-10 13:20:26 +00:00
bug28444.phpt there is no Unicode in 5_2 2006-07-11 12:15:11 +00:00
bug29015.phpt Fixed bug #29015 (Incorrect behavior of member vars(non string ones)-numeric mem vars und others) 2005-04-28 17:40:11 +00:00
bug29104.phpt fix test names 2007-05-07 17:54:12 +00:00
bug29210.phpt fix test names 2007-05-07 17:54:12 +00:00
bug29368.phpt No short-tags! 2005-06-17 16:40:05 +00:00
bug29505.phpt Add new test 2004-08-03 16:59:53 +00:00
bug29674.phpt Fixed tests 2007-11-19 08:19:31 +00:00
bug29689.phpt Fixed tests 2007-11-19 08:19:31 +00:00
bug29883.phpt Fixed bug #29883 (isset gives invalid values on strings). 2004-12-01 14:02:35 +00:00
bug29890.phpt test 2005-05-18 18:08:02 +00:00
bug29896.phpt Fixed bug #29896 (Backtrace argument list out of sync) 2005-06-22 15:26:05 +00:00
bug29944.phpt Fixed bug #29944 (Function defined in switch, crashes). 2005-04-25 09:56:42 +00:00
bug30080.phpt Fixed bug #30080 (Passing array or non array of objects) 2005-06-03 15:02:49 +00:00
bug30140.phpt Fixed bug #30140 (Problem with array in static properties) 2005-06-08 13:21:28 +00:00
bug30161.phpt Fixed bug #30162 (Catching exception in constructor couses lose of $this) 2005-05-04 08:45:46 +00:00
bug30162.phpt Fix test 2009-07-06 19:35:01 +00:00
bug30346.phpt MFH 2005-12-03 00:00:55 +00:00
bug30394.phpt Added test for 5.0 specific bug #30394 (Assignment operators yield wrong result with __get/__set) 2005-06-03 15:38:32 +00:00
bug30407.phpt Fixed bug #30407 (Strange behaviour of default arguments) 2005-02-10 11:45:24 +00:00
bug30451.phpt tests 2005-05-18 14:56:34 +00:00
bug30519.phpt fix test names 2007-05-07 17:54:12 +00:00
bug30702.phpt fix test names 2007-05-07 17:54:12 +00:00
bug30707.phpt Fixed bug #30707 (Segmentation fault on exception in method) 2005-05-04 11:17:30 +00:00
bug30725.phpt - Second and last part of #30725 fix 2005-01-24 20:02:55 +00:00
bug30791.phpt fix test names 2007-05-07 17:54:12 +00:00
bug30820.phpt Fixed bug #30820 (static member conflict with $this->member silently ignored) 2005-06-08 08:08:18 +00:00
bug30828.phpt Fixed bug #30828 (debug_backtrace() reports incorrect class in overridden methods) 2005-06-23 09:23:24 +00:00
bug30889.phpt fix test names 2007-05-07 17:54:12 +00:00
bug30922.phpt MFH: fix typo and bug #43646 2008-01-29 00:07:26 +00:00
bug30998.phpt add test 2004-12-06 16:08:08 +00:00
bug31098.phpt Simplified string offset reading 2010-07-16 11:44:30 +00:00
bug31102.phpt - Added missing description (thanks jani) 2005-03-20 22:08:16 +00:00
bug31177-2.phpt typofix 2005-12-26 23:58:42 +00:00
bug31177.phpt Added test file for bug #31177 (not fixed yet) 2005-06-10 10:45:14 +00:00
bug31341.phpt Fixed bug #35411 (Regression with \{$ handling). 2005-11-27 06:39:31 +00:00
bug31525.phpt Fixed bug #31525 (object reference being dropped. $this getting lost) 2005-05-05 17:37:25 +00:00
bug31683.phpt - fix skipif 2011-09-06 15:40:12 +00:00
bug31720.phpt - MFH: Fixed detection of invalid class name 2008-05-08 18:51:28 +00:00
bug32226.phpt - Fixed layout of test description. 2005-06-19 21:56:21 +00:00
bug32252.phpt - Add new test 2005-03-11 02:32:07 +00:00
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" 2008-07-26 13:14:04 +00:00
bug32296.phpt fix test names 2007-05-07 17:54:12 +00:00
bug32322.phpt Added test for bug #32322 (Return values by reference broken( using self::),example singleton instance) 2005-06-08 08:43:38 +00:00
bug32427.phpt fix test names 2007-05-07 17:54:12 +00:00
bug32428.phpt typofix 2005-06-15 09:23:28 +00:00
bug32429.phpt fix 2005-04-26 12:01:31 +00:00
bug32596.phpt Added test for bug #32596 (Segfault/Memory Leak by getClass (etc) in __destruct) 2005-06-06 09:50:40 +00:00
bug32660.phpt fix test names 2007-05-07 17:54:12 +00:00
bug32674.phpt fix test names 2007-05-07 17:54:12 +00:00
bug32799.phpt Fixed bug #39346 (Unsetting a static variable inside a destructor causes segfault later on) 2008-01-11 08:42:06 +00:00
bug32833.phpt fix test names 2007-05-07 17:54:12 +00:00
bug32993.phpt Fixed bug #32993 (implemented Iterator function current() don't throw exception) 2005-06-06 08:24:05 +00:00
bug33116.phpt Fixed bug #33116 (crash when assigning class name to global variable in __autoload). 2005-05-26 14:28:24 +00:00
bug33171.phpt Fixed bug #33171 (foreach enumerates private fields declared in base classes) 2005-06-06 07:52:08 +00:00
bug33257.phpt fix test names 2007-05-07 17:54:12 +00:00
bug33277.phpt No short-tags! 2005-06-17 16:40:05 +00:00
bug33282.phpt Fixed bug #33282 (Re-assignment by reference does not clear the is_ref flag) 2006-11-07 20:23:30 +00:00
bug33318.phpt Fixed bug #33318 (throw 1; results in Invalid opcode 108/1/8) 2005-06-16 14:20:00 +00:00
bug33512.phpt Added forgotten tests 2005-10-20 07:04:25 +00:00
bug33558.phpt Fixed bug #33558 (warning with nested calls to functions returning by reference) 2005-07-18 07:13:34 +00:00
bug33710.phpt typo 2005-07-18 01:09:22 +00:00
bug33732.phpt fix tests 2006-06-19 17:33:44 +00:00
bug33771.phpt Fix tests (patch by Lars) 2008-07-21 12:23:38 +00:00
bug33802.phpt Fixed bug #33802 (throw Exception in error handler causes crash) 2005-07-22 07:33:03 +00:00
bug33996.phpt - MFH Sync error messages and simplify error message generation code 2006-05-26 00:36:13 +00:00
bug33999.phpt Fixed bug #33999 (object remains object when cast to int) 2005-08-05 09:02:14 +00:00
bug34045.phpt Fixed bug #34045 (Buffer overflow with serialized object) 2005-08-10 06:37:19 +00:00
bug34062.phpt Added forgotten tests 2005-10-20 07:04:25 +00:00
bug34064.phpt Fixed bug #34064 (arr[] as param to function in class gives invalid opcode) 2005-08-10 10:39:55 +00:00
bug34065.phpt Fixed bugs #34065 and #38623 (throw in foreach/switch causes memory leaks) 2006-09-19 21:36:54 +00:00
bug34137.phpt Fixed bug #34137 (assigning array element by reference causes binary mess) 2005-09-01 13:21:37 +00:00
bug34199.phpt - Fix tests due to changes in the error messages. 2005-09-15 19:49:58 +00:00
bug34260.phpt Fixed bug #34260 (Segfault with callbacks (array_map) + overloading) 2005-09-02 07:47:28 +00:00
bug34310.phpt Fixed bug #34310 (foreach($arr as $c->d => $x) crashes) 2005-09-01 10:54:38 +00:00
bug34358.phpt Fixed bug #34358 (Fatal error: Cannot re-assign $this) 2005-10-03 08:21:51 +00:00
bug34467.phpt Fixed bug #34467 (foreach + __get + __set incosistency) 2005-10-10 09:50:05 +00:00
bug34518.phpt Fixed bug #34518 (Unset doesn't separate container in CV) 2005-09-16 14:42:46 +00:00
bug34617.phpt Fix tests 2006-12-19 10:03:24 +00:00
bug34678.phpt Fixed bug #34678 (__call(), is_callable() and static methods) 2005-10-03 09:12:19 +00:00
bug34786.phpt Fixed bug #34786 (2 @ results in change to error_reporting() to random value) 2005-10-10 10:53:52 +00:00
bug34873.phpt make it consistent with the other ones =) 2006-04-14 21:06:11 +00:00
bug34879.phpt Fixed bug #34879 (str_replace, array_map corrupt negative array indexes on 64-bit platforms) 2005-10-28 14:46:30 +00:00
bug34893.phpt Fixed bug #34893 (PHP5.1 overloading, Cannot access private property) 2005-10-20 09:47:12 +00:00
bug35017.phpt Fixed bug #35017 (Exception thrown in error handler may cause unexpected behavior) 2005-10-31 19:25:14 +00:00
bug35106.phpt - Fixed bug #35106 (nested foreach fails when array variable has a reference). 2007-01-10 15:58:08 +00:00
bug35163_2.phpt - Fixed bug #51445 (var_dump() invalid/slow *RECURSION* detection) 2010-04-02 21:44:09 +00:00
bug35163_3.phpt - Fixed bug #51445 (var_dump() invalid/slow *RECURSION* detection) 2010-04-02 21:44:09 +00:00
bug35163.phpt - Fixed bug #51445 (var_dump() invalid/slow *RECURSION* detection) 2010-04-02 21:44:09 +00:00
bug35239.phpt - Fixed bug #51445 (var_dump() invalid/slow *RECURSION* detection) 2010-04-02 21:44:09 +00:00
bug35393.phpt Fixed bug #35393 (changing static protected members from outside the class, one more reference issue) 2005-11-28 14:33:03 +00:00
bug35411.phpt Fixed bug #35411 (Regression with \{$ handling). 2005-11-27 06:39:31 +00:00
bug35437.phpt fix test names 2007-05-07 17:54:12 +00:00
bug35470.phpt Fixed bug #35470 (Assigning global using variable name from array doesn't function) 2005-11-30 10:09:37 +00:00
bug35509.phpt Fixed bug #35509 (string constant as array key has different behavior inside object) 2005-12-05 08:56:09 +00:00
bug35634.phpt - Fixed bug #52160 (Invalid E_STRICT redefined constructor error) 2010-06-26 19:19:16 +00:00
bug35655.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. 2010-04-21 21:56:24 +00:00
bug36006.phpt Fixed bug #36006 (Problem with $this in __destruct()) 2006-01-16 10:12:36 +00:00
bug36037.phpt Fixed bug #36037 (heredoc adds extra line number) 2006-01-17 09:39:57 +00:00
bug36071.phpt Fixed bug #42817 (clone() on a non-object does not result in a fatal error) 2007-10-04 23:19:20 +00:00
bug36214.phpt - Fix tests 2007-11-02 19:41:12 +00:00
bug36268.phpt Fixed bug #36268 (Object destructors called even after fatal errors) 2006-02-03 09:31:59 +00:00
bug36303.phpt Fixed bug #44660 (Indexed and reference assignment to propery of non-object don't trigger warning) 2008-07-26 17:59:54 +00:00
bug36513.phpt Fixed bug #36513 (comment will be outputed in last line) 2006-04-13 13:48:28 +00:00
bug36568.phpt Fixed bug #36568 (memory_limit setting on win32 has no effect) 2006-03-14 14:19:00 +00:00
bug36759.phpt Fixed bug #36759 (Objects destructors are invoked in wrong order when script is finished). 2006-07-12 07:54:00 +00:00
bug37046.phpt Fixed test 2006-04-13 06:04:28 +00:00
bug37138.phpt Fixed bug #37138 (__autoload tries to load callback'ed self and parent) 2006-04-20 07:30:38 +00:00
bug37144.phpt Fixed bug #37144 (PHP crashes trying to assign into property of dead object) 2006-07-19 09:55:19 +00:00
bug37212.phpt - Fix tests 2007-11-02 19:41:12 +00:00
bug37251.phpt - Missing test. (NOTE: Fails due to unexpected double output for me, OKOK) 2007-11-02 17:47:39 +00:00
bug37632.phpt - MFH Bugfix #37632 (Protected method access problem) 2006-05-29 20:06:43 +00:00
bug37667.phpt Fix tests (removed space on error message "Undefined index: ...") 2008-03-08 12:01:53 +00:00
bug37707.phpt Proper fix for bug #37707 ("clone $x" must call __clone() enven if result value is not used) 2006-06-08 08:56:27 +00:00
bug37715.phpt Fixed bug #41372 (Internal pointer of source array resets during array copying) 2007-07-24 18:28:39 +00:00
bug37811.phpt fix test names 2007-05-07 17:54:12 +00:00
bug38047.phpt Fixed bug #38047 ("file" and "line" sometimes not set in backtrace from inside error handler) 2006-07-27 08:20:38 +00:00
bug38146.phpt - Fixed bug #35106 (nested foreach fails when array variable has a reference). 2007-01-10 15:58:08 +00:00
bug38211.phpt Fixed bug #38211 (variable name and cookie name match breaks script execution) 2006-07-26 09:24:26 +00:00
bug38220.phpt fix test names 2007-05-07 17:54:12 +00:00
bug38234.phpt Fixed bug #38234 (Exception in __clone makes memory leak) 2006-07-27 10:44:03 +00:00
bug38287.phpt Fixed bug #38287 (static variables mess up global vars) 2006-08-07 15:15:22 +00:00
bug38461.phpt add test 2006-08-15 08:58:40 +00:00
bug38469.phpt MFH: Fixed bug #46649 (Setting array element with that same array produces 2008-11-23 20:35:16 +00:00
bug38623.phpt Fixed bugs #34065 and #38623 (throw in foreach/switch causes memory leaks) 2006-09-19 21:36:54 +00:00
bug38624.phpt MFH: fix #38624 (Strange warning when incrementing an object property and exception is thrown from __get method) 2006-08-28 10:27:58 +00:00
bug38772.phpt Fixed bug #38772 (inconsistent overriding of methods in different visibility contexts) 2006-09-12 11:01:16 +00:00
bug38779_1.phpt fix tests on MacOS 2006-09-13 13:59:16 +00:00
bug38779.phpt Fix test 2008-03-17 10:29:17 +00:00
bug38808.phpt Fixed bug #38808 ("maybe ref" issue for current() and others) 2006-09-26 10:30:51 +00:00
bug38942.phpt Fixed bug #38942 (Double old-style-ctor inheritance) 2006-09-26 07:55:21 +00:00
bug39003.phpt MFH: fix #39003 (__autoload() is called for type hinting) 2006-10-02 11:09:52 +00:00
bug39017.phpt Fixed bug #39017 (foreach(($obj = new myClass) as $v); echo $obj; segfaults) 2006-10-03 09:05:14 +00:00
bug39018_2.phpt Fixed bug #39018 (Error control operator '@' fails to suppress "Uninitialized string offset") 2008-03-08 11:35:12 +00:00
bug39018.phpt ZEND_FETCH_*_R operations simplified and can't be used with EXT_TYPE_UNUSED flag any more. Thit is very rare and useless case. ZEND_FREE might be required after them instead. 2010-07-16 13:38:09 +00:00
bug39036.phpt add test 2006-10-04 13:35:51 +00:00
bug39127.phpt MFH: fix #39127 (Old-style constructor fallbacks produce strange results) 2008-03-17 14:54:42 +00:00
bug39297.phpt Fixed bug #39297 (Memory corryption because of indirect modification of overloaded array). 2006-11-08 13:38:28 +00:00
bug39304_2_4.phpt Simplified string offset reading 2010-07-16 11:44:30 +00:00
bug39304.phpt Remove bogus skipif and make adjust the tests 2011-09-07 10:44:32 +00:00
bug39346.phpt Fixed bug #39346 (Unsetting a static variable inside a destructor causes segfault later on) 2008-01-11 08:42:06 +00:00
bug39438.phpt Bug #39438 (Fatal error: Out of memory) 2006-12-01 20:01:50 +00:00
bug39445.phpt Fixed bug #39445 (Calling debug_backtrace() in the __toString() function produces a crash) 2006-11-15 16:05:11 +00:00
bug39449.phpt - Fixed bug #35106 (nested foreach fails when array variable has a reference). 2007-01-10 15:58:08 +00:00
bug39542.phpt Fixed bug #39542 (Behaviour of require/include different to < 5.2.0) 2007-05-11 08:02:43 +00:00
bug39602.phpt MFH: fix test 2007-02-19 12:19:44 +00:00
bug39721.phpt Fixed bug #39721 (Runtime inheritance causes data corruption) 2006-12-05 19:03:51 +00:00
bug39775.phpt Fixed bug #39775 ("Indirect modification ..." message is not shown) 2006-12-08 15:55:31 +00:00
bug39825.phpt Fixed bug #39825 (foreach produces memory error) 2006-12-25 19:23:03 +00:00
bug39944.phpt Fixed bug #39944 (References broken) 2006-12-25 14:16:27 +00:00
bug39990.phpt - Fixed bug #35106 (nested foreach fails when array variable has a reference). 2007-01-10 15:58:08 +00:00
bug40236.inc Fixed bug #40236 (php -a function allocation eats memory) 2007-02-15 10:38:28 +00:00
bug40236.phpt - MFH: Fixed test (patch by Timm Friebe [thekid@php]) 2009-01-10 17:07:09 +00:00
bug40261.phpt Improved Zend Memory Manager to guarantee reasonable time for worst cases of best-fit free block searching algorithm. 2007-03-20 06:46:48 +00:00
bug40509.phpt MFH 2007-09-19 11:25:57 +00:00
bug40621.phpt MFH: fix #40621 (Crash when constructor called inappropriately (statically)) 2007-02-24 21:30:48 +00:00
bug40705.phpt MFH 2007-09-19 11:25:57 +00:00
bug40757.phpt Fixed bug #40757 (get_object_vars get nothing in child class) 2007-07-24 11:39:56 +00:00
bug40770.phpt fix test names 2007-05-07 17:54:12 +00:00
bug40784.phpt MFH: fix #40784 (Case sensivity in constructor's fallback) 2007-03-12 13:10:40 +00:00
bug40809.phpt fix test names 2007-05-07 17:54:12 +00:00
bug40815.phpt fix #40815 (using strings like "class::func" and static methods in set_exception_handler() might result in crash) 2007-03-15 16:44:12 +00:00
bug40833.phpt Fixed bug #40833 (Crash when using unset() on an ArrayAccess object retrieved via __get()) 2007-03-19 18:31:30 +00:00
bug40899.phpt Fixed bug #40899 (memory leak when nesting list()) 2007-03-23 12:46:16 +00:00
bug41026.phpt fix #41026 (segfault when calling "self::method()" in shutdown functions) 2007-04-09 07:30:09 +00:00
bug41075.phpt fix test names 2007-05-07 17:54:12 +00:00
bug41117_1.phpt Fixed altering $this via argument named "this" 2007-05-02 13:21:55 +00:00
bug41209.phpt Changed EG(argument_stack) implementation. 2008-01-24 09:41:39 +00:00
bug41351_2.phpt MFH: fix #41351 (Invalid opcode with foreach ($a[] as $b)) 2007-05-11 09:39:36 +00:00
bug41351_3.phpt MFH: fix #41351 (Invalid opcode with foreach ($a[] as $b)) 2007-05-11 09:39:36 +00:00
bug41351.phpt MFH: fix #41351 (Invalid opcode with foreach ($a[] as $b)) 2007-05-11 09:39:36 +00:00
bug41372.phpt fix test names 2008-05-14 13:04:05 +00:00
bug41401.phpt add test for 41401 2007-05-18 20:13:28 +00:00
bug41421.phpt MFH: fix #41421 (Uncaught exception from a stream wrapper segfaults) 2007-05-18 11:52:08 +00:00
bug41633_1.phpt Fixed some class constant issues related to bug #41633 2007-06-13 14:50:13 +00:00
bug41633_2.phpt Fixed some class constant issues related to bug #41633 2007-06-13 14:50:13 +00:00
bug41633_3.phpt Fixed bug #41633 (Crash instantiating classes with self-referencing constants) 2007-06-13 16:48:10 +00:00
bug41633_4.phpt Improved fix for bug #41633 (self:: doesn't work for constants) to support function define() 2007-07-27 16:29:12 +00:00
bug41640.phpt Fix #41640 (get_class_vars produces error on class constants) 2007-06-09 08:38:44 +00:00
bug41813.phpt add test 2007-06-27 08:55:27 +00:00
bug41919.phpt Fixed tests on Windows 2008-05-29 07:32:03 +00:00
bug41929.phpt MFH 2007-09-19 11:25:57 +00:00
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) 2007-07-12 10:32:09 +00:00
bug42143.phpt - MF52: #42143, the constant NAN is reported as 0 on Windows 2009-05-29 08:11:36 +00:00
bug42211.phpt - MFH: Fixed bug #45743 (property_exists fails to find static protected member in child class) 2008-08-18 17:44:02 +00:00
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. 2010-04-21 21:56:24 +00:00
bug42772.phpt Fixed bug #42772 (Storing $this in a static var fails while handling a cast to string) 2007-10-03 08:02:36 +00:00
bug42798.phpt Fixed bug #42798 (__autoload() not triggered for classes used in method signature). 2007-10-01 09:32:48 +00:00
bug42802.phpt Namespace resolution streamlining patch 2008-11-11 19:45:29 +00:00
bug42817.phpt Fixed bug #42817 (clone() on a non-object does not result in a fatal error) 2007-10-04 23:19:20 +00:00
bug42818.phpt Fixed bug #42817 (clone() on a non-object does not result in a fatal error) 2007-10-04 23:19:20 +00:00
bug42819.phpt Namespace resolution streamlining patch 2008-11-11 19:45:29 +00:00
bug42820.phpt - Next step in namespaces, using / as namespace separator. 2008-11-04 15:58:55 +00:00
bug42859.phpt - Next step in namespaces, using / as namespace separator. 2008-11-04 15:58:55 +00:00
bug42937.phpt Fixed bug #42937 (__call() method not invoked when methods are called on parent from child class). 2007-11-12 09:12:06 +00:00
bug43027.phpt Removed deprecation warning for ticks 2009-03-27 02:32:57 +00:00
bug43053.phpt Fixed bug #43053 (Regression: some numbers shown in scientific notation). (int-e at gmx dot de) 2008-09-15 11:47:16 +00:00
bug43128.phpt - MFH Fix test 2008-11-04 11:12:23 +00:00
bug43175.phpt Fixed bug #43175 (__destruct() throwing an exception with __call() causes segfault) 2007-11-06 14:56:14 +00:00
bug43183.phpt - Next step in namespaces, using / as namespace separator. 2008-11-04 15:58:55 +00:00
bug43201.phpt Fixed bug #43201 (Crash on using unitialized vals and __get/__set) 2007-11-06 14:11:59 +00:00
bug43323.phpt Fixed bug #43323 (Wrong count abstract methods). (Felipe, Dmitry) 2008-01-29 11:12:57 +00:00
bug43332_1.phpt Namespace resolution streamlining patch 2008-11-11 19:45:29 +00:00
bug43332_2.phpt - Fixed tests 2008-11-04 17:50:30 +00:00
bug43343.phpt - make it less(er) sensible to bison version 2009-03-17 16:02:00 +00:00
bug43344_1.phpt Fixed bug #43344 (Wrong error message for undefined namespace constant) 2007-12-07 17:11:24 +00:00
bug43344_2.phpt - Next step in namespaces, using / as namespace separator. 2008-11-04 15:58:55 +00:00
bug43344_3.phpt - Next step in namespaces, using / as namespace separator. 2008-11-04 15:58:55 +00:00
bug43344_4.phpt - Next step in namespaces, using / as namespace separator. 2008-11-04 15:58:55 +00:00
bug43344_5.phpt - Next step in namespaces, using / as namespace separator. 2008-11-04 15:58:55 +00:00
bug43344_6.phpt - Next step in namespaces, using / as namespace separator. 2008-11-04 15:58:55 +00:00
bug43344_7.phpt - Next step in namespaces, using / as namespace separator. 2008-11-04 15:58:55 +00:00
bug43344_8.phpt - Next step in namespaces, using / as namespace separator. 2008-11-04 15:58:55 +00:00
bug43344_9.phpt - Next step in namespaces, using / as namespace separator. 2008-11-04 15:58:55 +00:00
bug43344_10.phpt - Next step in namespaces, using / as namespace separator. 2008-11-04 15:58:55 +00:00
bug43344_11.phpt - Next step in namespaces, using / as namespace separator. 2008-11-04 15:58:55 +00:00
bug43344_12.phpt - Next step in namespaces, using / as namespace separator. 2008-11-04 15:58:55 +00:00
bug43344_13.phpt - Next step in namespaces, using / as namespace separator. 2008-11-04 15:58:55 +00:00
bug43426.phpt Fixed bug #43426 (crash on nested call_user_func() calls) 2008-01-24 09:47:00 +00:00
bug43450.phpt - MFH: Fix #43450 (Memory leak on some functions with implicit object 2007-12-21 20:56:33 +00:00
bug43483.phpt Fixed bug #43483 (get_class_methods() does not list all visible methods) 2008-02-21 15:14:27 +00:00
bug43651.phpt - Next step in namespaces, using / as namespace separator. 2008-11-04 15:58:55 +00:00
bug43703.phpt Fixed bug #43703 (Signature compatibility check broken) 2008-01-09 07:57:42 +00:00
bug43851.phpt Fixed bug #43851 (Memory corrution on reuse of assigned value) 2008-01-15 11:52:45 +00:00
bug43918.phpt Fixed bug #43918 (Segmentation fault in garbage collector) 2008-01-29 09:59:42 +00:00
bug44069.phpt Fixed bug #44069 (Huge memory usage with concatenation using . instead of .=) 2008-02-14 14:42:00 +00:00
bug44141.phpt Fixed bug #44141 (private parent constructor callable through static function) 2008-02-21 13:55:45 +00:00
bug44184.phpt Fixed bug #44184 (Double free of loop-variable on exception) 2008-02-20 12:05:57 +00:00
bug44414.phpt Fixed bug #44414 (Incomplete reporting about abstract methods) 2008-03-12 09:46:42 +00:00
bug44653.phpt - Next step in namespaces, using / as namespace separator. 2008-11-04 15:58:55 +00:00
bug44660.phpt Fixed bug #44660 (Indexed and reference assignment to propery of non-object don't trigger warning) 2008-07-26 17:59:54 +00:00
bug44827.phpt Added test case for bug #44827 2010-01-25 13:08:43 +00:00
bug44830.phpt MFH: Test for loss of backslash at end of heredoc; For bug #44830 (Very minor issue with backslash in heredoc) 2008-05-09 11:06:29 +00:00
bug44899_2.phpt - MFH: Fixed bug #44899 (__isset usage changes behavior of empty()) (patch by Etienne Kneuss) 2008-05-03 00:38:55 +00:00
bug44899.phpt - MFH: Fixed bug #44899 (__isset usage changes behavior of empty()) (patch by Etienne Kneuss) 2008-05-03 00:38:55 +00:00
bug44913.phpt - Use ZEND_FREE() opcode instead of ZEND_SWITCH_FREE(IS_TMP_VAR) 2008-05-05 11:03:35 +00:00
bug45147.phpt removing xfail sections as test passes 2008-12-31 20:45:04 +00:00
bug45178.phpt Fixed bug #45178 (memory corruption on assignment result of "new" by reference) 2008-07-24 11:47:51 +00:00
bug45180.phpt - Reverted fix for bug #51176 2010-11-03 01:35:26 +00:00
bug45186_2.phpt LSB parent/self forwarding 2008-07-24 09:42:18 +00:00
bug45186.phpt - Reverted fix for bug #51176 2010-11-03 01:35:26 +00:00
bug45742.phpt Fixed bug #50816 (Using class constants in array definition fails). 2011-08-01 11:21:23 +00:00
bug45744.phpt Fixed bug #45744 (Case sensitive callback behaviour) 2008-08-07 12:04:14 +00:00
bug45805.phpt MFH 2008-08-14 22:51:31 +00:00
bug45862.phpt MFH: 2008-08-22 00:59:39 +00:00
bug45877.phpt Fix test 2010-03-03 18:19:35 +00:00
bug45910_2.phpt - New test 2008-08-25 19:55:54 +00:00
bug45910.phpt - New tests 2008-08-25 19:36:01 +00:00
bug46106.phpt Fixed bug #46106 (Memory leaks when using global statement) 2008-09-17 15:11:28 +00:00
bug46196.phpt MFH: Fix #46241 (stacked error_handlers, error_handling in general) 2008-11-19 02:00:53 +00:00
bug46238.phpt - MFH: Fixed bug #46238 (Segmentation fault on static call with empty string method) 2008-10-06 00:40:02 +00:00
bug46241.phpt MFH: Fix #46241 (stacked error_handlers, error_handling in general) 2008-11-19 02:00:53 +00:00
bug46246.phpt Fixed bug #46246 (difference between call_user_func(array($this, $method)) and $this->$method()) 2008-10-10 15:19:35 +00:00
bug46304.phpt - Fixed test 2009-01-13 20:15:59 +00:00
bug46308.phpt Fixed bug #46308 (Invalid write when changing property from inside getter) 2008-10-17 10:26:07 +00:00
bug46381.phpt add test 2008-10-24 20:17:01 +00:00
bug46409.phpt Fixed bug #46409 (__invoke method called outside of object context when using array_map) 2008-11-27 19:01:23 +00:00
bug46665_autoload.inc MFH 2008-12-11 10:58:56 +00:00
bug46665.phpt - Fixed bug #50731 (Inconsistent namespaces sent to functions registered with spl_autoload_register) 2010-03-03 00:15:34 +00:00
bug46701.phpt fix test 2009-02-17 20:23:45 +00:00
bug46811.phpt MFH (Use the same test fiel as in HEAD) 2008-12-13 22:23:29 +00:00
bug46813.phpt MFH: Fix #46813 (class_exists doesn`t work with fully qualified namespace) 2008-12-09 19:17:11 +00:00
bug47054.phpt - MFH: Fixed bug #47054 (BC break in static functions called as dynamic) 2009-01-10 19:15:42 +00:00
bug47109.phpt Fixed bug #47109 (Memory leak on $a->{"a"."b"} when $a is not an object) 2009-01-15 08:48:58 +00:00
bug47165.phpt Removed wrong warning message 2009-01-20 13:21:52 +00:00
bug47320.phpt Fixed bug #47320 ($php_errormsg out of scope in functions) 2009-02-09 09:20:35 +00:00
bug47343.phpt Fixed bug #47343 (gc_collect_cycles causes a segfault when called within a destructor in one case) 2009-02-18 12:02:53 +00:00
bug47353.phpt add test 2009-02-11 10:02:11 +00:00
bug47516.phpt Fix bug #50124 2009-11-09 15:13:07 +00:00
bug47572.phpt - MFH: Fixed bug #47572 (zval_update_constant_ex: Segmentation fault) 2009-03-05 16:25:43 +00:00
bug47593.phpt - MFH: Fixed bug #47593 (interface_exists() returns false when using absolute namespace path) 2009-03-08 17:28:39 +00:00
bug47596.phpt Fixed bug #47596 (Bus error on parsing file) 2009-03-26 17:28:49 +00:00
bug47699.phpt Fixed bug #47699 (autoload and late static binding) 2009-03-25 10:39:26 +00:00
bug47704.phpt Fixed bug #47704 (crashes on some "bad" operations with string offsets) 2009-03-18 12:53:17 +00:00
bug47714.phpt - Missing title 2009-05-07 12:15:40 +00:00
bug47771.phpt Fixed bug #47771 (Exception during object construction from arg call calls object's destructor) 2009-03-26 10:17:30 +00:00
bug47801.phpt - Added test 2009-04-08 00:28:39 +00:00
bug47836.phpt MFH: Fixed bug #47836 (array operator [] inconsistency when the array has PHP_INT_MAX index value) 2009-06-07 19:28:15 +00:00
bug47880.phpt Bug #47880 (crashes in call_user_func_array()) 2009-04-06 11:10:32 +00:00
bug47981.phpt Improve the warning message of incompatible arguments. (#55719) 2011-09-23 15:08:11 +00:00
bug48004.phpt Fixed bug #48004 (Error handler prevents creation of default object) 2009-04-21 08:12:07 +00:00
bug48215_2.phpt - Fixed bug #52160 (Invalid E_STRICT redefined constructor error) 2010-06-26 19:19:16 +00:00
bug48215.phpt - Fixed bug #52160 (Invalid E_STRICT redefined constructor error) 2010-06-26 19:19:16 +00:00
bug48228.phpt fix test 2009-06-02 08:03:07 +00:00
bug48248.phpt - MFH: Fixed bug #48248 (SIGSEGV when access to private property via &__get) 2009-05-12 22:55:05 +00:00
bug48408.phpt MFH: New tests 2009-06-01 16:10:35 +00:00
bug48409.phpt MFH: New tests 2009-06-01 16:10:35 +00:00
bug48428.phpt MFH: New tests 2009-06-01 16:10:35 +00:00
bug48533.phpt MFH: Fixed bug #48533 (__callStatic is not invoked for private/protected methods) 2009-06-12 01:05:25 +00:00
bug48667_1.phpt Fix tests 2010-02-02 13:08:11 +00:00
bug48667_2.phpt Fix tests 2010-02-02 13:08:11 +00:00
bug48693.phpt - make it parser version independent 2011-08-31 10:05:54 +00:00
bug48770_2.phpt - Tests related to bug #48770 2009-07-19 03:25:49 +00:00
bug48770_3.phpt - New test 2009-07-19 03:36:46 +00:00
bug48770.phpt - Tests related to bug #48770 2009-07-19 03:25:49 +00:00
bug48899.phpt - MFH: Fixed bug #48899 (is_callable returns true even if method does not exist in parent class) 2009-07-15 01:11:24 +00:00
bug48912.phpt Fixed bug #48912 (Namespace causes unexpected strict behaviour with extract()) 2009-07-28 12:35:27 +00:00
bug48930.phpt - Fixed bug #48930 (__COMPILER_HALT_OFFSET__ incorrect in PHP >= 5.3) 2010-06-27 21:46:16 +00:00
bug49269.phpt Fixed bug #49269 (Ternary operator fails on Iterator object when used inside foreach declaration). (Etienne, Dmitry) 2009-08-17 07:40:43 +00:00
bug49472.phpt - Fixed bug #49472 (Constants defined in Interfaces can be overridden) 2009-12-03 12:34:50 +00:00
bug49866.phpt Fixed bug #49866 (Making reference on string offsets crashes PHP) 2009-12-07 08:47:18 +00:00
bug49893.phpt Fixed bug #49893 (Crash while creating an instance of Zend_Mail_Storage_Pop3) 2010-05-11 16:09:43 +00:00
bug49908.phpt - Fixed bug #49908 (throwing exception in __autoload crashes when interface is not defined) 2009-11-01 21:26:03 +00:00
bug50005.phpt - Fixed bug #50005 (Throwing through Reflection modified Exception object makes segmentation fault) 2009-11-12 00:10:00 +00:00
bug50146.phpt - Fixed bug #50146 (property_exists: Closure object cannot have properties) 2009-11-11 18:59:37 +00:00
bug50174.phpt - Fix tests assuming wrong ini options and extensions that might not be there 2009-11-30 20:31:52 +00:00
bug50255.phpt - Fixed bug #50255 (isset() and empty() silently casts array to object) 2009-11-24 21:54:12 +00:00
bug50261.phpt - Added test for bug #50261 2009-11-23 23:07:07 +00:00
bug50383.phpt - Fixed bug #50383 (Exceptions thrown in __call / __callStatic do not include file and line in trace) 2010-03-07 02:17:11 +00:00
bug50394.phpt fix regression bug #50394: Reference argument converted to value in __call 2009-12-18 19:12:11 +00:00
bug50810.phpt - New test 2010-03-07 00:57:19 +00:00
bug50816.phpt Fixed bug #50816 (Using class constants in array definition fails). 2011-08-01 11:21:23 +00:00
bug51176.phpt - Reverted fix for bug #51176 2010-11-03 01:35:26 +00:00
bug51394.phpt fix #51394 - try harder to find script lineno when exception happens 2010-04-01 19:36:56 +00:00
bug51421.phpt Improve the warning message of incompatible arguments. (#55719) 2011-09-23 15:08:11 +00:00
bug51791.phpt - Fixed bug #51791 (constant() aborts execution when fail to check undefined constant) 2010-05-13 02:13:30 +00:00
bug51822.phpt Fixed bug #51822i (Segfault with strange __destruct() for static class variables) 2010-06-10 11:45:51 +00:00
bug51827.phpt - Fixed bug #51827 (Bad warning when register_shutdown_function called with wrong num of parameters) 2010-05-14 23:48:03 +00:00
bug52001.phpt Fixed bug #52001 (Memory allocation problems after using variable variables) 2010-06-10 09:13:22 +00:00
bug52041.phpt - use only test name 2011-08-31 10:22:18 +00:00
bug52051.phpt - Fixed bug #52051 (handling of case sensitivity of old-style constructors changed in 5.3+) 2010-06-12 15:30:21 +00:00
bug52060.phpt - Fixed bug #52060 (Memory leak when passing a closure to method_exists()) 2010-06-11 23:20:13 +00:00
bug52160.phpt - Fixed bug #52160 (Invalid E_STRICT redefined constructor error) 2010-06-26 19:19:16 +00:00
bug52193.phpt - Fixed tests 2010-06-26 17:17:47 +00:00
bug52237.phpt Fixed bug #52237 (Crash when passing the reference of the property of a non-object) 2010-07-05 09:08:35 +00:00
bug52361.phpt Bug #52361 (Throwing an exception in a destructor causes invalid catching) 2010-08-16 09:20:46 +00:00
bug52484_2.phpt - Fixed bug #52484 (__set() ignores setting properties with empty names) 2010-08-01 13:27:02 +00:00
bug52484_3.phpt - Fixed bug #52484 (__set() ignores setting properties with empty names) 2010-08-01 13:27:02 +00:00
bug52484.phpt - Fixed bug #52484 (__set() ignores setting properties with empty names) 2010-08-01 13:27:02 +00:00
bug52508.phpt - Fixed bug #52508 (newline problem with parse_ini_file+INI_SCANNER_RAW) 2010-08-01 15:26:54 +00:00
bug52614.phpt Silently casting an empty string, null or false into an object by adding a property 2010-12-31 16:57:45 +00:00
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) 2010-10-01 09:49:20 +00:00
bug52939.phpt Fixed bug #52939 (zend_call_function does not respect ZEND_SEND_PREFER_REF) 2010-10-13 08:51:39 +00:00
bug52940.phpt Fixed bug #52940 (call_user_func_array still allows call-time pass-by-reference). (cataphract@php.net) 2010-10-01 11:53:04 +00:00
bug53305.phpt - Fixed bug #53305 (E_NOTICE when defining a constant starts with __COMPILER_HALT_OFFSET__) 2010-11-13 18:46:11 +00:00
bug53347.phpt Fixed bug #35547 (Segfault accessing static method) 2010-11-23 10:22:34 +00:00
bug53511.phpt Fixed bug #53511 (Exceptions are lost in case an exception is thrown in catch operator) 2010-12-09 16:38:37 +00:00
bug53629.phpt Fixed Bug #53629 (memory leak inside highlight_string()). 2011-01-03 14:39:48 +00:00
bug53632.phpt Add test for bug #53632 2011-01-04 23:36:56 +00:00
bug53727.phpt Fixed bug #53727 (Inconsistent behavior of is_subclass_of with interfaces) 2011-07-04 14:55:39 +00:00
bug53748.phpt - Fixed bug #53748 (Using traits lead to a segmentation fault) 2011-01-28 21:19:09 +00:00
bug53958.phpt Fixed Bug #53958 (Closures can't 'use' shared variables by value and by reference) 2011-02-14 10:52:16 +00:00
bug53971.phpt Fixed Bug #53971 (isset() and empty() produce apparently spurious runtime error) 2011-02-14 08:46:53 +00:00
bug54013.phpt - Fixed bug #43512 (same parameter name can be used multiple times in method/function definition) 2011-02-17 23:24:50 +00:00
bug54039.phpt - Fixed bug #54358 (Closure, use and reference) 2011-04-08 10:02:07 +00:00
bug54262.phpt - use only the test name 2011-08-31 10:30:39 +00:00
bug54265.phpt Fixed bug #54265 (crash when variable gets reassigned in error handler) 2011-03-16 15:21:38 +00:00
bug54268.phpt Fixed bug #54268 (Double free when destroy_zend_class fails) 2011-04-15 12:43:20 +00:00
bug54305.phpt Fixed bug #54305 (Crash in gc_remove_zval_from_buffer) 2011-07-11 10:31:49 +00:00
bug54358.phpt - Fixed bug #54358 (Closure, use and reference) 2011-04-08 10:02:07 +00:00
bug54367.phpt Fixed bug #54367 (Use of closure causes problem in ArrayAccess). 2011-04-20 12:59:18 +00:00
bug54372.phpt Missed tests 2011-04-07 14:34:07 +00:00
bug54585.phpt Fixed bug #54585 (track_errors causes segfault) 2011-04-25 07:50:07 +00:00
bug54624.phpt - Fixed bug #54624 (class_alias and type hint) 2011-06-12 21:10:31 +00:00
bug54804.inc - Fixed bug #54804 (__halt_compiler and imported namespaces) (Pierrick) 2011-05-19 23:20:47 +00:00
bug54804.phpt - Fixed bug #54804 (__halt_compiler and imported namespaces) (Pierrick) 2011-05-19 23:20:47 +00:00
bug54910.phpt MFH: Fixed bug #54910 (Crash when calling call_user_func with unknown function name) 2011-05-31 11:36:57 +00:00
bug55007.phpt - Fixed bug #55007 (compiler fail after previous fail) 2011-06-07 22:58:38 +00:00
bug55086.phpt - Fixed bug #55086 (Namespace alias does not work inside trait's use block) 2011-07-02 17:12:20 +00:00
bug55135.phpt Fixed bug #55135 (Array keys are no longer type casted in unset()) 2011-07-06 12:04:02 +00:00
bug55137.phpt - Fixed bug #55137 (Changing trait static method visibility) 2011-07-06 00:33:38 +00:00
bug55156.phpt - Fixed bug #55156 (ReflectionClass::getDocComment() returns comment even though the class has none) 2011-07-07 23:07:14 +00:00
bug55247.phpt Added support for Class::{expr}() syntax (Pierrick) 2011-08-01 12:08:44 +00:00
bug55305.phpt Fixed bug #55305 (ref lost: 1st ref instantiated in class def, 2nd ref made w/o instantiating) 2011-08-01 15:23:16 +00:00
bug55445.phpt Fix bug #55445 (Incomplete implementation of <?= being independant of short_open_tag) 2011-08-17 23:50:04 +00:00
bug55509.phpt adding memory check for FreeBSD also, TODO: refactor the free memory check into a function in an include file 2011-11-02 21:27:03 +00:00
bug55578.phpt Fixed bug #55578 (Segfault on implode/concat) 2011-09-14 13:18:19 +00:00
bug55705.phpt - Fixed bug #55705 (Omitting a callable typehinted argument causes a segfault) 2011-09-17 00:16:11 +00:00
bug55825.phpt Fixed bug #55825, and add test script 2011-10-03 17:01:17 +00:00
bug60099.phpt - Fixed bug #60099 (__halt_compiler() works in braced namespaces) 2011-11-16 17:41:40 +00:00
bug60139.phpt Fixed bug #60139 (Anonymous functions create cycles not detected by the GC) 2011-11-02 06:31:33 +00:00
bug60169.phpt Fix bug #60169 Conjunction of ternary and list crashes PHP 2011-11-03 03:59:41 +00:00
bug_debug_backtrace.phpt test for eval debug_backtrace bug 2005-02-01 19:03:50 +00:00
call_static_002.phpt removing xfail sections as test passes 2008-12-31 20:21:00 +00:00
call_static_003.phpt - Reverted fix for bug #51176 2010-11-03 01:35:26 +00:00
call_static_004.phpt removing xfail sections as test passes 2008-12-31 20:21:00 +00:00
call_static_005.phpt - New tests 2008-06-03 15:30:04 +00:00
call_static_006.phpt MFH: Changed error messages to use "cannot" instead of "can not" (meaning "also can") 2009-06-07 15:46:54 +00:00
call_static_007.phpt - Reverted fix for bug #51176 2010-11-03 01:35:26 +00:00
call_static.phpt - Fixed bug #45089 (__callStatic $name case sensitivity) 2008-06-03 18:11:12 +00:00
call_user_func_001.phpt - New tests 2009-07-19 16:31:43 +00:00
call_user_func_002.phpt - New tests 2009-07-19 16:31:43 +00:00
call_user_func_003.phpt - New tests 2009-07-19 16:31:43 +00:00
call_user_func_004.phpt - New tests 2009-12-20 22:04:55 +00:00
call_user_func_005.phpt - New tests 2009-12-20 22:04:55 +00:00
call_with_refs.phpt fix regression bug #50394: Reference argument converted to value in __call 2009-12-18 19:12:11 +00:00
callable_type_hint_001.phpt Callable typehint following the rules of is_callable($arg, false); 2011-08-16 10:44:47 +00:00
callable_type_hint_002.phpt Callable typehint following the rules of is_callable($arg, false); 2011-08-16 10:44:47 +00:00
callable_type_hint_003.phpt Callable typehint following the rules of is_callable($arg, false); 2011-08-16 10:44:47 +00:00
cast_to_array.phpt add new tests 2007-04-27 21:33:02 +00:00
cast_to_bool.phpt add new tests 2007-04-27 21:33:02 +00:00
cast_to_double.phpt fix tests 2007-05-07 22:10:14 +00:00
cast_to_int.phpt add new tests 2007-04-27 21:33:02 +00:00
cast_to_object.phpt add new tests 2007-04-27 21:33:02 +00:00
cast_to_string.phpt Changed silent conversion of array to string to produce a notice. (Patrick) 2011-10-21 06:08:47 +00:00
catch_002.phpt - MFH Add new tests 2006-05-20 09:08:35 +00:00
catch_003.phpt - MFH Add new tests 2006-05-20 09:08:35 +00:00
catch_004.phpt - MFH Use correct version 2006-05-20 09:12:28 +00:00
catch.phpt Changed "instanceof" and "catch" operators, is_a() and is_subclass_of() functions to not call __autoload(). 2005-09-09 06:48:49 +00:00
class_alias_001.phpt - MFH: New tests 2008-05-12 13:31:36 +00:00
class_alias_002.phpt - MFH: New tests 2008-05-12 13:31:36 +00:00
class_alias_003.phpt - MFH: New tests 2008-05-12 13:31:36 +00:00
class_alias_004.phpt - MFH: New tests 2008-05-12 13:31:36 +00:00
class_alias_005.phpt - MFH: New tests 2008-05-12 13:31:36 +00:00
class_alias_006.phpt - MFH: New tests 2008-05-12 13:31:36 +00:00
class_alias_007.phpt - MFH: New tests 2008-05-12 13:31:36 +00:00
class_alias_008.phpt - MFH: New tests 2008-05-12 13:31:36 +00:00
class_alias_009.phpt - MFH: New tests 2008-05-12 13:31:36 +00:00
class_alias_010.phpt - MFH: New tests 2008-05-12 13:31:36 +00:00
class_alias_011.phpt - New tests 2008-05-12 14:58:31 +00:00
class_alias_012.phpt - Next step in namespaces, using / as namespace separator. 2008-11-04 15:58:55 +00:00
class_alias_013.phpt - Next step in namespaces, using / as namespace separator. 2008-11-04 15:58:55 +00:00
class_alias_014.phpt - New tests 2008-05-12 14:58:31 +00:00
class_alias_015.phpt - Next step in namespaces, using / as namespace separator. 2008-11-04 15:58:55 +00:00
class_alias_016.phpt - Next step in namespaces, using / as namespace separator. 2008-11-04 15:58:55 +00:00
class_alias_017.phpt - New tests 2008-05-12 14:58:31 +00:00
class_alias_018.phpt - New tests 2008-05-12 14:58:31 +00:00
class_alias_019.phpt - Next step in namespaces, using / as namespace separator. 2008-11-04 15:58:55 +00:00
class_alias_020.phpt - Next step in namespaces, using / as namespace separator. 2008-11-04 15:58:55 +00:00
class_alias_021.phpt Namespace resolution streamlining patch 2008-11-11 19:45:29 +00:00
class_constants_001.phpt MFH: change E_NOTICE to E_ERROR when using a class constant from non-existent class 2007-06-07 08:37:40 +00:00
class_constants_002.phpt MFH: change E_NOTICE to E_ERROR when using a class constant from non-existent class 2007-06-07 08:37:40 +00:00
class_constants_003.phpt MFH: change E_NOTICE to E_ERROR when using a class constant from non-existent class 2007-06-07 08:37:40 +00:00
class_constants_004.phpt - Next step in namespaces, using / as namespace separator. 2008-11-04 15:58:55 +00:00
class_exists_001.phpt - Next step in namespaces, using / as namespace separator. 2008-11-04 15:58:55 +00:00
class_exists_002.phpt - New tests 2008-05-12 17:57:21 +00:00
class_exists_003.phpt Added trait_exists() [TRAITS] [DOC] 2011-01-09 19:57:41 +00:00
clone_001.phpt - MFH: New tests 2008-05-11 22:44:56 +00:00
clone_002.phpt - MFH: New tests 2008-05-11 22:44:56 +00:00
clone_003.phpt - MFH: New tests 2008-05-11 22:44:56 +00:00
clone_004.phpt - MFH: New tests 2008-05-11 22:44:56 +00:00
closure_001.phpt Added support for lambda functions and closures 2008-07-14 09:49:03 +00:00
closure_002.phpt Added support for lambda functions and closures 2008-07-14 09:49:03 +00:00
closure_003.phpt Added support for lambda functions and closures 2008-07-14 09:49:03 +00:00
closure_004.phpt Added support for lambda functions and closures 2008-07-14 09:49:03 +00:00
closure_005.phpt restore $this support for closures to its former glory 2010-04-19 19:45:03 +00:00
closure_006.phpt Added support for lambda functions and closures 2008-07-14 09:49:03 +00:00
closure_007.phpt restore $this support for closures to its former glory 2010-04-19 19:45:03 +00:00
closure_008.phpt - Fixed test titles 2008-07-14 11:57:44 +00:00
closure_009.phpt - Fixed test titles 2008-07-14 11:57:44 +00:00
closure_010.phpt Added support for lambda functions and closures 2008-07-14 09:49:03 +00:00
closure_011.phpt Added support for lambda functions and closures 2008-07-14 09:49:03 +00:00
closure_012.phpt Added support for lambda functions and closures 2008-07-14 09:49:03 +00:00
closure_013.phpt Added support for lambda functions and closures 2008-07-14 09:49:03 +00:00
closure_014.phpt Added support for lambda functions and closures 2008-07-14 09:49:03 +00:00
closure_015.phpt Removed Closure::__toString() 2008-07-31 07:10:33 +00:00
closure_016.phpt Fixed is_callable() to support closures and return appropriate function name 2008-07-14 12:18:23 +00:00
closure_017.phpt - New tests 2008-07-14 13:36:40 +00:00
closure_018.phpt - New tests 2008-07-14 13:36:40 +00:00
closure_019.phpt - New tests 2008-07-14 13:36:40 +00:00
closure_020.phpt restore $this support for closures to its former glory 2010-04-19 19:45:03 +00:00
closure_021.phpt - New tests 2008-07-14 13:36:40 +00:00
closure_022.phpt - Made closures implementation reflection friendly (Christian) 2008-08-11 08:49:00 +00:00
closure_023.phpt Fixed bug #45608 (closures don't work in static methods) 2008-07-26 14:15:19 +00:00
closure_024.phpt restore $this support for closures to its former glory 2010-04-19 19:45:03 +00:00
closure_025.phpt - MFH: New tests 2008-07-28 14:10:00 +00:00
closure_026.phpt restore $this support for closures to its former glory 2010-04-19 19:45:03 +00:00
closure_027.phpt MFH: Use a better function name for closure related errors and debug_backtrace() 2008-11-03 19:28:32 +00:00
closure_028.phpt - MFH: New tests 2008-07-28 14:10:00 +00:00
closure_029.phpt - MFH: New tests 2008-07-28 14:10:00 +00:00
closure_030.phpt - MFH: New tests 2008-07-28 14:10:00 +00:00
closure_031.phpt Fixed possible crash because of overriden error handler 2008-09-17 13:08:54 +00:00
closure_032.phpt [DOC] Remove $this support in closures for PHP 5.3 beta 1 2009-01-26 22:54:34 +00:00
closure_033.phpt - MFH Rebind closure when binding to property 2009-01-03 17:48:40 +00:00
closure_034.phpt - Fixed bug #51445 (var_dump() invalid/slow *RECURSION* detection) 2010-04-02 21:44:09 +00:00
closure_035.phpt - Fixed bug #51445 (var_dump() invalid/slow *RECURSION* detection) 2010-04-02 21:44:09 +00:00
closure_036.phpt Commit Gustavo's closure rebinding patch as desided by vote 2011-09-07 06:46:27 +00:00
closure_037.phpt add test for self:: and static:: 2010-04-20 19:46:30 +00:00
closure_038.phpt Commit Gustavo's closure rebinding patch as desided by vote 2011-09-07 06:46:27 +00:00
closure_039.phpt Commit Gustavo's closure rebinding patch as desided by vote 2011-09-07 06:46:27 +00:00
closure_040.phpt Commit Gustavo's closure rebinding patch as desided by vote 2011-09-07 06:46:27 +00:00
closure_041.phpt Commit Gustavo's closure rebinding patch as desided by vote 2011-09-07 06:46:27 +00:00
closure_042.phpt Commit Gustavo's closure rebinding patch as desided by vote 2011-09-07 06:46:27 +00:00
closure_043.phpt Commit Gustavo's closure rebinding patch as desided by vote 2011-09-07 06:46:27 +00:00
closure_044.phpt Commit Gustavo's closure rebinding patch as desided by vote 2011-09-07 06:46:27 +00:00
closure_045.phpt Commit Gustavo's closure rebinding patch as desided by vote 2011-09-07 06:46:27 +00:00
closure_046.phpt Commit Gustavo's closure rebinding patch as desided by vote 2011-09-07 06:46:27 +00:00
compare_001_64bit.phpt add 64bit version of the tests 2007-05-07 14:00:40 +00:00
compare_001.phpt fix tests, add more 2007-05-05 21:44:52 +00:00
compare_002_64bit.phpt add 64bit version of the tests 2007-05-07 14:00:40 +00:00
compare_002.phpt fix tests, add more 2007-05-05 21:44:52 +00:00
compare_003_64bit.phpt add 64bit version of the tests 2007-05-07 14:00:40 +00:00
compare_003.phpt fix tests, add more 2007-05-05 21:44:52 +00:00
compare_004_64bit.phpt add 64bit version of the tests 2007-05-07 14:00:40 +00:00
compare_004.phpt fix tests, add more 2007-05-05 21:44:52 +00:00
compare_005_64bit.phpt add 64bit version of the tests 2007-05-07 14:00:40 +00:00
compare_005.phpt fix tests, add more 2007-05-05 21:44:52 +00:00
compare_006_64bit.phpt add 64bit version of the tests 2007-05-07 14:00:40 +00:00
compare_006.phpt fix tests, add more 2007-05-05 21:44:52 +00:00
concat_001.phpt Changed silent conversion of array to string to produce a notice. (Patrick) 2011-10-21 06:08:47 +00:00
constants_001.phpt - New tests 2008-05-12 17:57:21 +00:00
constants_002.phpt fix tests 2009-07-17 08:18:27 +00:00
constants_003.phpt - Next step in namespaces, using / as namespace separator. 2008-11-04 15:58:55 +00:00
constants_004.phpt - Next step in namespaces, using / as namespace separator. 2008-11-04 15:58:55 +00:00
constants_005.phpt Fixed test 2011-05-24 23:49:04 +00:00
constants_006.phpt - Next step in namespaces, using / as namespace separator. 2008-11-04 15:58:55 +00:00
constants_007.phpt - New tests 2008-08-25 19:36:01 +00:00
constants_008.phpt - New tests 2008-08-25 19:36:01 +00:00
constants_009.phpt - Next step in namespaces, using / as namespace separator. 2008-11-04 15:58:55 +00:00
constructor_args.phpt MFH: add new tests written by Felipe Pena 2007-12-13 13:51:15 +00:00
debug_backtrace_limit.phpt - use only the test name 2011-08-31 10:43:39 +00:00
debug_backtrace_options.phpt Add options to debug_backtrace functions 2011-01-16 20:39:22 +00:00
debug_print_backtrace_limit.phpt - use only the test name 2011-08-31 10:46:20 +00:00
declare_001.phpt fix test with floats - make it not produce different result 2011-06-19 18:52:58 +00:00
declare_002.phpt Fix tests when running without mbstring 2011-06-05 09:35:49 +00:00
declare_003.phpt - Fix test 2011-06-19 00:18:17 +00:00
declare_004.phpt Fix tests when running without mbstring 2011-06-05 09:35:49 +00:00
decrement_001_64bit.phpt add 64bit version of the tests 2007-05-07 14:00:40 +00:00
decrement_001.phpt fix tests 2007-05-07 22:10:14 +00:00
dereference_001.phpt - Added array dereferencing support [DOC] 2010-06-08 00:05:29 +00:00
dereference_002.phpt - Added array dereferencing support [DOC] 2010-06-08 00:05:29 +00:00
dereference_003.phpt - Added array dereferencing support [DOC] 2010-06-08 00:05:29 +00:00
dereference_004.phpt - Added array dereferencing support [DOC] 2010-06-08 00:05:29 +00:00
dereference_005.phpt - Added array dereferencing support [DOC] 2010-06-08 00:05:29 +00:00
dereference_006.phpt - Added array dereferencing support [DOC] 2010-06-08 00:05:29 +00:00
dereference_007.phpt - Allow write context on array dereferencing from method return 2010-06-12 16:11:10 +00:00
dereference_008.phpt - Added array dereferencing support [DOC] 2010-06-08 00:05:29 +00:00
dereference_009.phpt - Added array dereferencing support [DOC] 2010-06-08 00:05:29 +00:00
dereference_010.phpt - Added array dereferencing support [DOC] 2010-06-08 00:05:29 +00:00
dereference_011.phpt - Added array dereferencing support [DOC] 2010-06-08 00:05:29 +00:00
dereference_012.phpt - Allow write context on array dereferencing from method return 2010-06-12 16:11:10 +00:00
dereference_013.phpt - Allow write context on array dereferencing from method return 2010-06-12 16:11:10 +00:00
dereference_014.phpt - Allow write context on array dereferencing from method return 2010-06-12 16:11:10 +00:00
div_001.phpt add new tests 2007-04-28 11:59:08 +00:00
div_002.phpt add new tests 2007-04-28 11:59:08 +00:00
double_to_string_64bit.phpt fix tests 2007-05-07 22:10:14 +00:00
double_to_string.phpt fix test 2007-06-27 17:04:15 +00:00
dtor_scope.phpt add test 2003-09-11 17:07:43 +00:00
dynamic_call_001.phpt - MFH: New tests 2008-05-11 03:50:28 +00:00
dynamic_call_002.phpt - MFH: New tests 2008-05-11 03:50:28 +00:00
dynamic_call_003.phpt - MFH: New tests 2008-05-11 03:50:28 +00:00
dynamic_call_004.phpt - MFH: New tests 2008-05-11 03:50:28 +00:00
each_001.phpt - New tests 2008-05-12 17:57:21 +00:00
each_002.phpt remove UEXPECTF section 2008-07-09 11:14:20 +00:00
each_003.phpt fix tests 2009-07-17 08:18:27 +00:00
errmsg_001.phpt MFH: new tests 2007-02-07 11:10:32 +00:00
errmsg_002.phpt MFH: new tests 2007-02-07 11:10:32 +00:00
errmsg_003.phpt MFH: new tests 2007-02-07 11:10:32 +00:00
errmsg_004.phpt MFH: new tests 2007-02-07 11:10:32 +00:00
errmsg_005.phpt MFH: new tests 2007-02-07 11:10:32 +00:00
errmsg_006.phpt MFH: new tests 2007-02-07 11:10:32 +00:00
errmsg_007.phpt MFH: new tests 2007-02-07 11:10:32 +00:00
errmsg_008.phpt MFH: new tests 2007-02-07 11:10:32 +00:00
errmsg_009.phpt MFH: new tests 2007-02-07 11:10:32 +00:00
errmsg_010.phpt MFH: new tests 2007-02-07 11:10:32 +00:00
errmsg_011.phpt MFH: new tests 2007-02-07 11:10:32 +00:00
errmsg_012.phpt MFH: new tests 2007-02-07 11:10:32 +00:00
errmsg_013.phpt MFH: new tests 2007-02-07 11:10:32 +00:00
errmsg_014.phpt MFH: new tests 2007-02-07 11:10:32 +00:00
errmsg_015.phpt MFH: new tests 2007-02-07 11:10:32 +00:00
errmsg_016.phpt MFH: new tests 2007-02-07 11:10:32 +00:00
errmsg_017.phpt MFH: new tests 2007-02-07 11:10:32 +00:00
errmsg_018.phpt MFH: new tests 2007-02-07 11:10:32 +00:00
errmsg_019.phpt MFH: new tests 2007-02-07 11:10:32 +00:00
errmsg_020.phpt MFH: new tests 2007-02-07 11:10:32 +00:00
errmsg_021.phpt MFH: new tests 2007-02-07 11:10:32 +00:00
errmsg_022.phpt MFH: new tests 2007-02-07 11:10:32 +00:00
errmsg_023.phpt MFH: new tests 2007-02-07 11:10:32 +00:00
errmsg_024.phpt Remove inconsistent behaviour when a protected static prop is overridden by public static prop (details: http://turl.ca/phhhf ). 2008-03-03 15:07:04 +00:00
errmsg_025.phpt - Fixed bug #49472 (Constants defined in Interfaces can be overridden) 2009-12-03 12:34:50 +00:00
errmsg_026.phpt MFH: new tests 2007-02-07 11:10:32 +00:00
errmsg_027.phpt MFH: new tests 2007-02-07 11:10:32 +00:00
errmsg_028.phpt MFH: new tests 2007-02-07 11:10:32 +00:00
errmsg_029.phpt MFH: new tests 2007-02-07 11:10:32 +00:00
errmsg_030.phpt MFH: new tests 2007-02-07 11:10:32 +00:00
errmsg_031.phpt MFH: new tests 2007-02-07 11:10:32 +00:00
errmsg_032.phpt MFH: new tests 2007-02-07 11:10:32 +00:00
errmsg_033.phpt MFH: new tests 2007-02-07 11:10:32 +00:00
errmsg_034.phpt MFH: new tests 2007-02-07 11:10:32 +00:00
errmsg_035.phpt MFH: new tests 2007-02-07 11:10:32 +00:00
errmsg_036.phpt MFH: new tests 2007-02-07 11:10:32 +00:00
errmsg_037.phpt MFH: new tests 2007-02-07 11:10:32 +00:00
errmsg_038.phpt MFH: fix error message (reported by Felipe Nascimento) 2007-11-12 16:55:44 +00:00
errmsg_039.phpt MFH: new tests 2007-02-07 11:10:32 +00:00
errmsg_040.phpt MFH: new tests 2007-02-07 11:10:32 +00:00
errmsg_041.phpt MFH: new tests 2007-02-07 11:10:32 +00:00
errmsg_042.phpt MFH: new tests 2007-02-07 11:10:32 +00:00
errmsg_043.phpt MFH: new tests 2007-02-07 11:10:32 +00:00
errmsg_044.phpt Fixed test 2008-03-12 15:20:23 +00:00
error_reporting01.phpt - Fixed tests 2011-07-31 18:51:15 +00:00
error_reporting02.phpt Fix tests (patch by Lars) 2008-07-21 12:23:38 +00:00
error_reporting03.phpt Fix tests (patch by Lars) 2008-07-21 12:23:38 +00:00
error_reporting04.phpt Fix tests (patch by Lars) 2008-07-21 12:23:38 +00:00
error_reporting05.phpt - Fixed tests 2011-07-31 18:51:15 +00:00
error_reporting06.phpt - Fixed tests 2011-07-31 18:51:15 +00:00
error_reporting07.phpt - Fixed tests 2011-07-31 18:51:15 +00:00
error_reporting08.phpt Fix tests (patch by Lars) 2008-07-21 12:23:38 +00:00
error_reporting09.phpt Fix tests (patch by Lars) 2008-07-21 12:23:38 +00:00
error_reporting10.phpt - Fixed tests 2011-07-31 18:51:15 +00:00
exception_001.phpt - MFH: New tests 2008-05-11 03:50:28 +00:00
exception_002.phpt - MFH: New tests 2008-05-11 03:50:28 +00:00
exception_003.phpt - MFH: New tests 2008-05-11 03:50:28 +00:00
exception_004.phpt - MFH: New tests 2008-05-11 22:44:56 +00:00
exception_005.phpt - New tests 2008-05-12 17:57:21 +00:00
exception_006.phpt - New tests 2008-05-12 17:57:21 +00:00
exception_007.phpt - MFH Exception handling 2008-07-13 21:42:49 +00:00
exception_008.phpt - MFH Exception handling 2008-07-13 21:42:49 +00:00
exception_009.phpt - Fixed test 2008-08-14 19:17:59 +00:00
exception_010.phpt - MFH: Fix code && new test 2009-05-11 15:03:47 +00:00
exception_handler_001.phpt fix tests, add more 2007-05-05 21:44:52 +00:00
exception_handler_002.phpt Fix bug #47143, bug #51458 - provide more useful info in bad exception cases 2011-01-16 21:24:43 +00:00
exception_handler_003.phpt fix tests, add more 2007-05-05 21:44:52 +00:00
exception_handler_004.phpt Use new parameter parsing API for builtin functions 2008-06-18 23:38:37 +00:00
exception_handler_005.phpt fix tests, add more 2007-05-05 21:44:52 +00:00
exception_handler_006.phpt fix tests, add more 2007-05-05 21:44:52 +00:00
float_prec_001.phpt - MFH: Changed floating point behaviour to consistently use double precision 2008-12-02 16:19:10 +00:00
foreach_002.phpt - Fixed bug #51445 (var_dump() invalid/slow *RECURSION* detection) 2010-04-02 21:44:09 +00:00
foreach_undefined.phpt add test for the last Dmitry's fix 2005-08-04 14:12:07 +00:00
foreach_unset_globals.phpt new test 2008-08-10 21:24:08 +00:00
foreach.phpt Fixed foreach by-ref bug. 2007-04-05 23:48:43 +00:00
fr47160.phpt - Added indirect method call through array variable (FR Bug #47160) 2011-06-06 21:42:05 +00:00
function_arguments_001.phpt - parser version independent 2011-08-31 11:16:25 +00:00
function_arguments_002.phpt - parser version independent 2011-08-31 11:18:13 +00:00
function_exists_basic.phpt Basic tests for function_exists() and get_defined_functions(). Tested on Windows, Linux and Linux 64 bit. 2009-06-14 13:49:16 +00:00
function_exists_error.phpt Remove empty sections. Fix bad use of --SKIP-- 2009-07-21 14:02:24 +00:00
function_exists_variation1.phpt Basic tests for function_exists() and get_defined_functions(). Tested on Windows, Linux and Linux 64 bit. 2009-06-14 13:49:16 +00:00
gc_001.phpt Added garbage collector 2008-01-22 09:27:48 +00:00
gc_002.phpt Added garbage collector 2008-01-22 09:27:48 +00:00
gc_003.phpt Added garbage collector 2008-01-22 09:27:48 +00:00
gc_004.phpt - Fixed bug #51445 (var_dump() invalid/slow *RECURSION* detection) 2010-04-02 21:44:09 +00:00
gc_005.phpt - Fixed bug #51445 (var_dump() invalid/slow *RECURSION* detection) 2010-04-02 21:44:09 +00:00
gc_006.phpt - Fixed bug #51445 (var_dump() invalid/slow *RECURSION* detection) 2010-04-02 21:44:09 +00:00
gc_007.phpt - Fixed bug #51445 (var_dump() invalid/slow *RECURSION* detection) 2010-04-02 21:44:09 +00:00
gc_008.phpt - Fixed bug #51445 (var_dump() invalid/slow *RECURSION* detection) 2010-04-02 21:44:09 +00:00
gc_009.phpt - Fixed bug #51445 (var_dump() invalid/slow *RECURSION* detection) 2010-04-02 21:44:09 +00:00
gc_010.phpt - Fixed bug #51445 (var_dump() invalid/slow *RECURSION* detection) 2010-04-02 21:44:09 +00:00
gc_011.phpt - Fixed bug #51445 (var_dump() invalid/slow *RECURSION* detection) 2010-04-02 21:44:09 +00:00
gc_012.phpt Turn on gc before we test it 2010-03-03 17:53:15 +00:00
gc_013.phpt Turn on gc before we test it 2010-03-03 17:53:15 +00:00
gc_014.phpt Turn on gc before we test it 2010-03-03 17:53:15 +00:00
gc_015.phpt Turn on gc before we test it 2010-03-03 17:53:15 +00:00
gc_016.phpt Turn on gc before we test it 2010-03-03 17:53:15 +00:00
gc_017.phpt Turn on gc before we test it 2010-03-03 17:53:15 +00:00
gc_018.phpt Turn on gc before we test it 2010-03-03 17:53:15 +00:00
gc_019.phpt Turn on gc before we test it 2010-03-03 17:53:15 +00:00
gc_020.phpt Turn on gc before we test it 2010-03-03 17:53:15 +00:00
gc_021.phpt Turn on gc before we test it 2010-03-03 17:53:15 +00:00
gc_022.phpt - Fix test 2010-04-26 13:41:00 +00:00
gc_023.phpt Turn on gc before we test it 2010-03-03 17:53:15 +00:00
gc_024.phpt Turn on gc before we test it 2010-03-03 17:53:15 +00:00
gc_025.phpt Turn on gc before we test it 2010-03-03 17:53:15 +00:00
gc_026.phpt Added garbage collector 2008-01-22 09:27:48 +00:00
gc_027.phpt Turn on gc before we test it 2010-03-03 17:53:15 +00:00
gc_028.phpt Turn on gc before we test it 2010-03-03 17:53:15 +00:00
gc_029.phpt Turn on gc before we test it 2010-03-03 17:53:15 +00:00
gc_030.phpt Turn on gc before we test it 2010-03-03 17:53:15 +00:00
gc_031.phpt Better fix for #47341 2009-02-09 08:55:23 +00:00
gc_032.phpt Prevented crash in GC because of incorrect reference counting 2010-09-30 14:11:51 +00:00
get_called_class_001.phpt - New tests 2008-05-12 17:57:21 +00:00
get_class_methods_001.phpt - New tests 2008-08-22 13:40:09 +00:00
get_class_methods_002.phpt - New tests 2008-08-22 13:40:09 +00:00
get_class_methods_003.phpt - New tests 2008-08-22 13:40:09 +00:00
get_class_vars_001.phpt MFH: 2008-08-22 00:59:39 +00:00
get_class_vars_002.phpt MFH: 2008-08-22 00:59:39 +00:00
get_class_vars_003.phpt MFH: Use zend_get_property_info() in get_class_vars() (fixes #46812) 2009-05-22 11:19:30 +00:00
get_class_vars_004.phpt MFH: 2008-08-22 00:59:39 +00:00
get_class_vars_005.phpt MFH: 2008-08-22 00:59:39 +00:00
get_class_vars_006.phpt MFH: Use zend_get_property_info() in get_class_vars() (fixes #46812) 2009-05-22 11:19:30 +00:00
get_class_vars_007.phpt MFH: 2008-08-22 00:59:39 +00:00
get_defined_functions_basic.phpt Basic tests for function_exists() and get_defined_functions(). Tested on Windows, Linux and Linux 64 bit. 2009-06-14 13:49:16 +00:00
get_defined_functions_error.phpt Basic tests for function_exists() and get_defined_functions(). Tested on Windows, Linux and Linux 64 bit. 2009-06-14 13:49:16 +00:00
get_defined_vars.phpt New testcase for get_defined_vars() function: get_defined_vars.phpt 2007-06-11 16:04:43 +00:00
get_parent_class_001.phpt fix tests 2009-07-17 08:18:27 +00:00
get_required_files.phpt Test from 2009 testfest 2009-08-26 17:17:58 +00:00
globals_001.phpt fix tests 2009-07-17 08:18:27 +00:00
globals_002.phpt fix tests 2009-07-17 08:18:27 +00:00
globals_003.phpt fix tests 2009-07-17 08:18:27 +00:00
globals_004.phpt fix tests 2009-07-17 08:18:27 +00:00
globals.inc MFH: new tests 2007-02-07 11:10:32 +00:00
halt01.phpt Thought I committed it ages ago... Anyway, without further delays, the final 2005-06-04 16:16:19 +00:00
halt02.phpt Thought I committed it ages ago... Anyway, without further delays, the final 2005-06-04 16:16:19 +00:00
halt03.phpt Thought I committed it ages ago... Anyway, without further delays, the final 2005-06-04 16:16:19 +00:00
halt_compiler1.phpt Addres limitation of __HALT_COMPILER() that allowed only one instance 2007-04-04 00:42:42 +00:00
halt_compiler2.phpt Addres limitation of __HALT_COMPILER() that allowed only one instance 2007-04-04 00:42:42 +00:00
halt_compiler3.phpt Addres limitation of __HALT_COMPILER() that allowed only one instance 2007-04-04 00:42:42 +00:00
halt_compiler4.phpt Addres limitation of __HALT_COMPILER() that allowed only one instance 2007-04-04 00:42:42 +00:00
heredoc_001.phpt Added NEWDOC 2008-02-12 09:27:45 +00:00
heredoc_002.phpt Added NEWDOC 2008-02-12 09:27:45 +00:00
heredoc_003.phpt Added NEWDOC 2008-02-12 09:27:45 +00:00
heredoc_004.phpt Added NEWDOC 2008-02-12 09:27:45 +00:00
heredoc_005.phpt - Fixed tests (Pierre) 2008-08-10 00:35:40 +00:00
heredoc_006.phpt Added NEWDOC 2008-02-12 09:27:45 +00:00
heredoc_007.phpt Added NEWDOC 2008-02-12 09:27:45 +00:00
heredoc_008.phpt Added NEWDOC 2008-02-12 09:27:45 +00:00
heredoc_009.phpt Added NEWDOC 2008-02-12 09:27:45 +00:00
heredoc_010.phpt Added NEWDOC 2008-02-12 09:27:45 +00:00
heredoc_011.phpt . Added support for using static HEREDOCs to initialize static variables and class members or constants. (Matt) 2008-07-26 15:30:28 +00:00
heredoc_012.phpt - Allow HEREDOC syntax with double quotes 2008-04-05 22:29:08 +00:00
heredoc_013.phpt - Fixed tests (Pierre) 2008-08-10 00:35:40 +00:00
heredoc_014.phpt - Fixed tests (Pierre) 2008-08-10 00:35:40 +00:00
heredoc_015.phpt - MFH: New tests 2008-05-11 03:50:28 +00:00
heredoc_016.phpt - MFH: New tests 2008-05-11 03:50:28 +00:00
heredoc_017.phpt - MFH: New tests 2008-05-11 03:50:28 +00:00
heredoc_018.phpt - New tests 2008-05-12 17:57:21 +00:00
hex_overflow_32bit.phpt Fixed bug #43053 (Regression: some numbers shown in scientific notation). (int-e at gmx dot de) 2008-09-15 11:47:16 +00:00
increment_001.phpt fix tests 2007-05-07 22:10:14 +00:00
indexing_001.phpt New test - Indexing - various special cases 2007-12-20 11:42:00 +00:00
indirect_call_array_001.phpt - New tests for new feature 2011-06-14 02:05:37 +00:00
indirect_call_array_002.phpt - New tests for new feature 2011-06-14 02:05:37 +00:00
indirect_call_array_003.phpt - New tests for new feature 2011-06-14 02:05:37 +00:00
indirect_call_array_004.phpt - New tests for new feature 2011-06-14 02:05:37 +00:00
indirect_method_call_001.phpt - Added class member access on instantiation (e.g. (new foo)->bar()) support 2011-11-06 13:25:45 +00:00
indirect_method_call_002.phpt - Added class member access on instantiation (e.g. (new foo)->bar()) support 2011-11-06 13:25:45 +00:00
indirect_method_call_003.phpt - Added class member access on instantiation (e.g. (new foo)->bar()) support 2011-11-06 13:25:45 +00:00
indirect_method_call_004.phpt - Added class member access on instantiation (e.g. (new foo)->bar()) support 2011-11-06 13:25:45 +00:00
indirect_method_call_005.phpt - Added class member access on instantiation (e.g. (new foo)->bar()) support 2011-11-06 13:25:45 +00:00
indirect_property_access.phpt - Added class member access on instantiation (e.g. (new foo)->bar()) support 2011-11-06 13:25:45 +00:00
indirect_reference_this.phpt Allowed indirect $this access (Scott) 2010-12-01 13:33:49 +00:00
instanceof_001.phpt - MFH: New tests 2008-05-11 03:50:28 +00:00
instanceof_002.phpt - MFH: New tests 2008-05-11 03:50:28 +00:00
instanceof.phpt Changed "instanceof" and "catch" operators, is_a() and is_subclass_of() functions to not call __autoload(). 2005-09-09 06:48:49 +00:00
int_overflow_32bit.phpt add new tests 2006-09-28 11:44:05 +00:00
int_overflow_64bit.phpt MFH: Updated tests after double->long conversion change (basically to match 5.2) 2009-06-04 18:25:06 +00:00
int_underflow_32bit.phpt MFH: Updated tests after double->long conversion change (basically to match 5.2) 2009-06-04 18:25:06 +00:00
int_underflow_64bit.phpt new tests 2006-09-28 12:03:49 +00:00
inter_01.phpt - Fixed bug #49472 (Constants defined in Interfaces can be overridden) 2009-12-03 12:34:50 +00:00
inter_02.phpt - Next step in namespaces, using / as namespace separator. 2008-11-04 15:58:55 +00:00
inter_03.phpt New tests 2008-03-12 12:58:12 +00:00
inter_04.phpt - MFH: New tests 2008-05-11 22:44:56 +00:00
inter_05.phpt - New tests 2008-05-12 17:57:21 +00:00
inter_06.phpt - New tests 2008-05-12 17:57:21 +00:00
inter_007.phpt - New tests 2008-08-25 19:36:01 +00:00
interface_exists_001.phpt - New tests 2008-05-12 17:57:21 +00:00
interface_exists_002.phpt - Next step in namespaces, using / as namespace separator. 2008-11-04 15:58:55 +00:00
is_a.phpt Fixed bug #53727 (Inconsistent behavior of is_subclass_of with interfaces) 2011-07-04 14:55:39 +00:00
isset_001.phpt - New tests 2008-05-09 14:16:24 +00:00
isset_002.phpt - New tests 2008-05-09 14:16:24 +00:00
isset_003_2_4.phpt Added a number of small performance tweaks and optimizations 2010-04-20 11:16:39 +00:00
isset_003.phpt Remove bogus skipif and make adjust the tests 2011-09-07 10:44:32 +00:00
jump01.phpt MFH: Implemented "jump label" operator (limited "goto") 2008-03-28 14:35:01 +00:00
jump02.phpt MFH: Implemented "jump label" operator (limited "goto") 2008-03-28 14:35:01 +00:00
jump03.phpt MFH: Implemented "jump label" operator (limited "goto") 2008-03-28 14:35:01 +00:00
jump04.phpt MFH: Implemented "jump label" operator (limited "goto") 2008-03-28 14:35:01 +00:00
jump05.phpt MFH: Implemented "jump label" operator (limited "goto") 2008-03-28 14:35:01 +00:00
jump06.phpt MFH: Implemented "jump label" operator (limited "goto") 2008-03-28 14:35:01 +00:00
jump07.phpt MFH: Implemented "jump label" operator (limited "goto") 2008-03-28 14:35:01 +00:00
jump08.phpt MFH: Implemented "jump label" operator (limited "goto") 2008-03-28 14:35:01 +00:00
jump09.phpt MFH: Implemented "jump label" operator (limited "goto") 2008-03-28 14:35:01 +00:00
jump10.phpt MFH: Implemented "jump label" operator (limited "goto") 2008-03-28 14:35:01 +00:00
jump11.phpt MFH: Implemented "jump label" operator (limited "goto") 2008-03-28 14:35:01 +00:00
jump12.phpt Removed deprecation warning for ticks 2009-03-27 02:32:57 +00:00
jump13.phpt MFH: Implemented "jump label" operator (limited "goto") 2008-03-28 14:35:01 +00:00
jump14.phpt - MFH: New tests 2008-05-11 03:50:28 +00:00
list_001.phpt New tests 2008-03-12 12:58:12 +00:00
list_002.phpt New tests 2008-03-12 12:58:12 +00:00
list_003.phpt - MFH: New tests 2008-05-11 03:50:28 +00:00
list_004.phpt - MFH: New tests 2008-05-11 03:50:28 +00:00
list_005.phpt - MFH: New tests 2008-05-11 03:50:28 +00:00
list_006.phpt - New tests 2008-05-12 17:57:21 +00:00
list_007.phpt - MFH: New tests 2008-07-28 14:10:00 +00:00
lsb_001.phpt Added support for Late Static Binding. (Dmitry, Etienne Kneuss) 2007-09-29 07:28:34 +00:00
lsb_002.phpt Added support for Late Static Binding. (Dmitry, Etienne Kneuss) 2007-09-29 07:28:34 +00:00
lsb_003.phpt Added support for Late Static Binding. (Dmitry, Etienne Kneuss) 2007-09-29 07:28:34 +00:00
lsb_004.phpt Added support for Late Static Binding. (Dmitry, Etienne Kneuss) 2007-09-29 07:28:34 +00:00
lsb_005.phpt Added support for Late Static Binding. (Dmitry, Etienne Kneuss) 2007-09-29 07:28:34 +00:00
lsb_006.phpt Fix test 2008-02-05 08:41:04 +00:00
lsb_007.phpt Fix test 2008-02-05 08:41:04 +00:00
lsb_008.phpt Fix test 2008-02-05 08:41:04 +00:00
lsb_009.phpt Fix test 2008-02-05 08:41:04 +00:00
lsb_010.phpt Added support for Late Static Binding. (Dmitry, Etienne Kneuss) 2007-09-29 07:28:34 +00:00
lsb_011.phpt Added support for Late Static Binding. (Dmitry, Etienne Kneuss) 2007-09-29 07:28:34 +00:00
lsb_012.phpt Added support for Late Static Binding. (Dmitry, Etienne Kneuss) 2007-09-29 07:28:34 +00:00
lsb_013.phpt Added support for Late Static Binding. (Dmitry, Etienne Kneuss) 2007-09-29 07:28:34 +00:00
lsb_014.phpt - Next step in namespaces, using / as namespace separator. 2008-11-04 15:58:55 +00:00
lsb_015.phpt LSB parent/self forwarding 2008-07-24 09:42:18 +00:00
lsb_016.phpt Added support for Late Static Binding. (Dmitry, Etienne Kneuss) 2007-09-29 07:28:34 +00:00
lsb_017.phpt Added support for Late Static Binding. (Dmitry, Etienne Kneuss) 2007-09-29 07:28:34 +00:00
lsb_018.phpt # My editor somehow likes to convert to UTF-8 2007-11-23 13:27:41 +00:00
lsb_019.phpt LSB parent/self forwarding 2008-07-24 09:42:18 +00:00
lsb_020.phpt LSB parent/self forwarding 2008-07-24 09:42:18 +00:00
lsb_021.phpt LSB parent/self forwarding 2008-07-24 09:42:18 +00:00
lsb_022.phpt LSB parent/self forwarding 2008-07-24 09:42:18 +00:00
magic_by_ref_001.phpt MFH: prohibit arguments by ref in magic methods 2007-08-31 12:36:14 +00:00
magic_by_ref_002.phpt MFH: prohibit arguments by ref in magic methods 2007-08-31 12:36:14 +00:00
magic_by_ref_003.phpt MFH: prohibit arguments by ref in magic methods 2007-08-31 12:36:14 +00:00
magic_by_ref_004.phpt MFH: prohibit arguments by ref in magic methods 2007-08-31 12:36:14 +00:00
magic_by_ref_005.phpt MFH: prohibit arguments by ref in magic methods 2007-08-31 12:36:14 +00:00
magic_by_ref_006.phpt MFH: prohibit arguments by ref in magic methods 2007-08-31 12:36:14 +00:00
magic_by_ref_007.phpt MFH: prohibit arguments by ref in magic methods 2007-08-31 12:36:14 +00:00
magic_methods_001.phpt - MFH: Fixed bug #44769 (declaring private magic methods should throw error) 2008-06-03 14:07:15 +00:00
magic_methods_002.phpt MFH: Changed error messages to use "cannot" instead of "can not" (meaning "also can") 2009-06-07 15:46:54 +00:00
magic_methods_003.phpt MFH: Changed error messages to use "cannot" instead of "can not" (meaning "also can") 2009-06-07 15:46:54 +00:00
magic_methods_004.phpt MFH: Changed error messages to use "cannot" instead of "can not" (meaning "also can") 2009-06-07 15:46:54 +00:00
magic_methods_005.phpt MFH: Changed error messages to use "cannot" instead of "can not" (meaning "also can") 2009-06-07 15:46:54 +00:00
magic_methods_006.phpt - Change E_COMPILE_ERROR to E_WARNING (for wrong visibility on magic methods) 2008-06-10 23:09:09 +00:00
magic_methods_007.phpt MFH: Changed error messages to use "cannot" instead of "can not" (meaning "also can") 2009-06-07 15:46:54 +00:00
magic_methods_008.phpt MFH: Changed error messages to use "cannot" instead of "can not" (meaning "also can") 2009-06-07 15:46:54 +00:00
magic_methods_009.phpt - Change E_COMPILE_ERROR to E_WARNING (for wrong visibility on magic methods) 2008-06-10 23:09:09 +00:00
magic_methods_010.phpt MFH: Changed error messages to use "cannot" instead of "can not" (meaning "also can") 2009-06-07 15:46:54 +00:00
method_exists_002.phpt - New tests 2008-08-18 17:46:54 +00:00
method_exists.phpt method_exists() regression test 2005-04-16 15:36:22 +00:00
mod_001.phpt add new tests 2007-04-28 11:59:08 +00:00
mul_001.phpt add new tests 2007-04-28 11:59:08 +00:00
not_001.phpt add new tests 2007-04-28 11:59:08 +00:00
not_002.phpt add new tests 2007-04-28 11:59:08 +00:00
nowdoc_001.phpt Added NEWDOC 2008-02-12 09:27:45 +00:00
nowdoc_002.phpt Added NEWDOC 2008-02-12 09:27:45 +00:00
nowdoc_003.phpt Added NEWDOC 2008-02-12 09:27:45 +00:00
nowdoc_004.phpt Added NEWDOC 2008-02-12 09:27:45 +00:00
nowdoc_005.phpt Added NEWDOC 2008-02-12 09:27:45 +00:00
nowdoc_006.phpt Added NEWDOC 2008-02-12 09:27:45 +00:00
nowdoc_007.phpt Added NEWDOC 2008-02-12 09:27:45 +00:00
nowdoc_008.phpt Added NEWDOC 2008-02-12 09:27:45 +00:00
nowdoc_009.phpt Added NEWDOC 2008-02-12 09:27:45 +00:00
nowdoc_010.phpt Added NEWDOC 2008-02-12 09:27:45 +00:00
nowdoc_011.phpt Added NEWDOC 2008-02-12 09:27:45 +00:00
nowdoc_012.phpt Added NEWDOC 2008-02-12 09:27:45 +00:00
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. 2010-04-21 21:56:24 +00:00
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. 2010-04-21 21:56:24 +00:00
nowdoc_015.phpt Added NEWDOC 2008-02-12 09:27:45 +00:00
nowdoc_016.phpt - MFH: New tests 2008-05-11 03:50:28 +00:00
nowdoc_017.phpt - MFH: New tests 2008-05-11 03:50:28 +00:00
nowdoc.inc Added NEWDOC 2008-02-12 09:27:45 +00:00
ns_001.phpt - Next step in namespaces, using / as namespace separator. 2008-11-04 15:58:55 +00:00
ns_002.phpt Namespace resolution streamlining patch 2008-11-11 19:45:29 +00:00
ns_003.phpt - Next step in namespaces, using / as namespace separator. 2008-11-04 15:58:55 +00:00
ns_004.phpt Namespace resolution streamlining patch 2008-11-11 19:45:29 +00:00
ns_005.phpt - Next step in namespaces, using / as namespace separator. 2008-11-04 15:58:55 +00:00
ns_006.phpt - Next step in namespaces, using / as namespace separator. 2008-11-04 15:58:55 +00:00
ns_007.phpt - Next step in namespaces, using / as namespace separator. 2008-11-04 15:58:55 +00:00
ns_008.phpt - Next step in namespaces, using / as namespace separator. 2008-11-04 15:58:55 +00:00
ns_009.phpt - Next step in namespaces, using / as namespace separator. 2008-11-04 15:58:55 +00:00
ns_010.phpt Namespace resolution streamlining patch 2008-11-11 19:45:29 +00:00
ns_011.phpt - Next step in namespaces, using / as namespace separator. 2008-11-04 15:58:55 +00:00
ns_012.phpt - Next step in namespaces, using / as namespace separator. 2008-11-04 15:58:55 +00:00
ns_013.phpt - Next step in namespaces, using / as namespace separator. 2008-11-04 15:58:55 +00:00
ns_014.phpt - Next step in namespaces, using / as namespace separator. 2008-11-04 15:58:55 +00:00
ns_015.phpt - Next step in namespaces, using / as namespace separator. 2008-11-04 15:58:55 +00:00
ns_016.phpt - Next step in namespaces, using / as namespace separator. 2008-11-04 15:58:55 +00:00
ns_017.phpt - Next step in namespaces, using / as namespace separator. 2008-11-04 15:58:55 +00:00
ns_018.phpt - Next step in namespaces, using / as namespace separator. 2008-11-04 15:58:55 +00:00
ns_019.phpt - Next step in namespaces, using / as namespace separator. 2008-11-04 15:58:55 +00:00
ns_020.phpt - Next step in namespaces, using / as namespace separator. 2008-11-04 15:58:55 +00:00
ns_021.phpt - Next step in namespaces, using / as namespace separator. 2008-11-04 15:58:55 +00:00
ns_022.inc Namespaces 2007-09-28 19:52:53 +00:00
ns_022.phpt - Next step in namespaces, using / as namespace separator. 2008-11-04 15:58:55 +00:00
ns_023.phpt fix tests 2009-07-17 08:18:27 +00:00
ns_024.phpt fix tests 2009-07-17 08:18:27 +00:00
ns_025.phpt - Next step in namespaces, using / as namespace separator. 2008-11-04 15:58:55 +00:00
ns_026.phpt - Next step in namespaces, using / as namespace separator. 2008-11-04 15:58:55 +00:00
ns_027.inc - Next step in namespaces, using / as namespace separator. 2008-11-04 15:58:55 +00:00
ns_027.phpt - Next step in namespaces, using / as namespace separator. 2008-11-04 15:58:55 +00:00
ns_028.inc Namespaces 2007-09-28 19:52:53 +00:00
ns_028.phpt - Next step in namespaces, using / as namespace separator. 2008-11-04 15:58:55 +00:00
ns_029.phpt - Next step in namespaces, using / as namespace separator. 2008-11-04 15:58:55 +00:00
ns_030.phpt - Next step in namespaces, using / as namespace separator. 2008-11-04 15:58:55 +00:00
ns_031.phpt - Next step in namespaces, using / as namespace separator. 2008-11-04 15:58:55 +00:00
ns_032.phpt - Next step in namespaces, using / as namespace separator. 2008-11-04 15:58:55 +00:00
ns_033.phpt T_IMPORT -> T_USE 2007-11-07 09:13:50 +00:00
ns_034.phpt Namespace resolution streamlining patch 2008-11-11 19:45:29 +00:00
ns_035.phpt Namespace resolution streamlining patch 2008-11-11 19:45:29 +00:00
ns_036.phpt Namespace resolution streamlining patch 2008-11-11 19:45:29 +00:00
ns_037.phpt Namespace resolution streamlining patch 2008-11-11 19:45:29 +00:00
ns_038.phpt Namespace resolution streamlining patch 2008-11-11 19:45:29 +00:00
ns_039.phpt Fixed bug #43318 2007-11-22 10:46:26 +00:00
ns_040.phpt - Next step in namespaces, using / as namespace separator. 2008-11-04 15:58:55 +00:00
ns_041.phpt - Next step in namespaces, using / as namespace separator. 2008-11-04 15:58:55 +00:00
ns_042.phpt - Next step in namespaces, using / as namespace separator. 2008-11-04 15:58:55 +00:00
ns_043.phpt - Next step in namespaces, using / as namespace separator. 2008-11-04 15:58:55 +00:00
ns_044.phpt - Next step in namespaces, using / as namespace separator. 2008-11-04 15:58:55 +00:00
ns_045.phpt - Next step in namespaces, using / as namespace separator. 2008-11-04 15:58:55 +00:00
ns_046.phpt - Next step in namespaces, using / as namespace separator. 2008-11-04 15:58:55 +00:00
ns_047.phpt - Next step in namespaces, using / as namespace separator. 2008-11-04 15:58:55 +00:00
ns_048.phpt - Next step in namespaces, using / as namespace separator. 2008-11-04 15:58:55 +00:00
ns_049.phpt - Next step in namespaces, using / as namespace separator. 2008-11-04 15:58:55 +00:00
ns_050.phpt - Next step in namespaces, using / as namespace separator. 2008-11-04 15:58:55 +00:00
ns_051.phpt - Next step in namespaces, using / as namespace separator. 2008-11-04 15:58:55 +00:00
ns_052.phpt - Next step in namespaces, using / as namespace separator. 2008-11-04 15:58:55 +00:00
ns_053.phpt - Next step in namespaces, using / as namespace separator. 2008-11-04 15:58:55 +00:00
ns_054.phpt Namespace resolution streamlining patch 2008-11-11 19:45:29 +00:00
ns_055.phpt Namespace resolution streamlining patch 2008-11-11 19:45:29 +00:00
ns_056.phpt Namespace resolution streamlining patch 2008-11-11 19:45:29 +00:00
ns_057.phpt Namespace resolution streamlining patch 2008-11-11 19:45:29 +00:00
ns_058.phpt Namespace resolution streamlining patch 2008-11-11 19:45:29 +00:00
ns_059.phpt Fixed bug #43318 2007-11-22 10:46:26 +00:00
ns_060.phpt - Next step in namespaces, using / as namespace separator. 2008-11-04 15:58:55 +00:00
ns_061.phpt - Next step in namespaces, using / as namespace separator. 2008-11-04 15:58:55 +00:00
ns_062.phpt - Next step in namespaces, using / as namespace separator. 2008-11-04 15:58:55 +00:00
ns_063.phpt change namespaced ctors - only __construct would work 2010-04-04 23:28:20 +00:00
ns_064.phpt - Next step in namespaces, using / as namespace separator. 2008-11-04 15:58:55 +00:00
ns_065.inc - Next step in namespaces, using / as namespace separator. 2008-11-04 15:58:55 +00:00
ns_065.phpt - Next step in namespaces, using / as namespace separator. 2008-11-04 15:58:55 +00:00
ns_066.phpt - Next step in namespaces, using / as namespace separator. 2008-11-04 15:58:55 +00:00
ns_067.inc - Next step in namespaces, using / as namespace separator. 2008-11-04 15:58:55 +00:00
ns_067.phpt - Next step in namespaces, using / as namespace separator. 2008-11-04 15:58:55 +00:00
ns_068.phpt - MFH Add new test 2008-08-12 11:24:24 +00:00
ns_069.inc - MFH Add new test 2008-08-12 11:52:16 +00:00
ns_069.phpt - MFH Add new test 2008-08-12 11:52:16 +00:00
ns_070.phpt Namespace resolution streamlining patch 2008-11-11 19:45:29 +00:00
ns_071.phpt - Added scalar typehinting. 2010-05-20 19:18:35 +00:00
ns_072.phpt Namespace resolution streamlining patch 2008-11-11 19:45:29 +00:00
ns_073.phpt Namespace resolution streamlining patch 2008-11-11 19:45:29 +00:00
ns_074.phpt Namespace resolution streamlining patch 2008-11-11 19:45:29 +00:00
ns_075.phpt some new tests 2008-11-11 19:44:16 +00:00
ns_076.phpt some new tests 2008-11-11 19:44:16 +00:00
ns_077_1.phpt some new tests 2008-11-11 19:44:16 +00:00
ns_077_2.phpt some new tests 2008-11-11 19:44:16 +00:00
ns_077_3.phpt some new tests 2008-11-11 19:44:16 +00:00
ns_077_4.phpt some new tests 2008-11-11 19:44:16 +00:00
ns_077_5.phpt some new tests 2008-11-11 19:44:16 +00:00
ns_077_6.phpt some new tests 2008-11-11 19:44:16 +00:00
ns_077_7.phpt some new tests 2008-11-11 19:44:16 +00:00
ns_077_8.phpt some new tests 2008-11-11 19:44:16 +00:00
ns_078.phpt Improve use syntax 2008-11-17 18:00:44 +00:00
ns_079.phpt Added support for namespaces with brackets. (Greg) 2008-11-25 09:56:32 +00:00
ns_080.phpt Added support for namespaces with brackets. (Greg) 2008-11-25 09:56:32 +00:00
ns_081.phpt Added support for namespaces with brackets. (Greg) 2008-11-25 09:56:32 +00:00
ns_082.phpt Added support for namespaces with brackets. (Greg) 2008-11-25 09:56:32 +00:00
ns_083.phpt Added support for namespaces with brackets. (Greg) 2008-11-25 09:56:32 +00:00
ns_084.phpt Added support for namespaces with brackets. (Greg) 2008-11-25 09:56:32 +00:00
ns_085.phpt Added support for namespaces with brackets. (Greg) 2008-11-25 09:56:32 +00:00
ns_086.phpt - Fixed tests 2011-01-04 22:01:09 +00:00
ns_087.phpt Added support for namespaces with brackets. (Greg) 2008-11-25 09:56:32 +00:00
object_handlers.phpt Added support for __callstatic() magic method. (Sara) 2007-09-29 08:52:40 +00:00
object-null.phpt - MFH: Tests for BC breaking changes. 2006-05-12 10:02:31 +00:00
objects_001.phpt add new test 2006-05-11 14:18:34 +00:00
objects_002.phpt Improve the warning message of incompatible arguments. (#55719) 2011-09-23 15:08:11 +00:00
objects_003.phpt Improve the warning message of incompatible arguments. (#55719) 2011-09-23 15:08:11 +00:00
objects_004.phpt Improve the warning message of incompatible arguments. (#55719) 2011-09-23 15:08:11 +00:00
objects_005.phpt Improve the warning message of incompatible arguments. (#55719) 2011-09-23 15:08:11 +00:00
objects_006.phpt Improve the warning message of incompatible arguments. (#55719) 2011-09-23 15:08:11 +00:00
objects_007.phpt Improve the warning message of incompatible arguments. (#55719) 2011-09-23 15:08:11 +00:00
objects_008.phpt Improve the warning message of incompatible arguments. (#55719) 2011-09-23 15:08:11 +00:00
objects_009.phpt Improve the warning message of incompatible arguments. (#55719) 2011-09-23 15:08:11 +00:00
objects_010.phpt add more tests 2006-05-31 18:47:21 +00:00
objects_011.phpt - Fixed bug #52160 (Invalid E_STRICT redefined constructor error) 2010-06-26 19:19:16 +00:00
objects_012.phpt MFH: do not allow to implement the same interface twice 2006-06-06 10:03:01 +00:00
objects_013.phpt fix test 2006-06-20 13:06:50 +00:00
objects_014.phpt fix tests 2006-06-19 17:33:44 +00:00
objects_015.phpt - MFH Add new test 2006-07-09 17:04:27 +00:00
objects_017.phpt New tests 2008-03-11 15:18:58 +00:00
objects_018.phpt New tests 2008-03-11 15:18:58 +00:00
objects_019.phpt New tests 2008-03-12 12:58:12 +00:00
objects_020.phpt - Fixed bug #51445 (var_dump() invalid/slow *RECURSION* detection) 2010-04-02 21:44:09 +00:00
objects_021.phpt - New tests 2008-05-07 14:10:03 +00:00
objects_022.phpt - MFH: New tests 2008-05-11 03:50:28 +00:00
objects_023.phpt - MFH: New tests 2008-05-11 03:50:28 +00:00
objects_024.phpt - MFH: New tests 2008-05-11 22:44:56 +00:00
objects_025.phpt - MFH: New tests 2008-05-11 22:44:56 +00:00
objects_026.phpt - MFH: New tests 2008-05-11 22:44:56 +00:00
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" 2008-07-26 13:14:04 +00:00
objects_028.phpt - New tests 2008-05-12 17:57:21 +00:00
objects_029.phpt - New tests 2008-05-12 17:57:21 +00:00
objects_030.phpt - New tests 2008-05-12 17:57:21 +00:00
objects_031.phpt - MFH: New tests 2008-07-28 14:10:00 +00:00
objects_032.phpt Fixed covariance of return-by-ref constraints 2010-11-03 15:40:24 +00:00
oct_overflow_32bit.phpt fix tests 2007-04-26 23:30:00 +00:00
offset_array.phpt Fix tests (removed space on error message "Undefined index: ...") 2008-03-08 12:01:53 +00:00
offset_assign.phpt fix crash on $x['x']['y'] += 1, patch by Brian Shire 2007-03-08 20:59:31 +00:00
offset_bool.phpt add new tests 2006-06-01 11:57:49 +00:00
offset_long.phpt add new tests 2006-06-01 11:57:49 +00:00
offset_null.phpt add new tests 2006-06-01 11:57:49 +00:00
offset_object.phpt add new tests 2006-06-01 11:57:49 +00:00
offset_string.phpt add new tests 2006-06-01 11:57:49 +00:00
or_001.phpt add new tests 2007-04-28 11:59:08 +00:00
property_exists.phpt - New tests 2008-08-18 17:46:54 +00:00
result_unused.phpt ZEND_FETCH_*_R operations simplified and can't be used with EXT_TYPE_UNUSED flag any more. Thit is very rare and useless case. ZEND_FREE might be required after them instead. 2010-07-16 13:38:09 +00:00
selfParent_001.phpt Tests constant initialisation 2007-06-27 14:50:21 +00:00
selfParent_002.phpt Tests constant initialisation 2007-06-27 14:50:21 +00:00
settype_array.phpt add new tests 2007-04-27 21:33:02 +00:00
settype_bool.phpt add new tests 2007-04-27 21:33:02 +00:00
settype_double.phpt fix tests 2007-05-07 22:10:14 +00:00
settype_int.phpt add new tests 2007-04-27 21:33:02 +00:00
settype_null.phpt add new tests 2007-04-27 21:33:02 +00:00
settype_object.phpt add new tests 2007-04-27 21:33:02 +00:00
settype_resource.phpt add new tests 2007-04-27 21:33:02 +00:00
settype_string.phpt add new tests 2007-04-27 21:33:02 +00:00
shift_001.phpt add new tests 2007-04-28 11:59:08 +00:00
shift_002.phpt add new tests 2007-04-28 11:59:08 +00:00
str_offset_001.phpt Simplified string offset reading 2010-07-16 11:44:30 +00:00
str_offset_002.phpt Fixed crash on attempt to insert reference to string offset into an array 2010-10-22 11:05:22 +00:00
strict_001.phpt add more tests 2006-05-31 18:47:21 +00:00
strict_002.phpt add more tests 2006-05-31 18:47:21 +00:00
sub_001.phpt add new tests 2007-04-28 11:59:08 +00:00
trait_exists_001.phpt Added trait_exists() [TRAITS] [DOC] 2011-01-09 19:57:41 +00:00
trait_exists_002.phpt Added trait_exists() [TRAITS] [DOC] 2011-01-09 19:57:41 +00:00
trait_exists_003.phpt Added trait_exists() [TRAITS] [DOC] 2011-01-09 19:57:41 +00:00
unexpected_ref_bug.phpt fix crash when unexpectedly passed by-ref parameter is modified 2009-08-18 20:51:49 +00:00
unset_cv01.phpt "Undefined variable: %s" noticies were fixed to use one space 2004-12-27 13:43:26 +00:00
unset_cv02.phpt "Undefined variable: %s" noticies were fixed to use one space 2004-12-27 13:43:26 +00:00
unset_cv03.phpt "Undefined variable: %s" noticies were fixed to use one space 2004-12-27 13:43:26 +00:00
unset_cv04.phpt "Undefined variable: %s" noticies were fixed to use one space 2004-12-27 13:43:26 +00:00
unset_cv05.phpt Changed silent conversion of array to string to produce a notice. (Patrick) 2011-10-21 06:08:47 +00:00
unset_cv06.phpt Removed register_globals 2010-04-21 01:27:22 +00:00
unset_cv07.phpt fix tests 2010-04-29 12:48:06 +00:00
unset_cv08.phpt Changed silent conversion of array to string to produce a notice. (Patrick) 2011-10-21 06:08:47 +00:00
unset_cv09.phpt "Undefined variable: %s" noticies were fixed to use one space 2004-12-27 13:43:26 +00:00
unset_cv10.phpt "Undefined variable: %s" noticies were fixed to use one space 2004-12-27 13:43:26 +00:00
unset_cv11.phpt Fixed unset() bug that was introduced with CV optimization patch 2004-10-05 09:09:18 +00:00
unset_cv12.phpt Fixed SIGSEGV 2005-10-27 19:25:52 +00:00
unset.inc - Fixed tests (Pierre) 2008-08-10 00:35:40 +00:00
xor_001.phpt add new tests 2007-04-28 11:59:08 +00:00
xor_002.phpt add new tests 2007-04-28 11:59:08 +00:00
xor_003.phpt add new tests 2007-04-28 11:59:08 +00:00
zend2.php.txt Missing .cvsignore, broken test, renamed zend2.php -> zend2.php.txt 2003-07-01 15:56:07 +00:00
zend_operators.phpt - Added instance_of test (patch by Ard Biesheuvel) 2004-03-04 10:58:49 +00:00
zend_strtod.phpt Fixed bug #43053 (Regression: some numbers shown in scientific notation). (int-e at gmx dot de) 2008-09-15 11:47:16 +00:00