php-src/Zend/tests
2022-11-04 15:55:55 +01:00
..
anon Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
arg_unpack Implement named parameters 2020-07-31 15:53:36 +02:00
array_unpack Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
arrow_functions Make argument type error message consistent for variadics 2020-09-11 17:16:19 +02:00
assert Implement named parameters 2020-07-31 15:53:36 +02:00
ast Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
attributes Fix GH-8421: Attributes that target functions are not valid for anonymous functions defined within a method 2022-04-23 11:16:28 +02:00
bug39542
bug67436 Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
closures Merge branch 'PHP-7.4' into PHP-8.0 2021-04-16 09:49:36 +08:00
constants
function_arguments Make argument type error message consistent for variadics 2020-09-11 17:16:19 +02:00
generators Fix generator memory leaks when interrupted during argument evaluation (#9756) 2022-11-04 15:55:55 +01:00
grammar Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
list Promote "undefined array key" notice to warning 2020-08-03 14:40:50 +02:00
match Fix block marking for two arm math 2021-09-28 10:37:54 +02:00
multibyte Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
named_params Fix memory leaks 2022-08-22 17:47:07 +03:00
nullable_types Improved error message for typed class properties with null as default value 2020-11-03 09:28:53 +01:00
nullsafe_operator Fix memory leak 2022-02-01 16:24:22 +03:00
numeric_strings Fix compile-time/run-time discrepancies with unary operators 2020-09-15 15:08:55 +02:00
object_types Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
parameter_default_values Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
return_types Don't implement Stringable on traits 2021-11-05 09:42:58 +01:00
throw Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
traits Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
try Fix finally exception chaining on recursion 2021-11-01 11:44:32 +01:00
type_declarations Merge branch 'PHP-7.4' into PHP-8.0 2021-07-14 15:10:11 +02:00
typehints
use_const Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
use_function
variadic Make argument type error message consistent for variadics 2020-09-11 17:16:19 +02:00
varSyntax Change Attribute Syntax from @@ to #[] 2020-09-02 20:26:50 +02:00
weakrefs Fix WeakMap object reference offset causing TypeError (#8995) 2022-07-15 13:00:48 +02:00
001.phpt Cleanup argument handling of Zend functions and methods 2020-07-21 14:47:03 +02:00
002.phpt Cleanup argument handling of Zend functions and methods 2020-07-21 14:47:03 +02:00
003.phpt
004.phpt Cleanup argument handling of Zend functions and methods 2020-07-21 14:47:03 +02:00
005.phpt
006.phpt Cleanup argument handling of Zend functions and methods 2020-07-21 14:47:03 +02:00
008.phpt Make constant redeclaration a warning 2020-09-21 17:04:39 +02:00
009.phpt Synchronize GET_CLASS/GET_CALLED_CLASS opcodes with functions 2020-09-21 15:06:04 +02:00
010.phpt Consolidate new union type ZPP macro names 2020-09-11 11:00:18 +02:00
011.phpt
012.phpt
013.phpt
014.inc
014.phpt
015.phpt Zend parameter renames amendment 2020-09-29 11:04:09 +02:00
016.phpt
017.phpt
018.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
019.phpt
020.phpt Cleanup argument handling of Zend functions and methods 2020-07-21 14:47:03 +02:00
021.phpt
022.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
023.phpt
024.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
025.phpt
026.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
027.phpt
028.phpt Promote "undefined array key" notice to warning 2020-08-03 14:40:50 +02:00
029.phpt
030.phpt
031.phpt
032.phpt
033.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
034.phpt
035.phpt
036.phpt
037.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
038.phpt
67468.phpt
abstract-static.phpt
abstract_inheritance_001.phpt
abstract_inheritance_002.phpt
abstract_inheritance_003.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 Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
access_modifiers_009.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
access_modifiers_010.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
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 Implement 'Saner Numeric Strings' RFC: 2020-07-29 02:51:09 +01:00
add_007.phpt
alternative_offset_syntax_compile_error_in_const_expr.phpt
alternative_offset_syntax_compile_error_outside_const_expr.phpt
and_001.phpt
anon_class_name.phpt
arginfo_zpp_mismatch.inc Run arginfo/ZPP verification tests in strict mode as well 2020-10-22 19:01:40 +02:00
arginfo_zpp_mismatch.phpt Run arginfo/ZPP verification tests in strict mode as well 2020-10-22 19:01:40 +02:00
arginfo_zpp_mismatch_strict.phpt Run arginfo/ZPP verification tests in strict mode as well 2020-10-22 19:01:40 +02:00
argument_restriction_001.phpt
argument_restriction_002.phpt
argument_restriction_003.phpt
argument_restriction_004.phpt
argument_restriction_005.phpt Add a few missing parameter types in stubs 2020-07-30 14:26:45 +02:00
argument_restriction_006.phpt
array_add_indirect.phpt Deindirect source elements in zend_hash_merge 2020-10-12 11:24:27 +02:00
array_addition_not_commutative.phpt
array_append_COW.phpt
array_hash_zero.phpt
array_literal_next_element_error.phpt
array_offset.phpt Promote "undefined array key" notice to warning 2020-08-03 14:40:50 +02:00
array_self_add_globals.phpt Detect self-addition of array more accurately 2020-10-12 11:24:31 +02:00
array_splice_empty_ht_iter_removal.phpt Always remove HT iterators, even for uninit HT 2021-03-01 16:22:11 +01:00
array_unpack_string_keys.phpt
array_unshift_COW.phpt
array_with_refs_identical.phpt
ArrayAccess_indirect_append.phpt
assign_by_val_function_by_ref_return_value.phpt Fix return value of wrong fucntion by-ref assign 2021-07-02 11:15:31 +02:00
assign_coalesce_001.phpt
assign_coalesce_002.phpt
assign_coalesce_003.phpt
assign_coalesce_004.phpt
assign_coalesce_005.phpt
assign_coalesce_006.phpt
assign_coalesce_007.phpt Fixed assign coalesce. "$a[0] ??= $a" should evaluate the right $a first. 2021-10-05 20:23:56 +03:00
assign_concat_array_empty_string.phpt Merge branch 'PHP-7.4' 2020-08-31 17:06:21 +02:00
assign_dim_obj_null_return.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
assign_dim_op_undef.phpt Fix duplicate undef warning in assign_dim_op 2021-10-05 15:51:11 +02:00
assign_obj_op_cache_slot.phpt Fix cache slot assignment for ASSIGN_OBJ_OP 2021-09-30 14:34:12 +02:00
assign_obj_ref_byval_function.phpt
assign_obj_ref_return.phpt
assign_obj_to_ref_inference.phpt Don't use CE for by-ref arguments 2022-04-15 23:00:43 +02:00
assign_ref_error_var_handling.phpt
assign_ref_func_leak.phpt
assign_ref_to_overloaded_prop.phpt
assign_to_obj_001.phpt
assign_to_obj_002.phpt
assign_to_var_001.phpt
assign_to_var_002.phpt
assign_to_var_003.phpt
assign_to_var_004.phpt
assign_typed_ref_result.phpt Fix ASSIGN_DIM result inference with typed refs 2021-09-28 14:14:01 +02:00
ast_serialize_backtick_literal.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
binary-32bit.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
binary.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
bind_static_exception.phpt Handle throwing destructor in BIND_STATIC 2021-09-29 10:17:05 +02:00
break_error_001.phpt
break_error_002.phpt
break_error_003.phpt
break_error_004.phpt
bug18556.phpt
bug19859.phpt
bug20240.phpt
bug20242.phpt
bug21478.phpt
bug21888.phpt
bug22725.phpt
bug22836.phpt
bug23104.phpt
bug24436.phpt
bug24635.phpt
bug24699.phpt
bug24773.phpt Implement 'Saner Numeric Strings' RFC: 2020-07-29 02:51:09 +01:00
bug24884.phpt
bug26010.phpt
bug26077.phpt
bug26166.phpt
bug26229.phpt
bug26281.phpt
bug26696.phpt
bug26697.phpt
bug26698.phpt
bug26801.phpt
bug26802.phpt
bug27268.phpt
bug27304.phpt
bug27598.phpt
bug27669.phpt
bug27731.phpt
bug27798.phpt
bug28072.phpt
bug28377.phpt
bug28442.phpt
bug28444.phpt
bug29015.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
bug29104.phpt
bug29210.phpt
bug29368.phpt
bug29368_1.phpt
bug29368_2.phpt
bug29368_3.phpt
bug29505.phpt
bug29674.phpt
bug29689.phpt
bug29883.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02: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 Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
bug30702.phpt
bug30707.phpt
bug30725.phpt
bug30791.phpt
bug30820.phpt
bug30828.phpt
bug30889.phpt
bug30922.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
bug30998.phpt
bug31098.phpt Fix Bug #80972: Memory exhaustion on invalid string offset 2021-04-26 13:21:40 +01:00
bug31102.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
bug31177-2.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
bug31177.phpt
bug31341.phpt
bug31525.phpt
bug31683.phpt
bug31720.phpt Update array parameter names for named parameters 2020-09-14 14:56:49 +00:00
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
bug33171.phpt
bug33257.phpt
bug33277.phpt
bug33282.phpt
bug33318.phpt
bug33512.phpt
bug33558.phpt
bug33710.phpt
bug33732.phpt
bug33771.phpt
bug33802.phpt
bug33996.phpt
bug33999.phpt Throw warning for failed object to int/float conversion 2020-09-21 17:04:39 +02:00
bug34045.phpt
bug34062.phpt
bug34064.phpt
bug34065.phpt
bug34137.phpt
bug34199.phpt
bug34260.phpt
bug34310.phpt
bug34358.phpt
bug34467.phpt
bug34518.phpt
bug34617.phpt
bug34678.phpt
bug34786.phpt
bug34873.phpt
bug34879.phpt
bug34893.phpt
bug35017.phpt
bug35106.phpt
bug35163.phpt
bug35163_2.phpt
bug35163_3.phpt
bug35239.phpt
bug35393.phpt
bug35411.phpt
bug35470.phpt
bug35509.phpt
bug35634.phpt
bug35655.phpt
bug36006.phpt
bug36037.phpt
bug36071.phpt
bug36214.phpt
bug36268.phpt
bug36513.phpt
bug36568.phpt
bug36759.phpt
bug37046.phpt
bug37138.phpt
bug37144.phpt
bug37212.phpt
bug37251.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
bug37632.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
bug37667.phpt Promote "undefined array key" notice to warning 2020-08-03 14:40:50 +02:00
bug37707.phpt
bug37715.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
bug37811.phpt Cleanup argument handling of Zend functions and methods 2020-07-21 14:47:03 +02:00
bug38146.phpt
bug38211.phpt
bug38220.phpt
bug38234.phpt
bug38287.phpt
bug38461.phpt
bug38469.phpt
bug38623.phpt
bug38624.phpt
bug38772.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
bug38779.phpt
bug38779_1.phpt
bug38808.phpt
bug39003.phpt
bug39017.phpt
bug39018.phpt Retain the original formatting character in test 2020-07-10 23:15:08 +02:00
bug39018_2.phpt Implement 'Saner Numeric Strings' RFC: 2020-07-29 02:51:09 +01:00
bug39036.phpt
bug39297.phpt
bug39304.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
bug39346.phpt
bug39438.phpt
bug39445.phpt
bug39449.phpt
bug39542.phpt
bug39602.phpt
bug39721.phpt
bug39775.phpt
bug39825.phpt
bug39944.phpt
bug39990.phpt
bug40236.inc
bug40236.phpt
bug40261.phpt
bug40509.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
bug40621.phpt
bug40705.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
bug40757.phpt
bug40770.phpt Run tidy 2020-09-18 14:28:32 +02:00
bug40809.phpt
bug40815.phpt
bug40833.phpt
bug40899.phpt
bug41026.phpt Promote a few remaining errors in ext/standard 2020-09-15 14:26:16 +02:00
bug41117_1.phpt
bug41209.phpt
bug41351.phpt
bug41351_2.phpt
bug41351_3.phpt
bug41372.phpt
bug41401.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
bug41421.phpt
bug41633_1.phpt
bug41633_2.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
bug41633_3.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
bug41633_4.phpt
bug41640.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
bug41813.phpt
bug41919.phpt
bug41929.phpt
bug41961.phpt
bug42143.phpt
bug42211.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
bug42767.phpt
bug42772.phpt
bug42798.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
bug42802.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
bug42817.phpt
bug42818.phpt
bug42819.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
bug42820.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
bug42859.phpt
bug42937.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
bug43027.phpt
bug43053.phpt
bug43128.phpt
bug43175.phpt
bug43183.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
bug43200.phpt
bug43200_2.phpt
bug43201.phpt
bug43332_1.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
bug43332_2.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
bug43343.phpt Implement named parameters 2020-07-31 15:53:36 +02:00
bug43344_1.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
bug43344_2.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
bug43344_3.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
bug43344_4.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
bug43344_5.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
bug43344_6.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
bug43344_7.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
bug43344_8.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
bug43344_9.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
bug43344_10.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
bug43344_11.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
bug43344_12.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
bug43344_13.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
bug43426.phpt
bug43450.phpt
bug43483.phpt
bug43651.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
bug43703.phpt
bug43851.phpt
bug43918.phpt
bug44069.phpt
bug44141.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
bug44184.phpt
bug44414.phpt
bug44653.phpt
bug44660.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
bug44827.phpt Cleanup argument handling of Zend functions and methods 2020-07-21 14:47:03 +02:00
bug44830.phpt
bug44899.phpt
bug44899_2.phpt
bug44913.phpt
bug45147.phpt
bug45180.phpt
bug45186.phpt Fix parameter name in call_user_func() error message 2021-07-29 12:48:25 +02:00
bug45186_2.phpt Fix parameter name in call_user_func() error message 2021-07-29 12:48:25 +02:00
bug45742.phpt
bug45744.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
bug45805.phpt
bug45862.phpt
bug45877.phpt
bug45910.phpt
bug45910_2.phpt
bug46106.phpt Improve error messages mentioning parameters instead of arguments 2020-09-09 10:47:43 +02:00
bug46196.phpt
bug46238.phpt
bug46241.phpt
bug46246.phpt
bug46304.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
bug46308.phpt
bug46381.phpt
bug46409.phpt
bug46665.phpt
bug46665_autoload.inc
bug46701.phpt
bug46811.phpt
bug46813.phpt
bug47054.phpt Synchronize GET_CLASS/GET_CALLED_CLASS opcodes with functions 2020-09-21 15:06:04 +02:00
bug47109.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
bug47165.phpt
bug47343.phpt
bug47353.phpt
bug47516.phpt
bug47572.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
bug47593.phpt
bug47596.phpt
bug47699.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
bug47704.phpt
bug47714.phpt
bug47771.phpt
bug47801.phpt
bug47836.phpt
bug47880.phpt
bug48215.phpt
bug48215_2.phpt
bug48228.phpt
bug48248.phpt
bug48408.phpt
bug48409.phpt
bug48428.phpt
bug48533.phpt
bug48667_1.phpt
bug48667_2.phpt
bug48770.phpt
bug48770_2.phpt Fix parameter name in call_user_func() error message 2021-07-29 12:48:25 +02:00
bug48770_3.phpt Fix parameter name in call_user_func() error message 2021-07-29 12:48:25 +02:00
bug48899.phpt
bug48912.phpt
bug48930.phpt
bug49269.phpt
bug49472.phpt
bug49866.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
bug49893.phpt
bug49908.phpt
bug50005.phpt
bug50146.phpt
bug50174.phpt
bug50255.phpt
bug50383.phpt
bug50394.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
bug50810.phpt
bug50816.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
bug51176.phpt
bug51394.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
bug51421.phpt
bug51791.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
bug51822.phpt
bug51827.phpt Improve error messages mentioning parameters instead of arguments 2020-09-09 10:47:43 +02:00
bug52001.phpt
bug52041.phpt Promote "undefined array key" notice to warning 2020-08-03 14:40:50 +02:00
bug52060.phpt
bug52193.phpt
bug52355.phpt Convert Division by 0 warnings to Error per the Engine Warning RFC 2020-09-14 13:40:07 +02:00
bug52361.phpt
bug52484.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
bug52484_2.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
bug52484_3.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
bug52508.phpt
bug52614.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
bug52879.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
bug52939.phpt
bug52940.phpt
bug53305.phpt Make constant redeclaration a warning 2020-09-21 17:04:39 +02:00
bug53347.phpt
bug53432.phpt Fix Bug #80972: Memory exhaustion on invalid string offset 2021-04-26 13:21:40 +01:00
bug53511.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
bug53629.phpt
bug53632.phpt
bug53727.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
bug53748.phpt
bug53958.phpt
bug53971.phpt
bug54013.phpt
bug54039.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
bug54043.phpt
bug54268.phpt Run tidy 2020-09-18 14:28:32 +02:00
bug54305.phpt
bug54358.phpt
bug54367.phpt
bug54372.phpt
bug54547.phpt Run tidy 2020-09-18 14:28:32 +02:00
bug54624.phpt
bug54804.inc
bug54804.phpt
bug54910.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
bug55007.phpt
bug55086.phpt Removed space from bug55086.phpt 2020-08-03 15:14:15 +02:00
bug55135.phpt
bug55156.phpt
bug55247.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
bug55305.phpt
bug55445.phpt
bug55509.phpt
bug55578.phpt
bug55705.phpt
bug55825.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
bug60099.phpt
bug60138.phpt
bug60139.phpt
bug60161.phpt
bug60169.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
bug60350.phpt
bug60362.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
bug60444.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
bug60536_001.phpt
bug60536_002.phpt
bug60536_003.phpt
bug60536_004.phpt
bug60536_005.phpt
bug60569.phpt
bug60573.phpt
bug60573_2.phpt
bug60598.phpt
bug60611.phpt
bug60613.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
bug60738.phpt
bug60738_variation.phpt
bug60771.phpt
bug60825.phpt
bug60833.phpt
bug60909_1.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
bug60909_2.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
bug60978.phpt
bug61011.phpt
bug61025.phpt Unify static/non-static check for magic methods 2020-07-20 10:39:43 +02:00
bug61087.phpt
bug61095.phpt
bug61165.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
bug61225.phpt
bug61273.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
bug61362.phpt
bug61681.phpt
bug61761.phpt
bug61767.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
bug61782.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
bug61970.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
bug61970_1.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
bug61970_2.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
bug62069.phpt
bug62069_2.phpt
bug62097.phpt Run tidy 2020-09-18 14:28:32 +02:00
bug62343.phpt
bug62358.phpt
bug62441.phpt
bug62609.phpt
bug62609_2.phpt
bug62653.phpt
bug62680.phpt
bug62763.phpt
bug62814.phpt
bug62892.phpt
bug62907.phpt
bug62956.phpt
bug62991.phpt
bug63055.phpt
bug63111.phpt
bug63173.phpt
bug63206.phpt
bug63206_1.phpt
bug63206_2.phpt
bug63217.phpt
bug63219.phpt
bug63305.phpt
bug63462.phpt
bug63468.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
bug63635.phpt Unmark tests as XFAIL on Windows 2020-09-14 10:14:21 +02:00
bug63734.phpt
bug63741.phpt
bug63762.phpt Fix function/file mixup in backtrace printing 2021-04-13 16:33:30 +02:00
bug63816.phpt
bug63882.phpt
bug63976.phpt
bug63982.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
bug64135.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
bug64239_1.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
bug64239_2.phpt
bug64239_3.phpt
bug64239_4.phpt
bug64354.phpt
bug64417.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
bug64515.phpt
bug64555.phpt
bug64578.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
bug64660.phpt
bug64677.phpt
bug64720.phpt
bug64821.1.phpt
bug64821.2.phpt
bug64821.3.phpt
bug64896.phpt
bug64960.phpt
bug64966.phpt
bug64979.phpt
bug64988.phpt
bug65051.phpt
bug65108.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
bug65254.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
bug65291.phpt
bug65322.phpt
bug65372.phpt
bug65419.phpt
bug65579.phpt
bug65784.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
bug65911.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
bug65969.phpt
bug66015.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
bug66218.phpt
bug66252.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
bug66286.phpt
bug66608.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
bug66609.phpt
bug66660.phpt
bug66719.phpt Fix bug #66719 2021-07-23 11:24:22 +02:00
bug66811.phpt
bug67111.phpt
bug67169.phpt
bug67314.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
bug67368.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
bug67633.phpt
bug67856.phpt
bug67874.phpt
bug67922.phpt
bug67938.phpt
bug67985.phpt
bug68118.phpt
bug68148.phpt
bug68162.phpt
bug68163.phpt
bug68191.phpt
bug68215.phpt
bug68262.phpt
bug68370.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
bug68412.phpt
bug68446.phpt
bug68475.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
bug68652.phpt
bug68775.phpt
bug68797.phpt
bug68887.phpt
bug68896.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
bug69017.phpt
bug69025.phpt
bug69084.phpt
bug69092.2.phpt
bug69092.phpt
bug69124.phpt
bug69167.phpt
bug69174.phpt
bug69201.phpt
bug69212.phpt
bug69221.phpt
bug69221_2.phpt
bug69315.phpt
bug69376.phpt
bug69376_2.phpt
bug69388.phpt
bug69388_2.phpt
bug69420.phpt
bug69427.phpt
bug69446.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
bug69446_2.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
bug69467.phpt
bug69532.phpt
bug69534.phpt
bug69537.phpt
bug69551.phpt
bug69568.phpt
bug69599.phpt
bug69640.phpt
bug69676.phpt
bug69676_2.phpt
bug69676_3.phpt
bug69732.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
bug69740.phpt
bug69754.phpt
bug69755.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
bug69756.phpt
bug69758.phpt
bug69761.phpt
bug69767.phpt
bug69788.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
bug69802_2.phpt
bug69805.phpt
bug69825.phpt
bug69832.phpt
bug69871.phpt Don't disable opcache for generic tests 2020-11-04 11:12:12 +01:00
bug69889.phpt
bug69891.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
bug69892.phpt
bug69893.phpt
bug69905.phpt
bug69955.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
bug69957.phpt Convert Division by 0 warnings to Error per the Engine Warning RFC 2020-09-14 13:40:07 +02:00
bug69989_1.phpt
bug69989_2.phpt
bug69989_3.phpt
bug69996.phpt
bug70012.phpt
bug70083.phpt
bug70089.phpt Don't disable opcache for generic tests 2020-11-04 11:12:12 +01:00
bug70117.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
bug70121.phpt
bug70124.phpt
bug70156.phpt
bug70164.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
bug70173.phpt
bug70179.phpt
bug70182.phpt
bug70183.phpt
bug70187.phpt
bug70187_2.phpt
bug70215.phpt Unify static/non-static check for magic methods 2020-07-20 10:39:43 +02:00
bug70223.phpt
bug70240.phpt
bug70241.phpt
bug70253.phpt
bug70258.phpt Run tidy 2020-09-18 14:28:32 +02:00
bug70262.phpt
bug70288.phpt
bug70293.phpt
bug70321.phpt
bug70332.phpt
bug70397.phpt
bug70398.phpt
bug70430.phpt Improve output of tokens in Parse Errors 2020-07-13 11:07:40 +02:00
bug70478.phpt
bug70547.phpt Fix bug #79108 2020-07-24 12:23:34 +02:00
bug70630.phpt Fix #74558: Can't rebind closure returned by Closure::fromCallable() 2020-11-16 14:31:06 +01:00
bug70662.phpt Fixed bug #78598 2020-07-07 12:13:58 +02:00
bug70681.phpt
bug70685.phpt Fix #74558: Can't rebind closure returned by Closure::fromCallable() 2020-11-16 14:31:06 +01:00
bug70689.phpt
bug70748.phpt
bug70782.phpt
bug70785.phpt
bug70804.phpt
bug70805.phpt
bug70805_1.phpt
bug70805_2.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
bug70873.phpt
bug70895.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
bug70898.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
bug70912.phpt
bug70914.phpt Update PDO parameters for named arguments. 2020-09-28 23:02:05 +01:00
bug70918.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
bug70944.phpt
bug70957.phpt
bug70958.phpt
bug70967.phpt
bug70987.phpt
bug70997.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
bug71030.phpt
bug71067.phpt Don't disable opcache for generic tests 2020-11-04 11:12:12 +01:00
bug71086.phpt
bug71154.phpt
bug71163.phpt
bug71196.phpt
bug71221.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
bug71248.phpt
bug71266.phpt
bug71275.phpt
bug71300.phpt
bug71336.phpt
bug71359.phpt
bug71414.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
bug71428.1.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
bug71428.2.phpt
bug71428.3.phpt
bug71470.phpt
bug71474.phpt
bug71529.phpt
bug71539.phpt
bug71539_1.phpt
bug71539_2.phpt
bug71539_3.phpt
bug71539_4.phpt
bug71539_5.phpt
bug71539_6.phpt
bug71572.phpt
bug71622.phpt
bug71695.phpt
bug71724.phpt
bug71731.phpt
bug71737.phpt
bug71756.phpt
bug71818.phpt
bug71841.phpt Promote incomplete class to modification to Error 2020-08-28 11:14:43 +02:00
bug71859.phpt
bug71871.phpt
bug71871_2.phpt
bug71914.phpt
bug71922.phpt
bug71930.phpt
bug71980.phpt
bug72038.phpt Improve error messages mentioning parameters instead of arguments 2020-09-09 10:47:43 +02:00
bug72101.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
bug72107.phpt Improve error messages mentioning parameters instead of arguments 2020-09-09 10:47:43 +02:00
bug72119.phpt
bug72162.phpt Cleanup argument handling of Zend functions and methods 2020-07-21 14:47:03 +02:00
bug72177.phpt
bug72177_2.phpt
bug72188.phpt
bug72215.phpt
bug72215_1.phpt
bug72215_2.phpt
bug72215_3.phpt
bug72216.phpt
bug72335.phpt
bug72347.phpt
bug72373.phpt
bug72395.phpt
bug72441.phpt
bug72496.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
bug72508.phpt
bug72530.phpt
bug72543.phpt
bug72543_1.phpt
bug72543_2.phpt
bug72543_3.phpt
bug72543_4.phpt
bug72543_5.phpt
bug72581.phpt
bug72594.phpt Don't disable opcache for generic tests 2020-11-04 11:12:12 +01:00
bug72598.phpt
bug72598_2.phpt
bug72767.phpt
bug72813.phpt
bug72854.phpt
bug72918.phpt
bug72943.phpt Promote "undefined array key" notice to warning 2020-08-03 14:40:50 +02:00
bug72944.phpt
bug73156.phpt
bug73288.phpt
bug73337.phpt
bug73338.phpt
bug73350.phpt
bug73663.phpt
bug73663_2.phpt Improve error messages mentioning parameters instead of arguments 2020-09-09 10:47:43 +02:00
bug73753.phpt
bug73792.phpt Implement 'Saner Numeric Strings' RFC: 2020-07-29 02:51:09 +01:00
bug73816.phpt
bug73900.phpt
bug73916.phpt
bug73954.phpt
bug73960.phpt
bug73987.phpt
bug73987_1.phpt
bug73987_2.phpt
bug73987_3.phpt
bug73989.phpt
bug73998.phpt
bug74053.phpt
bug74084.phpt
bug74093.phpt Fix bug #81510 2021-10-18 12:45:26 +02:00
bug74164.phpt
bug74269.phpt
bug74340.phpt
bug74546.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
bug74603.ini
bug74603.phpt
bug74657.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
bug74810.phpt
bug74836.phpt Promote "undefined array key" notice to warning 2020-08-03 14:40:50 +02:00
bug74840.phpt
bug74862.phpt
bug74862_2.phpt
bug74947.phpt
bug75079.phpt
bug75079_2.phpt
bug75218.phpt
bug75241.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
bug75252.phpt Improve output of tokens in Parse Errors 2020-07-13 11:07:40 +02:00
bug75290.phpt Update ext/standard parameter names 2020-09-29 16:49:46 +02:00
bug75420.1.phpt
bug75420.2.phpt
bug75420.3.phpt
bug75420.4.phpt
bug75420.5.phpt
bug75420.6.phpt
bug75420.7.phpt
bug75420.8.phpt
bug75420.9.phpt
bug75420.10.phpt
bug75420.11.phpt
bug75420.12.phpt
bug75420.13.phpt
bug75420.14.phpt
bug75420.15.phpt
bug75420.16.phpt
bug75420.phpt
bug75426.phpt
bug75573.phpt
bug75786.phpt
bug75921.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
bug76025.phpt
bug76047.phpt
bug76383.phpt
bug76430.phpt
bug76439.phpt
bug76439_2.phpt
bug76451.inc
bug76451.phpt
bug76451_2.inc
bug76451_2.phpt
bug76502.phpt
bug76534.phpt Implement 'Saner Numeric Strings' RFC: 2020-07-29 02:51:09 +01:00
bug76667.phpt Convert Division by 0 warnings to Error per the Engine Warning RFC 2020-09-14 13:40:07 +02:00
bug76752.phpt
bug76754.phpt Don't disable opcache for generic tests 2020-11-04 11:12:12 +01:00
bug76800.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
bug76846.phpt Run tidy 2020-09-18 14:28:32 +02:00
bug76860.phpt
bug76860_2.phpt
bug76869.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
bug76901.phpt
bug76946.phpt
bug76965.phpt
bug77291.phpt
bug77339.phpt
bug77345_gc_1.phpt Unmark tests as XFAIL on Windows 2020-09-14 10:14:21 +02:00
bug77345_gc_2.phpt Unmark tests as XFAIL on Windows 2020-09-14 10:14:21 +02:00
bug77376.phpt
bug77494.phpt
bug77530.phpt
bug77589.phpt
bug77613.phpt
bug77627.phpt Fix #77627 method_exists on Closure::__invoke 2021-05-25 11:22:05 +02:00
bug77652.inc
bug77652.phpt
bug77660.phpt
bug77738.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
bug77877.phpt
bug77922.phpt
bug77966.phpt
bug77993.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
bug78010.phpt
bug78151.phpt
bug78154.phpt Improve error messages mentioning parameters instead of arguments 2020-09-09 10:47:43 +02:00
bug78182.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
bug78239.phpt
bug78271.phpt
bug78335.phpt
bug78335_2.phpt
bug78340.phpt
bug78344.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
bug78356.phpt
bug78363.phpt
bug78379.phpt Don't disable opcache for generic tests 2020-11-04 11:12:12 +01:00
bug78379_2.phpt
bug78396.phpt
bug78406.phpt
bug78454_1.phpt Improve output of tokens in Parse Errors 2020-07-13 11:07:40 +02:00
bug78454_2.phpt Improve output of tokens in Parse Errors 2020-07-13 11:07:40 +02:00
bug78502.phpt
bug78531.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
bug78589.phpt
bug78598.phpt Fixed bug #78598 2020-07-07 12:13:58 +02:00
bug78644.phpt
bug78658.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
bug78689.phpt
bug78752.phpt
bug78770.phpt Fix bug #78770 2020-08-14 10:24:06 +02:00
bug78776.phpt
bug78787.phpt
bug78810.phpt
bug78868.phpt
bug78898.phpt
bug78921.phpt
bug78926.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
bug78973.phpt
bug78999.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
bug79022.phpt
bug79108.phpt Fix bug #79108 2020-07-24 12:23:34 +02:00
bug79155.phpt
bug79364.phpt
bug79382.phpt Skip special function optimization for redeclared disabled functions 2020-07-08 10:11:00 +02:00
bug79477.phpt
bug79514.phpt
bug79599.phpt Run tidy 2020-09-18 14:28:32 +02:00
bug79657.phpt
bug79668.phpt
bug79778.phpt
bug79779.phpt
bug79783.phpt Update ext/standard parameter names 2020-09-29 16:49:46 +02:00
bug79784.phpt Fixed bug #79784 2020-07-07 14:22:58 +02:00
bug79790.phpt Fixed bug #79790 2020-07-07 10:56:55 +02:00
bug79791.phpt Fixed bug #79791 2020-07-07 16:00:50 +02:00
bug79792.phpt Merge branch 'PHP-7.4' 2020-07-07 12:00:34 +02:00
bug79793.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
bug79818.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
bug79828.phpt Fixed bug #79828 2020-07-13 09:55:13 +02:00
bug79862.phpt Fixed bug #79862 2020-07-15 14:59:55 +02:00
bug79897.phpt Make constexpr compilation robust against multiple compilation 2020-09-27 11:24:22 +02:00
bug79900.phpt Fix bug #79900 2020-07-29 15:27:48 +02:00
bug79919.phpt Fix #79919: Stack use-after-scope in define() 2020-07-31 10:54:41 +02:00
bug79927.phpt Fixed bug #79927 2020-08-11 15:48:40 +02:00
bug79934.phpt Fix #79934: CRLF-only line in heredoc causes parsing error 2020-08-06 12:02:54 +02:00
bug79947.phpt Merge branch 'PHP-7.4' 2020-08-10 10:13:34 +02:00
bug79948.inc Fixed bug #79948 2020-08-10 11:15:16 +02:00
bug79948.phpt Fixed bug #79948 2020-08-10 11:15:16 +02:00
bug79979.phpt Update ext/standard parameter names 2020-09-29 16:49:46 +02:00
bug80030.phpt Fixed bug #80030 2020-08-31 12:38:11 +02:00
bug80037.phpt Run tidy 2020-09-18 14:28:32 +02:00
bug80045.phpt Fixed bug #80045 2020-09-03 10:29:18 +02:00
bug80046.phpt Fixed bug #80046 2020-09-03 11:19:04 +02:00
bug80049.phpt Fixed bug #80049 2020-09-03 17:12:40 +02:00
bug80055.phpt Fix bug #80055 2020-10-15 14:24:25 +02:00
bug80096.phpt Fixed bug #80096 2020-09-14 15:49:49 +02:00
bug80126.phpt Fix bug #80126 2020-10-06 16:33:14 +02:00
bug80126_2.phpt Fix bug #80126 2020-10-06 16:33:14 +02:00
bug80184.phpt Fix bug #80184 2020-10-05 15:24:51 +02:00
bug80194.phpt Fixed bug #80194 2020-10-07 15:03:12 +02:00
bug80255.phpt Fixed bug #80255 2020-10-19 15:13:53 +02:00
bug80391.phpt Fixed bug #80391 2020-11-24 10:09:28 +01:00
bug80404.phpt Fixed bug #80404 2020-11-24 11:35:44 +01:00
bug80781.phpt Merge branch 'PHP-7.4' into PHP-8.0 2021-02-22 09:38:34 +01:00
bug80811.phpt Fixed bug #80811 2021-03-01 16:30:01 +01:00
bug80972.phpt Fix Bug #80972: Memory exhaustion on invalid string offset 2021-04-26 13:22:12 +01:00
bug81070.phpt Skip test without ZMM 2021-06-01 12:07:33 +02:00
bug81076.phpt Fix #81076 Invalid implicit binds cause incorrect count in static vars of closure debug info 2021-05-25 11:26:38 +02:00
bug81104.phpt Fixed bug #81104 2021-06-08 14:31:55 +02:00
bug81159.phpt Fix bug #81159: Object to int warning when using an object as a string offset 2021-06-18 18:07:22 +01:00
bug81626.phpt Fixed bug #81626 2021-11-16 12:45:33 +01:00
bug81631.phpt Fixed bug #81631 2021-11-17 16:06:25 +01:00
bug81652.phpt Fix bug #81652 2021-11-24 15:18:31 +01: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.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
call_static_002.phpt
call_static_003.phpt
call_static_004.phpt
call_static_006.phpt
call_static_007.phpt
call_to_abstract_method_args.phpt
call_to_deprecated_function_args.phpt
call_user_func_001.phpt Update ext/standard parameter names 2020-09-29 16:49:46 +02:00
call_user_func_002.phpt Fix parameter name in call_user_func() error message 2021-07-29 12:48:25 +02:00
call_user_func_003.phpt
call_user_func_005.phpt
call_user_func_006.phpt
call_user_func_007.phpt Promote "undefined array key" notice to warning 2020-08-03 14:40:50 +02:00
call_user_func_008.phpt
call_user_func_009.phpt Rename standard array function parameters to $array 2020-08-11 19:11:59 -04:00
call_user_func_array_array_slice_named_args.phpt Fix assertion failure in cufa optimization with named args 2021-02-15 12:43:31 +01:00
call_user_func_array_invalid_type.phpt
call_user_func_array_prefer_ref.phpt
call_user_func_by_ref.phpt Fix SEND_USER with ref arg 2021-09-17 12:17:33 +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 Throw warning for failed object to int/float conversion 2020-09-21 17:04:39 +02:00
cast_to_int.phpt Throw warning for failed object to int/float conversion 2020-09-21 17:04:39 +02:00
cast_to_object.phpt
cast_to_string.phpt
catch.phpt
catch_static.phpt
class_alias_001.phpt
class_alias_002.phpt
class_alias_004.phpt
class_alias_005.phpt
class_alias_006.phpt Cleanup argument handling of Zend functions and methods 2020-07-21 14:47:03 +02:00
class_alias_007.phpt
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 Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
class_alias_016.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
class_alias_017.phpt
class_alias_018.phpt
class_alias_019.phpt
class_alias_020.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
class_alias_021.phpt
class_constant_to_reference_cached.phpt
class_constants_001.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
class_constants_002.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
class_constants_003.phpt
class_constants_004.phpt
class_constants_005.phpt
class_exists_001.phpt
class_exists_002.phpt
class_exists_003.phpt
class_name_as_scalar.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 Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
class_name_as_scalar_error_006.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
class_name_as_scalar_error_007.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
class_on_constant_evaluated_expression.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
class_on_expression_in_constant_expression.phpt
class_on_object.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
class_properties_const.phpt
class_properties_dynamic.phpt
class_properties_static.phpt
class_uses_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 Improve error messages mentioning parameters instead of arguments 2020-09-09 10:47:43 +02:00
closure_020.phpt
closure_021.phpt
closure_022.phpt
closure_023.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
closure_024.phpt
closure_026.phpt
closure_027.phpt
closure_028.phpt
closure_029.phpt
closure_030.phpt
closure_031.phpt
closure_032.phpt
closure_033.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
closure_034.phpt
closure_035.phpt
closure_036.phpt
closure_037.phpt
closure_038.phpt
closure_039.phpt
closure_040.phpt Use proper parameter type in Closure::bindTo() signature 2020-09-21 14:46:10 +02:00
closure_041.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
closure_042.phpt
closure_043.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
closure_044.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
closure_045.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
closure_046.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
closure_047.phpt
closure_048.phpt
closure_049.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
closure_050.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
closure_051.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
closure_052.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
closure_053.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
closure_054.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
closure_055.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
closure_056.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
closure_057.phpt
closure_058.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
closure_059.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
closure_060.phpt
closure_061.phpt Merge branch 'PHP-7.4' into PHP-8.0 2020-11-16 14:34:28 +01:00
closure_062.phpt
closure_bug66622.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
closure_call.phpt
closure_call_internal.phpt Fix Closure::call() on internal method closure 2021-08-27 11:58:13 +02:00
closure_call_leak_with_exception.phpt
closure_extra_args.phpt
closure_invoke_case_insensitive.phpt
closure_invoke_ref_warning.phpt Fix SEND_USER with ref arg 2021-09-17 12:17:33 +02:00
closure_use_auto_global.phpt
closure_use_parameter_name.phpt
closure_use_trailing_comma.phpt Support optional comma in closure use list 2020-07-21 13:01:27 -04:00
closure_use_variable_twice.phpt
closure_write_prop.phpt
coalesce_assign_optimization.phpt Fix COPY_TMP live range construction with optimization 2021-11-11 10:35:34 +01:00
code_before_loop_var_free.phpt Start block at loop var free 2021-09-27 11:56:37 +02:00
compare_001.phpt Improved number to string comparison semantics 2020-07-22 12:23:49 +02:00
compare_001_64bit.phpt Improved number to string comparison semantics 2020-07-22 12:23:49 +02:00
compare_002.phpt
compare_002_64bit.phpt
compare_003.phpt Improved number to string comparison semantics 2020-07-22 12:23:49 +02:00
compare_003_64bit.phpt Improved number to string comparison semantics 2020-07-22 12:23:49 +02:00
compare_004.phpt Improved number to string comparison semantics 2020-07-22 12:23:49 +02:00
compare_004_64bit.phpt Improved number to string comparison semantics 2020-07-22 12:23:49 +02:00
compare_005.phpt Improved number to string comparison semantics 2020-07-22 12:23:49 +02:00
compare_005_64bit.phpt Improved number to string comparison semantics 2020-07-22 12:23:49 +02:00
compare_006.phpt Improved number to string comparison semantics 2020-07-22 12:23:49 +02:00
compare_006_64bit.phpt Improved number to string comparison semantics 2020-07-22 12:23:49 +02:00
compound_assign_failure.phpt
compound_assign_with_numeric_strings.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
concat_001.phpt
concat_002.phpt
concat_003.phpt
const_array_with_resource_key.phpt
const_deprecation.phpt
const_dereference_001.phpt Promote "undefined array key" notice to warning 2020-08-03 14:40:50 +02:00
const_dereference_002.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
const_dereference_003.phpt Promote "undefined array key" notice to warning 2020-08-03 14:40:50 +02:00
const_eval_and.phpt
constant_arrays.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
constant_expressions.phpt
constant_expressions_arrays.phpt Promote "undefined array key" notice to warning 2020-08-03 14:40:50 +02:00
constant_expressions_classes.phpt
constant_expressions_coalesce.phpt
constant_expressions_coalesce_empty_dim.phpt
constant_expressions_dynamic.phpt Implement 'Saner Numeric Strings' RFC: 2020-07-29 02:51:09 +01:00
constant_expressions_dynamic_class_name_error.phpt
constant_expressions_exceptions.inc
constant_expressions_exceptions_001.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
constant_expressions_exceptions_002.phpt
constant_expressions_invalid_offset_type_error.phpt
constant_expressions_self_referencing_array.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
constant_expressions_static_class_name_error.phpt
constants_001.phpt Make constant redeclaration a warning 2020-09-21 17:04:39 +02:00
constants_002.phpt Cleanup argument handling of Zend functions and methods 2020-07-21 14:47:03 +02:00
constants_003.phpt
constants_004.phpt Make constant redeclaration a warning 2020-09-21 17:04:39 +02:00
constants_005.phpt
constants_006.phpt
constants_007.phpt
constants_008.phpt Make constant redeclaration a warning 2020-09-21 17:04:39 +02:00
constants_009.phpt
constructor_abstract_grantparent.phpt
constructor_args.phpt
continue_targeting_switch_warning.phpt Improve switch continue warning 2021-01-25 16:17:50 +01:00
ctor_promotion_abstract.phpt
ctor_promotion_additional_modifiers.phpt Improve output of tokens in Parse Errors 2020-07-13 11:07:40 +02:00
ctor_promotion_attributes.phpt Change Attribute Syntax from @@ to #[] 2020-09-02 20:26:50 +02:00
ctor_promotion_basic.phpt
ctor_promotion_by_ref.phpt
ctor_promotion_callable_type.phpt
ctor_promotion_defaults.phpt
ctor_promotion_free_function.phpt
ctor_promotion_interface.phpt
ctor_promotion_mixing.phpt
ctor_promotion_not_a_ctor.phpt
ctor_promotion_null_default.phpt
ctor_promotion_repeated_prop.phpt
ctor_promotion_trait.phpt
ctor_promotion_untyped_default.phpt Fixed bug #79867 2020-07-17 15:10:45 +02:00
ctor_promotion_variadic.phpt
custom_assert_forbidden.phpt
dead_array_type_inference.phpt Merge branch 'PHP-7.4' into PHP-8.0 2020-10-30 15:52:46 +01:00
debug_backtrace_limit.phpt
debug_backtrace_options.phpt
debug_backtrace_with_include_and_this.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
debug_info-error-0.0.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
debug_info-error-0.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
debug_info-error-1.0.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
debug_info-error-1.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
debug_info-error-empty_str.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
debug_info-error-false.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
debug_info-error-object.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
debug_info-error-resource.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
debug_info-error-str.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
debug_info-error-true.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
debug_info.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
debug_print_backtrace_limit.phpt
declare_001.phpt
declare_002.phpt
declare_003.phpt
declare_004.phpt
declare_005.phpt
declare_006.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
declare_already_in_use.phpt
decrement_001.phpt
decrement_001_64bit.phpt
defined_fn_no_ns_fallback.phpt
dereference_001.phpt Promote "undefined array key" notice to warning 2020-08-03 14:40:50 +02:00
dereference_002.phpt Promote "undefined array key" notice to warning 2020-08-03 14:40:50 +02:00
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 Promote "undefined array key" notice to warning 2020-08-03 14:40:50 +02:00
dereference_014.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
die_string_cast_exception.phpt
dim_assign_001.phpt Fix test added in d44235acae 2020-10-30 22:11:27 +02:00
dim_assign_001.txt Convert numeric string array keys to integers correctly in JITted code 2020-10-30 22:07:08 +02:00
div_001.phpt
div_002.phpt
div_by_zero_compound_refcounted.phpt Fix use after free on compound division by zero 2021-07-07 09:38:30 +02:00
div_by_zero_compound_with_conversion.phpt Fix leak on div by zero compound assignment with coercion 2021-07-01 14:50:18 +02:00
div_by_zero_in_static.phpt Return correct result code for division by zero 2020-10-02 12:09:14 +02:00
double_array_cast.phpt
double_to_string.phpt
double_to_string_64bit.phpt
dtor_scope.phpt
duplicate_label_error.phpt
dval_to_lval_32.phpt Run tidy 2020-09-18 14:28:32 +02:00
dval_to_lval_64.phpt Run tidy 2020-09-18 14:28:32 +02:00
dynamic_call_002.phpt
dynamic_call_003.phpt
dynamic_call_004.phpt
dynamic_call_005.phpt
dynamic_call_006.phpt
dynamic_call_007.phpt
dynamic_call_008.phpt
dynamic_call_freeing.phpt
dynamic_call_non_static.phpt Fix trampoline leak on dynamic static call of non-static method 2021-02-22 10:32:59 +01:00
dynamic_call_to_ref_returning_function.phpt
dynamic_fully_qualified_call.phpt
dynamic_prop_name_leak.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
empty_str_offset.phpt
empty_with_expr.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
entry_block_with_predecessors.phpt
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_013.phpt
errmsg_015.phpt Clean up zend_check_magic_method_implementation 2020-07-20 10:17:40 +02:00
errmsg_016.phpt
errmsg_017.phpt
errmsg_018.phpt
errmsg_019.phpt Clean up zend_check_magic_method_implementation 2020-07-20 10:17:40 +02:00
errmsg_020.phpt
errmsg_021.phpt
errmsg_022.phpt Improve error messages mentioning parameters instead of arguments 2020-09-09 10:47:43 +02:00
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 Unify static/non-static check for magic methods 2020-07-20 10:39:43 +02:00
errmsg_033.phpt Unify static/non-static check for magic methods 2020-07-20 10:39:43 +02:00
errmsg_034.phpt Unify static/non-static check for magic methods 2020-07-20 10:39:43 +02:00
errmsg_035.phpt
errmsg_036.phpt
errmsg_037.phpt
errmsg_038.phpt
errmsg_039.phpt
errmsg_040.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
error_reporting07.phpt
error_reporting08.phpt
error_reporting09.phpt
error_reporting10.phpt
ErrorException_construct.phpt Improve default value handling of Exception constructors 2020-09-21 12:46:50 +02:00
ErrorException_getSeverity.phpt
eval_parse_error_with_doc_comment.phpt
ex_func_null_during_property_write.phpt Check for null EX(func) in write_property 2020-09-01 15:16:41 +02:00
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
exception_011.phpt
exception_013.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
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
exception_024.phpt [RFC] Make string length for getTraceAsString() configurable 2020-07-25 09:50:57 -04:00
exception_025.phpt [RFC] Make string length for getTraceAsString() configurable 2020-07-25 09:50:57 -04:00
exception_before_fatal.phpt
exception_delayed_message.phpt
exception_during_by_reference_magic_get.phpt Property handle read_property exception in fetch_property_address 2020-08-26 16:12:34 +02:00
exception_during_include_stat.phpt
exception_during_property_assign_op.phpt
exception_during_variance_autoload.phpt Bail on exception during delayed autoload 2021-09-23 12:46:39 +02:00
exception_from_toString.phpt
exception_getters_with_ref_props.phpt
exception_handler_001.phpt
exception_handler_002.phpt
exception_handler_003.phpt
exception_handler_004.phpt Zend parameter renames amendment 2020-09-29 11:04:09 +02:00
exception_handler_005.phpt
exception_handler_006.phpt
exception_handler_007.phpt Use ZPP callable check in zend built in functions 2020-07-08 19:38:46 +02:00
exception_ignore_args.phpt
exception_in_nested_rope.phpt
exception_in_rope_end.phpt
exception_set_previous_leak.phpt
exception_with_by_ref_message.phpt
exit_exception_handler.phpt
exit_finally_1.phpt
exit_finally_2.phpt
exit_finally_3.phpt
fe_fetch_dtor_exception.phpt
fe_fetch_op2_live_range.phpt
flexible-heredoc-complex-test1.phpt
flexible-heredoc-complex-test2.phpt
flexible-heredoc-complex-test3.phpt
flexible-heredoc-complex-test4.phpt
flexible-heredoc-error1.phpt
flexible-heredoc-error2.phpt
flexible-heredoc-error3.phpt
flexible-heredoc-error4.phpt
flexible-heredoc-error5.phpt
flexible-heredoc-error6.phpt
flexible-heredoc-error7.phpt Improve output of tokens in Parse Errors 2020-07-13 11:07:40 +02:00
flexible-heredoc-error8.phpt
flexible-heredoc-error9.phpt
flexible-heredoc-error10.phpt
flexible-heredoc-error11.phpt
flexible-heredoc-error12.phpt
flexible-heredoc-error13.phpt
flexible-heredoc-nowdoc-lineno.phpt
flexible-heredoc-nowdoc.phpt
flexible-nowdoc-error1.phpt
flexible-nowdoc-error2.phpt
flexible-nowdoc-error3.phpt
flexible-nowdoc-error4.phpt
flexible-nowdoc-error5.phpt
flexible-nowdoc-error6.phpt
flexible-nowdoc-error7.phpt Improve output of tokens in Parse Errors 2020-07-13 11:07:40 +02:00
flexible-nowdoc-error8.phpt Improve output of tokens in Parse Errors 2020-07-13 11:07:40 +02:00
float_prec_001.phpt
foreach.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
foreach_018.phpt
foreach_by_ref_repacking_insert.phpt
foreach_by_ref_to_property.phpt Fix leak on foreach by ref assign to property 2021-07-01 15:48:39 +02:00
foreach_empty_loop_leak.phpt
foreach_list_001.phpt
foreach_list_002.phpt
foreach_list_003.phpt
foreach_list_004.phpt
foreach_list_keyed.phpt
foreach_over_null.phpt Fix type inference for FE_RESET on invalid type 2020-09-01 13:59:36 +02:00
foreach_reference.phpt
foreach_shadowed_dyn_property.phpt
foreach_shadowed_property.phpt
foreach_temp_array_expr_with_refs.phpt
foreach_undefined.phpt
foreach_unset_globals.phpt
fr47160.phpt
func_arg_fetch_optimization.phpt Handle FETCH_DIM_R after FETCH_DIM_FUNC_ARG in inference 2021-11-01 14:26:36 +01:00
func_get_args.phpt
func_sig_trailing_comma.phpt
function_arguments_001.phpt
function_arguments_002.phpt
function_arguments_003.phpt
function_exists_basic.phpt
function_outside_namespace.phpt Fix detection of code outside namespace 2020-09-21 12:37:44 +02:00
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 Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
gc_013.phpt
gc_014.phpt
gc_015.phpt
gc_016.phpt
gc_017.phpt
gc_018.phpt
gc_019.phpt
gc_020.phpt
gc_021.phpt
gc_022.phpt
gc_023.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
gc_024.phpt
gc_025.phpt
gc_026.phpt
gc_027.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
gc_028.phpt
gc_029.phpt
gc_030.phpt
gc_031.phpt
gc_032.phpt
gc_033.phpt
gc_034.phpt
gc_035.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
gc_036.phpt
gc_037.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
gc_038.phpt
gc_039.phpt
gc_041.phpt
gc_042.phpt
gc_043.phpt
get_called_class_001.phpt Synchronize GET_CLASS/GET_CALLED_CLASS opcodes with functions 2020-09-21 15:06:04 +02:00
get_class_methods_001.phpt
get_class_methods_002.phpt
get_class_methods_003.phpt
get_class_vars_001.phpt Use C zpp for get_class_vars() 2020-09-22 13:05:05 +02:00
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_class_vars_typed_props.phpt
get_defined_functions_basic.phpt
get_defined_vars.phpt
get_mangled_object_vars.phpt
get_parent_class_001.phpt
get_required_files.phpt
get_resource_id.phpt
gh9407.phpt Fix lsp error in eval'd code referring to incorrect class for static type 2022-09-08 10:52:27 +02:00
global_to_string_exception.phpt Don't free FETCH_W operand if GLOBAL_LOCK 2021-10-12 12:44:35 +02:00
global_with_side_effect_name.phpt
globals.inc
globals_001.phpt Promote "undefined array key" notice to warning 2020-08-03 14:40:50 +02:00
globals_002.phpt Promote "undefined array key" notice to warning 2020-08-03 14:40:50 +02:00
globals_003.phpt Promote "undefined array key" notice to warning 2020-08-03 14:40:50 +02:00
globals_004.phpt Promote "undefined array key" notice to warning 2020-08-03 14:40:50 +02:00
globals_005.phpt
goto_in_foreach.phpt
grandparent_prototype.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
halt01.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
halt02.phpt
halt03.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
halt_compiler1.phpt
halt_compiler2.phpt
halt_compiler3.phpt Make constant redeclaration a warning 2020-09-21 17:04:39 +02:00
halt_compiler4.phpt Make constant redeclaration a warning 2020-09-21 17:04:39 +02:00
halt_compiler5.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
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_011.phpt
heredoc_012.phpt
heredoc_013.phpt
heredoc_014.phpt
heredoc_015.phpt
heredoc_016.phpt
hex_overflow_32bit.phpt
ignore_repeated_errors.phpt Fix bug #81591: ignore_repeated_errors broken 2021-11-04 16:23:55 +01:00
ignore_repeated_source.phpt Fix bug #81591: ignore_repeated_errors broken 2021-11-04 16:23:55 +01:00
illegal_offset_unset_isset_empty.phpt
incdec_ref_property.phpt
include_fail_during_read.phpt
include_stat_is_quiet.phpt
incompat_ctx_user.phpt
increment_001.phpt
increment_function_return_error.phpt
indexing_001.phpt Fix Bug #80972: Memory exhaustion on invalid string offset 2021-04-26 13:21:40 +01:00
indirect_call_array_001.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
indirect_call_array_002.phpt
indirect_call_array_003.phpt
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 Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
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
inherit_internal_static.phpt
instanceof.phpt
instanceof_001.phpt
instanceof_002.phpt
instanceof_const.phpt
instantiate_all_classes.phpt Add test instantiating all objects 2020-10-01 18:37:24 +02:00
int_conversion_exponents.phpt Implement 'Saner Numeric Strings' RFC: 2020-07-29 02:51:09 +01:00
int_overflow_32bit.phpt
int_overflow_64bit.phpt
int_special_values.phpt
int_static_prop_name.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02: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
interface_extends_static.phpt
interface_with_tostring.phpt Remove unnecessary assertion 2021-11-04 17:00:17 +01:00
invalid_parent_const_ref_leak.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
is_a.phpt
is_callable_trampoline_uaf.phpt
isset_001.phpt
isset_002.phpt
isset_003.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
isset_array.phpt
isset_expr_error.phpt
isset_func_error.phpt
isset_str_offset.phpt
iterable_or_null.phpt Add Z_PARAM_ITERABLE and co 2020-09-03 07:03:12 -06:00
iterator_key_by_ref.phpt Handle ref return from Iterator::key() 2021-04-15 13:05:48 +02:00
jmpznz_relative_offsets.phpt Fix relative offsets when copying JMPZNZ 2021-09-27 16:18:40 +02: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
jump16.phpt
jump17.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
lc_ctype_inheritance.phpt
line_const_in_array.phpt
list_001.phpt
list_002.phpt
list_003.phpt
list_004.phpt
list_005.phpt
list_006.phpt Promote "undefined array key" notice to warning 2020-08-03 14:40:50 +02:00
list_007.phpt
list_008.phpt
list_010.phpt
list_011.phpt Improve output of tokens in Parse Errors 2020-07-13 11:07:40 +02:00
list_012.phpt
list_013.phpt
list_014.phpt
list_assign_ref_string_offset_error.phpt Fix infinite loop on string offset during by-ref list assign 2020-09-02 10:16:05 +02:00
list_destructuring_to_special_variables.phpt
list_empty_error.phpt
list_empty_error_keyed.phpt
list_keyed.phpt
list_keyed_ArrayAccess.phpt
list_keyed_conversions.phpt Promote "undefined array key" notice to warning 2020-08-03 14:40:50 +02:00
list_keyed_evaluation_order.inc
list_keyed_evaluation_order.phpt
list_keyed_evaluation_order_2.phpt
list_keyed_evaluation_order_3.phpt
list_keyed_evaluation_order_nested.phpt
list_keyed_non_literals.phpt
list_keyed_trailing_comma.phpt
list_keyed_undefined.phpt Promote "undefined array key" notice to warning 2020-08-03 14:40:50 +02:00
list_mixed_keyed_unkeyed.phpt
list_mixed_nested_keyed_unkeyed.phpt
list_self_assign.phpt
live_range_phi_leak.phpt Fix incorrectly optimized out live range 2020-11-17 10:19:57 +01:00
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 Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
lsb_009.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
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 Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02: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
magic_methods_001.phpt
magic_methods_002.phpt
magic_methods_003.phpt Unify static/non-static check for magic methods 2020-07-20 10:39:43 +02:00
magic_methods_004.phpt
magic_methods_005.phpt Unify static/non-static check for magic methods 2020-07-20 10:39:43 +02:00
magic_methods_006.phpt Report magic method names as written 2020-07-20 11:12:47 +02:00
magic_methods_007.phpt Unify magic method visibility check 2020-07-20 11:12:47 +02:00
magic_methods_008.phpt
magic_methods_009.phpt Report magic method names as written 2020-07-20 11:12:47 +02:00
magic_methods_010.phpt Unify magic method visibility check 2020-07-20 11:12:47 +02:00
magic_methods_011.phpt Run tidy 2020-09-18 14:28:32 +02:00
magic_methods_012.phpt Run tidy 2020-09-18 14:28:32 +02:00
magic_methods_013.phpt Run tidy 2020-09-18 14:28:32 +02:00
magic_methods_014.phpt Run tidy 2020-09-18 14:28:32 +02:00
magic_methods_015.phpt Run tidy 2020-09-18 14:28:32 +02:00
magic_methods_016.phpt Run tidy 2020-09-18 14:28:32 +02:00
magic_methods_017.phpt Run tidy 2020-09-18 14:28:32 +02:00
magic_methods_018.phpt Run tidy 2020-09-18 14:28:32 +02:00
magic_methods_019.phpt Run tidy 2020-09-18 14:28:32 +02:00
magic_methods_020.phpt Run tidy 2020-09-18 14:28:32 +02:00
magic_methods_021.phpt Fix bug #79925 2020-08-03 10:35:26 +02:00
magic_methods_inheritance_rules.phpt Run tidy 2020-09-18 14:28:32 +02:00
magic_methods_inheritance_rules_non_trivial_01.phpt Run tidy 2020-09-18 14:28:32 +02:00
magic_methods_inheritance_rules_non_trivial_02.phpt Run tidy 2020-09-18 14:28:32 +02:00
magic_methods_serialize.phpt Unify static/non-static check for magic methods 2020-07-20 10:39:43 +02:00
magic_methods_set_state.phpt Unify static/non-static check for magic methods 2020-07-20 10:39:43 +02:00
magic_methods_sleep.phpt Run tidy 2020-09-18 14:28:32 +02:00
magic_methods_unserialize.phpt Unify static/non-static check for magic methods 2020-07-20 10:39:43 +02:00
magic_methods_wakeup.phpt Run tidy 2020-09-18 14:28:32 +02:00
memory_get_peak_usage.phpt
method_argument_binding.phpt Ignore inheritance rules on private methods 2020-07-15 17:09:57 +01:00
method_exists.phpt
method_exists_002.phpt
method_static_var.phpt Don't xfail method_static_var.phpt 2020-11-04 12:30:41 +01:00
methods-on-non-objects-call-user-func.phpt Fix parameter name in call_user_func() error message 2021-07-29 12:48:25 +02:00
methods-on-non-objects-catch.phpt
methods-on-non-objects-usort.phpt
methods-on-non-objects.phpt
mod_001.phpt
modify_isref_value_return.phpt
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 Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
name_collision_08.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
name_collision_09.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
namespace_first_stmt_nop.phpt Fixed bug #80225 2020-10-12 16:35:09 +02:00
namespace_name_namespace.phpt Treat namespaced names as single token 2020-07-22 12:36:05 +02:00
namespace_name_namespace_start.phpt Treat namespaced names as single token 2020-07-22 12:36:05 +02:00
namespace_name_reserved_keywords.phpt Treat namespaced names as single token 2020-07-22 12:36:05 +02:00
namespaced_name_whitespace.phpt Treat namespaced names as single token 2020-07-22 12:36:05 +02:00
nested_method_and_function.phpt
new_args_without_ctor.phpt
no_class_const_propagation_in_closures.phpt
not_001.phpt
not_002.phpt
nowdoc.inc
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_011.phpt
nowdoc_012.phpt
nowdoc_013.phpt
nowdoc_014.phpt
nowdoc_015.phpt
nowdoc_016.phpt
nowdoc_017.phpt
ns_001.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
ns_002.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
ns_003.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
ns_004.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
ns_005.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
ns_006.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
ns_007.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
ns_008.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
ns_009.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
ns_010.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
ns_011.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
ns_012.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
ns_013.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
ns_014.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
ns_015.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
ns_016.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
ns_017.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
ns_018.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
ns_019.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
ns_020.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
ns_021.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
ns_022.inc
ns_022.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
ns_023.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
ns_024.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
ns_025.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
ns_026.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
ns_027.inc
ns_027.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
ns_028.inc
ns_028.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
ns_029.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
ns_030.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
ns_031.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
ns_032.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
ns_033.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
ns_034.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
ns_035.phpt
ns_036.phpt
ns_037.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
ns_038.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
ns_039.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
ns_040.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
ns_041.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
ns_042.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
ns_043.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
ns_044.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
ns_045.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
ns_046.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
ns_047.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
ns_048.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
ns_049.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
ns_050.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
ns_051.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
ns_052.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
ns_053.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
ns_054.phpt
ns_055.phpt
ns_056.phpt
ns_057.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
ns_058.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
ns_059.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
ns_060.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
ns_061.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
ns_062.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
ns_063.phpt
ns_064.phpt
ns_065.inc
ns_065.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
ns_066.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
ns_067.inc
ns_067.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
ns_068.phpt
ns_069.inc
ns_069.phpt
ns_070.phpt
ns_071.phpt
ns_072.phpt
ns_073.phpt
ns_074.phpt
ns_075.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
ns_076.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
ns_077_1.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
ns_077_2.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
ns_077_3.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
ns_077_4.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
ns_077_5.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
ns_077_7.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
ns_077_8.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
ns_078.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
ns_079.phpt
ns_080.phpt
ns_081.phpt
ns_082.phpt
ns_083.phpt
ns_084.phpt
ns_085.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
ns_086.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
ns_087.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
ns_088.phpt Improve output of tokens in Parse Errors 2020-07-13 11:07:40 +02:00
ns_089.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
ns_090.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
ns_091.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
ns_092.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
ns_093.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
ns_094.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
ns_095.phpt
ns_096.phpt Treat namespaced names as single token 2020-07-22 12:36:05 +02:00
ns_trailing_comma_01.phpt
ns_trailing_comma_02.phpt
ns_trailing_comma_error_01.phpt Treat namespaced names as single token 2020-07-22 12:36:05 +02:00
ns_trailing_comma_error_02.phpt Treat namespaced names as single token 2020-07-22 12:36:05 +02:00
ns_trailing_comma_error_03.phpt Improve output of tokens in Parse Errors 2020-07-13 11:07:40 +02:00
ns_trailing_comma_error_04.phpt Treat namespaced names as single token 2020-07-22 12:36:05 +02:00
ns_trailing_comma_error_05.phpt Improve output of tokens in Parse Errors 2020-07-13 11:07:40 +02:00
ns_trailing_comma_error_06.phpt Improve output of tokens in Parse Errors 2020-07-13 11:07:40 +02:00
ns_trailing_comma_error_07.phpt Treat namespaced names as single token 2020-07-22 12:36:05 +02:00
ns_trailing_comma_error_08.phpt Improve output of tokens in Parse Errors 2020-07-13 11:07:40 +02:00
numeric_literal_separator_001.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
numeric_literal_separator_002.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
numeric_literal_separator_003.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
numeric_literal_separator_004.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
numeric_literal_separator_005.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
numeric_literal_separator_006.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
numeric_literal_separator_007.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
numeric_literal_separator_008.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
numeric_literal_separator_009.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
object-null.phpt
object_array_cast.phpt
object_gc_in_shutdown.phpt
object_handlers.phpt
object_property_ref_incdec.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
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_021.phpt
objects_022.phpt
objects_023.phpt
objects_024.phpt
objects_025.phpt
objects_026.phpt
objects_027.phpt
objects_028.phpt
objects_029.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
objects_030.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
objects_031.phpt
objects_032.phpt
objects_033.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
objects_034.phpt Fix array clobering by user error handler 2021-12-13 14:59:30 +03:00
objects_035.phpt Fix array clobering by user error handler 2021-12-13 14:59:30 +03:00
oct_overflow.phpt
oct_overflow_char.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
offset_array.phpt Promote "undefined array key" notice to warning 2020-08-03 14:40:50 +02:00
offset_assign.phpt Implement 'Saner Numeric Strings' RFC: 2020-07-29 02:51:09 +01:00
offset_bool.phpt
offset_long.phpt
offset_null.phpt
offset_object.phpt
offset_string.phpt Fix bug #81159: Object to int warning when using an object as a string offset 2021-06-18 18:07:22 +01:00
operator_unsupported_types.phpt Implement 'Saner Numeric Strings' RFC: 2020-07-29 02:51:09 +01:00
or_001.phpt
output_started_at_eval.phpt Make sure output start filename is not freed early 2020-10-16 17:27:52 +02:00
overloaded_assign_prop_return_value.phpt
overloaded_func_001.phpt
overloaded_func_002.phpt
overloaded_prop_assign_op_refs.phpt
parent_class_name_without_parent.phpt
php_tag_only.inc
php_tag_only.phpt
post_inc_without_use.phpt Check that POST_INC/DEC has use in DFA optimization 2021-09-09 15:48:51 +02:00
pow_array_leak.phpt
pow_ref.phpt
property_access_errors_for_guarded_properties.phpt
property_exists.phpt
property_guard_hash_val.phpt Merge branch 'PHP-7.4' 2020-09-15 15:27:17 +02:00
qm_assign_ref_unwrap_leak.phpt
real_cast.phpt
recursive_debug_info.phpt
recv_init_ref_type.phpt
remove_predecessor_of_pi_node.phpt Merge branch 'PHP-7.4' 2020-09-01 12:26:18 +02:00
replace_pred_pi_node.phpt Drop pi nodes for both old/new pred in replace_predecessor 2021-11-08 14:56:42 +01:00
require_once_warning_to_exception.phpt Don't throw additional Error in require_once if exception already thrown 2021-02-11 09:41:19 +01:00
require_parse_exception.phpt Improve output of tokens in Parse Errors 2020-07-13 11:07:40 +02:00
required_param_after_optional.phpt
result_unused.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
return_ref_none.phpt Fix null pointer deref in compile_return() 2020-07-27 10:27:26 +02:00
rope_with_exception.phpt
runtime_compile_time_binary_operands.phpt Fix compile-time/run-time discrepancies with unary operators 2020-09-15 15:08:55 +02:00
self_and.phpt Implement 'Saner Numeric Strings' RFC: 2020-07-29 02:51:09 +01:00
self_class_const_in_unknown_scope.phpt
self_class_const_outside_class.phpt
self_in_eval.phpt
self_instanceof_outside_class.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
self_method_or_prop_outside_class.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
self_mod.phpt Implement 'Saner Numeric Strings' RFC: 2020-07-29 02:51:09 +01:00
self_or.phpt Implement 'Saner Numeric Strings' RFC: 2020-07-29 02:51:09 +01:00
self_xor.phpt Implement 'Saner Numeric Strings' RFC: 2020-07-29 02:51:09 +01:00
selfParent_001.phpt
selfParent_002.phpt
settype_array.phpt
settype_bool.phpt
settype_double.phpt Throw warning for failed object to int/float conversion 2020-09-21 17:04:39 +02:00
settype_int.phpt Throw warning for failed object to int/float conversion 2020-09-21 17:04:39 +02:00
settype_null.phpt
settype_object.phpt
settype_resource.phpt
settype_string.phpt
shift_001.phpt Implement 'Saner Numeric Strings' RFC: 2020-07-29 02:51:09 +01:00
shift_002.phpt Implement 'Saner Numeric Strings' RFC: 2020-07-29 02:51:09 +01:00
short_echo_as_identifier.phpt
special_name_error2.phpt
special_name_error3.phpt
static_in_trait_insteadof_list.phpt
static_in_trait_insteadof_reference.phpt
static_method_non_existing_class.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
static_variable.phpt
static_variable_in_private_method.phpt
static_variable_in_private_trait_method.phpt
str_offset_001.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
str_offset_002.phpt
str_offset_003.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
str_offset_004.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
str_offset_005.phpt Fix crash after indirect modification of string by user error handler 2021-11-30 16:07:38 +03:00
str_offset_006.phpt Fix clobering of operand by error handler in assignment to string offset 2021-12-02 00:24:05 +03:00
str_offset_007.phpt Fix clobering of operand by error handler in assignment to string offset 2021-12-02 00:24:05 +03:00
str_offset_008.phpt Fix yet another indirect string modification by error handler problem 2021-12-02 16:16:54 +03:00
str_or_obj_of_class_zpp.phpt Consolidate new union type ZPP macro names 2020-09-11 11:00:18 +02:00
str_or_obj_zpp.phpt Consolidate new union type ZPP macro names 2020-09-11 11:00:18 +02:00
strict_001.phpt
strict_002.phpt
string_offset_errors.phpt
string_offset_int_min_max.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
string_to_number_comparison.phpt Permit trailing whitespace in numeric strings 2020-07-29 02:22:38 +01:00
stringable_automatic_implementation.phpt
stringable_internal_class.phpt Implement Stringable automatically for internal classes 2021-11-05 10:22:04 +01:00
stringable_trait.phpt Don't implement Stringable on traits 2021-11-05 09:42:58 +01:00
stringable_trait_invalid.phpt Don't implement Stringable on traits 2021-11-05 09:42:58 +01:00
strlen.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
sub_001.phpt
switch_on_numeric_strings.phpt
symtable_cache_recursive_dtor.phpt Fix symtable cache being used while cleaning symtable 2021-02-15 14:58:38 +01:00
temporary_cleaning_001.phpt
temporary_cleaning_002.phpt
temporary_cleaning_003.phpt
temporary_cleaning_004.phpt
temporary_cleaning_005.phpt
temporary_cleaning_006.phpt
temporary_cleaning_007.phpt
temporary_cleaning_008.phpt
temporary_cleaning_009.phpt
temporary_cleaning_010.phpt
temporary_cleaning_011.phpt
temporary_cleaning_012.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
temporary_cleaning_013.phpt
temporary_cleaning_014.phpt
temporary_cleaning_015.phpt
temporary_cleaning_016.phpt
ternary_associativity.phpt Make nested ternary without parentheses a compile error 2020-07-24 10:35:42 +02:00
ternary_associativity_1.phpt Make nested ternary without parentheses a compile error 2020-07-24 10:35:42 +02:00
ternary_associativity_2.phpt Make nested ternary without parentheses a compile error 2020-07-24 10:35:42 +02:00
ternary_associativity_3.phpt Make nested ternary without parentheses a compile error 2020-07-24 10:35:42 +02:00
this_as_global.phpt
this_as_lexical_var_error.phpt
this_as_parameter.phpt
this_as_static.phpt
this_in_catch.phpt
this_in_eval.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
this_in_extract.phpt
this_in_foreach_001.phpt
this_in_foreach_002.phpt
this_in_foreach_003.phpt
this_in_foreach_004.phpt
this_in_isset.phpt
this_in_unset.phpt
this_reassign.phpt
throw_reference.phpt
throwable_001.phpt
throwable_002.phpt
throwable_003.phpt
throwing_overloaded_compound_assign_op.phpt
trait_exists_001.phpt
trait_exists_002.phpt
trait_exists_003.phpt
trait_type_errors.phpt
uncaught_exception_error_supression.phpt
undef_index_to_exception.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
undef_var_in_verify_return.phpt Fix handling of throwing undef var in verify return 2020-10-13 11:43:43 +02:00
unexpected_ref_bug.phpt
unpack_iterator_by_ref_type_check.phpt Create reference wrappers in SEND_UNPACK if necessary 2021-09-30 14:55:48 +02:00
unreachable_phi_cycle.phpt Fix DCE of unreachable phi in cycle 2021-09-27 11:26:31 +02:00
unset.inc
unset_cast_removed.phpt
unset_cv01.phpt
unset_cv02.phpt
unset_cv03.phpt
unset_cv04.phpt
unset_cv05.phpt
unset_cv06.phpt Promote "undefined array key" notice to warning 2020-08-03 14:40:50 +02:00
unset_cv08.phpt
unset_cv09.phpt
unset_cv10.phpt
unset_cv11.phpt
unset_cv12.phpt
unset_prop_recursion.phpt Undef slot before destroying in unset_property 2021-07-15 09:31:19 +02:00
unterminated_comment.phpt
unused_shared_static_variables.phpt
update_consts_shadowed_private_prop.phpt Fix constant update for shadowed private property 2021-07-08 10:12:40 +02:00
use_late_binding_conflict.phpt
use_no_eval_conflict.phpt
use_no_file_conflict.phpt
use_no_file_conflict_1.inc
use_no_file_conflict_2.inc
use_unlinked_class.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
variable_with_boolean_name.phpt
variable_with_integer_name.phpt
varvars_by_ref.phpt
vm_stack_with_arg_extend.phpt
warning_during_heredoc_scan_ahead.phpt Merge branch 'PHP-7.4' 2020-09-04 11:00:45 +02:00
write_property_ref_overwrite_return.phpt Fixed bug #80173 2021-07-02 10:07:40 +02:00
xor_001.phpt
xor_002.phpt
xor_003.phpt
zend_operators.phpt
zend_signed_multiply-32bit.phpt
zend_signed_multiply-64bit-2.phpt
zend_signed_multiply-64bit.phpt
zend_strtod.phpt