php-src/Zend/tests
2017-11-06 07:13:56 +00:00
..
anon Closure binding and trait binding to anonymous class tests. 2015-10-18 15:39:34 -07:00
arg_unpack Fix SEND_UNPACK array separation 2016-04-16 22:33:23 +02:00
assert Deprecate assert() with string argument 2017-02-03 21:02:52 +01:00
ast [ast] Fix exporting **= in expansion of assign op 2017-01-08 18:43:47 +01:00
bug39542
bug67436
closures Revert ReflectionType::__toString() behavior + deprecate 2016-09-28 19:21:51 +02:00
constants
function_arguments Allow trailing commas in function and method calls 2017-11-06 07:13:56 +00:00
generators Merge branch 'PHP-7.1' into PHP-7.2 2017-07-22 11:16:48 +02:00
grammar Remove __halt_compiler from semi-reserved tokens 2016-04-07 05:52:32 +02:00
multibyte
nullable_types Implement \ArgumentCountError exception 2016-08-30 19:35:56 -07:00
object_types Fix tests on Windows 2017-06-26 00:22:14 +02:00
return_types zend-test extension to house code that is required for testing internal APIs, but that we would not want to expose for regular builds 2017-03-12 18:58:50 +00:00
traits Fix #74922 - Try to resolve constants when importing trait properties 2017-11-02 21:06:27 +01:00
try Fixed bug #74444: multiple catch freezes in some cases 2017-04-15 01:38:37 +02:00
type_declarations Implement Parameter Type Widening RFC 2017-02-04 23:33:24 +01:00
typehints Fix handling of qualified nullable parameter types 2016-08-16 12:43:17 +02:00
use_const
use_function Fix bug #66773, #66862 2016-10-08 17:00:27 +02:00
variadic Add nullable parameter types 2016-05-05 11:53:32 -06:00
varSyntax Req #74963 (Improved error message on fetching property of non-object) 2017-07-31 11:51:23 +08:00
001.phpt Implemented RFC: Replace "Missing argument" warning with "Too few arguments" exception 2016-06-16 02:32:02 +03:00
002.phpt Implemented RFC: Replace "Missing argument" warning with "Too few arguments" exception 2016-06-16 02:32:02 +03:00
003.phpt Implemented RFC: Replace "Missing argument" warning with "Too few arguments" exception 2016-06-16 02:32:02 +03:00
004.phpt
005.phpt
006.phpt
007.phpt Deprecate each() 2017-02-03 21:02:52 +01:00
008.phpt
009.phpt Add test. 2016-08-13 21:59:31 +01:00
010.phpt
011.phpt
012.phpt
013.phpt
014.inc
014.phpt
015.phpt
016.phpt
017.phpt remove duplicate test 2017-01-04 14:50:59 +00:00
018.phpt
019.phpt
020.phpt
021.phpt
022.phpt
023.phpt
024.phpt Req #74963 (Improved error message on fetching property of non-object) 2017-07-31 11:51:23 +08:00
025.phpt
026.phpt Req #74963 (Improved error message on fetching property of non-object) 2017-07-31 11:51:23 +08:00
027.phpt
028.phpt
029.phpt
030.phpt Implemented RFC: Fix inconsistent behavior of $this variable 2016-06-16 02:30:23 +03:00
031.phpt
032.phpt
033.phpt Req #74963 (Improved error message on fetching property of non-object) 2017-07-31 11:51:23 +08:00
034.phpt
035.phpt
036.phpt
037.phpt
038.phpt
67468.phpt
abstract_inheritance_001.phpt Allow overriding abstract methods 2017-05-24 17:42:01 +02:00
abstract_inheritance_002.phpt Allow overriding abstract methods 2017-05-24 17:42:01 +02:00
abstract_inheritance_003.phpt Allow overriding abstract methods 2017-05-24 17:42:01 +02:00
abstract-static.phpt
access_modifiers_001.phpt
access_modifiers_002.phpt
access_modifiers_003.phpt
access_modifiers_004.phpt
access_modifiers_005.phpt
access_modifiers_006.phpt
access_modifiers_007.phpt
access_modifiers_008.phpt
access_modifiers_009.phpt
access_modifiers_010.phpt
access_modifiers_011.phpt
access_modifiers_012.phpt
access_modifiers_013.phpt
add_001.phpt
add_002.phpt
add_003.phpt
add_004.phpt
add_005.phpt
add_006.phpt Warn about invalid strings in arithmetic 2016-03-30 01:44:27 +01:00
add_007.phpt Warn about invalid strings in arithmetic 2016-03-30 01:44:27 +01:00
and_001.phpt
anonymous_func_001.phpt Deprecate create_function() 2017-02-03 18:52:57 +01:00
anonymous_func_002.phpt Deprecate create_function() 2017-02-03 18:52:57 +01:00
anonymous_func_003.phpt Deprecate create_function() 2017-02-03 18:52:57 +01:00
argument_restriction_001.phpt
argument_restriction_002.phpt
argument_restriction_003.phpt
argument_restriction_004.phpt
argument_restriction_005.phpt
argument_restriction_006.phpt
array_addition_not_commutative.phpt Do not swap operands in array addition 2015-12-14 00:29:05 +01:00
array_append_COW.phpt
array_hash_zero.phpt
array_literal_next_element_error.phpt Fix the constant array case as well 2016-09-28 23:05:21 +02:00
array_offset.phpt
array_unshift_COW.phpt
array_with_refs_identical.phpt
ArrayAccess_indirect_append.phpt Fix use of UNDEF instead of NULL in read_dimension 2016-03-20 13:33:17 +01:00
assign_dim_obj_null_return.phpt Req #74963 (Improved error message on fetching property of non-object) 2017-07-31 11:51:23 +08:00
assign_to_obj_001.phpt
assign_to_obj_002.phpt Fix leak when using $this outside of object context 2016-12-03 18:28:08 +01:00
assign_to_var_001.phpt
assign_to_var_002.phpt
assign_to_var_003.phpt
assign_to_var_004.phpt
ast_serialize_backtick_literal.phpt fix dir separator in test 2016-05-12 20:37:04 +02:00
binary-32bit.phpt
binary.phpt
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
bug19859.phpt Remove zend_version() checks from tests 2017-01-30 22:50:25 +01:00
bug20240.phpt Remove zend_version() checks from tests 2017-01-30 22:50:25 +01:00
bug20242.phpt
bug21478.phpt Remove zend_version() checks from tests 2017-01-30 22:50:25 +01:00
bug21888.phpt Remove zend_version() checks from tests 2017-01-30 22:50:25 +01:00
bug22725.phpt Remove zend_version() checks from tests 2017-01-30 22:50:25 +01:00
bug22836.phpt Remove zend_version() checks from tests 2017-01-30 22:50:25 +01:00
bug23104.phpt
bug24436.phpt Remove zend_version() checks from tests 2017-01-30 22:50:25 +01:00
bug24635.phpt Remove zend_version() checks from tests 2017-01-30 22:50:25 +01:00
bug24699.phpt Remove zend_version() checks from tests 2017-01-30 22:50:25 +01:00
bug24773.phpt
bug24884.phpt Remove zend_version() checks from tests 2017-01-30 22:50:25 +01:00
bug26010.phpt
bug26077.phpt
bug26166.phpt Fixed Bug #70967 (Weird error handling for __toString when Error is thrown) 2015-11-28 23:38:19 -08:00
bug26229.phpt
bug26281.phpt
bug26696.phpt
bug26697.phpt Deprecate __autoload() 2017-02-03 18:52:57 +01:00
bug26698.phpt Implement object type annotation 2017-06-25 21:49:41 +02:00
bug26801.phpt
bug26802.phpt
bug27268.phpt
bug27304.phpt
bug27598.phpt
bug27669.phpt
bug27731.phpt
bug27798.phpt
bug28072.phpt
bug28377.phpt
bug28442.phpt
bug28444.phpt Implement object type annotation 2017-06-25 21:49:41 +02:00
bug29015.phpt Allow empty property names 2016-05-24 18:34:17 +02:00
bug29104.phpt
bug29210.phpt
bug29368_1.phpt Fixed bug #29368 (The destructor is called when an exception is thrown from the constructor). 2016-07-13 16:43:47 +03:00
bug29368.phpt
bug29505.phpt
bug29674.phpt
bug29689.phpt
bug29883.phpt Add support for negative string offsets (syntax) 2016-03-09 14:41:37 +01:00
bug29890.phpt
bug29896.phpt
bug29944.phpt
bug30080.phpt
bug30140.phpt
bug30161.phpt
bug30162.phpt
bug30346.phpt
bug30394.phpt
bug30407.phpt
bug30451.phpt
bug30519.phpt
bug30702.phpt
bug30707.phpt
bug30725.phpt
bug30791.phpt
bug30820.phpt
bug30828.phpt
bug30889.phpt
bug30922.phpt
bug30998.phpt
bug31098.phpt Req #74963 (Improved error message on fetching property of non-object) 2017-07-31 11:51:23 +08:00
bug31102.phpt Deprecate __autoload() 2017-02-03 18:52:57 +01:00
bug31177-2.phpt
bug31177.phpt
bug31341.phpt
bug31525.phpt
bug31683.phpt
bug31720.phpt
bug32226.phpt
bug32252.phpt
bug32290.phpt
bug32296.phpt
bug32322.phpt
bug32427.phpt
bug32428.phpt
bug32429.phpt
bug32596.phpt
bug32660.phpt
bug32674.phpt
bug32799.phpt
bug32833.phpt
bug32993.phpt
bug33116.phpt Deprecate __autoload() 2017-02-03 18:52:57 +01:00
bug33171.phpt
bug33257.phpt
bug33277.phpt
bug33282.phpt
bug33318.phpt
bug33512.phpt
bug33558.phpt
bug33710.phpt
bug33732.phpt
bug33771.phpt
bug33802.phpt
bug33996.phpt Implemented RFC: Replace "Missing argument" warning with "Too few arguments" exception 2016-06-16 02:32:02 +03:00
bug33999.phpt
bug34045.phpt
bug34062.phpt
bug34064.phpt
bug34065.phpt
bug34137.phpt
bug34199.phpt
bug34260.phpt
bug34310.phpt
bug34358.phpt
bug34467.phpt
bug34518.phpt
bug34617.phpt Fixed bug #72038 (Function calls with values to a by-ref parameter don't always throw a notice) 2016-04-16 20:36:19 +02:00
bug34678.phpt
bug34786.phpt
bug34873.phpt
bug34879.phpt
bug34893.phpt
bug35017.phpt
bug35106.phpt
bug35163_2.phpt
bug35163_3.phpt
bug35163.phpt
bug35239.phpt
bug35393.phpt
bug35411.phpt
bug35437.phpt
bug35470.phpt Remove superfluous semicolons 2017-06-26 00:23:25 +02:00
bug35509.phpt
bug35634.phpt
bug35655.phpt
bug36006.phpt
bug36037.phpt
bug36071.phpt
bug36214.phpt
bug36268.phpt
bug36303.phpt Req #74963 (Improved error message on fetching property of non-object) 2017-07-31 11:51:23 +08:00
bug36513.phpt
bug36568.phpt
bug36759.phpt
bug37046.phpt
bug37138.phpt Deprecate __autoload() 2017-02-03 18:52:57 +01:00
bug37144.phpt
bug37212.phpt
bug37251.phpt
bug37632.phpt
bug37667.phpt
bug37707.phpt
bug37715.phpt
bug37811.phpt Change 'undefined constant' from E_NOTICE to E_WARNING and mention deprecation 2017-03-23 18:52:43 +01:00
bug38047.phpt Implement \ArgumentCountError exception 2016-08-30 19:35:56 -07:00
bug38146.phpt
bug38211.phpt
bug38220.phpt
bug38234.phpt
bug38287.phpt
bug38461.phpt
bug38469.phpt
bug38623.phpt
bug38624.phpt
bug38772.phpt
bug38779_1.phpt
bug38779.phpt
bug38808.phpt
bug38942.phpt
bug39003.phpt Deprecate __autoload() 2017-02-03 18:52:57 +01:00
bug39017.phpt
bug39018_2.phpt
bug39018.phpt
bug39036.phpt
bug39127.phpt
bug39297.phpt
bug39304.phpt Remove zend_version() checks from tests 2017-01-30 22:50:25 +01:00
bug39346.phpt
bug39438.phpt
bug39445.phpt
bug39449.phpt
bug39542.phpt Deprecate __autoload() 2017-02-03 18:52:57 +01:00
bug39602.phpt
bug39721.phpt
bug39775.phpt
bug39825.phpt
bug39944.phpt
bug39990.phpt
bug40236.inc
bug40236.phpt
bug40261.phpt
bug40509.phpt
bug40621.phpt
bug40705.phpt
bug40757.phpt
bug40770.phpt
bug40784.phpt
bug40809.phpt
bug40815.phpt
bug40833.phpt
bug40899.phpt
bug41026.phpt
bug41075.phpt
bug41117_1.phpt Fix bug #71737 2016-04-20 18:38:40 +02:00
bug41209.phpt
bug41351_2.phpt
bug41351_3.phpt
bug41351.phpt
bug41372.phpt
bug41401.phpt
bug41421.phpt
bug41633_1.phpt
bug41633_2.phpt
bug41633_3.phpt
bug41633_4.phpt
bug41640.phpt
bug41813.phpt Corrected error messages: 2015-12-22 20:55:11 +03:00
bug41919.phpt
bug41929.phpt
bug41961.phpt
bug42143.phpt
bug42211.phpt
bug42767.phpt
bug42772.phpt
bug42798.phpt Deprecate __autoload() 2017-02-03 18:52:57 +01:00
bug42802.phpt Remove mentions of "type hint" and "typehint" 2015-12-24 15:19:31 +01:00
bug42817.phpt
bug42818.phpt
bug42819.phpt
bug42820.phpt
bug42859.phpt
bug42937.phpt
bug43027.phpt
bug43053.phpt
bug43128.phpt
bug43175.phpt
bug43183.phpt
bug43200_2.phpt
bug43200.phpt
bug43201.phpt
bug43323.phpt
bug43332_1.phpt
bug43332_2.phpt
bug43343.phpt
bug43344_1.phpt Change 'undefined constant' from E_NOTICE to E_WARNING and mention deprecation 2017-03-23 18:52:43 +01:00
bug43344_2.phpt
bug43344_3.phpt
bug43344_4.phpt
bug43344_5.phpt
bug43344_6.phpt
bug43344_7.phpt
bug43344_8.phpt
bug43344_9.phpt
bug43344_10.phpt
bug43344_11.phpt
bug43344_12.phpt
bug43344_13.phpt
bug43426.phpt
bug43450.phpt
bug43483.phpt
bug43651.phpt
bug43703.phpt
bug43851.phpt
bug43918.phpt
bug44069.phpt
bug44141.phpt
bug44184.phpt
bug44414.phpt
bug44653.phpt
bug44660.phpt Req #74963 (Improved error message on fetching property of non-object) 2017-07-31 11:51:23 +08:00
bug44827.phpt
bug44830.phpt
bug44899_2.phpt
bug44899.phpt
bug44913.phpt
bug45147.phpt
bug45180.phpt
bug45186_2.phpt
bug45186.phpt
bug45742.phpt
bug45744.phpt
bug45805.phpt
bug45862.phpt
bug45877.phpt
bug45910_2.phpt
bug45910.phpt
bug46106.phpt
bug46196.phpt
bug46238.phpt
bug46241.phpt
bug46246.phpt
bug46304.phpt
bug46308.phpt
bug46381.phpt
bug46409.phpt
bug46665_autoload.inc
bug46665.phpt Deprecate __autoload() 2017-02-03 18:52:57 +01:00
bug46701.phpt
bug46811.phpt Remove more PHP 6 leftovers from tests 2016-11-24 22:39:39 +01:00
bug46813.phpt
bug47054.phpt
bug47109.phpt Req #74963 (Improved error message on fetching property of non-object) 2017-07-31 11:51:23 +08:00
bug47165.phpt
bug47320.phpt
bug47343.phpt
bug47353.phpt
bug47516.phpt
bug47572.phpt Change 'undefined constant' from E_NOTICE to E_WARNING and mention deprecation 2017-03-23 18:52:43 +01:00
bug47593.phpt
bug47596.phpt
bug47699.phpt
bug47704.phpt
bug47714.phpt Deprecate __autoload() 2017-02-03 18:52:57 +01:00
bug47771.phpt
bug47801.phpt
bug47836.phpt
bug47880.phpt
bug47981.phpt
bug48004.phpt
bug48215_2.phpt
bug48215.phpt
bug48228.phpt
bug48248.phpt
bug48408.phpt
bug48409.phpt
bug48428.phpt
bug48533.phpt Remove more PHP 6 leftovers from tests 2016-11-24 22:39:39 +01:00
bug48667_1.phpt
bug48667_2.phpt
bug48693.phpt Deprecate create_function() 2017-02-03 18:52:57 +01:00
bug48770_2.phpt Remove more PHP 6 leftovers from tests 2016-11-24 22:39:39 +01:00
bug48770_3.phpt Remove more PHP 6 leftovers from tests 2016-11-24 22:39:39 +01:00
bug48770.phpt Remove more PHP 6 leftovers from tests 2016-11-24 22:39:39 +01:00
bug48899.phpt
bug48912.phpt
bug48930.phpt
bug49269.phpt
bug49472.phpt
bug49866.phpt Corrected error messages: 2015-12-22 20:55:11 +03:00
bug49893.phpt Remove superfluous semicolons 2017-06-26 00:23:25 +02:00
bug49908.phpt Deprecate __autoload() 2017-02-03 18:52:57 +01:00
bug50005.phpt
bug50146.phpt
bug50174.phpt
bug50255.phpt
bug50261.phpt
bug50383.phpt
bug50394.phpt
bug50810.phpt
bug50816.phpt
bug51176.phpt
bug51394.phpt
bug51421.phpt
bug51791.phpt
bug51822.phpt
bug51827.phpt
bug52001.phpt
bug52041.phpt
bug52051.phpt
bug52060.phpt
bug52160.phpt
bug52193.phpt
bug52237.phpt Req #74963 (Improved error message on fetching property of non-object) 2017-07-31 11:51:23 +08:00
bug52355.phpt Fix bug #52355 2015-12-17 22:39:29 +00:00
bug52361.phpt
bug52484_2.phpt Allow empty property names 2016-05-24 18:34:17 +02:00
bug52484_3.phpt Allow empty property names 2016-05-24 18:34:17 +02:00
bug52484.phpt Allow empty property names 2016-05-24 18:34:17 +02:00
bug52508.phpt
bug52614.phpt
bug52879.phpt Evaluate arguments of new for classes without ctor 2016-03-25 19:11:37 +01:00
bug52939.phpt
bug52940.phpt
bug53305.phpt
bug53347.phpt
bug53432.phpt Followup for bug #53432 2016-06-08 15:43:58 +02:00
bug53511.phpt
bug53629.phpt
bug53632.phpt
bug53727.phpt
bug53748.phpt
bug53958.phpt
bug53971.phpt
bug54013.phpt
bug54039.phpt
bug54262.phpt Req #74963 (Improved error message on fetching property of non-object) 2017-07-31 11:51:23 +08:00
bug54265.phpt
bug54268.phpt
bug54305.phpt
bug54358.phpt
bug54367.phpt
bug54372.phpt
bug54547.phpt
bug54585.phpt Deprecate track_errors / $php_errormsg 2017-02-03 21:02:52 +01:00
bug54624.phpt
bug54804.inc
bug54804.phpt
bug54910.phpt
bug55007.phpt Deprecate __autoload() 2017-02-03 18:52:57 +01:00
bug55086.phpt
bug55135.phpt
bug55137.phpt
bug55156.phpt
bug55247.phpt
bug55305.phpt
bug55445.phpt
bug55509.phpt Fix CRLF line-endings in tests 2016-11-20 22:31:24 +01:00
bug55578.phpt
bug55705.phpt Implement \ArgumentCountError exception 2016-08-30 19:35:56 -07:00
bug55825.phpt
bug60099.phpt
bug60138.phpt
bug60139.phpt
bug60169.phpt
bug60350.phpt
bug60362.phpt
bug60444.phpt
bug60536_001.phpt
bug60536_002.phpt
bug60536_003.phpt
bug60536_004.phpt
bug60536_005.phpt
bug60569.phpt
bug60573.phpt
bug60598.phpt Implement object type annotation 2017-06-25 21:49:41 +02:00
bug60611.phpt
bug60613.phpt
bug60738_variation.phpt
bug60738.phpt
bug60771.phpt
bug60825.phpt
bug60833.phpt
bug60909_1.phpt
bug60909_2.phpt Fixed Bug #70967 (Weird error handling for __toString when Error is thrown) 2015-11-28 23:38:19 -08:00
bug60978.phpt
bug61011.phpt Deprecate __autoload() 2017-02-03 18:52:57 +01:00
bug61025.phpt
bug61087.phpt
bug61095.phpt
bug61165.phpt
bug61225.phpt
bug61273.phpt
bug61362.phpt
bug61681.phpt
bug61761.phpt
bug61767.phpt
bug61782.phpt
bug61970_1.phpt Fixed bug #61970: Allow a child class to restrict access to ctor 2017-05-01 14:15:57 +02:00
bug61970_2.phpt Fixed bug #61970: Allow a child class to restrict access to ctor 2017-05-01 14:15:57 +02:00
bug61970.phpt Fixed bug #61970: Allow a child class to restrict access to ctor 2017-05-01 14:15:57 +02:00
bug62005.phpt
bug62097.phpt
bug62343.phpt
bug62358.phpt Revert "Inheritance checks should not ignore parents if these implement an interface" 2017-02-01 18:34:14 +00:00
bug62441.phpt Fix bug #62441 2015-08-28 19:00:05 +02:00
bug62653.phpt
bug62680.phpt
bug62763.phpt
bug62814.phpt Fixed bug #62814 2016-03-29 19:08:17 +02:00
bug62892.phpt
bug62907.phpt Deprecate __autoload() 2017-02-03 18:52:57 +01:00
bug62956.phpt
bug62991.phpt
bug63055.phpt
bug63111.phpt
bug63173.phpt
bug63219.phpt
bug63305.phpt Deprecate __autoload() 2017-02-03 18:52:57 +01:00
bug63336.phpt
bug63462.phpt
bug63468.phpt
bug63635.phpt
bug63734.phpt More missing gc inis 2017-01-10 12:17:31 -05:00
bug63741.phpt
bug63762.phpt
bug63882.phpt
bug63976.phpt
bug63982.phpt
bug64135.phpt
bug64239_1.phpt
bug64239_2.phpt
bug64239_3.phpt
bug64239_4.phpt
bug64354.phpt
bug64417.phpt
bug64515.phpt
bug64555.phpt
bug64578.phpt
bug64660.phpt
bug64677.phpt
bug64720.phpt Fixed bug #74053 (Corrupted class entries on shutdown when a destructor spawns another object). (jim at commercebyte dot com) 2017-02-10 10:31:43 +03:00
bug64821.1.phpt
bug64821.2.phpt
bug64821.3.phpt
bug64896.phpt
bug64960.phpt
bug64966.phpt
bug64979.phpt Fix CRLF line-endings in tests 2016-11-20 22:31:24 +01:00
bug64988.phpt
bug65051.phpt
bug65108.phpt
bug65254.phpt Deprecate __autoload() 2017-02-03 18:52:57 +01:00
bug65291.phpt
bug65322.phpt
bug65372.phpt
bug65419.phpt
bug65579.phpt
bug65784.phpt fix test 2016-05-31 18:55:39 +02:00
bug65911.phpt
bug65969.phpt
bug66015.phpt
bug66218.phpt
bug66252.phpt
bug66286.phpt
bug66608.phpt
bug66609.phpt
bug66660.phpt
bug66811.phpt
bug67111.phpt
bug67169.phpt
bug67314.phpt
bug67368.phpt
bug67633.phpt
bug67856.phpt
bug67858.phpt Deprecate track_errors / $php_errormsg 2017-02-03 21:02:52 +01:00
bug67874.phpt
bug67922.phpt
bug67938.phpt
bug67985.phpt
bug68118.phpt
bug68148.phpt
bug68162.phpt
bug68163.phpt
bug68191.phpt
bug68215.phpt
bug68262.phpt
bug68370.phpt Implemented RFC: Fix inconsistent behavior of $this variable 2016-06-16 02:30:23 +03:00
bug68412.phpt Skip the test with valgrind 2015-08-18 18:03:34 +08:00
bug68446.phpt
bug68475.phpt
bug68652.phpt Fixed bug #74053 (Corrupted class entries on shutdown when a destructor spawns another object). (jim at commercebyte dot com) 2017-02-10 10:31:43 +03:00
bug68775.phpt
bug68797.phpt
bug68887.phpt
bug68896.phpt
bug69017.phpt
bug69025.phpt
bug69092.2.phpt
bug69092.phpt
bug69124.phpt
bug69167.phpt
bug69174.phpt
bug69201.phpt
bug69212.phpt
bug69221_2.phpt
bug69221.phpt
bug69315.phpt
bug69376_2.phpt
bug69376.phpt
bug69388_2.phpt
bug69388.phpt
bug69420.phpt
bug69427.phpt
bug69446_2.phpt More missing gc inis 2017-01-10 12:17:31 -05:00
bug69446.phpt More missing gc inis 2017-01-10 12:17:31 -05:00
bug69467.phpt fix #71414 (Interface method override inherited method and implemented in a trait causes fatal error) 2016-03-26 23:47:31 +00:00
bug69532.phpt
bug69534.phpt More missing gc inis 2017-01-10 12:17:31 -05:00
bug69537.phpt Fix #69537: __debugInfo with empty string for key gives error 2016-04-03 12:40:29 +01:00
bug69551.phpt
bug69568.phpt
bug69599.phpt
bug69640.phpt Switch code on thrown TypeError and ParseError to 0, update related tests 2015-07-07 16:54:39 -05:00
bug69676_2.phpt Fix bug #69676 2017-03-15 19:49:02 +01:00
bug69676_3.phpt Fix bug #69676 2017-03-15 19:49:02 +01:00
bug69676.phpt
bug69732.phpt Fix test; this should properly emit a fatal error, just as every other by-ref assignment to an overloaded object 2015-07-16 09:29:43 +02:00
bug69740.phpt
bug69754.phpt
bug69755.phpt Change 'undefined constant' from E_NOTICE to E_WARNING and mention deprecation 2017-03-23 18:52:43 +01:00
bug69756.phpt
bug69758.phpt
bug69761.phpt Better fix for exception traces truncation with anon classes 2015-08-18 12:48:06 +02:00
bug69767.phpt Remove mentions of "type hint" and "typehint" 2015-12-24 15:19:31 +01:00
bug69788.phpt Change 'undefined constant' from E_NOTICE to E_WARNING and mention deprecation 2017-03-23 18:52:43 +01:00
bug69802_2.phpt
bug69805.phpt
bug69825.phpt
bug69832.phpt
bug69871.phpt
bug69889.phpt
bug69891.phpt
bug69892.phpt Fixed bug #69892 2015-08-01 20:47:43 -07:00
bug69893.phpt
bug69905.phpt
bug69955.phpt Fix use of UNDEF instead of NULL in read_dimension 2016-03-20 13:33:17 +01:00
bug69957.phpt
bug69989_1.phpt Crude generator GC for value/key/retval 2016-02-10 19:03:02 +01:00
bug69989_2.phpt Support partial GC for unfinished generators 2016-02-11 16:38:30 +01:00
bug69989_3.phpt Fix bug #69989 2016-02-12 18:52:53 +01: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
bug70083.phpt Added test for (long-ago fixed) bug #70083 2015-12-22 17:39:36 +01:00
bug70089.phpt Corrected error messages: 2015-12-22 20:55:11 +03:00
bug70117.phpt Fixed bug #70117 (Unexpected return type error) 2015-07-23 11:16:10 +08:00
bug70121.phpt Fix bug #70121 (unserialize() could lead to unexpected methods execution / NULL pointer deref) 2015-07-26 17:10:24 -07: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
bug70173.phpt Fix #70173: ZVAL_COPY_VALUE_EX broken for 32bit Solaris Sparc 2015-08-09 15:01:37 +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
bug70187_2.phpt Fixed one more problem related to bug #70187 (Notice: unserialize(): Unexpected end of serialized data) 2015-09-01 10:39:00 +03:00
bug70187.phpt Fixed bug #70187 (Notice: unserialize(): Unexpected end of serialized data) 2015-08-26 03:27:05 +03:00
bug70215.phpt Fixed bug #70215 (segfault when __invoke is static) 2015-08-08 16:19:12 +02:00
bug70223.phpt Fixed bug #70223 (Incrementing value returned by magic getter) 2015-08-10 17:12:45 +08:00
bug70240.phpt Fixed bug #70240 (Segfault when doing unset($var());) 2015-08-11 21:42:11 +08:00
bug70241.phpt Fixed bug #70241 (Skipped assertions affect Generator returns) 2015-08-11 22:12:06 +02:00
bug70253.phpt Fixed bug #70258 and #70253 2015-08-13 12:08:57 +08:00
bug70258.phpt Fixed bug #70258 and #70253 2015-08-13 12:08:57 +08:00
bug70262.phpt Improved fix for bug #70262 2015-08-18 18:07:31 +08:00
bug70288.phpt Fixed bug #70288 (Apache crash related to ZEND_SEND_REF) 2015-08-18 21:45:19 +08:00
bug70293.phpt Fixed bug #70293 (Crash with specific assertions and zend.assertions=-1) 2015-08-18 15:01:24 +02:00
bug70321.phpt Re-Fixed bug #70321 (Magic getter breaks reference to array property) 2015-08-23 11:42:33 +08:00
bug70332.phpt Fixed Bug #70332 (Wrong behavior while returning reference on object) 2015-08-23 20:17:51 +08:00
bug70397.phpt Fixed bug #70397 (Segmentation fault when using Closure::call and yield) 2015-09-01 18:04:19 +02:00
bug70398.phpt We should keep one refcount to resource 2015-09-02 22:14:48 -07:00
bug70430.phpt Fixed bug #70430 2015-10-15 22:14:23 +02:00
bug70478.phpt Fixed bug #70478 (**= does no longer work) 2015-09-12 00:54:48 +02:00
bug70547.phpt Don't leave holes in func_get_args() and backtraces 2017-06-25 15:27:45 +02:00
bug70630.phpt Forbid "fake" closure rebinding 2015-10-12 20:34:08 +02:00
bug70662.phpt Fix bug #70662 2015-10-08 11:03:39 +02:00
bug70681.phpt Improve previous fix 2015-10-09 23:28:24 +02:00
bug70685.phpt Forbid binding methods to incompatible $this 2016-04-08 00:38:44 +02:00
bug70689.phpt Implement \ArgumentCountError exception 2016-08-30 19:35:56 -07:00
bug70748.phpt Fix cleanup in bug70748.phpt 2015-12-10 19:14:49 +01:00
bug70782.phpt Fix bug #70782 2015-10-24 23:19:02 +02:00
bug70785.phpt Fixed bug #70785 (Infinite loop due to exception during identical comparison) 2015-10-26 11:15:17 +08:00
bug70804.phpt Fix bug #70804 2015-12-19 02:25:44 +00:00
bug70805_1.phpt Arguments array can't make cycles 2017-02-03 17:38:03 +03:00
bug70805_2.phpt Arguments array can't make cycles 2017-02-03 17:38:03 +03:00
bug70805.phpt Arguments array can't make cycles 2017-02-03 17:38:03 +03:00
bug70873.phpt Fixed bug #70873 (Regression on private static properties access) 2015-11-07 06:50:36 -08:00
bug70895.phpt fixed typo 2015-11-12 13:37:45 +01:00
bug70898.phpt fixed typo 2015-11-12 13:37:45 +01:00
bug70912.phpt Fixed bug #70912 (Null ptr dereference instantiating class with invalid array property) 2015-11-13 21:24:42 +08:00
bug70914.phpt fix test title 2015-11-15 00:03:40 +01:00
bug70918.phpt Addtional fixes of #70918 2015-11-16 18:19:22 +08:00
bug70944.phpt Port the fix of 5.6 to 7.0 2015-11-21 05:41:53 -08:00
bug70957.phpt Fixed test 2015-11-23 18:33:14 +08:00
bug70958.phpt Fixed bug #70958 (Invalid opcode while using ::class as trait method paramater default value) 2015-11-23 18:29:59 +08:00
bug70967.phpt Fixed Bug #70967 (Weird error handling for __toString when Error is thrown) 2015-11-28 23:38:19 -08:00
bug70987.phpt Set called_scope in Closure::call (fixes bug #70987) 2015-11-27 15:06:13 +00:00
bug70997.phpt Fixed bug #70997 (When using parentClass:: instead of parent::, static context changed) 2015-11-30 16:52:57 +03:00
bug71067.phpt Fixed bug #71067 (Local object in class method stays in memory for each call) 2015-12-09 21:07:59 +08:00
bug71086.phpt Fix bug #71086 2015-12-11 16:05:49 +01:00
bug71154.phpt Fixed bug #71154 2015-12-17 22:20:29 +01:00
bug71163.phpt Deprecate __autoload() 2017-02-03 18:52:57 +01:00
bug71196.phpt Fixed bug #71196 (Memory leak with out-of-order live ranges) 2015-12-23 01:47:38 +03:00
bug71221.phpt Fixed bug #71221 (Null pointer deref (segfault) in get_defined_vars via ob_start) 2015-12-25 20:32:26 -08:00
bug71248.phpt Fixed bug #71248 (Wrong interface is enforced) 2016-01-13 11:41:57 +03:00
bug71266.phpt Fixed bug #71266 (Missing separation of properties HT in foreach etc). 2016-06-07 23:18:52 +03:00
bug71275.phpt Fixed bug #71275 (Bad method called on cloning an object having a trait) 2016-01-05 16:27:24 +01:00
bug71300.phpt Fixed bug #71300 (Segfault in zend_fetch_string_offset) 2016-01-07 07:05:17 -08:00
bug71336.phpt Fixed bug #71336 (Wrong is_ref on properties as exposed via get_object_vars()) 2016-01-13 17:38:18 +08:00
bug71359.phpt add test for bug 2016-03-26 11:15:08 +00:00
bug71414.phpt my commits are bad, and I feel bad (test for bug #71414) 2016-03-26 23:59:46 +00:00
bug71428.1.phpt Fix bug #71428 2016-05-05 11:53:32 -06:00
bug71428.2.phpt fix skipif 2016-04-12 13:46:06 +02:00
bug71428.3.phpt Fix bug #71428 2016-05-05 11:53:32 -06:00
bug71470.phpt Fixed bug #71470 2016-02-24 14:09:03 +01:00
bug71474.phpt Fix CRLF line-endings in tests 2016-11-20 22:31:24 +01:00
bug71529.phpt Fix bug #71529 2016-02-06 16:43:28 +01:00
bug71539_1.phpt Fixed bug #71539 (Memory error on $arr[$a] =& $arr[$b] if RHS rehashes) 2016-07-07 00:59:44 +03:00
bug71539_2.phpt Fixed bug #71539 (Memory error on $arr[$a] =& $arr[$b] if RHS rehashes) 2016-07-07 00:59:44 +03:00
bug71539_3.phpt Fixed bug #71539 (Memory error on $arr[$a] =& $arr[$b] if RHS rehashes) 2016-07-07 00:59:44 +03:00
bug71539_4.phpt Fixed bug #71539 (Memory error on $arr[$a] =& $arr[$b] if RHS rehashes) 2016-07-07 00:59:44 +03:00
bug71539_5.phpt Fixed bug #71539 (Memory error on $arr[$a] =& $arr[$b] if RHS rehashes) 2016-07-07 00:59:44 +03:00
bug71539_6.phpt Fixed bug #71539 (Memory error on $arr[$a] =& $arr[$b] if RHS rehashes) 2016-07-07 00:59:44 +03:00
bug71539.phpt Fixed bug #71539 (Memory error on $arr[$a] =& $arr[$b] if RHS rehashes) 2016-07-07 00:59:44 +03:00
bug71572.phpt Fix bug #71572 2016-02-14 13:18:23 +01:00
bug71622.phpt Fixed bug #71622 (Strings used in pass-as-reference cannot be used to invoke C::$callable()) 2016-02-18 13:53:15 +01:00
bug71695.phpt Fixed bug #71695 (Global variables are reserved before execution). 2016-03-01 19:19:07 +08:00
bug71724.phpt Fixed bug #71724 2016-03-06 21:38:21 +01:00
bug71731.phpt Fixed bug #71731 2016-03-20 13:35:00 +01:00
bug71737.phpt Fix bug #71737 2016-04-20 18:38:40 +02:00
bug71756.phpt Bug #71756 (Call-by-reference widens scope to uninvolved functions when used in switch) 2016-03-10 14:58:10 +08:00
bug71818.phpt More missing gc inis 2017-01-10 12:17:31 -05:00
bug71841.phpt Fixed bug #71841 (EG(error_zval) is not handled well) 2016-03-17 15:16:47 +08:00
bug71859.phpt Fixed Bug #71859 (zend_objects_store_call_destructors operates on realloced memory, crashing) 2016-03-20 04:52:57 -07:00
bug71871_2.phpt Fixed bug #71871 2016-03-21 22:49:18 +01:00
bug71871.phpt Fixed bug #71871 2016-03-21 22:49:18 +01:00
bug71914.phpt Update tests 2016-03-29 17:52:58 +08:00
bug71922.phpt Fixed bug #71922 2016-03-29 19:29:19 +02:00
bug71930.phpt Fixed bug #71930 (_zval_dtor_func: Assertion `(arr)->gc.refcount <= 1' failed) 2016-04-01 22:27:29 +08:00
bug71980.phpt Fixed bug #71980 2016-04-07 12:29:59 +02:00
bug72038.phpt Fixed bug #72038 (Function calls with values to a by-ref parameter don't always throw a notice) 2016-04-16 20:36:19 +02:00
bug72057.phpt Fix RECV opcode to handle all kinds of exceptions 2016-04-20 08:40:44 -07:00
bug72101.phpt Improve accuracy of opline lineno information 2017-04-15 18:15:24 +02:00
bug72107.phpt Forbid dynamic calls to scope introspection functions 2016-05-24 20:48:24 +02:00
bug72119.phpt Fix bug #71428 2016-05-05 11:53:32 -06:00
bug72162.phpt Fix #72948: Uncatchable "Catchable" fatal error for class to string conversions 2016-09-03 13:05:37 +02:00
bug72177_2.phpt Fixed bug #72177 (Scope issue in __destruct after ReflectionProperty::setValue()) 2016-05-13 11:55:09 +03:00
bug72177.phpt Fixed bug #72177 (Scope issue in __destruct after ReflectionProperty::setValue()) 2016-05-13 11:55:09 +03:00
bug72188.phpt Fixed bug #72188 (Nested try/finally blocks losing return value) 2016-05-13 14:38:43 +03:00
bug72215_1.phpt Fixed bug #72347 (VERIFY_RETURN type casts visible in finally) 2016-07-13 15:08:28 +03:00
bug72215_2.phpt Fixed bug #72347 (VERIFY_RETURN type casts visible in finally) 2016-07-13 15:08:28 +03:00
bug72215_3.phpt Unified behavior of modification of returned by reference value in finnally code. 2016-07-13 20:35:53 +03:00
bug72215.phpt Fixed bug #72347 (VERIFY_RETURN type casts visible in finally) 2016-07-13 15:08:28 +03:00
bug72216.phpt Fixed bug #72347 (VERIFY_RETURN type casts visible in finally) 2016-07-13 15:08:28 +03:00
bug72221.phpt Added NEWS Entry 2016-05-28 16:12:10 +08:00
bug72335.phpt Fix correctness issues with type narrowing 2016-06-06 14:56:17 +03:00
bug72347.phpt Fixed bug #72347 (VERIFY_RETURN type casts visible in finally) 2016-07-13 15:08:28 +03:00
bug72373.phpt Fixed bug #72373 2016-06-10 15:57:18 +02:00
bug72395.phpt Fixed bug #72395 (list() regression) 2016-06-13 09:21:14 -07:00
bug72441.phpt Fixed bug #72441 (Segmentation fault: RFC list_keys) 2016-06-17 09:34:15 -07:00
bug72496.phpt Don't enforce LSP if prototype method is private 2016-07-05 14:30:22 +02:00
bug72508.phpt Fixed test 2016-06-28 15:39:02 +08:00
bug72543_1.phpt Fixed bug #72543 (Different references behavior comparing to PHP 5) 2016-07-06 20:46:43 +03:00
bug72543_2.phpt Fixed bug #72543 (Different references behavior comparing to PHP 5) 2016-07-06 20:46:43 +03:00
bug72543_3.phpt Fixed bug #72543 (Different references behavior comparing to PHP 5) 2016-07-06 20:46:43 +03:00
bug72543_4.phpt Fixed bug #72543 (Different references behavior comparing to PHP 5) 2016-07-06 20:46:43 +03:00
bug72543_5.phpt Fixed bug #72543 (Different references behavior comparing to PHP 5) 2016-07-06 20:46:43 +03:00
bug72543.phpt Fixed bug #72543 (Different references behavior comparing to PHP 5) 2016-07-06 20:46:43 +03:00
bug72581.phpt Fixed bug #72581 (previous property undefined in Exception after deserialization) 2016-07-12 11:51:20 +08:00
bug72594.phpt Fixed bug #72594 (Calling an earlier instance of an included anonymous class fatals) 2016-07-14 13:36:43 +08:00
bug72598_2.phpt Added tests and NEWS entry 2016-08-23 12:14:31 +03:00
bug72598.phpt Added tests and NEWS entry 2016-08-23 12:14:31 +03:00
bug72767.phpt Fix bug #72767 2016-08-05 19:55:10 +02:00
bug72813.phpt Fixed bug #72813 (Segfault with __get returned by ref) 2016-08-12 16:24:46 +08:00
bug72854.phpt Fix bug #72854 2016-08-16 21:05:30 +02:00
bug72911.phpt Req #74963 (Improved error message on fetching property of non-object) 2017-07-31 11:51:23 +08:00
bug72918.phpt Fix CRLF line-endings in tests 2016-11-20 22:31:24 +01:00
bug72943.phpt Fixed bug #72943 (assign_dim on string doesn't reset hval) 2016-08-26 18:30:08 +08:00
bug72944.phpt Change 'undefined constant' from E_NOTICE to E_WARNING and mention deprecation 2017-03-23 18:52:43 +01:00
bug73156.phpt Fixed bug #73350 (Exception::__toString() cause circular references) 2016-10-22 14:50:21 +08:00
bug73163.phpt Change 'undefined constant' from E_NOTICE to E_WARNING and mention deprecation 2017-03-23 18:52:43 +01:00
bug73181.phpt Deprecate parse_str() without second argument 2017-02-03 18:52:57 +01:00
bug73288.phpt Fixed bug #73288 (Segfault in __clone > Exception.toString > __get) 2016-10-14 01:35:39 +02:00
bug73337.phpt Fixed bug #73337 (try/catch not working with two exceptions inside a same operation) 2016-10-18 14:48:01 +03:00
bug73338.phpt Fixed bug #73338 (Exception thrown from error handler may crash) 2016-10-18 14:14:24 +02:00
bug73350.phpt Fixed bug #73350 (Exception::__toString() cause circular references) 2016-10-22 14:50:21 +08:00
bug73663.phpt Fixed bug #73663 ("Invalid opcode 65/16/8" occurs with a variable created with list()) 2016-12-06 17:32:32 +08:00
bug73753.phpt Fix #73753 - Unpacked Arrays and Duplication 2016-12-21 21:18:20 +01:00
bug73792.phpt Fixed bug #73792 (invalid foreach loop hangs script) 2016-12-20 16:48:57 +03:00
bug73900.phpt Fixed bug #73900 2017-06-25 19:48:17 +02:00
bug73916.phpt Fixed bug #73916 (zend_print_flat_zval_r doesn't consider reference) 2017-01-13 13:04:37 +08:00
bug73954.phpt use some dynamically generated NAN as well 2017-02-07 13:16:30 +01:00
bug73960.phpt Fixed bug #73960 2017-03-10 18:20:32 +01:00
bug73987_1.phpt Revert "Inheritance checks should not ignore parents if these implement an interface" 2017-02-01 18:34:14 +00:00
bug73987_2.phpt Revert "Added tests demonstrating the same effect with abstracts" 2017-02-01 18:33:47 +00:00
bug73987_3.phpt Revert "Added tests demonstrating the same effect with abstracts" 2017-02-01 18:33:47 +00:00
bug73987.phpt Revert "Inheritance checks should not ignore parents if these implement an interface" 2017-02-01 18:34:14 +00:00
bug73989.phpt Fixed bug #73989 (PHP 7.1 Segfaults within Symfony test suite) 2017-02-13 19:16:17 +08:00
bug73998.phpt BUG #73998: Numeric properties are not accessible from get_object_vars 2017-02-02 18:33:10 +01:00
bug74053.phpt Fixed bug #74053 (Corrupted class entries on shutdown when a destructor spawns another object). (jim at commercebyte dot com) 2017-02-10 10:31:43 +03:00
bug74084.phpt Fixed bug #74084 (Out of bound read - zend_mm_alloc_small) 2017-02-12 20:34:08 +08:00
bug74093.phpt make test slower again 2017-02-28 11:36:24 +01:00
bug74164.phpt Fixed bug #74164 (PHP hangs when an invalid value is dynamically passed to typehinted by-ref arg) 2017-02-25 12:00:42 +08:00
bug74269.phpt Fixed bug #74269: Strict comparison of initial trait property values 2017-05-01 12:59:27 +02:00
bug74340.phpt Fixed bug #74340 2017-04-02 13:30:35 +02:00
bug74408.phpt Fixed bug #74408 (Endless loop bypassing execution time limit) 2017-04-11 18:46:16 +08:00
bug74546.phpt Fixed bug #74546 (SIGILL in ZEND_FETCH_CLASS_CONSTANT_SPEC_CONST_CONST_HANDLER()) 2017-05-08 11:32:08 +08:00
bug74603.ini Fix bug #74603 - use correct buffer size 2017-07-04 19:35:56 -07:00
bug74603.phpt Fix bug #74603 - use correct buffer size 2017-07-04 19:35:56 -07:00
bug74657.phpt Fixed bug #74657 (Undefined constants in array properties result in broken properties) 2017-05-27 12:06:43 +08:00
bug74810.phpt Fixed bug #74810 2017-06-25 16:00:24 +02:00
bug74836.phpt Fixed bug #74836 (isset on zero-prefixed numeric indexes in array broken) 2017-07-04 07:23:46 +03:00
bug74840.phpt Fixed bug #74840 (Opcache overwrites argument of GENERATOR_RETURN within finally) 2017-07-01 11:52:03 +02:00
bug74947.phpt Fixed bug #74947 (Segfault in scanner on INF number) 2017-07-21 11:56:49 +08:00
bug75241.phpt Fixed bug #75241 (Null pointer dereference in zend_mm_alloc_small()). 2017-09-24 17:24:11 +08:00
bug75252.phpt Fixed bug #75252 2017-09-24 08:53:27 +02:00
bug75290.phpt Fix bug #75290 2017-09-29 21:38:08 +01:00
bug75420.1.phpt Fixed indirect modification of magic method arguments. 2017-10-26 13:05:23 +03:00
bug75420.2.phpt Fixed indirect modification of magic method arguments. 2017-10-26 13:05:23 +03:00
bug75420.3.phpt Fixed indirect modification of magic method arguments. 2017-10-26 13:05:23 +03:00
bug75420.4.phpt Fixed indirect modification of magic method arguments. 2017-10-26 13:05:23 +03:00
bug75420.5.phpt Fixed indirect modification of magic method arguments. 2017-10-26 13:05:23 +03:00
bug75420.6.phpt Fixed indirect modification of magic method arguments. 2017-10-26 13:05:23 +03:00
bug75420.7.phpt Backport tests 2017-10-26 14:12:08 +03:00
bug75420.8.phpt Backport tests 2017-10-26 14:12:08 +03:00
bug75420.9.phpt Fixed indirect modification of magic ArrayAccess method arguments 2017-10-26 16:03:42 +03:00
bug75420.10.phpt Fixed indirect modification of magic ArrayAccess method arguments 2017-10-26 16:03:42 +03:00
bug75420.11.phpt Fixed indirect modification of magic ArrayAccess method arguments 2017-10-26 16:03:42 +03:00
bug75420.12.phpt Fixed indirect modification of magic ArrayAccess method arguments 2017-10-26 16:03:42 +03:00
bug75420.13.phpt Fixed indirect modification of magic ArrayAccess method arguments 2017-10-26 16:03:42 +03:00
bug75420.14.phpt Fixed indirect modification of magic ArrayAccess method arguments 2017-10-26 16:03:42 +03:00
bug75420.15.phpt Fixed indirect modification of magic ArrayAccess method arguments 2017-10-26 16:03:42 +03:00
bug75420.16.phpt Fixed indirect modification of magic ArrayAccess method arguments 2017-10-26 16:03:42 +03:00
bug75420.phpt Fixed indirect modification of magic method arguments. 2017-10-26 13:05:23 +03:00
bug_debug_backtrace.phpt
builtin_in_write_context_error1.phpt
builtin_in_write_context_error2.phpt
bw_or_assign_with_ref.phpt
call_static_002.phpt
call_static_003.phpt
call_static_004.phpt
call_static_006.phpt
call_static_007.phpt
call_static.phpt
call_user_func_001.phpt
call_user_func_002.phpt Deprecate __autoload() 2017-02-03 18:52:57 +01:00
call_user_func_003.phpt Remove more PHP 6 leftovers from tests 2016-11-24 22:39:39 +01:00
call_user_func_004.phpt
call_user_func_005.phpt
call_user_func_006.phpt Revert "Make call_user_func() on reference args consistent" 2016-07-28 18:45:44 +02:00
call_user_func_007.phpt Don't use FUNC_ARG fetches for call_user_func() 2016-06-28 21:34:20 +02:00
call_user_func_008.phpt call_user_func(_array): Don't abort on reference warning 2016-08-23 10:29:15 +03:00
call_user_func_009.phpt Use SEND_USER for CONST|TMP as well 2016-09-25 12:39:23 +02:00
call_user_func_array_prefer_ref.phpt Fix SEND_USER as well 2016-04-18 22:45:38 +02:00
call_user_func_closure_from_static_method.phpt
call_with_refs.phpt
cast_to_array.phpt
cast_to_bool.phpt
cast_to_double.phpt
cast_to_int.phpt
cast_to_object.phpt Convert numeric keys in object/array casts 2016-11-14 18:20:45 +00:00
cast_to_string.phpt
catch.phpt Deprecate __autoload() 2017-02-03 18:52:57 +01:00
class_alias_001.phpt
class_alias_002.phpt
class_alias_004.phpt
class_alias_005.phpt
class_alias_006.phpt
class_alias_007.phpt Deprecate __autoload() 2017-02-03 18:52:57 +01:00
class_alias_008.phpt
class_alias_009.phpt
class_alias_010.phpt
class_alias_011.phpt
class_alias_012.phpt
class_alias_013.phpt
class_alias_014.phpt
class_alias_015.phpt
class_alias_016.phpt
class_alias_017.phpt
class_alias_018.phpt
class_alias_019.phpt
class_alias_020.phpt
class_alias_021.phpt
class_constant_to_reference_cached.phpt
class_constants_001.phpt
class_constants_002.phpt
class_constants_003.phpt
class_constants_004.phpt
class_constants_005.phpt Fixed string interning during constants substitution 2017-11-01 10:56:37 +03:00
class_exists_001.phpt
class_exists_002.phpt
class_exists_003.phpt
class_name_as_scalar_error_001.phpt
class_name_as_scalar_error_002.phpt
class_name_as_scalar_error_003.phpt
class_name_as_scalar_error_004.phpt
class_name_as_scalar_error_005.phpt
class_name_as_scalar_error_006.phpt
class_name_as_scalar_error_007.phpt
class_name_as_scalar.phpt
class_properties_const.phpt Fix #72948: Uncatchable "Catchable" fatal error for class to string conversions 2016-09-03 13:05:37 +02:00
class_properties_dynamic.phpt
class_properties_static.phpt
clone_001.phpt
clone_002.phpt
clone_003.phpt
clone_004.phpt
closure_001.phpt
closure_002.phpt
closure_003.phpt
closure_004.phpt
closure_005.phpt
closure_006.phpt
closure_007.phpt
closure_008.phpt
closure_009.phpt
closure_010.phpt
closure_011.phpt
closure_012.phpt
closure_013.phpt
closure_014.phpt
closure_015.phpt
closure_016.phpt
closure_017.phpt
closure_018.phpt
closure_019.phpt
closure_020.phpt
closure_021.phpt
closure_022.phpt
closure_023.phpt
closure_024.phpt
closure_025.phpt Deprecate create_function() 2017-02-03 18:52:57 +01:00
closure_026.phpt
closure_027.phpt Implemented RFC: Replace "Missing argument" warning with "Too few arguments" exception 2016-06-16 02:32:02 +03:00
closure_028.phpt
closure_029.phpt
closure_030.phpt
closure_031.phpt
closure_032.phpt
closure_033.phpt Closures only have {closure}() as method name 2015-07-14 02:52:09 +02:00
closure_034.phpt
closure_035.phpt
closure_036.phpt
closure_037.phpt
closure_038.phpt
closure_039.phpt
closure_040.phpt
closure_041.phpt Normalize rebinding failures 2015-10-10 13:56:36 +02:00
closure_042.phpt
closure_043.phpt Normalize rebinding failures 2015-10-10 13:56:36 +02:00
closure_044.phpt
closure_045.phpt
closure_046.phpt
closure_047.phpt
closure_048.phpt
closure_049.phpt
closure_050.phpt
closure_051.phpt
closure_052.phpt
closure_053.phpt
closure_054.phpt
closure_055.phpt
closure_056.phpt
closure_057.phpt
closure_058.phpt
closure_059.phpt Remove mentions of "type hint" and "typehint" 2015-12-24 15:19:31 +01:00
closure_060.phpt
closure_061.phpt Forbid binding methods to incompatible $this 2016-04-08 00:38:44 +02:00
closure_bug66622.phpt
closure_call_leak_with_exception.phpt
closure_call.phpt Normalize rebinding failures 2015-10-10 13:56:36 +02:00
closure_invoke_case_insensitive.phpt Fix __invoke comparison in closure_get_method 2016-03-30 18:32:00 +02:00
closure_use_auto_global.phpt Forbid double use() and use() of param 2016-01-12 15:37:39 +01:00
closure_use_parameter_name.phpt Forbid double use() and use() of param 2016-01-12 15:37:39 +01:00
closure_use_variable_twice.phpt Forbid double use() and use() of param 2016-01-12 15:37:39 +01:00
compare_001_64bit.phpt
compare_001.phpt
compare_002_64bit.phpt
compare_002.phpt
compare_003_64bit.phpt
compare_003.phpt
compare_004_64bit.phpt
compare_004.phpt
compare_005_64bit.phpt
compare_005.phpt
compare_006_64bit.phpt
compare_006.phpt
compound_assign_failure.phpt Fixed behavior of failing compound assignments (they shouldn't change the source value when exception thrown during type converion). 2016-12-05 21:45:08 +03:00
compound_assign_with_numeric_strings.phpt
concat_001.phpt
concat_002.phpt
concat_003.phpt Another try at making concat_003 more reliable 2016-12-29 21:39:40 +01:00
const_array_with_resource_key.phpt Merge branch 'PHP-5.6' into PHP-7.0 2016-09-28 23:22:11 +02:00
const_dereference_001.phpt
const_dereference_002.phpt
const_dereference_003.phpt
constant_arrays.phpt
constant_expressions_arrays.phpt
constant_expressions_classes.phpt
constant_expressions_coalesce_empty_dim.phpt Fix magic constants (__LINE__) with ?? for constant scalar exprs 2016-04-21 02:45:09 +02:00
constant_expressions_coalesce.phpt Fix magic constants (__LINE__) with ?? for constant scalar exprs 2016-04-21 02:45:09 +02:00
constant_expressions_dynamic_class_name_error.phpt
constant_expressions_dynamic.phpt Merge remote-tracking branch 'origin/PHP-7.0' 2016-04-21 02:50:14 +02:00
constant_expressions_exceptions_001.phpt
constant_expressions_exceptions_002.phpt
constant_expressions_exceptions.inc
constant_expressions_invalid_offset_type_error.phpt
constant_expressions_self_referencing_array.phpt - get rid of EG(scope). zend_get_executed_scope() should be used instead. 2016-04-28 04:13:34 +03:00
constant_expressions_static_class_name_error.phpt
constant_expressions.phpt
constants_001.phpt
constants_002.phpt Change 'undefined constant' from E_NOTICE to E_WARNING and mention deprecation 2017-03-23 18:52:43 +01:00
constants_003.phpt
constants_004.phpt
constants_005.phpt Change 'undefined constant' from E_NOTICE to E_WARNING and mention deprecation 2017-03-23 18:52:43 +01:00
constants_006.phpt
constants_007.phpt
constants_008.phpt
constants_009.phpt
constructor_args.phpt
debug_backtrace_limit.phpt
debug_backtrace_options.phpt
debug_backtrace_with_include_and_this.phpt
debug_info-error-0.0.phpt
debug_info-error-0.phpt
debug_info-error-1.0.phpt
debug_info-error-1.phpt
debug_info-error-empty_str.phpt
debug_info-error-false.phpt
debug_info-error-object.phpt
debug_info-error-resource.phpt Fix #73436: Setting allow_url_fopen to Off makes several tests fail 2016-11-01 20:13:53 +01:00
debug_info-error-str.phpt
debug_info-error-true.phpt
debug_info.phpt
debug_print_backtrace_limit.phpt
declare_001.phpt
declare_002.phpt
declare_003.phpt
declare_004.phpt
declare_005.phpt
declare_006.phpt Fix potential crash when setting invalid declare value 2017-02-28 17:08:23 -08:00
decrement_001_64bit.phpt
decrement_001.phpt
dereference_001.phpt
dereference_002.phpt
dereference_003.phpt
dereference_004.phpt
dereference_005.phpt
dereference_006.phpt
dereference_007.phpt
dereference_008.phpt
dereference_009.phpt
dereference_010.phpt
dereference_011.phpt
dereference_012.phpt
dereference_013.phpt
dereference_014.phpt Req #74963 (Improved error message on fetching property of non-object) 2017-07-31 11:51:23 +08:00
div_001.phpt
div_002.phpt
double_array_cast.phpt
double_to_string_64bit.phpt
double_to_string.phpt
dtor_scope.phpt Remove zend_version() checks from tests 2017-01-30 22:50:25 +01:00
duplicate_label_error.phpt
dval_to_lval_32.phpt
dval_to_lval_64.phpt
dynamic_call_001.phpt
dynamic_call_002.phpt
dynamic_call_003.phpt
dynamic_call_004.phpt
dynamic_call_005.phpt Forbid dynamic calls to scope introspection functions 2016-05-24 20:48:24 +02:00
dynamic_call_006.phpt Forbid dynamic calls to scope introspection functions 2016-05-24 20:48:24 +02:00
dynamic_call_007.phpt Forbid dynamic calls to scope introspection functions 2016-05-24 20:48:24 +02:00
dynamic_call_008.phpt Don't optimize special dynamic calls to non-dynamic 2016-06-05 22:04:36 +02:00
dynamic_call_to_ref_returning_function.phpt Unwrap reference returns in cufa etc 2016-09-30 22:10:01 +02:00
dynamic_fully_qualified_call.phpt Fix ('\bar')() in namespace 2016-05-01 13:05:14 +02:00
each_001.phpt Deprecate each() 2017-02-03 21:02:52 +01:00
each_002.phpt Deprecate each() 2017-02-03 21:02:52 +01:00
each_003.phpt Deprecate each() 2017-02-03 21:02:52 +01:00
empty_str_offset.phpt Add support for negative string offsets (syntax) 2016-03-09 14:41:37 +01:00
empty_with_expr.phpt
entry_block_with_predecessors.phpt Ensure no entry predecessors for SSA construction 2016-05-24 18:29:45 +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 Remove mentions of "type hint" and "typehint" 2015-12-24 15:19:31 +01:00
errmsg_015.phpt
errmsg_016.phpt
errmsg_017.phpt
errmsg_018.phpt
errmsg_019.phpt
errmsg_020.phpt
errmsg_021.phpt
errmsg_022.phpt
errmsg_023.phpt
errmsg_024.phpt
errmsg_025.phpt
errmsg_026.phpt
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
errmsg_041.phpt
errmsg_042.phpt
errmsg_044.phpt
errmsg_045.phpt
error_reporting01.phpt
error_reporting02.phpt
error_reporting03.phpt
error_reporting04.phpt
error_reporting05.phpt
error_reporting06.phpt Implemented RFC: Replace "Missing argument" warning with "Too few arguments" exception 2016-06-16 02:32:02 +03:00
error_reporting07.phpt Implemented RFC: Replace "Missing argument" warning with "Too few arguments" exception 2016-06-16 02:32:02 +03:00
error_reporting08.phpt Implemented RFC: Replace "Missing argument" warning with "Too few arguments" exception 2016-06-16 02:32:02 +03:00
error_reporting09.phpt
error_reporting10.phpt
ErrorException_getSeverity.phpt test for ErrorException::getSeverity(); 2017-06-01 08:23:53 +01:00
eval_parse_error_with_doc_comment.phpt
exception_001.phpt
exception_002.phpt
exception_003.phpt
exception_004.phpt
exception_005.phpt
exception_006.phpt
exception_007.phpt
exception_008.phpt
exception_009.phpt Fix #72948: Uncatchable "Catchable" fatal error for class to string conversions 2016-09-03 13:05:37 +02:00
exception_010.phpt
exception_011.phpt
exception_012.phpt Deprecate create_function() 2017-02-03 18:52:57 +01:00
exception_013.phpt
exception_014.phpt
exception_015.phpt
exception_016.phpt
exception_017.phpt
exception_018.phpt
exception_019.phpt
exception_020.phpt
exception_021.phpt
exception_022.phpt
exception_023.phpt Better fix for exception traces truncation with anon classes 2015-08-18 12:48:06 +02:00
exception_before_fatal.phpt
exception_during_property_assign_op.phpt
exception_handler_001.phpt
exception_handler_002.phpt
exception_handler_003.phpt
exception_handler_004.phpt
exception_handler_005.phpt
exception_handler_006.phpt
exception_in_nested_rope.phpt
exception_in_rope_end.phpt
exception_with_by_ref_message.phpt
fe_fetch_dtor_exception.phpt Fix FE_FETCH_* exception check 2017-06-25 16:45:17 +02:00
float_prec_001.phpt
foreach_002.phpt
foreach_003.phpt
foreach_004.phpt
foreach_005.phpt
foreach_006.phpt
foreach_007.phpt
foreach_008.phpt
foreach_009.phpt
foreach_010.phpt
foreach_011.phpt
foreach_012.phpt
foreach_013.phpt
foreach_014.phpt
foreach_015.phpt
foreach_016.phpt
foreach_017.phpt Fix typo in foreach_017.phpt 2016-02-24 22:34:50 +01:00
foreach_018.phpt Fix foreach object property visibility checks 2016-11-22 21:01:15 +01:00
foreach_empty_loop_leak.phpt Fixed memory leaks caused by exceptions thrown from destructors. 2016-12-07 00:41:07 +03:00
foreach_list_001.phpt
foreach_list_002.phpt
foreach_list_003.phpt
foreach_list_004.phpt
foreach_list_keyed.phpt Allow specifying keys on list() elements 2016-03-25 17:18:42 +00:00
foreach_reference.phpt
foreach_temp_array_expr_with_refs.phpt
foreach_undefined.phpt
foreach_unset_globals.phpt
foreach.phpt
fr47160.phpt Implemented RFC: Fix inconsistent behavior of $this variable 2016-06-16 02:30:23 +03:00
func_get_args.phpt - Fixed regression when calling func_get_args() from global scope 2015-10-11 10:30:44 -03:00
function_arguments_001.phpt
function_arguments_002.phpt
function_arguments_003.phpt
function_exists_basic.phpt
function_exists_error.phpt
function_exists_variation1.phpt
function_redecl.phpt
gc_001.phpt
gc_002.phpt
gc_003.phpt
gc_004.phpt
gc_005.phpt
gc_006.phpt
gc_007.phpt
gc_008.phpt
gc_009.phpt
gc_010.phpt
gc_011.phpt
gc_012.phpt
gc_013.phpt Fix GC tests on dbg-zts-nocache 2016-04-28 20:10:28 +02:00
gc_014.phpt Fix GC tests on dbg-zts-nocache 2016-04-28 20:10:28 +02:00
gc_015.phpt Fix GC tests on dbg-zts-nocache 2016-04-28 20:10:28 +02:00
gc_016.phpt
gc_017.phpt Fix GC tests on dbg-zts-nocache 2016-04-28 20:10:28 +02:00
gc_018.phpt
gc_019.phpt
gc_020.phpt
gc_021.phpt
gc_022.phpt
gc_023.phpt
gc_024.phpt Fixed ##72433: Use After Free Vulnerability in PHP's GC algorithm and unserialize 2016-06-20 21:26:33 -07:00
gc_025.phpt
gc_026.phpt
gc_027.phpt
gc_028.phpt
gc_029.phpt Fix gc_029_zts.phpt test 2017-10-30 23:05:53 +01:00
gc_030.phpt
gc_031.phpt
gc_032.phpt Fix gc_032.phpt 2017-10-13 11:59:28 +02:00
gc_033.phpt Missed one. This needs gc as well 2017-01-10 12:08:34 -05:00
gc_034.phpt
gc_035.phpt These tests rely on gc being enabled 2017-01-10 11:57:59 -05:00
gc_036.phpt Added test 2017-10-17 13:45:46 +03:00
get_called_class_001.phpt
get_class_methods_001.phpt
get_class_methods_002.phpt
get_class_methods_003.phpt
get_class_vars_001.phpt
get_class_vars_002.phpt
get_class_vars_003.phpt
get_class_vars_004.phpt
get_class_vars_005.phpt
get_class_vars_006.phpt
get_class_vars_007.phpt
get_defined_functions_basic.phpt
get_defined_functions_error.phpt fix test 2017-01-04 14:36:18 +00:00
get_defined_vars.phpt
get_parent_class_001.phpt
get_required_files.phpt
global_with_side_effect_name.phpt Add missed tests for FETCH_GLOBAL_LOCK change 2015-12-10 19:17:17 +01:00
globals_001.phpt
globals_002.phpt
globals_003.phpt
globals_004.phpt
globals_005.phpt
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
heredoc_002.phpt
heredoc_003.phpt
heredoc_004.phpt
heredoc_005.phpt
heredoc_006.phpt
heredoc_007.phpt
heredoc_008.phpt
heredoc_009.phpt
heredoc_010.phpt
heredoc_011.phpt
heredoc_012.phpt
heredoc_013.phpt
heredoc_014.phpt
heredoc_015.phpt
heredoc_016.phpt
heredoc_017.phpt
heredoc_018.phpt
hex_overflow_32bit.phpt
incdec_ref_property.phpt
incompat_ctx_user.phpt Implemented RFC: Fix inconsistent behavior of $this variable 2016-06-16 02:30:23 +03:00
increment_001.phpt
increment_function_return_error.phpt
indexing_001.phpt Fixed bug #53432 2016-06-04 19:20:07 +02:00
indirect_call_array_001.phpt
indirect_call_array_002.phpt
indirect_call_array_003.phpt Implemented RFC: Fix inconsistent behavior of $this variable 2016-06-16 02:30:23 +03:00
indirect_call_array_004.phpt
indirect_call_array_005.phpt
indirect_call_from_constant.phpt
indirect_call_string_001.phpt
indirect_call_string_002.phpt
indirect_call_string_003.phpt
indirect_method_call_001.phpt
indirect_method_call_002.phpt
indirect_method_call_003.phpt
indirect_method_call_004.phpt
indirect_method_call_005.phpt
indirect_property_access.phpt
indirect_reference_this.phpt
inference_infinite_loop.phpt Inference: Fix undef handling for binary ops 2016-05-14 17:16:32 +02:00
instanceof_001.phpt Deprecate create_function() 2017-02-03 18:52:57 +01:00
instanceof_002.phpt
instanceof.phpt Deprecate __autoload() 2017-02-03 18:52:57 +01:00
int_conversion_exponents.phpt Warn about invalid strings in arithmetic 2016-03-30 01:44:27 +01:00
int_overflow_32bit.phpt
int_overflow_64bit.phpt
int_special_values.phpt
int_static_prop_name.phpt Fix Foo::${42} and similar 2015-12-10 18:14:40 +01:00
int_underflow_32bit.phpt
int_underflow_64bit.phpt
inter_01.phpt
inter_02.phpt
inter_03.phpt
inter_04.phpt
inter_05.phpt
inter_06.phpt
inter_007.phpt
interface_exists_001.phpt
interface_exists_002.phpt
invalid_parent_const_ref_leak.phpt Fix leak in zend_get_constant_ex 2016-05-02 19:59:43 +02:00
is_a.phpt Deprecate __autoload() 2017-02-03 18:52:57 +01:00
isset_001.phpt
isset_002.phpt
isset_003.phpt Req #74963 (Improved error message on fetching property of non-object) 2017-07-31 11:51:23 +08:00
isset_expr_error.phpt
isset_func_error.phpt
isset_str_offset.phpt Add support for negative string offsets (syntax) 2016-03-09 14:41:37 +01:00
jump01.phpt
jump02.phpt
jump03.phpt
jump04.phpt
jump05.phpt
jump06.phpt
jump07.phpt
jump08.phpt
jump09.phpt
jump10.phpt
jump11.phpt
jump12.phpt
jump13.phpt
jump14.phpt
jump15.phpt Readded tests 2015-07-10 03:46:57 +03:00
jump16.phpt Proper optmisation of "goto" into the middle of "try" block. 2015-11-19 11:19:06 +03:00
jump17.phpt Refactored CFG based optimization using new CFG representation. 2015-11-20 22:06:36 +03:00
line_const_in_array.phpt
list_001.phpt Allow for [] = $array; (alias for list()) 2016-05-20 01:51:05 +02:00
list_002.phpt
list_003.phpt
list_004.phpt
list_005.phpt
list_006.phpt
list_007.phpt
list_008.phpt Allow for [] = $array; (alias for list()) 2016-05-20 01:51:05 +02:00
list_009.phpt Allow for [] = $array; (alias for list()) 2016-05-20 01:51:05 +02:00
list_010.phpt Allow for [] = $array; (alias for list()) 2016-05-20 01:51:05 +02:00
list_011.phpt Allow for [] = $array; (alias for list()) 2016-05-20 01:51:05 +02:00
list_012.phpt Allow for [] = $array; (alias for list()) 2016-05-20 01:51:05 +02:00
list_013.phpt Only allow single comma in tail 2016-06-14 14:02:34 +08:00
list_014.phpt Forbid use of array() in nested destructuring 2016-07-06 21:15:54 +02:00
list_destructuring_to_special_variables.phpt
list_empty_error_keyed.phpt Fix segfault when empty entry in keyed array assignment 2016-09-28 21:43:48 +02:00
list_empty_error.phpt
list_keyed_ArrayAccess.phpt Allow specifying keys on list() elements 2016-03-25 17:18:42 +00:00
list_keyed_conversions.phpt Added missing "goto" 2016-04-12 22:15:16 +03:00
list_keyed_evaluation_order_2.phpt Allow specifying keys on list() elements 2016-03-25 17:18:42 +00:00
list_keyed_evaluation_order_3.phpt Allow specifying keys on list() elements 2016-03-25 17:18:42 +00:00
list_keyed_evaluation_order_nested.phpt Allow specifying keys on list() elements 2016-03-25 17:18:42 +00:00
list_keyed_evaluation_order.inc Allow specifying keys on list() elements 2016-03-25 17:18:42 +00:00
list_keyed_evaluation_order.phpt Allow specifying keys on list() elements 2016-03-25 17:18:42 +00:00
list_keyed_non_literals.phpt Allow specifying keys on list() elements 2016-03-25 17:18:42 +00:00
list_keyed_trailing_comma.phpt Allow specifying keys on list() elements 2016-03-25 17:18:42 +00:00
list_keyed_undefined.phpt Allow specifying keys on list() elements 2016-03-25 17:18:42 +00:00
list_keyed.phpt Allow specifying keys on list() elements 2016-03-25 17:18:42 +00:00
list_mixed_keyed_unkeyed.phpt Allow for [] = $array; (alias for list()) 2016-05-20 01:51:05 +02:00
list_mixed_nested_keyed_unkeyed.phpt Allow specifying keys on list() elements 2016-03-25 17:18:42 +00:00
list_self_assign.phpt
loop_free_on_return.phpt
lsb_001.phpt
lsb_002.phpt
lsb_003.phpt
lsb_004.phpt
lsb_005.phpt
lsb_006.phpt
lsb_007.phpt
lsb_008.phpt
lsb_009.phpt
lsb_010.phpt
lsb_011.phpt
lsb_012.phpt
lsb_013.phpt
lsb_014.phpt
lsb_015.phpt
lsb_016.phpt
lsb_017.phpt
lsb_018.phpt
lsb_019.phpt
lsb_020.phpt
lsb_021.phpt
lsb_022.phpt
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
magic_methods_001.phpt
magic_methods_002.phpt
magic_methods_003.phpt
magic_methods_004.phpt
magic_methods_005.phpt
magic_methods_006.phpt
magic_methods_007.phpt
magic_methods_008.phpt
magic_methods_009.phpt
magic_methods_010.phpt
memory_get_peak_usage.phpt Fixed test 2016-05-07 22:04:20 -07:00
method_argument_binding.phpt Merge branch 'PHP-7.0' 2016-07-05 14:34:20 +02:00
method_exists_002.phpt
method_exists.phpt
method_static_var.phpt
methods-on-non-objects-call-user-func.phpt
methods-on-non-objects-catch.phpt
methods-on-non-objects-nested.inc
methods-on-non-objects-usort.phpt
methods-on-non-objects.phpt
mod_001.phpt
modify_isref_value_return.phpt Fix ZEND_SEPARATE for by-val func returning ref zval 2016-04-12 14:44:29 +02:00
mul_001.phpt
name_collision_01.phpt
name_collision_02.phpt
name_collision_03.phpt
name_collision_04.phpt
name_collision_05.phpt
name_collision_06.phpt
name_collision_07.phpt Fix bug #72159 2016-05-04 18:43:11 +02:00
name_collision_08.phpt Fix bug #72159 2016-05-04 18:43:11 +02:00
name_collision_09.phpt Fix bug #72159 2016-05-04 18:43:11 +02:00
neg_num_string.phpt Fix T_NUM_STRING negation 2016-12-11 13:33:25 +01:00
nested_method_and_function.phpt Fix for #70159 - Better magic constants substitution 2015-07-28 16:30:08 +02:00
new_args_without_ctor.phpt Evaluate arguments of new for classes without ctor 2016-03-25 19:11:37 +01:00
no_class_const_propagation_in_closures.phpt
not_001.phpt
not_002.phpt
nowdoc_001.phpt
nowdoc_002.phpt
nowdoc_003.phpt
nowdoc_004.phpt
nowdoc_005.phpt
nowdoc_006.phpt
nowdoc_007.phpt
nowdoc_008.phpt
nowdoc_009.phpt
nowdoc_010.phpt
nowdoc_011.phpt
nowdoc_012.phpt
nowdoc_013.phpt
nowdoc_014.phpt
nowdoc_015.phpt
nowdoc_016.phpt
nowdoc_017.phpt
nowdoc.inc
ns_001.phpt
ns_002.phpt
ns_003.phpt
ns_004.phpt
ns_005.phpt
ns_006.phpt
ns_007.phpt
ns_008.phpt
ns_009.phpt
ns_010.phpt
ns_011.phpt
ns_012.phpt
ns_013.phpt
ns_014.phpt
ns_015.phpt
ns_016.phpt
ns_017.phpt
ns_018.phpt
ns_019.phpt
ns_020.phpt
ns_021.phpt
ns_022.inc
ns_022.phpt
ns_023.phpt
ns_024.phpt
ns_025.phpt
ns_026.phpt
ns_027.inc
ns_027.phpt
ns_028.inc
ns_028.phpt
ns_029.phpt
ns_030.phpt
ns_031.phpt
ns_032.phpt
ns_033.phpt
ns_034.phpt
ns_035.phpt
ns_036.phpt
ns_037.phpt
ns_038.phpt
ns_039.phpt
ns_040.phpt
ns_041.phpt Change 'undefined constant' from E_NOTICE to E_WARNING and mention deprecation 2017-03-23 18:52:43 +01:00
ns_042.phpt
ns_043.phpt
ns_044.phpt
ns_045.phpt
ns_046.phpt
ns_047.phpt
ns_048.phpt
ns_049.phpt
ns_050.phpt
ns_051.phpt
ns_052.phpt
ns_053.phpt
ns_054.phpt
ns_055.phpt Remove mentions of "type hint" and "typehint" 2015-12-24 15:19:31 +01:00
ns_056.phpt
ns_057.phpt
ns_058.phpt
ns_059.phpt
ns_060.phpt
ns_061.phpt
ns_062.phpt
ns_063.phpt
ns_064.phpt
ns_065.inc
ns_065.phpt
ns_066.phpt
ns_067.inc
ns_067.phpt
ns_068.phpt Fixed bug #70931 (Two errors messages are in conflict) 2015-11-28 23:43:41 -08:00
ns_069.inc Remove the binary cast from unrelated tests 2016-11-20 21:11:53 +01:00
ns_069.phpt Remove the binary cast from unrelated tests 2016-11-20 21:11:53 +01:00
ns_070.phpt
ns_071.phpt Show "or null" in TypeErrors for nullable arg_infos 2016-08-11 18:44:43 +02:00
ns_072.phpt Show "or null" in TypeErrors for nullable arg_infos 2016-08-11 18:44:43 +02:00
ns_073.phpt
ns_074.phpt
ns_075.phpt
ns_076.phpt Change 'undefined constant' from E_NOTICE to E_WARNING and mention deprecation 2017-03-23 18:52:43 +01:00
ns_077_1.phpt
ns_077_2.phpt
ns_077_3.phpt
ns_077_4.phpt
ns_077_5.phpt
ns_077_6.phpt
ns_077_7.phpt
ns_077_8.phpt
ns_078.phpt
ns_079.phpt
ns_080.phpt
ns_081.phpt
ns_082.phpt
ns_083.phpt Fixed bug #70931 (Two errors messages are in conflict) 2015-11-28 23:43:41 -08:00
ns_084.phpt
ns_085.phpt
ns_086.phpt
ns_087.phpt
ns_088.phpt Add trailing comma syntax support for mixed and unmixed group use lists 2017-05-01 12:19:47 +02:00
ns_089.phpt
ns_090.phpt
ns_091.phpt
ns_092.phpt
ns_093.phpt
ns_094.phpt Add trailing comma syntax support for mixed and unmixed group use lists 2017-05-01 12:19:47 +02:00
ns_095.phpt fixes a syntactical inconsistency with group use and leading \ 2015-08-18 19:23:58 -03:00
ns_096.phpt Remove path from test 2015-08-20 12:58:36 +02:00
ns_trailing_comma_01.phpt Add trailing comma syntax support for mixed and unmixed group use lists 2017-05-01 12:19:47 +02:00
ns_trailing_comma_02.phpt Add trailing comma syntax support for mixed and unmixed group use lists 2017-05-01 12:19:47 +02:00
ns_trailing_comma_error_01.phpt Add trailing comma syntax support for mixed and unmixed group use lists 2017-05-01 12:19:47 +02:00
ns_trailing_comma_error_02.phpt Add trailing comma syntax support for mixed and unmixed group use lists 2017-05-01 12:19:47 +02:00
ns_trailing_comma_error_03.phpt Add trailing comma syntax support for mixed and unmixed group use lists 2017-05-01 12:19:47 +02:00
ns_trailing_comma_error_04.phpt Add trailing comma syntax support for mixed and unmixed group use lists 2017-05-01 12:19:47 +02:00
ns_trailing_comma_error_05.phpt Add trailing comma syntax support for mixed and unmixed group use lists 2017-05-01 12:19:47 +02:00
ns_trailing_comma_error_06.phpt Add trailing comma syntax support for mixed and unmixed group use lists 2017-05-01 12:19:47 +02:00
ns_trailing_comma_error_07.phpt Add trailing comma syntax support for mixed and unmixed group use lists 2017-05-01 12:19:47 +02:00
ns_trailing_comma_error_08.phpt Add trailing comma syntax support for mixed and unmixed group use lists 2017-05-01 12:19:47 +02:00
numeric_string_errors_assign.phpt Fix two tests on 32-bit 2016-03-30 13:48:51 +01:00
numeric_string_errors.phpt Fix two tests on 32-bit 2016-03-30 13:48:51 +01:00
object_array_cast.phpt Convert numeric keys in object/array casts 2016-11-14 18:20:45 +00:00
object_handlers.phpt
object_property_ref_incdec.phpt
object-null.phpt
objects_001.phpt
objects_002.phpt
objects_003.phpt
objects_004.phpt
objects_005.phpt
objects_006.phpt
objects_007.phpt
objects_008.phpt
objects_009.phpt Implement Parameter Type Widening RFC 2017-02-04 23:33:24 +01:00
objects_010.phpt
objects_011.phpt
objects_012.phpt
objects_013.phpt
objects_014.phpt
objects_015.phpt
objects_017.phpt
objects_018.phpt
objects_019.phpt
objects_020.phpt
objects_021.phpt
objects_022.phpt Fix #72948: Uncatchable "Catchable" fatal error for class to string conversions 2016-09-03 13:05:37 +02:00
objects_023.phpt
objects_024.phpt
objects_025.phpt
objects_026.phpt
objects_027.phpt
objects_028.phpt
objects_029.phpt
objects_030.phpt
objects_031.phpt
objects_032.phpt
oct_overflow_32bit.phpt
oct_overflow_char.phpt fix dir separator 2016-05-14 23:48:04 +02:00
offset_array.phpt
offset_assign.phpt
offset_bool.phpt
offset_long.phpt
offset_null.phpt
offset_object.phpt
offset_string.phpt
or_001.phpt
overloaded_func_001.phpt Fix SKIPIF conditions 2017-03-14 12:06:58 +01:00
overloaded_func_002.phpt Fix SKIPIF conditions 2017-03-14 12:06:58 +01:00
parent_class_name_without_parent.phpt
parse_str_with_unpack.phpt Deprecate parse_str() without second argument 2017-02-03 18:52:57 +01:00
php_errormsg_misoptimization.phpt Deprecate track_errors / $php_errormsg 2017-02-03 21:02:52 +01:00
pow_ref.phpt
property_exists.phpt
qm_assign_ref_unwrap_leak.phpt Fix leaks in QM_ASSIGN, JMP_SET and COALESCE 2016-05-03 18:12:56 +02:00
recursive_debug_info.phpt
require_parse_exception.phpt
result_unused.phpt
rope_with_exception.phpt
self_and.phpt Merge branch 'PHP-7.0' into PHP-7.1 2016-12-02 12:35:44 +03:00
self_class_const_outside_class.phpt
self_in_eval.phpt
self_instanceof_outside_class.phpt Use FETCH_CLASS_EXCEPTION for instanceof 2015-12-14 17:50:20 +01:00
self_method_or_prop_outside_class.phpt Fix leaks due to UNUSED CE fetch 2015-12-14 17:31:37 +01:00
self_mod.phpt Warn about invalid strings in arithmetic 2016-03-30 01:44:27 +01:00
self_or.phpt Merge branch 'PHP-7.0' into PHP-7.1 2016-12-02 12:35:44 +03:00
self_xor.phpt Merge branch 'PHP-7.0' into PHP-7.1 2016-12-02 15:42:19 +01:00
selfParent_001.phpt
selfParent_002.phpt
settype_array.phpt
settype_bool.phpt
settype_double.phpt
settype_int.phpt
settype_null.phpt
settype_object.phpt Convert numeric keys in object/array casts 2016-11-14 18:20:45 +00:00
settype_resource.phpt
settype_string.phpt
shift_001.phpt Warn about invalid strings in arithmetic 2016-03-30 01:44:27 +01:00
shift_002.phpt Warn about invalid strings in arithmetic 2016-03-30 01:44:27 +01:00
special_name_error1.phpt
special_name_error2.phpt
special_name_error3.phpt
static_variable.phpt
str_offset_001.phpt Add support for negative string offsets (syntax) 2016-03-09 14:41:37 +01:00
str_offset_002.phpt Fix CRLF line-endings in tests 2016-11-20 22:31:24 +01:00
str_offset_003.phpt Add support for negative string offsets (syntax) 2016-03-09 14:41:37 +01:00
str_offset_004.phpt Add support for negative string offsets (syntax) 2016-03-09 14:41:37 +01:00
strict_001.phpt
strict_002.phpt
string_offset_errors.phpt Add opcodes to zend_wrong_string_offset() 2016-07-10 15:15:34 +02:00
strlen.phpt
sub_001.phpt
switch_on_numeric_strings.phpt Implement jumptable optimization 2017-04-10 22:23:14 +02:00
temporary_cleaning_001.phpt Squashed commit of the following: 2015-11-13 15:35:07 +03:00
temporary_cleaning_002.phpt Readded tests 2015-07-10 03:46:57 +03:00
temporary_cleaning_003.phpt Squashed commit of the following: 2015-11-13 15:35:07 +03:00
temporary_cleaning_004.phpt Squashed commit of the following: 2015-11-13 15:35:07 +03:00
temporary_cleaning_005.phpt Squashed commit of the following: 2015-11-13 15:35:07 +03:00
temporary_cleaning_006.phpt Squashed commit of the following: 2015-11-13 15:35:07 +03:00
temporary_cleaning_007.phpt Readded tests 2015-07-10 03:46:57 +03:00
temporary_cleaning_008.phpt We don't nees zend_op_array->brk_cont_array at run-time anymore. 2015-11-10 21:48:03 +03:00
temporary_cleaning_009.phpt Changed ZEND_FREE.op2.num and ZEND_FE_FREE.op2.num back to use live_range_offset (try_catch_offset does't work) 2015-11-11 11:12:44 +03:00
temporary_cleaning_010.phpt This test was fixed together with fix for bug #70228 2016-06-08 11:14:06 +03:00
temporary_cleaning_011.phpt Squashed commit of the following: 2015-11-13 15:35:07 +03:00
temporary_cleaning_012.phpt Fix ZEND_NEW live ranges 2016-02-13 19:04:54 +01:00
temporary_cleaning_013.phpt Fixed memory leaks caused by exceptions thrown from destructors. 2016-12-07 00:41:07 +03:00
temporary_cleaning_014.phpt Fixed memory leaks caused by exceptions thrown from destructors (fixed test). 2016-12-07 14:20:43 +03:00
temporary_cleaning_015.phpt Fixed attempt to free invalid structure (result of ROPE_INIT is not a zval) 2017-08-14 12:11:25 +03:00
temporary_cleaning_016.phpt Fixed test 2017-08-14 12:37:37 +03:00
this_as_global.phpt Implemented RFC: Fix inconsistent behavior of $this variable 2016-06-16 02:30:23 +03:00
this_as_lexical_var_error.phpt
this_as_parameter.phpt Implemented RFC: Fix inconsistent behavior of $this variable 2016-06-16 02:30:23 +03:00
this_as_static.phpt Implemented RFC: Fix inconsistent behavior of $this variable 2016-06-16 02:30:23 +03:00
this_in_catch.phpt Implemented RFC: Fix inconsistent behavior of $this variable 2016-06-16 02:30:23 +03:00
this_in_eval.phpt Fixed memory leak. 2015-09-23 23:16:30 +03:00
this_in_extract.phpt Implemented RFC: Fix inconsistent behavior of $this variable 2016-06-16 02:30:23 +03:00
this_in_foreach_001.phpt Implemented RFC: Fix inconsistent behavior of $this variable 2016-06-16 02:30:23 +03:00
this_in_foreach_002.phpt Implemented RFC: Fix inconsistent behavior of $this variable 2016-06-16 02:30:23 +03:00
this_in_foreach_003.phpt Implemented RFC: Fix inconsistent behavior of $this variable 2016-06-16 02:30:23 +03:00
this_in_foreach_004.phpt Implemented RFC: Fix inconsistent behavior of $this variable 2016-06-16 02:30:23 +03:00
this_in_isset.phpt Implemented RFC: Fix inconsistent behavior of $this variable 2016-06-16 02:30:23 +03:00
this_in_mb_parse_str.phpt Deprecate mb_parse_str() without second argument 2017-02-03 18:52:57 +01:00
this_in_parse_str.phpt Deprecate parse_str() without second argument 2017-02-03 18:52:57 +01:00
this_in_unset.phpt Implemented RFC: Fix inconsistent behavior of $this variable 2016-06-16 02:30:23 +03:00
this_reassign.phpt Implemented RFC: Fix inconsistent behavior of $this variable 2016-06-16 02:30:23 +03:00
throw_reference.phpt
throwable_001.phpt
throwable_002.phpt
throwable_003.phpt
trait_exists_001.phpt
trait_exists_002.phpt
trait_exists_003.phpt
unexpected_ref_bug.phpt
unset_cast_deprecated.phpt Deprecate (unset) 2017-02-03 18:52:57 +01:00
unset_cv01.phpt
unset_cv02.phpt
unset_cv03.phpt
unset_cv04.phpt
unset_cv05.phpt Fixed test (adopted to new session_start behavior) 2016-11-17 12:20:46 +03:00
unset_cv06.phpt
unset_cv08.phpt
unset_cv09.phpt
unset_cv10.phpt
unset_cv11.phpt
unset_cv12.phpt
unset.inc
unused_shared_static_variables.phpt Fix assertion violation with composer 2017-01-24 11:32:41 +01:00
use_late_binding_conflict.phpt Fix "already in use" check inconsistencies/bugs 2016-10-07 00:12:55 +02:00
use_no_eval_conflict.phpt Fix "already in use" check inconsistencies/bugs 2016-10-07 00:12:55 +02:00
use_no_file_conflict_1.inc Fix bug #66773, #66862 2016-10-08 17:00:27 +02:00
use_no_file_conflict_2.inc Fix bug #66773, #66862 2016-10-08 17:00:27 +02:00
use_no_file_conflict.phpt Fix bug #66773, #66862 2016-10-08 17:00:27 +02:00
variable_with_boolean_name.phpt
variable_with_integer_name.phpt
varvars_by_ref.phpt
vm_stack_with_arg_extend.phpt
xor_001.phpt
xor_002.phpt
xor_003.phpt
zend2.php.txt
zend_operators.phpt
zend_signed_multiply-32bit.phpt
zend_signed_multiply-64bit-2.phpt Improve multiplication on x64. 2016-12-03 15:50:21 +01:00
zend_signed_multiply-64bit.phpt Improve multiplication on x64. 2016-12-03 15:50:21 +01:00
zend_strtod.phpt