php-src/Zend/tests
2015-08-04 07:42:28 +03:00
..
anon Fix bug #70106 (Inheritance by anonymous class) 2015-07-21 20:34:06 +02:00
arg_unpack Updated tests to reflect exception class changes. 2015-05-16 16:49:14 -05:00
assert Handle empty (NULL) stmt in ast_export 2015-07-16 22:31:36 +02:00
bug39542 Deprecate PHP 4 constructors 2015-03-31 17:55:27 +02:00
bug67436 Reclassify E_STRICT notices 2015-04-01 11:17:55 +02:00
constants add a few more patterns to .gitignore 2014-08-31 15:19:14 +01:00
generators Fully fix typed generator returns 2015-07-24 22:04:05 +02:00
grammar Add class to semi_reserved tests 2015-05-25 23:07:37 +02:00
multibyte added test for bug #68665 2014-12-28 16:29:07 +01:00
return_types Squashed commit of the following: 2015-07-10 03:31:52 +03:00
traits Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
try Try to fix finally issue 2015-08-04 07:42:28 +03:00
typehints Allow integer default for float type 2015-07-02 18:07:24 -05:00
use_const Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
use_function Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
variadic Show full signature upon inheritance mismatch 2015-06-29 01:00:12 +02:00
varSyntax Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
001.phpt Implement call_user_func() and call_user_func_array() using special opcodes. 2014-07-11 00:32:18 +04:00
002.phpt Implement call_user_func() and call_user_func_array() using special opcodes. 2014-07-11 00:32:18 +04:00
003.phpt Implement call_user_func() and call_user_func_array() using special opcodes. 2014-07-11 00:32:18 +04: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 Allow arrays with define(), to match const syntax support 2014-12-21 03:03:49 +00:00
009.phpt Reclassify E_STRICT notices 2015-04-01 11:17:55 +02:00
010.phpt
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
013.phpt
014.inc
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
017.phpt - MFH: Parameter parsing changes for get_defined_constants() (Kalle) 2009-05-07 12:08:09 +00:00
018.phpt
019.phpt Deprecate PHP 4 constructors 2015-03-31 17:55:27 +02: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 Update another test 2014-05-31 00:48:06 +02: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 Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
029.phpt Removing redundant UEXPECT 2009-05-18 19:16:30 +00:00
030.phpt Updated tests to reflect exception class changes. 2015-05-16 16:49:14 -05: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 Error on multiple default blocks in a switch 2014-09-05 16:07:07 -06: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 Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
038.phpt - MFH: New tests 2008-07-28 14:10:00 +00:00
67468.phpt testcase for 67468 (only for debug build, as I could not create a stable segfault without loading other exts like pgsql) 2014-06-23 10:10:17 +02:00
abstract-static.phpt Reclassify E_STRICT notices 2015-04-01 11:17:55 +02: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 Decoupled class declaration statement into more granular pieces. 2015-01-09 15:45:01 +01: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 Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05: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
access_modifiers_013.phpt Decoupled class declaration statement into more granular pieces. 2015-01-09 15:45:01 +01:00
add_001.phpt
add_002.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
add_003.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
add_004.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
add_005.phpt
add_006.phpt
add_007.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
and_001.phpt
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 Show full signature upon inheritance mismatch 2015-06-29 01:00:12 +02:00
argument_restriction_002.phpt Show full signature upon inheritance mismatch 2015-06-29 01:00:12 +02:00
argument_restriction_003.phpt Reclassify E_STRICT notices 2015-04-01 11:17:55 +02: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 Show full signature upon inheritance mismatch 2015-06-29 01:00:12 +02:00
array_append_COW.phpt
array_hash_zero.phpt Remove bogus ZEND_ASSERT(hash != 0) 2015-03-18 22:25:55 +01:00
array_offset.phpt fix bad formatted "undefined offset" notice when key is negative 2015-06-10 22:18:23 +02:00
array_type_hint_001.phpt Merge branch 'master' into throwable-interface 2015-06-14 18:53:11 -05:00
array_unshift_COW.phpt
array_with_refs_identical.phpt Fix identical comparison of arrays with references 2014-05-09 15:46:43 +02:00
assign_to_obj_001.phpt Fixed mem leak in assign_to_obj with reference 2015-04-21 21:04:20 +08: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
break_error_001.phpt Move most "finally" related code-generation from pass_two() to compiler. 2015-08-04 07:42:28 +03:00
break_error_002.phpt Move most "finally" related code-generation from pass_two() to compiler. 2015-08-04 07:42:28 +03:00
break_error_003.phpt Move most "finally" related code-generation from pass_two() to compiler. 2015-08-04 07:42:28 +03:00
break_error_004.phpt Move most "finally" related code-generation from pass_two() to compiler. 2015-08-04 07:42:28 +03:00
bug18556.phpt Deprecate PHP 4 constructors 2015-03-31 17:55:27 +02:00
bug19859.phpt
bug20240.phpt Deprecate PHP 4 constructors 2015-03-31 17:55:27 +02:00
bug20242.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug21478.phpt typo fixes - https://github.com/vlajos/misspell_fixer 2014-11-19 20:23:00 +00:00
bug21888.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug22725.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug22836.phpt
bug23104.phpt
bug24436.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug24635.phpt
bug24699.phpt
bug24773.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
bug24884.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug26010.phpt
bug26077.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug26166.phpt Updated tests to reflect exception class changes. 2015-05-16 16:49:14 -05:00
bug26229.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug26281.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug26696.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug26697.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug26698.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug26801.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug26802.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug27268.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug27304.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug27598.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug27669.phpt LTR static member access 2014-05-30 22:33:03 +02:00
bug27731.phpt
bug27798.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug28072.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug28377.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug28442.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug28444.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug29015.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
bug29104.phpt
bug29210.phpt
bug29368.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug29505.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug29674.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
bug29689.phpt Fixed tests 2007-11-19 08:19:31 +00:00
bug29883.phpt
bug29890.phpt Don't relay on reference-counter when parameter expected to be a reference, but value given. 2015-04-03 16:35:06 +03:00
bug29896.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug29944.phpt
bug30080.phpt Deprecate PHP 4 constructors 2015-03-31 17:55:27 +02:00
bug30140.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug30161.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug30162.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug30346.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug30394.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug30407.phpt
bug30451.phpt
bug30519.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug30702.phpt
bug30707.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug30725.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug30791.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug30820.phpt Reclassify E_STRICT notices 2015-04-01 11:17:55 +02:00
bug30828.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug30889.phpt
bug30922.phpt MFH: fix typo and bug #43646 2008-01-29 00:07:26 +00:00
bug30998.phpt different OSes have different messages, and that's not what the test is about anyway 2013-01-13 16:58:27 -08:00
bug31098.phpt implement the solution for isset/string offsets, fix bug #60362 2011-12-19 02:05:03 +00:00
bug31102.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
bug31177-2.phpt Finish PHP 4 constructor deprecation 2015-03-31 17:55:27 +02:00
bug31177.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug31341.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug31525.phpt Reclassify E_STRICT notices 2015-04-01 11:17:55 +02: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 Deprecate PHP 4 constructors 2015-03-31 17:55:27 +02:00
bug32252.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug32290.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug32296.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug32322.phpt Reclassify E_STRICT notices 2015-04-01 11:17:55 +02:00
bug32427.phpt
bug32428.phpt Merge branch 'pull-request/341' 2013-06-10 14:30:59 -07:00
bug32429.phpt
bug32596.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug32660.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
bug32674.phpt
bug32799.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug32833.phpt
bug32993.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug33116.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug33171.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug33257.phpt Reclassify E_STRICT notices 2015-04-01 11:17:55 +02:00
bug33277.phpt
bug33282.phpt
bug33318.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
bug33512.phpt typo fixes - https://github.com/vlajos/misspell_fixer 2014-11-19 20:23:00 +00:00
bug33558.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug33710.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug33732.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug33771.phpt Fix tests (patch by Lars) 2008-07-21 12:23:38 +00:00
bug33802.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug33996.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
bug33999.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
bug34045.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug34062.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug34064.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
bug34065.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug34137.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug34199.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug34260.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug34310.phpt
bug34358.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug34467.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug34518.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug34617.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug34678.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug34786.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug34873.phpt
bug34879.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug34893.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug35017.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug35106.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug35163_2.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug35163_3.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug35163.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug35239.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug35393.phpt Reclassify E_STRICT notices 2015-04-01 11:17:55 +02:00
bug35411.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug35437.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug35470.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug35509.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug35634.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug35655.phpt Merge branch 'PHP-5.3' into PHP-5.4 2012-10-10 10:31:31 +08:00
bug36006.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug36037.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug36071.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
bug36214.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug36268.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
bug36303.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug36513.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug36568.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug36759.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug37046.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug37138.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug37144.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug37212.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug37251.phpt Updated tests to reflect exception class changes. 2015-05-16 16:49:14 -05:00
bug37632.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
bug37667.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug37707.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug37715.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug37811.phpt Allow arrays with define(), to match const syntax support 2014-12-21 03:03:49 +00:00
bug38047.phpt Wrong expectation in test (The error "Non-static method A::A_ftk() should not be called statically" is reported on caller side, so backtrace shouldn't include call to A::A_ftk()). 2014-07-07 17:27:16 +04:00
bug38146.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug38211.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug38220.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug38234.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug38287.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug38461.phpt
bug38469.phpt MFH: Fixed bug #46649 (Setting array element with that same array produces 2008-11-23 20:35:16 +00:00
bug38623.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug38624.phpt Tweak uncaught exception message display 2015-05-17 18:47:06 +02:00
bug38772.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug38779_1.phpt Fix test failures from previous commit 2015-06-30 07:02:56 +02:00
bug38779.phpt Fix test 2008-03-17 10:29:17 +00:00
bug38808.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug38942.phpt Finish PHP 4 constructor deprecation 2015-03-31 17:55:27 +02:00
bug39003.phpt Merge branch 'master' into throwable-interface 2015-06-14 18:53:11 -05:00
bug39017.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08: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 Fix zend_dval_to_lval outside 64bit integers range 2013-02-23 17:23:49 +01:00
bug39036.phpt
bug39127.phpt Finish PHP 4 constructor deprecation 2015-03-31 17:55:27 +02:00
bug39297.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug39304_2_4.phpt Fixed list() behavior inconsistency (string handling is disabled for all cases, ArrayAccess objects handling is enabled for all cases, ZEND_FETCH_DIM_TMP_VAR opcode is renamed into ZEND_FETCH_LIST, ZEND_FETCH_ADD_LOCK flag is removed). 2014-10-05 13:02:58 +04:00
bug39304.phpt Fixed list() behavior inconsistency (string handling is disabled for all cases, ArrayAccess objects handling is enabled for all cases, ZEND_FETCH_DIM_TMP_VAR opcode is renamed into ZEND_FETCH_LIST, ZEND_FETCH_ADD_LOCK flag is removed). 2014-10-05 13:02:58 +04: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 Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug39445.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug39449.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug39542.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug39602.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug39721.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug39775.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug39825.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug39944.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug39990.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug40236.inc Remove executable permission on inc 2012-10-10 10:44:34 +08:00
bug40236.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug40261.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug40509.phpt Fix "forech" statemt behaviour according to https://wiki.php.net/rfc/php7_foreach 2015-02-12 13:57:12 +03:00
bug40621.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
bug40705.phpt Fix "forech" statemt behaviour according to https://wiki.php.net/rfc/php7_foreach 2015-02-12 13:57:12 +03:00
bug40757.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug40770.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug40784.phpt Finish PHP 4 constructor deprecation 2015-03-31 17:55:27 +02:00
bug40809.phpt typo fixes - https://github.com/vlajos/misspell_fixer 2014-11-19 20:23:00 +00:00
bug40815.phpt
bug40833.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug40899.phpt
bug41026.phpt
bug41075.phpt
bug41117_1.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug41209.phpt Tweak uncaught exception message display 2015-05-17 18:47:06 +02:00
bug41351_2.phpt
bug41351_3.phpt
bug41351.phpt
bug41372.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug41401.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug41421.phpt Tweak uncaught exception message display 2015-05-17 18:47:06 +02:00
bug41633_1.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug41633_2.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
bug41633_3.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
bug41633_4.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug41640.phpt
bug41813.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
bug41919.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
bug41929.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug41961.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08: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 Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug42798.phpt
bug42802.phpt Merge branch 'master' into throwable-interface 2015-06-14 18:53:11 -05:00
bug42817.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
bug42818.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
bug42819.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
bug42820.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug42859.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug42937.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
bug43027.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08: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 Fix typo 2014-12-15 13:11:07 +00:00
bug43175.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug43183.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug43200_2.phpt typo fixes - https://github.com/vlajos/misspell_fixer 2014-11-19 20:23:00 +00:00
bug43200.phpt typo fixes - https://github.com/vlajos/misspell_fixer 2014-11-19 20:23:00 +00:00
bug43201.phpt Fix typo: unitialized -> uninitialized 2015-04-01 18:19:09 +03:00
bug43323.phpt Finish PHP 4 constructor deprecation 2015-03-31 17:55:27 +02:00
bug43332_1.phpt Merge branch 'master' into throwable-interface 2015-06-14 18:53:11 -05: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 Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05: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 Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
bug43344_7.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
bug43344_8.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
bug43344_9.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
bug43344_10.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
bug43344_11.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
bug43344_12.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
bug43344_13.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
bug43426.phpt Fixed bug #43426 (crash on nested call_user_func() calls) 2008-01-24 09:47:00 +00:00
bug43450.phpt Fix memory usage test 2014-08-15 17:44:15 +02: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 more verbose skip reason in test files with not so obvious extension requirements 2012-02-25 12:10:41 +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 Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
bug44184.phpt Fixed bug #44184 (Double free of loop-variable on exception) 2008-02-20 12:05:57 +00:00
bug44414.phpt Fix some remaining class declaration issues 2014-07-21 18:15:09 +02:00
bug44653.phpt - Next step in namespaces, using / as namespace separator. 2008-11-04 15:58:55 +00:00
bug44660.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08: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
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 Tweak uncaught exception message display 2015-05-17 18:47:06 +02: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 Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
bug46308.phpt Fixed bug #46308 (Invalid write when changing property from inside getter) 2008-10-17 10:26:07 +00:00
bug46381.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05: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 Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05: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 Finish PHP 4 constructor deprecation 2015-03-31 17:55:27 +02: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 Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
bug47704.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05: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 Remove empty lines 2012-03-24 11:35:13 +08:00
bug48004.phpt Fixed bug #48004 (Error handler prevents creation of default object) 2009-04-21 08:12:07 +00:00
bug48215_2.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
bug48215.phpt - Fixed bug #52160 (Invalid E_STRICT redefined constructor error) 2010-06-26 19:19:16 +00:00
bug48228.phpt Tweak uncaught exception message display 2015-05-17 18:47:06 +02: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 Tweak uncaught exception message display 2015-05-17 18:47:06 +02: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 Reclassify E_STRICT notices 2015-04-01 11:17:55 +02: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 Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05: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 Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05: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 Tweak uncaught exception message display 2015-05-17 18:47:06 +02:00
bug50005.phpt Tweak uncaught exception message display 2015-05-17 18:47:06 +02:00
bug50146.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
bug50174.phpt more verbose skip reason in test files with not so obvious extension requirements 2012-02-25 12:10:41 +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 Finish PHP 4 constructor deprecation 2015-03-31 17:55:27 +02:00
bug50383.phpt Squashed commit of the following: 2015-04-10 23:01:00 +03: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 Tweak uncaught exception message display 2015-05-17 18:47:06 +02: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 Fixed typo - inconsistent notice for undefined property (introduced by fix for #49348) 2013-04-10 13:36:47 +08:00
bug52051.phpt Finish PHP 4 constructor deprecation 2015-03-31 17:55:27 +02: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 Finish PHP 4 constructor deprecation 2015-03-31 17:55:27 +02: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 Tweak uncaught exception message display 2015-05-17 18:47:06 +02:00
bug52484_2.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
bug52484_3.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
bug52484.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05: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 Tweak uncaught exception message display 2015-05-17 18:47:06 +02: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 Improved error message 2014-08-18 21:47:30 +04:00
bug54039.phpt - Fixed bug #54358 (Closure, use and reference) 2011-04-08 10:02:07 +00:00
bug54262.phpt implement the solution for isset/string offsets, fix bug #60362 2011-12-19 02:05:03 +00:00
bug54265.phpt - Fixed bug #54265 (crash when variable gets reassigned in error handler) 2011-03-17 11:49:18 +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
bug54547.phpt fix bug #54547 2012-05-14 11:03:20 -07: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 AST stage 1.9 2014-06-19 13:48:35 +02: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 Merge missing test from 5_4 2011-09-12 10:13:54 +00:00
bug55156.phpt Rmoved opcache.load_comments. 2015-06-15 14:01:26 +03: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 Skip test while zend_mm is disabled 2012-07-29 12:17:43 +08:00
bug55578.phpt Fixed bug #55578 (Segfault on implode/concat) 2011-09-14 13:18:19 +00:00
bug55705.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
bug55825.phpt Fixed bug #55825, and add test script 2011-10-03 17:01:17 +00:00
bug60099.phpt Handle __halt_compiler() 2014-07-22 15:50:23 +02:00
bug60138.phpt Fixed bug #60138 (GC crash with referenced array in RecursiveArrayIterator) 2011-11-18 12:43:53 +00:00
bug60139.phpt This test needs gc enabled 2012-02-05 06:09:22 +00:00
bug60169.phpt Remove executable permission on phpt 2012-10-10 10:31:53 +08:00
bug60350.phpt - Added tests for bug #60350 2011-11-30 21:04:07 +00:00
bug60362.phpt implement the solution for isset/string offsets, fix bug #60362 2011-12-19 02:05:03 +00:00
bug60444.phpt Fixed bug #60444 (Segmentation fault with include & class extending) 2011-12-05 09:20:12 +00:00
bug60536_001.phpt Deprecate PHP 4 constructors 2015-03-31 17:55:27 +02:00
bug60536_002.phpt Reclassify E_STRICT notices 2015-04-01 11:17:55 +02:00
bug60536_003.phpt Fixed inconsistent and broken handling of private properties in traits. 2011-12-17 14:26:39 +00:00
bug60536_004.phpt Reclassify E_STRICT notices 2015-04-01 11:17:55 +02:00
bug60536_005.phpt Reclassify E_STRICT notices 2015-04-01 11:17:55 +02:00
bug60569.phpt Fixed bug #60569 (Nullbyte truncates Exception $message). 2012-03-11 18:15:13 +00:00
bug60573.phpt Show full signature upon inheritance mismatch 2015-06-29 01:00:12 +02:00
bug60598.phpt Fixed bug #60598 (cli/apache sapi segfault on objects manipulation) 2013-08-30 11:20:24 +08:00
bug60611.phpt Fix #60613 (Segmentation fault with $cls->{expr}() syntax) 2011-12-28 06:46:12 +00:00
bug60613.phpt Fixed tests 2011-12-28 10:12:43 +00:00
bug60738_variation.phpt Tweak uncaught exception message display 2015-05-17 18:47:06 +02:00
bug60738.phpt Return previous error handler when resetting the error handler 2012-09-22 21:46:18 +02:00
bug60771.phpt Make sure test.php isn't coming in from the include_path 2013-08-02 11:47:12 -04:00
bug60825.phpt Fixed wrong test. Value of the static property must not be changed to string. 2014-08-21 16:15:01 +04:00
bug60833.phpt fix bug #60833 - self, parent, static behave inconsistently case-sensitive 2013-01-27 18:02:51 -08:00
bug60909_1.phpt Tweak uncaught exception message display 2015-05-17 18:47:06 +02:00
bug60909_2.phpt - Fixed bug #61767 (Shutdown functions not called in certain error situation) 2012-09-06 11:26:40 +04:00
bug60978.phpt ensure the test uses correct SAPI 2015-03-24 22:02:28 +01:00
bug61011.phpt MFH: Fixed bug #61011 (Crash when an exception is thrown by __autoload accessing a static property) 2012-03-02 03:12:15 +00:00
bug61025.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
bug61087.phpt MFH: Fixed bug #61087 (Memory leak in parse_ini_file when specifying invalid scanner mode) 2012-03-02 03:52:06 +00:00
bug61095.phpt Fix #61095 (Lexing 0x0*+<NUM> incorrectly) 2012-02-20 18:28:57 +00:00
bug61165.phpt MFH: Fix bug #61165 (Segfault - strip_tags()) 2012-03-02 02:51:57 +00:00
bug61225.phpt Fixed bug #61225 (Lexing 0b0*+<NUM> incorectly) 2012-03-02 02:36:31 +00:00
bug61273.phpt reduce memory usage 2012-03-12 14:52:02 +00:00
bug61362.phpt Fix #61362: Exception::getTraceAsString and ::__toString scramble Unicode 2015-06-17 22:31:07 +02:00
bug61681.phpt Fix bug #61681: Malformed grammar 2012-04-09 18:26:38 +02:00
bug61761.phpt Remove executable permission on phpt 2012-10-10 10:31:53 +08:00
bug61767.phpt Tweak uncaught exception message display 2015-05-17 18:47:06 +02:00
bug61782.phpt fix bug #61782 - __clone/__destruct do not match other methods when checking access controls 2012-05-14 11:03:21 -07:00
bug62005.phpt Fixed typo - inconsistent notice for undefined property (introduced by fix for #49348) 2013-04-10 13:36:47 +08:00
bug62097.phpt fix test 2012-05-29 23:52:47 -07:00
bug62343.phpt Fixed bug #62343 (Show class_alias In get_declared_classes()) 2013-03-19 14:56:53 +04:00
bug62358.phpt Fixed test 2015-07-07 10:14:37 +03:00
bug62653.phpt Fix test, committed in wrong folder 2012-07-26 13:57:04 +08:00
bug62680.phpt expect pass for 5.4 2012-07-31 10:51:18 +08:00
bug62763.phpt Fixed bug #62763 (register_shutdown_function and extending class) 2012-08-12 20:58:09 +08:00
bug62892.phpt - Fixed bug #62892 (ReflectionClass::getTraitAliases crashes on importing trait methods as private) 2012-08-22 10:50:50 -03:00
bug62907.phpt Fixed bug #62907 (Double free when use traits) 2012-09-05 09:58:22 +04:00
bug62956.phpt Bug #62956: fixing private method signature validation 2012-08-28 14:10:25 +02:00
bug62991.phpt Fixed bug #62991 (Segfault with generator and closure) 2012-09-05 09:50:55 +04:00
bug63055.phpt These tests all have intentional circular references 2015-01-24 16:06:18 -08:00
bug63111.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
bug63173.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
bug63219.phpt Fixed bug #63219 (Segfault when aliasing trait method when autoloader throws excpetion) 2012-10-08 22:59:52 +08:00
bug63305.phpt Fixed bug #63305 (zend_mm_heap corrupted with traits) 2012-10-23 11:34:25 +08:00
bug63336.phpt Show full signature upon inheritance mismatch 2015-06-29 01:00:12 +02:00
bug63462.phpt fix bug #63462 (Magic methods called twice for unset protected properties) 2013-01-18 13:29:43 -08:00
bug63468.phpt Fixed bug #63468 (wrong called method as callback with inheritance) 2012-11-20 12:51:55 +04:00
bug63635.phpt Fixed bug #63635 (Segfault in gc_collect_cycles) 2012-11-29 13:06:12 +04:00
bug63734.phpt Addef test for bug #63734 (Garbage collector can free zvals that are still referenced) 2015-04-08 22:18:10 +03:00
bug63741.phpt Add test for bug #63741 2012-12-14 16:52:56 +08:00
bug63762.phpt Fix Bug #63762 Sigsegv when Exception::$trace is changed by user 2012-12-13 22:39:35 +01:00
bug63882.phpt Fixed bug #63882 (zend_std_compare_objects crash on recursion) 2013-01-09 11:30:50 +04:00
bug63976.phpt Fixed bug #63976 (Parent class incorrectly using child constant in class property) 2013-03-19 16:59:01 +04:00
bug63982.phpt fix bug #63982: isset() inconsistently produces a fatal error on protected property 2013-01-13 17:08:52 -08:00
bug64135.phpt Updated tests to reflect exception class changes. 2015-05-16 16:49:14 -05:00
bug64239_1.phpt Fixed bug #64239 (Debug backtrace changed behavior since 5.4.10 or 5.4.11) 2013-03-21 21:09:30 +08:00
bug64239_2.phpt Fixed bug #64239 (Debug backtrace changed behavior since 5.4.10 or 5.4.11) 2013-03-21 21:09:30 +08:00
bug64239_3.phpt Fixed bug #64239 (Debug backtrace changed behavior since 5.4.10 or 5.4.11) 2013-03-21 21:09:30 +08:00
bug64239_4.phpt Fixed bug #64239 (Debug backtrace changed behavior since 5.4.10 or 5.4.11) 2013-03-21 21:09:30 +08:00
bug64354.phpt Fixed confused exception message while user threw exception 2013-03-09 23:08:14 +08:00
bug64417.phpt Fixed bug #64417 (ArrayAccess::&offsetGet() in a trait causes fatal error) 2013-03-19 12:48:23 +04:00
bug64515.phpt Improved error message 2014-08-18 21:47:30 +04:00
bug64555.phpt Fix bug #64555: foreach no longer copies keys if they are interned 2013-04-03 20:29:19 +02:00
bug64578.phpt Update test script to make sure the error occurred 2013-04-04 14:55:17 +08:00
bug64660.phpt fix bug #64660 - yyparse can return 2, not only 1 2013-05-20 00:52:38 -07:00
bug64677.phpt Fixed bug #64677 (execution operator `` stealing surrounding arguments) 2013-04-20 15:23:49 +08:00
bug64720.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
bug64821.1.phpt Tweak uncaught exception message display 2015-05-17 18:47:06 +02:00
bug64821.2.phpt Tweak uncaught exception message display 2015-05-17 18:47:06 +02:00
bug64821.3.phpt Tweak uncaught exception message display 2015-05-17 18:47:06 +02:00
bug64896.phpt Fixed bug #69446 (GC leak relating to removal of nested data after dtors run) 2015-04-14 19:53:56 +03:00
bug64960.phpt Tweak uncaught exception message display 2015-05-17 18:47:06 +02:00
bug64966.phpt Merge branch 'master' into throwable-interface 2015-05-17 16:15:35 -05:00
bug64979.phpt Fix bug #64979: Wrong behavior of static variables in closure generators 2013-09-29 20:18:12 +02:00
bug64988.phpt Show full signature upon inheritance mismatch 2015-06-29 01:00:12 +02:00
bug65051.phpt Fix bug #65051: count() off by one inside unset() 2013-06-17 23:44:13 +02:00
bug65108.phpt Deprecate PHP 4 constructors 2015-03-31 17:55:27 +02:00
bug65254.phpt Fixed bug #65254 (Exception not catchable when exception thrown in autoload with a namespace). 2013-07-14 11:47:06 +08:00
bug65291.phpt Fixed bug #65291 - get_defined_constants() crash with __CLASS__ in trait 2013-07-20 11:05:13 +01:00
bug65322.phpt Show full signature upon inheritance mismatch 2015-06-29 01:00:12 +02:00
bug65372.phpt Fixed bug Bug #65372 (Segfault in gc_zval_possible_root when return reference fails) 2013-08-02 18:37:15 +08:00
bug65419.phpt Fix #65419 - Inside trait, self::class != __CLASS__ 2014-11-28 13:24:25 +01:00
bug65579.phpt Fix bug #65579 (Using traits with get_class_methods causes segfault). 2013-08-28 20:33:42 -07:00
bug65784.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
bug65911.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
bug65969.phpt Fixed bug #65969 (Chain assignment with T_LIST failure) 2013-11-27 14:26:34 +04:00
bug66015.phpt Re-applyed Bob's patch with minor fixes 2014-05-07 15:03:56 +04:00
bug66218.phpt Fixed Bug #66218 zend_register_functions breaks reflection 2013-12-10 16:07:16 +01:00
bug66252.phpt Fixed bug #66252 (Problems in AST evaluation invalidating valid parent:: reference. Constant expessions have to be evaluated in context of defining class). 2013-12-10 14:19:17 +04:00
bug66286.phpt Fix bug #66286: Incorrect object comparison with inheritance 2014-01-04 01:22:14 +01:00
bug66608.phpt Improve fix for #66608 2014-07-19 17:19:01 +08:00
bug66609.phpt Fixed test 2015-03-10 17:05:47 +08:00
bug66660.phpt Fix bug #66660: use str_efree instead of efree to handle interned empty strings correctly 2014-04-13 10:45:46 +02:00
bug66811.phpt Fix compiler assumptions about self/etc wrt closures 2015-05-06 18:13:19 +02:00
bug67111.phpt Fix bug #67111 2014-12-19 21:42:42 +01:00
bug67169.phpt Fixed bug #67169: []= after_array_splice incorrect 2014-05-02 12:49:51 +02:00
bug67314.phpt Fixed bug #67314 (Segmentation fault in gc_remove_zval_from_buffer) 2015-04-08 21:20:35 +03:00
bug67368.phpt Fixed bug #67368 (Memory leak with immediately dereferenced array in class constant) 2014-06-24 13:53:05 +08:00
bug67633.phpt Fixed bug #67633 2014-09-20 21:46:25 +02:00
bug67856.phpt Fixed bug #67856 (Leak when using array_reduce with by-ref function) 2014-08-18 21:08:50 +04:00
bug67858.phpt Fix bug #67858: Leak when $php_errormsg already set 2014-08-18 18:14:19 +02:00
bug67874.phpt Fixed bug #67874 (Crash in array_map()) 2014-08-20 22:06:15 +04:00
bug67922.phpt Fix bug #67922 2014-08-29 00:18:38 +02:00
bug67938.phpt Fix bug #67938: Segfault when extending interface method with variadic 2014-08-30 20:43:34 +02:00
bug67985.phpt Fixed #67985 - Incorrect last used array index copied to new array after unset 2014-09-09 17:58:45 +08:00
bug68118.phpt Fix bug #68188 2014-10-03 21:26:39 +02:00
bug68148.phpt Fix $this CV init for include/eval 2014-10-05 23:38:59 +02:00
bug68162.phpt Fix bug #68162: isset($$varname) always true 2014-10-06 20:39:00 +02:00
bug68163.phpt Fix bug #68163 2014-10-06 18:45:08 +02:00
bug68191.phpt Fix bug #68191: Broken reference across objects 2014-10-09 12:05:56 +02:00
bug68215.phpt Fixed bug #68215 (Behavior of foreach has changed) 2014-10-15 17:02:54 +04:00
bug68262.phpt Fix bug #68262: Broken reference across cloned objects 2014-10-19 13:22:44 +02:00
bug68370.phpt Fixed bug #68370 ("unset($this)" can make the program crash) 2014-11-10 13:46:47 +08:00
bug68412.phpt Squashed commit of the following: 2015-04-10 23:01:00 +03:00
bug68446.phpt Merge branch 'master' into throwable-interface 2015-06-14 18:53:11 -05:00
bug68475.phpt Updated tests to reflect exception class changes. 2015-05-16 16:49:14 -05:00
bug68652.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
bug68775.phpt Fix bug #68775 2015-01-09 17:59:41 +01:00
bug68797.phpt adedd test for bug #68797 2015-03-17 22:11:28 +01:00
bug68887.phpt Fixed bug #68887 (resources are not freed correctly) 2015-04-08 13:29:42 +03:00
bug68896.phpt Fixed bug #68896 (Changing ArrayObject value cause Segment Fault) 2015-01-26 11:25:05 +03:00
bug69017.phpt Added test for #69017 2015-02-12 11:28:16 +08:00
bug69025.phpt Fixed bug #69025 (Invalid read of size 4 when calling __callStatic) 2015-02-11 17:41:21 +03:00
bug69092.2.phpt Fix declare error behavior so that improper usages will actually error 2015-02-20 11:43:18 -05:00
bug69092.phpt Fix declare error behavior so that improper usages will actually error 2015-02-20 11:43:18 -05:00
bug69124.phpt Fixed bug #69124 (method name could not be used when by ref) 2015-02-26 14:21:48 +01:00
bug69167.phpt Fixed bug #69167 (call_user_func does not support references anymore) 2015-03-03 18:11:56 +08:00
bug69174.phpt Fixed bug #69174 (leaks when unused inner class use traits precedence) 2015-03-05 18:39:50 +08:00
bug69201.phpt Fixed bug #69201 (Memory leak using iterator and get by reference on PHP 7) 2015-03-08 20:22:02 +08:00
bug69212.phpt Improve test script for #69212 2015-03-11 08:19:34 +08:00
bug69221_2.phpt Fixed bug #69221 2015-03-13 16:23:53 +01:00
bug69221.phpt Fixed bug #69221 2015-03-13 16:23:53 +01:00
bug69315.phpt Fixed is_callable/function_exists with disable_functions 2015-03-28 17:07:11 +08:00
bug69376_2.phpt Fixed bug #69376 (Wrong ref counting). 2015-04-07 02:35:52 +03:00
bug69376.phpt Fixed bug #69376 (Wrong ref counting). 2015-04-07 02:35:52 +03:00
bug69388_2.phpt Move more stuff to file_context 2015-04-21 17:39:07 +02:00
bug69388.phpt Move more stuff to file_context 2015-04-21 17:39:07 +02:00
bug69420.phpt Fixed bug #69420 (Invalid read in zend_std_get_method) 2015-04-10 22:47:06 +08:00
bug69427.phpt Fixed bug #69427 (Segfault on magic method __call of private method in superclass) 2015-04-11 23:57:42 +08:00
bug69446_2.phpt Fixed bug #69446 (GC leak relating to removal of nested data after dtors run) 2015-04-14 19:53:56 +03:00
bug69446.phpt Fixed bug #69446 (GC leak relating to removal of nested data after dtors run) 2015-04-14 19:53:56 +03:00
bug69467.phpt Fixed Bug #69467 (Wrong checked for the interface by using Trait) 2015-04-21 22:36:32 +08:00
bug69532.phpt Fix bug #69532 2015-04-25 18:47:26 +02:00
bug69534.phpt Fixed bug #69534 (Cycle leaks through declared properties on internal classes) 2015-05-06 21:33:49 +03:00
bug69551.phpt made failing test more meaningful 2015-06-10 10:39:36 +02:00
bug69568.phpt Fix LSB handling for closures 2015-05-05 21:14:03 +02:00
bug69599.phpt Tweak uncaught exception message display 2015-05-17 18:47:06 +02:00
bug69640.phpt Switch code on thrown TypeError and ParseError to 0, update related tests 2015-07-07 16:54:39 -05:00
bug69676.phpt Fix scope_is_known() for class constants 2015-05-21 21:07:05 +02:00
bug69732.phpt Fix test; this should properly throw an Error, just as every other by-ref assignment to an overloaded object 2015-07-16 09:25:19 +02:00
bug69740.phpt Merge branch 'PHP-5.6' 2015-06-11 17:44:51 +02:00
bug69754.phpt Fix Bug #69754 (Compile failure with ::class in array) 2015-06-03 23:59:59 +02:00
bug69755.phpt Fixed bug #69755 (segfault in ZEND_CONCAT_SPEC_TMPVAR_CONST_HANDLER) 2015-06-04 09:38:22 +03:00
bug69756.phpt Moved test to correct place 2015-06-25 11:22:21 +03:00
bug69758.phpt Fixed bug #69758 (Item added to array not being removed by array_pop/shift) 2015-06-05 11:54:22 +08:00
bug69761.phpt Fixed Bug #69761 (Serialization of anonymous classes should be prevented) 2015-06-13 10:49:20 +08:00
bug69767.phpt Also reflects the case change 2015-06-08 12:37:11 +08:00
bug69788.phpt Fix some missed tests 2015-06-15 08:20:30 -05:00
bug69802_2.phpt Fixed bug #69802 (Reflection on Closure::__invoke borks type hint class name) (onr more problem) 2015-06-16 13:29:17 +03:00
bug69802.phpt Complete fix for problems related to bug #69802 2015-06-16 11:24:35 +03:00
bug69805.phpt Fixed bug #69805 (null ptr deref and seg fault in zend_resolve_class_name) 2015-06-12 21:07:23 +08:00
bug69825.phpt Fix short-circuting (bug #69825) 2015-06-14 02:00:55 +02:00
bug69832.phpt Fully fixing all the affected const expr cases (see bug #69832) 2015-06-16 16:53:30 +02:00
bug69871.phpt This test should be kept 2015-06-19 23:13:23 +08:00
bug69889.phpt Fixed bug #69889 2015-06-20 15:09:58 +02:00
bug69891.phpt Fix bug #69891 2015-06-20 17:23:58 +02:00
bug69892.phpt Fixed bug #69892 2015-06-20 16:40:14 +02:00
bug69893.phpt Fix bug #69891 2015-06-20 17:23:58 +02:00
bug69905.phpt Fixed bug #69905 (null ptr deref and segfault in ZEND_FETCH_DIM_RW_SPEC_VAR_UNUSED_HANDLER) 2015-06-23 16:26:40 +03:00
bug69955.phpt Fixed bug #69955 (Segfault when trying to combine [] and assign-op on ArrayAccess object). (Laruence) 2015-06-29 11:17:56 +03:00
bug69957.phpt bring back the division by zero warning 2015-07-05 20:18:17 +02:00
bug69996.phpt Fixed Bug #69996 (Changing the property of a cloned object affects the original) 2015-07-10 16:33:13 +08:00
bug70012.phpt Fixed bug #70012 (Exception lost with nested finally block) 2015-07-08 17:15:09 +08:00
bug70089.phpt Donot use one_char_string 2015-07-17 16:09:11 +08:00
bug70117.phpt Fixed bug #70117 (Unexpected return type error) 2015-07-23 11:16:10 +08:00
bug70124.phpt Fixed bug #70124 (null ptr deref / seg fault in ZEND_HANDLE_EXCEPTION) 2015-07-24 15:49:36 +08:00
bug70156.phpt Fixed bug #70156 (Segfault in zend_find_alias_name) 2015-07-28 16:39:58 +08:00
bug70164.phpt Fix bug #70164 (__COMPILER_HALT_OFFSET__ under namespace is not defined) 2015-07-29 19:18:29 +02:00
bug70179.phpt Fix bug #70179 ($this refcount issue) 2015-08-01 20:35:56 +02:00
bug70182.phpt Fixed bug #70182 (Segfault in ZEND_ASSIGN_OP handlers) 2015-08-02 19:08:39 +02:00
bug70183.phpt Fixed bug #70183 null pointer deref (segfault) in zend_eval_const_expr 2015-08-02 16:51:23 +02:00
bug_debug_backtrace.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
builtin_in_write_context_error1.phpt Fix detection of write to built-in function for references 2014-09-23 20:42:22 +02:00
builtin_in_write_context_error2.phpt Fix detection of write to built-in function for references 2014-09-23 20:42:22 +02:00
bw_or_assign_with_ref.phpt Deref right value for compound assign ops 2014-10-13 15:31:59 +02: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 Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
call_static_006.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
call_static_007.phpt - Reverted fix for bug #51176 2010-11-03 01:35:26 +00:00
call_static.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08: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 Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
call_user_func_005.phpt Reclassify E_STRICT notices 2015-04-01 11:17:55 +02:00
call_user_func_closure_from_static_method.phpt Fix static closure error in call_user_func opcode 2015-05-08 15:17:15 +02:00
call_with_refs.phpt Drop duplicate object-to-type notices 2015-06-22 16:25:32 +02:00
callable_type_hint_001.phpt Reclassify E_STRICT notices 2015-04-01 11:17:55 +02: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
cast_to_bool.phpt
cast_to_double.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
cast_to_int.phpt
cast_to_object.phpt
cast_to_string.phpt this was somehow missed from r318288 2011-10-22 22:35:17 +00:00
catch.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
class_alias_001.phpt - MFH: New tests 2008-05-12 13:31:36 +00:00
class_alias_002.phpt Change the error message for colliding class/interface/trait names to be a little more clearer. 2015-03-26 01:44:23 +01:00
class_alias_004.phpt Change the error message for colliding class/interface/trait names to be a little more clearer. 2015-03-26 01:44:23 +01: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 Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
class_alias_009.phpt - MFH: New tests 2008-05-12 13:31:36 +00:00
class_alias_010.phpt Change the error message for colliding class/interface/trait names to be a little more clearer. 2015-03-26 01:44:23 +01: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 Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05: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 Change the error message for colliding class/interface/trait names to be a little more clearer. 2015-03-26 01:44:23 +01:00
class_alias_020.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
class_alias_021.phpt Namespace resolution streamlining patch 2008-11-11 19:45:29 +00:00
class_constant_to_reference_cached.phpt Improve class constant fetch fix 2014-05-29 11:17:33 +02:00
class_constants_001.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
class_constants_002.phpt Revert "Fix bug #68446 (bug with constant defaults and type hints)" 2014-11-25 12:24:29 +01:00
class_constants_003.phpt
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
class_name_as_scalar_error_001.phpt Class Name Resolution As Scalar Via "class" Keyword 2013-01-19 01:00:47 +01:00
class_name_as_scalar_error_002.phpt Class Name Resolution As Scalar Via "class" Keyword 2013-01-19 01:00:47 +01:00
class_name_as_scalar_error_003.phpt Class Name Resolution As Scalar Via "class" Keyword 2013-01-19 01:00:47 +01:00
class_name_as_scalar_error_004.phpt Class Name Resolution As Scalar Via "class" Keyword 2013-01-19 01:00:47 +01:00
class_name_as_scalar_error_005.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
class_name_as_scalar_error_006.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
class_name_as_scalar_error_007.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
class_name_as_scalar.phpt Class Name Resolution As Scalar Via "class" Keyword 2013-01-19 01:00:47 +01:00
class_properties_const.phpt A better fix(do the convertion in compile time) 2014-11-10 23:35:45 +08:00
class_properties_dynamic.phpt Fixed mem leaks, added tests and ternary operator 2013-10-31 18:21:37 +01:00
class_properties_static.phpt Fixed mem leaks, added tests and ternary operator 2013-10-31 18:21:37 +01:00
clone_001.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
clone_002.phpt - MFH: New tests 2008-05-11 22:44:56 +00:00
clone_003.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
clone_004.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05: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 Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05: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 Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
closure_017.phpt More accurate reference counting on closures 2015-03-10 23:04:41 +03:00
closure_018.phpt Fixed tests 2013-11-27 21:04:00 +04:00
closure_019.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
closure_020.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
closure_021.phpt - New tests 2008-07-14 13:36:40 +00:00
closure_022.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
closure_023.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08: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 Use %d instead of object id 2014-08-23 08:09:08 +08:00
closure_027.phpt Merge branch 'master' into throwable-interface 2015-06-14 18:53:11 -05: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 Updated tests to reflect exception class changes. 2015-05-16 16:49:14 -05: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 Closures only have {closure}() as method name 2015-07-14 02:52:09 +02: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 Remove executable permission on phpt 2012-10-10 10:31:53 +08:00
closure_037.phpt Remove executable permission on phpt 2012-10-10 10:31:53 +08:00
closure_038.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
closure_039.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
closure_040.phpt Revert "Fixed closure::bindTo bad args test" 2014-08-18 14:51:40 +01:00
closure_041.phpt Don't implicitly make closures in static methods static 2015-05-06 17:29:05 +02: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 typo fixes 2013-07-15 00:23:03 -07:00
closure_045.phpt Don't implicitly make closures in static methods static 2015-05-06 17:29:05 +02:00
closure_046.phpt Don't implicitly make closures in static methods static 2015-05-06 17:29:05 +02:00
closure_047.phpt Use in preg_replace_callback() using variables by reference and test for bug #64979 2013-08-18 15:18:30 -07:00
closure_048.phpt Use in preg_replace_callback() using variables by reference and test for bug #64979 2013-08-18 15:18:30 -07:00
closure_049.phpt Fix bug 666222 2014-06-08 18:59:44 -07:00
closure_050.phpt Fix bug 666222 2014-06-08 18:59:44 -07:00
closure_051.phpt Fix bug 666222 2014-06-08 18:59:44 -07:00
closure_052.phpt Fix bug 666222 2014-06-08 18:59:44 -07:00
closure_053.phpt Fix bug 666222 2014-06-08 18:59:44 -07:00
closure_054.phpt Fix bug 666222 2014-06-08 18:59:44 -07:00
closure_055.phpt Fix bug 666222 2014-06-08 18:59:44 -07:00
closure_056.phpt Fix bug 666222 2014-06-08 18:59:44 -07:00
closure_057.phpt Add test for previously fixed segfault 2015-03-04 18:26:58 +08:00
closure_058.phpt Cleanup comments and add related tests. 2015-04-23 17:52:05 +03:00
closure_059.phpt Updated tests to reflect exception class changes. 2015-05-16 16:49:14 -05:00
closure_060.phpt Fix bad run_time_cache with Closure::call() 2015-06-21 16:39:44 +02:00
closure_bug66622.phpt Fix bug 666222 2014-06-08 18:59:44 -07:00
closure_call_leak_with_exception.phpt Fix closure leak test 2015-06-26 16:30:01 +02:00
closure_call.phpt Ban rebinding closures to different internal classes 2015-05-12 10:54:59 +02:00
closure_with_variadic_typehint.phpt Fix RECV_VARIADIC literal compacting wrt cache slot 2015-07-26 21:22:31 +02:00
compare_001_64bit.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
compare_001.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
compare_002_64bit.phpt
compare_002.phpt
compare_003_64bit.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
compare_003.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
compare_004_64bit.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
compare_004.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
compare_005_64bit.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
compare_005.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
compare_006_64bit.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
compare_006.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
compound_assign_with_numeric_strings.phpt Catch the specifical exception 2015-07-03 11:18:53 +08:00
concat_001.phpt Changed silent conversion of array to string to produce a notice. (Patrick) 2011-10-21 06:08:47 +00:00
concat_002.phpt Added test case to complement commit 29397f8 2014-09-06 18:57:03 +08:00
const_dereference_001.phpt Implement const array/string dereference 2012-04-17 10:06:17 +08:00
const_dereference_002.phpt Implement const array/string dereference 2012-04-17 10:06:17 +08:00
const_dereference_003.phpt Implement const array/string dereference 2012-04-17 10:06:17 +08:00
constant_arrays.phpt These tests all have intentional circular references 2015-01-24 16:06:18 -08:00
constant_expressions_arrays.phpt Disable restrictions regarding arrays in constants at run-time. 2014-07-30 17:57:07 +02:00
constant_expressions_classes.phpt Added one more test for constant scalar expressions 2013-12-11 19:17:07 +01:00
constant_expressions_dynamic_class_name_error.phpt Test error conditions for ct class const refs 2014-09-23 00:40:17 +02:00
constant_expressions_dynamic.phpt Test some additional cases for constexpr evaluation 2014-09-23 00:31:38 +02:00
constant_expressions_exceptions_001.phpt Convert "Unsupported operands" fatal error into EngineException (exceptions can't be thrown at compile-time yet, so unsuported operands in constant expressions are still lead to fatal error). 2015-03-31 13:25:26 +03:00
constant_expressions_exceptions_002.phpt Updated tests to reflect exception class changes. 2015-05-16 16:49:14 -05:00
constant_expressions_exceptions.inc Convert "Unsupported operands" fatal error into EngineException (exceptions can't be thrown at compile-time yet, so unsuported operands in constant expressions are still lead to fatal error). 2015-03-31 13:25:26 +03:00
constant_expressions_invalid_offset_type_error.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
constant_expressions_self_referencing_array.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
constant_expressions_static_class_name_error.phpt Test error conditions for ct class const refs 2014-09-23 00:40:17 +02:00
constant_expressions.phpt Allow T_POW in constant expressions 2014-03-07 09:14:27 +08:00
constants_001.phpt - New tests 2008-05-12 17:57:21 +00:00
constants_002.phpt Allow arrays with define(), to match const syntax support 2014-12-21 03:03:49 +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 Merge branch 'PHP-5.3' into PHP-5.4 2012-10-10 10:31:31 +08: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 Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
debug_backtrace_with_include_and_this.phpt Tweak uncaught exception message display 2015-05-17 18:47:06 +02:00
debug_info-error-0.0.phpt fixed path separator in the tests 2014-02-21 00:23:01 +01:00
debug_info-error-0.phpt fixed path separator in the tests 2014-02-21 00:23:01 +01:00
debug_info-error-1.0.phpt fixed path separator in the tests 2014-02-21 00:23:01 +01:00
debug_info-error-1.phpt fixed path separator in the tests 2014-02-21 00:23:01 +01:00
debug_info-error-empty_str.phpt fixed path separator in the tests 2014-02-21 00:23:01 +01:00
debug_info-error-false.phpt fixed path separator in the tests 2014-02-21 00:23:01 +01:00
debug_info-error-object.phpt fixed path separator in the tests 2014-02-21 00:23:01 +01:00
debug_info-error-resource.phpt fixed path separator in the tests 2014-02-21 00:23:01 +01:00
debug_info-error-str.phpt fixed path separator in the tests 2014-02-21 00:23:01 +01:00
debug_info-error-true.phpt fixed path separator in the tests 2014-02-21 00:23:01 +01:00
debug_info.phpt Add more tests for __debugInfo() and fix leak 2014-02-20 12:10:00 -08:00
debug_print_backtrace_limit.phpt - use only the test name 2011-08-31 10:46:20 +00:00
declare_001.phpt Fix encoding declaration handling 2014-08-18 16:27:53 +02:00
declare_002.phpt Fix declare encoding tests 2015-01-24 21:51:45 +01:00
declare_003.phpt Fix encoding declaration handling 2014-08-18 16:27:53 +02:00
declare_004.phpt Fix declare encoding tests 2015-01-24 21:51:45 +01:00
declare_005.phpt Fixed double ZEND_TICKS opcode generation for declare() 2015-07-07 14:56:05 +02:00
decrement_001_64bit.phpt
decrement_001.phpt
dereference_001.phpt - Added array dereferencing support [DOC] 2010-06-08 00:05:29 +00:00
dereference_002.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05: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 Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05: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
div_002.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
double_array_cast.phpt Fix array/object cast of refcounted tmp var 2014-10-13 15:31:59 +02:00
double_to_string_64bit.phpt
double_to_string.phpt
dtor_scope.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
duplicate_label_error.phpt Test a few more error conditions in the compiler 2014-09-23 00:57:00 +02:00
dval_to_lval_32.phpt Fix rounding of zend_dval_to_lval 2013-02-23 16:55:50 +00:00
dval_to_lval_64.phpt Fix zend_dval_to_lval outside 64bit integers range 2013-02-23 17:23:49 +01:00
dynamic_call_001.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
dynamic_call_002.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
dynamic_call_003.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
dynamic_call_004.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05: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 These tests all have intentional circular references 2015-01-24 16:06:18 -08:00
empty_str_offset.phpt Fix warning on non-numeric offsets 2011-12-22 03:22:42 +00:00
empty_with_expr.phpt Allow arbitrary expressions for empty() 2012-05-13 14:56:51 +02:00
errmsg_001.phpt
errmsg_002.phpt
errmsg_003.phpt
errmsg_004.phpt
errmsg_005.phpt
errmsg_006.phpt
errmsg_007.phpt
errmsg_008.phpt
errmsg_009.phpt
errmsg_010.phpt
errmsg_011.phpt
errmsg_012.phpt
errmsg_013.phpt
errmsg_015.phpt
errmsg_016.phpt
errmsg_017.phpt
errmsg_018.phpt Reclassify E_STRICT notices 2015-04-01 11:17:55 +02:00
errmsg_019.phpt
errmsg_020.phpt
errmsg_021.phpt
errmsg_022.phpt
errmsg_023.phpt
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 Change the error message for colliding class/interface/trait names to be a little more clearer. 2015-03-26 01:44:23 +01:00
errmsg_027.phpt
errmsg_028.phpt
errmsg_029.phpt
errmsg_030.phpt
errmsg_031.phpt
errmsg_032.phpt
errmsg_033.phpt
errmsg_034.phpt
errmsg_035.phpt
errmsg_036.phpt
errmsg_037.phpt
errmsg_038.phpt
errmsg_039.phpt
errmsg_040.phpt Merge branch 'master' into phpng 2014-08-04 13:56:27 +04:00
errmsg_041.phpt
errmsg_042.phpt
errmsg_044.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
errmsg_045.phpt Show full signature upon inheritance mismatch 2015-06-29 01:00:12 +02: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
eval_parse_error_with_doc_comment.phpt Add backup_doc_comment production 2014-08-26 22:31:58 +02:00
exception_001.phpt Tweak uncaught exception message display 2015-05-17 18:47:06 +02:00
exception_002.phpt - MFH: New tests 2008-05-11 03:50:28 +00:00
exception_003.phpt Tweak uncaught exception message display 2015-05-17 18:47:06 +02:00
exception_004.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
exception_005.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
exception_006.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
exception_007.phpt Tweak uncaught exception message display 2015-05-17 18:47:06 +02:00
exception_008.phpt Tweak uncaught exception message display 2015-05-17 18:47:06 +02:00
exception_009.phpt - Fixed test 2008-08-14 19:17:59 +00:00
exception_010.phpt Updated tests to reflect exception class changes. 2015-05-16 16:49:14 -05:00
exception_011.phpt Changed AssertionException to AssertionError 2015-06-14 23:52:39 -05:00
exception_012.phpt Changed AssertionException to AssertionError 2015-06-14 23:52:39 -05:00
exception_013.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
exception_014.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
exception_015.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
exception_016.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
exception_017.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
exception_018.phpt more tests 2015-06-18 00:15:34 +02:00
exception_019.phpt more tests 2015-06-18 00:15:34 +02:00
exception_020.phpt fix c/p test title 2015-06-18 00:33:16 +02:00
exception_021.phpt Add tests with invalid Error construction params 2015-06-17 19:49:02 -05:00
exception_022.phpt Add tests with invalid Error construction params 2015-06-17 19:49:02 -05:00
exception_before_fatal.phpt Updated tests to reflect exception class changes. 2015-05-16 16:49:14 -05:00
exception_during_property_assign_op.phpt Don't write prop if read prop threw exception 2015-05-17 13:46:54 +02:00
exception_handler_001.phpt
exception_handler_002.phpt Tweak uncaught exception message display 2015-05-17 18:47:06 +02:00
exception_handler_003.phpt
exception_handler_004.phpt Use new parameter parsing API for builtin functions 2008-06-18 23:38:37 +00:00
exception_handler_005.phpt
exception_handler_006.phpt
exception_in_nested_rope.phpt Fix crash when exception occurs during nested rope 2015-07-06 20:53:54 +02:00
exception_in_rope_end.phpt Fix crash when exception is thrown during ROPE_END 2015-07-06 20:15:45 +02:00
exception_with_by_ref_message.phpt Tweak uncaught exception message display 2015-05-17 18:47:06 +02: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 These tests all have intentional circular references 2015-01-24 16:06:18 -08:00
foreach_003.phpt Fix "forech" statemt behaviour according to https://wiki.php.net/rfc/php7_foreach 2015-02-12 13:57:12 +03:00
foreach_004.phpt Fix "forech" statemt behaviour according to https://wiki.php.net/rfc/php7_foreach 2015-02-12 13:57:12 +03:00
foreach_005.phpt Fix "forech" statemt behaviour according to https://wiki.php.net/rfc/php7_foreach 2015-02-12 13:57:12 +03:00
foreach_006.phpt Fix "forech" statemt behaviour according to https://wiki.php.net/rfc/php7_foreach 2015-02-12 13:57:12 +03:00
foreach_007.phpt Fix "forech" statemt behaviour according to https://wiki.php.net/rfc/php7_foreach 2015-02-12 13:57:12 +03:00
foreach_008.phpt Fix "forech" statemt behaviour according to https://wiki.php.net/rfc/php7_foreach 2015-02-12 13:57:12 +03:00
foreach_009.phpt Fix "forech" statemt behaviour according to https://wiki.php.net/rfc/php7_foreach 2015-02-12 13:57:12 +03:00
foreach_010.phpt Fix "forech" statemt behaviour according to https://wiki.php.net/rfc/php7_foreach 2015-02-12 13:57:12 +03:00
foreach_011.phpt Fix "forech" statemt behaviour according to https://wiki.php.net/rfc/php7_foreach 2015-02-12 13:57:12 +03:00
foreach_012.phpt Fix "forech" statemt behaviour according to https://wiki.php.net/rfc/php7_foreach 2015-02-12 13:57:12 +03:00
foreach_013.phpt Fix "forech" statemt behaviour according to https://wiki.php.net/rfc/php7_foreach 2015-02-12 13:57:12 +03:00
foreach_014.phpt Fix "forech" statemt behaviour according to https://wiki.php.net/rfc/php7_foreach 2015-02-12 13:57:12 +03:00
foreach_015.phpt Fix "forech" statemt behaviour according to https://wiki.php.net/rfc/php7_foreach 2015-02-12 13:57:12 +03:00
foreach_016.phpt Fix "forech" statemt behaviour according to https://wiki.php.net/rfc/php7_foreach 2015-02-12 13:57:12 +03:00
foreach_017.phpt Fix "forech" statemt behaviour according to https://wiki.php.net/rfc/php7_foreach 2015-02-12 13:57:12 +03:00
foreach_list_001.phpt Fixed bug #62930, and more tests 2012-08-26 13:05:33 +08:00
foreach_list_002.phpt Fixed list() behavior inconsistency (string handling is disabled for all cases, ArrayAccess objects handling is enabled for all cases, ZEND_FETCH_DIM_TMP_VAR opcode is renamed into ZEND_FETCH_LIST, ZEND_FETCH_ADD_LOCK flag is removed). 2014-10-05 13:02:58 +04:00
foreach_list_003.phpt Fixed bug #62930, and more tests 2012-08-26 13:05:33 +08:00
foreach_list_004.phpt Fixed bug #62930, and more tests 2012-08-26 13:05:33 +08:00
foreach_reference.phpt Add test script and use efree_size 2015-01-05 22:21:37 +08:00
foreach_temp_array_expr_with_refs.phpt Remove reference restrictions from foreach 2012-07-22 14:33:25 +02:00
foreach_undefined.phpt
foreach_unset_globals.phpt new test 2008-08-10 21:24:08 +00:00
foreach.phpt
fr47160.phpt Reclassify E_STRICT notices 2015-04-01 11:17:55 +02: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_arguments_003.phpt Fixed mem leaks, added tests and ternary operator 2013-10-31 18:21:37 +01: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
function_redecl.phpt Forgot to add test... 2015-01-21 23:54:03 +01: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 Merge branch 'pull-request/341' 2013-06-10 14:30:59 -07:00
gc_008.phpt Merge branch 'pull-request/341' 2013-06-10 14:30:59 -07:00
gc_009.phpt Merge branch 'pull-request/341' 2013-06-10 14:30:59 -07: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 Fixed tests (now objects are counted only once) 2014-03-20 11:54:24 +04: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 Add GC support for ArrayObject 2015-05-20 18:28:09 +02: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_zts.phpt Fix test gc_029_zts.phpt 2014-10-04 00:37:15 +02:00
gc_029.phpt Fixed bug #67725 (now we create immutable arrays only in SHM) 2014-08-05 15:38:43 +04:00
gc_030.phpt Tweak uncaught exception message display 2015-05-17 18:47:06 +02:00
gc_031.phpt Better fix for #47341 2009-02-09 08:55:23 +00:00
gc_032.phpt These tests all have intentional circular references 2015-01-24 16:06:18 -08:00
gc_033.phpt GC improved to support inner-cycles. 2015-04-14 00:16:27 +03:00
gc_034.phpt correct title 2015-02-22 00:22:20 +08:00
gc_035.phpt Added test 2015-04-17 18:45:46 +03:00
get_called_class_001.phpt - New tests 2008-05-12 17:57:21 +00:00
get_class_methods_001.phpt Finish PHP 4 constructor deprecation 2015-03-31 17:55:27 +02:00
get_class_methods_002.phpt Deprecate PHP 4 constructors 2015-03-31 17:55:27 +02:00
get_class_methods_003.phpt Finish PHP 4 constructor deprecation 2015-03-31 17:55:27 +02: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
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_005.phpt Fixed "delayed" compilation 2015-02-02 20:44:16 +03:00
globals.inc
goto_in_foreach.phpt Try to fix finally issue 2015-08-04 07:42:28 +03:00
halt01.phpt
halt02.phpt
halt03.phpt
halt_compiler1.phpt
halt_compiler2.phpt
halt_compiler3.phpt
halt_compiler4.phpt
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
incdec_ref_property.phpt Fix incdec of referenced properties 2014-10-12 20:55:52 +02:00
incompat_ctx_user.phpt Drop support for static calls from incompatible context 2015-04-01 11:42:05 +02:00
increment_001.phpt
increment_function_return_error.phpt Disallow direct incdec of function return value 2015-03-27 16:40:04 +01:00
indexing_001.phpt implement the solution for isset/string offsets, fix bug #60362 2011-12-19 02:05:03 +00:00
indirect_call_array_001.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
indirect_call_array_002.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05: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_call_array_005.phpt Add tests for dynamic static call to instance method 2015-06-30 07:07:17 +02:00
indirect_call_from_constant.phpt Use ZEND_INIT_STATIC_METHOD_CALL for literals of form "classname::method" 2015-06-26 19:55:13 +02:00
indirect_call_string_001.phpt Fix test duplication, add more tests 2015-06-26 16:30:01 +02:00
indirect_call_string_002.phpt Fix test duplication, add more tests 2015-06-26 16:30:01 +02:00
indirect_call_string_003.phpt Add tests for dynamic static call to instance method 2015-06-30 07:07:17 +02: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 Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05: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 MFH: Fix indirect reference of $this 2010-12-10 06:34:03 +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 Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
int_overflow_32bit.phpt
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_special_values.phpt Cast NaN and Infinity to zero 2014-08-19 20:21:23 +01: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
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 - Fix tests 2011-11-19 18:01:26 +00:00
inter_05.phpt - New tests 2008-05-12 17:57:21 +00:00
inter_06.phpt Change the error message for colliding class/interface/trait names to be a little more clearer. 2015-03-26 01:44:23 +01:00
inter_007.phpt - Fix tests 2011-11-19 18:01:26 +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 Scalar type hints with ZPP casting rules 2015-02-10 15:48:04 +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 Update two tests with new semantics 2014-05-31 00:40:32 +02:00
isset_003.phpt Update two tests with new semantics 2014-05-31 00:40:32 +02:00
isset_expr_error.phpt Allow arbitrary expressions for empty() 2012-05-13 14:56:51 +02:00
isset_func_error.phpt AST stage 2.4 2014-06-21 18:54:13 +02:00
isset_str_offset.phpt Fix warning on non-numeric offsets 2011-12-22 03:22:42 +00:00
jump01.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
jump02.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
jump03.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
jump04.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
jump05.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
jump06.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
jump07.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
jump08.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
jump09.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
jump10.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08: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
jump15.phpt Readded tests 2015-07-10 03:46:57 +03:00
line_const_in_array.phpt Ensure __LINE__ is always accurate 2014-10-12 20:55:52 +02: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 Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
list_006.phpt AST-based compiler: Stage 1 2014-06-14 15:22:18 +02:00
list_007.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
list_destructuring_to_special_variables.phpt Fix list() destructuring to special variables 2014-09-22 18:34:40 +02:00
list_empty_error.phpt Make empty list() check stricter 2015-01-09 18:27:06 +01:00
list_self_assign.phpt Support list($a, $b) = $a 2015-02-24 19:08:23 +01:00
loop_free_on_return.phpt Drop FREE_ON_RETURN flag, check brk_cont->start instead 2015-05-23 10:51:33 +02:00
lsb_001.phpt
lsb_002.phpt
lsb_003.phpt
lsb_004.phpt
lsb_005.phpt
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
lsb_011.phpt
lsb_012.phpt
lsb_013.phpt
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
lsb_017.phpt
lsb_018.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08: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 Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
magic_by_ref_001.phpt
magic_by_ref_002.phpt
magic_by_ref_003.phpt
magic_by_ref_004.phpt
magic_by_ref_005.phpt
magic_by_ref_006.phpt
magic_by_ref_007.phpt
magic_const_in_global_scope.phpt Test a few more error conditions in the compiler 2014-09-23 00:57:00 +02: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_static_var.phpt remove irrelevant codes in test 2011-12-05 12:46:38 +00:00
methods-on-non-objects-call-user-func.phpt Add tests for indirect calls to methods on non-objects 2014-04-28 21:44:24 +02:00
methods-on-non-objects-catch.phpt Switch code on thrown Errors to 0, update related tests 2015-07-03 17:53:42 -05:00
methods-on-non-objects-nested.inc Add tests for calls to nested, *non*-compile-time-resolveable functions 2014-08-16 22:03:03 +02:00
methods-on-non-objects-usort.phpt Switch code on thrown Errors to 0, update related tests 2015-07-03 17:53:42 -05:00
methods-on-non-objects.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
mod_001.phpt Catch the specifical exception 2015-07-03 11:18:53 +08:00
mul_001.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
name_collision_01.phpt Added tests for the naming collision error message to handle all possible conditions 2015-03-26 01:59:23 +01:00
name_collision_02.phpt Added tests for the naming collision error message to handle all possible conditions 2015-03-26 01:59:23 +01:00
name_collision_03.phpt Added tests for the naming collision error message to handle all possible conditions 2015-03-26 01:59:23 +01:00
name_collision_04.phpt Added tests for the naming collision error message to handle all possible conditions 2015-03-26 01:59:23 +01:00
name_collision_05.phpt Added tests for the naming collision error message to handle all possible conditions 2015-03-26 01:59:23 +01:00
name_collision_06.phpt Added tests for the naming collision error message to handle all possible conditions 2015-03-26 01:59:23 +01:00
nested_method_and_function.phpt Fix for #70159 - Better magic constants substitution 2015-07-28 16:30:08 +02:00
no_class_const_propagation_in_closures.phpt Fix compiler assumptions about self/etc wrt closures 2015-05-06 18:13:19 +02:00
not_001.phpt
not_002.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05: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 Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
ns_002.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
ns_003.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
ns_004.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
ns_005.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
ns_006.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
ns_007.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
ns_008.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
ns_009.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
ns_010.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
ns_011.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
ns_012.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
ns_013.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
ns_014.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
ns_015.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
ns_016.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
ns_017.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
ns_018.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
ns_019.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
ns_020.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
ns_021.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
ns_022.inc Remove executable permission on inc 2012-10-10 10:44:34 +08:00
ns_022.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
ns_023.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
ns_024.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
ns_025.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
ns_026.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
ns_027.inc Remove executable permission on inc 2012-10-10 10:44:34 +08:00
ns_027.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
ns_028.inc Remove executable permission on inc 2012-10-10 10:44:34 +08:00
ns_028.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
ns_029.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
ns_030.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
ns_031.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
ns_032.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
ns_033.phpt Fix bug #60022 2015-04-06 22:03:04 +02:00
ns_034.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
ns_035.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
ns_036.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
ns_037.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
ns_038.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05: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 Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
ns_055.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
ns_056.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
ns_057.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
ns_058.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
ns_059.phpt Merge branch 'master' into phpng 2014-08-04 13:56:27 +04: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 Remove executable permission on inc 2012-10-10 10:44:34 +08:00
ns_065.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08: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 Merge branch 'master' into throwable-interface 2015-06-14 18:53:11 -05:00
ns_072.phpt Merge branch 'master' into throwable-interface 2015-06-14 18:53:11 -05: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 Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
ns_076.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
ns_077_1.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
ns_077_2.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
ns_077_3.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
ns_077_4.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
ns_077_5.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
ns_077_6.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
ns_077_7.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
ns_077_8.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
ns_078.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08: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
ns_088.phpt fix compilation warnings, rename batch_use to group_use 2015-03-08 12:50:57 -03:00
ns_089.phpt fix compilation warnings, rename batch_use to group_use 2015-03-08 12:50:57 -03:00
ns_090.phpt fix compilation warnings, rename batch_use to group_use 2015-03-08 12:50:57 -03:00
ns_091.phpt fix compilation warnings, rename batch_use to group_use 2015-03-08 12:50:57 -03:00
ns_092.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
ns_093.phpt fix compilation warnings, rename batch_use to group_use 2015-03-08 12:50:57 -03:00
ns_094.phpt fix compilation warnings, rename batch_use to group_use 2015-03-08 12:50:57 -03:00
object_array_cast.phpt More fixes for array/object casts with temporary variables 2014-10-13 15:31:59 +02:00
object_handlers.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
object_property_ref_incdec.phpt Add test for previous commit 2014-05-26 18:13:16 +02:00
object-null.phpt
objects_001.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
objects_002.phpt Show full signature upon inheritance mismatch 2015-06-29 01:00:12 +02:00
objects_003.phpt Show full signature upon inheritance mismatch 2015-06-29 01:00:12 +02:00
objects_004.phpt Show full signature upon inheritance mismatch 2015-06-29 01:00:12 +02:00
objects_005.phpt Reclassify E_STRICT notices 2015-04-01 11:17:55 +02:00
objects_006.phpt Show full signature upon inheritance mismatch 2015-06-29 01:00:12 +02:00
objects_007.phpt Show full signature upon inheritance mismatch 2015-06-29 01:00:12 +02:00
objects_008.phpt Show full signature upon inheritance mismatch 2015-06-29 01:00:12 +02:00
objects_009.phpt Show full signature upon inheritance mismatch 2015-06-29 01:00:12 +02:00
objects_010.phpt Finish PHP 4 constructor deprecation 2015-03-31 17:55:27 +02:00
objects_011.phpt - Fixed bug #52160 (Invalid E_STRICT redefined constructor error) 2010-06-26 19:19:16 +00:00
objects_012.phpt
objects_013.phpt
objects_014.phpt
objects_015.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
objects_017.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
objects_018.phpt - Fix tests 2011-11-19 18:01:26 +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 Merge branch 'master' into throwable-interface 2015-06-14 18:53:11 -05: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 Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
objects_026.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
objects_027.phpt Reclassify E_STRICT notices 2015-04-01 11:17:55 +02:00
objects_028.phpt - New tests 2008-05-12 17:57:21 +00:00
objects_029.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
objects_030.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05: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 Update remaining octal 32-bit tests 2015-01-20 05:54:13 +00:00
offset_array.phpt Reclassify E_STRICT notices 2015-04-01 11:17:55 +02:00
offset_assign.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
offset_bool.phpt
offset_long.phpt
offset_null.phpt
offset_object.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
offset_string.phpt Merge branch 'PHP-5.4' 2012-06-30 17:00:25 -07:00
or_001.phpt
parent_class_name_without_parent.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
pow_ref.phpt Fix ** operator with references 2014-05-26 18:17:55 +02:00
property_exists.phpt - New tests 2008-08-18 17:46:54 +00:00
recursive_debug_info.phpt Add test for recursive __debugInfo() 2015-04-15 22:38:50 +02:00
require_parse_exception.phpt Updated tests to reflect exception class changes. 2015-05-16 16:49:14 -05:00
result_unused.phpt implement the solution for isset/string offsets, fix bug #60362 2011-12-19 02:05:03 +00:00
rope_with_exception.phpt Forgot to git add rope leak test 2015-06-28 15:44:53 +02:00
self_and.phpt Fixed memory leak introduced by 73458e8f 2014-12-13 21:11:09 +00:00
self_class_const_outside_class.phpt Allow self etc in eval / file scope 2015-05-07 15:38:16 +02:00
self_in_eval.phpt Allow self etc in eval / file scope 2015-05-07 15:38:16 +02:00
self_mod.phpt Fixed memory leak introduced by 73458e8f 2014-12-13 21:11:09 +00:00
self_or.phpt Fixed memory leak introduced by 73458e8f 2014-12-13 21:11:09 +00:00
self_xor.phpt Fixed memory leak introduced by 73458e8f 2014-12-13 21:11:09 +00:00
selfParent_001.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
selfParent_002.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
settype_array.phpt
settype_bool.phpt
settype_double.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
settype_int.phpt
settype_null.phpt
settype_object.phpt
settype_resource.phpt
settype_string.phpt
shift_001.phpt
shift_002.phpt
special_name_error1.phpt Test a few more error conditions in the compiler 2014-09-23 00:57:00 +02:00
special_name_error2.phpt Test a few more error conditions in the compiler 2014-09-23 00:57:00 +02:00
special_name_error3.phpt Test a few more error conditions in the compiler 2014-09-23 00:57:00 +02:00
static_variable.phpt Moved arrays again to "static_scalar:" & little cleanup 2013-11-07 16:39:47 +01:00
str_offset_001.phpt implement the solution for isset/string offsets, fix bug #60362 2011-12-19 02:05:03 +00:00
str_offset_002.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
strict_001.phpt Reclassify E_STRICT notices 2015-04-01 11:17:55 +02:00
strict_002.phpt Reclassify E_STRICT notices 2015-04-01 11:17:55 +02:00
strlen.phpt Fixed corruption of execute_data when ZEND_STRLEN has to cast an object to string. 2014-08-27 23:00:11 +08:00
sub_001.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
temporary_cleaning_001.phpt Readded tests 2015-07-10 03:46:57 +03:00
temporary_cleaning_002.phpt Readded tests 2015-07-10 03:46:57 +03:00
temporary_cleaning_003.phpt Readded tests 2015-07-10 03:46:57 +03:00
temporary_cleaning_004.phpt Readded tests 2015-07-10 03:46:57 +03:00
temporary_cleaning_005.phpt Readded tests 2015-07-10 03:46:57 +03:00
temporary_cleaning_006.phpt Mark temporary_cleaning_006.phpt as XFAIL 2015-07-10 13:33:32 +02:00
temporary_cleaning_007.phpt Readded tests 2015-07-10 03:46:57 +03:00
this_as_lexical_var_error.phpt Test use($this) being an error 2014-09-24 12:06:19 +02:00
throw_reference.phpt Tweak uncaught exception message display 2015-05-17 18:47:06 +02:00
throwable_001.phpt Add Throwable tests 2015-06-15 01:47:34 -05:00
throwable_002.phpt Add Throwable tests 2015-06-15 01:47:34 -05:00
throwable_003.phpt Add Throwable tests 2015-06-15 01:47:34 -05: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 Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
unset_cv01.phpt
unset_cv02.phpt
unset_cv03.phpt
unset_cv04.phpt
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 Changed deprecated ini options on startup from E_WARNING to E_DEPRECATED (Fixes #52570) 2010-08-11 21:12:18 +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
unset_cv10.phpt more verbose skip reason in test files with not so obvious extension requirements 2012-02-25 12:10:41 +00:00
unset_cv11.phpt
unset_cv12.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
unset.inc - Fixed tests (Pierre) 2008-08-10 00:35:40 +00:00
variable_with_boolean_name.phpt Add missing string cast for non-cv var fetches 2015-01-04 18:07:44 +01:00
variable_with_integer_name.phpt Fix use after free for variables with integer names 2015-01-04 17:57:23 +01:00
varvars_by_ref.phpt Fix isset/unset on by-ref names as well 2014-10-06 18:56:23 +02:00
vm_stack_with_arg_extend.phpt Fix bad test (oops) 2015-06-20 18:59:47 +02:00
xor_001.phpt
xor_002.phpt
xor_003.phpt
zend2.php.txt
zend_operators.phpt
zend_signed_multiply-32bit.phpt Fix skipif section 2013-01-18 15:12:51 +08:00
zend_signed_multiply-64bit.phpt Fix skipif section 2013-01-18 15:12:51 +08: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