php-src/Zend/tests
Ilija Tovilo 5286bab392
[skip ci] Skip arginfo_zpp_mismatch on asan
These tests intermittently crash asan. It might be due to some function invoking
dl(), which is known to crash lsan. It might also be something else, the version
of asan shipped with ubuntu 22.04 is flaky.
2023-09-11 11:32:34 +02:00
..
anon Declare tentative return types for Zend (#7251) 2021-07-19 13:44:20 +02:00
arg_unpack Declare tentative return types for Zend (#7251) 2021-07-19 13:44:20 +02:00
array_unpack Fix GH-9769: Misleading error message for unpacking of objects 2022-12-02 13:10:59 +01: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 Merge branch 'PHP-8.0' into PHP-8.1 2022-04-23 11:19:20 +02:00
bug39542
bug67436 Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
closures Merge branch 'PHP-8.0' 2021-04-16 09:59:01 +08:00
constants Fix GH-7757: Multi-inherited final constant causes fatal error 2021-12-12 22:22:51 +01:00
constexpr Add limited support for new in initializers 2021-07-13 14:03:20 +02:00
enum Fix Enum::from/tryFrom memory leak in JIT for internal enums 2022-05-28 10:51:17 +02:00
fibers Fix GH-10496: Fibers must not be garbage collected while implicitly suspended by resumption of another fiber 2023-02-13 16:30:21 +00:00
float_to_int Handle promoted exception in int|string type 2021-07-05 10:48:20 +02:00
function_arguments Make argument type error message consistent for variadics 2020-09-11 17:16:19 +02:00
generators Fix GH-11028: Heap Buffer Overflow in zval_undefined_cv. 2023-04-15 18:22:55 +02:00
grammar Implement readonly properties 2021-07-20 12:05:46 +02:00
list Declare tentative return types for Zend (#7251) 2021-07-19 13:44:20 +02:00
match Fix incorrect match default branch optimization 2023-04-26 15:19:20 +02:00
multibyte Migrate SKIPIF -> EXTENSIONS (#7138) 2021-06-11 11:57:42 +02:00
named_params Merge branch 'PHP-8.0' into PHP-8.1 2022-08-22 17:47:43 +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 Merge branch 'PHP-8.0' into PHP-8.1 2022-02-01 16:25:03 +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 support for tentative return types of internal methods 2021-05-14 15:55:25 +02:00
readonly_props Disallow assigning reference to unset readonly property 2022-07-01 12:16:32 +02:00
restrict_globals Fix spelling and grammar mistakes 2021-04-13 12:09:37 +02:00
return_types Merge branch 'PHP-8.0' into PHP-8.1 2021-11-05 09:48:28 +01:00
throw Don't treat expression exit as terminator 2021-09-23 10:26:07 +02:00
traits Include class name in Serializable deprecation message 2021-08-11 10:35:47 +02:00
try Fix finally exception chaining on recursion 2021-11-01 11:44:32 +01:00
type_declarations By-ref modification of typed and readonly props through ArrayIterator 2023-03-25 16:14:19 +01: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 Merge branch 'PHP-8.0' into PHP-8.1 2022-07-15 13:15:05 +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 Allow objects in define() 2021-07-15 10:09:56 +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 Remove unnecessary PHPDoc-alike blocks from tests 2020-06-24 13:13:44 +02:00
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
add_optional_by_ref_arg.phpt Don't optimize trailing args for prototype fbc 2022-04-18 17:57:16 +02:00
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 Add zend_test_crash funtion to segfault PHP process 2023-04-15 21:25:02 +01:00
arginfo_zpp_mismatch.phpt [skip ci] Skip arginfo_zpp_mismatch on asan 2023-09-11 11:32:34 +02:00
arginfo_zpp_mismatch_strict.phpt [skip ci] Skip arginfo_zpp_mismatch on asan 2023-09-11 11:32:34 +02:00
argument_restriction_001.phpt
argument_restriction_002.phpt
argument_restriction_003.phpt
argument_restriction_004.phpt
argument_restriction_005.phpt Declare tentative return types for Zend (#7251) 2021-07-19 13:44:20 +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_merge_recursive_next_key_overflow.phpt Fix access on NULL pointer in array_merge_recursive() 2023-05-24 13:36:52 +02:00
array_multisort_exception.phpt Fix exception handling in array_multisort() 2023-05-24 13:55:25 +02:00
array_offset.phpt Update deprecation message for incompatible float to int conversion 2021-06-07 14:36:11 +02:00
array_offset_002.phpt Prevent array modification if it's captured by user error handler during 2022-02-01 17:22:18 +03:00
array_self_add_globals.phpt Restrict allowed usages of $GLOBALS 2021-01-06 12:46:24 +01: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 Declare tentative return types for Zend (#7251) 2021-07-19 13:44:20 +02:00
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 Declare tentative return types for Zend (#7251) 2021-07-19 13:44:20 +02:00
assign_coalesce_003.phpt Declare tentative return types for Zend (#7251) 2021-07-19 13:44:20 +02:00
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:34:09 +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_same_var.phpt Fix self-assign evaluation order for ASSIGN_DIM_OP 2021-11-01 09:50:22 +01:00
assign_dim_op_undef.phpt Fix duplicate undef warning in assign_dim_op 2021-10-05 15:51:11 +02:00
assign_dim_ref_free.phpt Fix ASSIGN_DIM to NEXT with rc=1 reference value 2021-08-03 10:25:24 +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_op_type_error.phpt Don't convert assign op operand types in opcache 2021-12-06 21:56:04 +01: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
bitwise_not_precision_exception.phpt Initialize retval on bitwise_not exception 2021-07-01 13:21:41 +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 Declare tentative return types for ext/standard (#7065) 2021-05-28 15:46:04 +02:00
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 Declare tentative return types for Zend (#7251) 2021-07-19 13:44:20 +02:00
bug26281.phpt
bug26696.phpt
bug26697.phpt
bug26698.phpt
bug26801.phpt
bug26802.phpt
bug27268.phpt
bug27304.phpt
bug27598.phpt
bug27669.phpt
bug27731.phpt
bug27798.phpt Change the order of properties used for var_dump(), serialize(), comparison, etc. 2021-03-01 13:29:49 +03:00
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 Use common formatting for backtraces (#6977) 2021-05-18 11:43:37 +02:00
bug29944.phpt
bug30080.phpt
bug30140.phpt
bug30161.phpt
bug30162.phpt
bug30346.phpt Declare tentative return types for Zend (#7251) 2021-07-19 13:44:20 +02:00
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 Declare tentative return types for Zend (#7251) 2021-07-19 13:44:20 +02:00
bug30791.phpt
bug30820.phpt
bug30828.phpt Use common formatting for backtraces (#6977) 2021-05-18 11:43:37 +02:00
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 Declare tentative return types for Zend (#7251) 2021-07-19 13:44:20 +02:00
bug31720.phpt Update array parameter names for named parameters 2020-09-14 14:56:49 +00:00
bug32226.phpt
bug32252.phpt Declare tentative return types for Zend (#7251) 2021-07-19 13:44:20 +02:00
bug32290.phpt
bug32296.phpt
bug32322.phpt
bug32427.phpt
bug32428.phpt
bug32429.phpt
bug32596.phpt
bug32660.phpt
bug32674.phpt Declare tentative return types for Zend (#7251) 2021-07-19 13:44:20 +02:00
bug32799.phpt
bug32833.phpt
bug32993.phpt Declare tentative return types for Zend (#7251) 2021-07-19 13:44:20 +02:00
bug33116.phpt
bug33171.phpt
bug33257.phpt
bug33277.phpt
bug33282.phpt
bug33318.phpt
bug33512.phpt
bug33558.phpt
bug33710.phpt Declare tentative return types for Zend (#7251) 2021-07-19 13:44:20 +02:00
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 Migrate SKIPIF -> EXTENSIONS (#7138) 2021-06-11 11:57:42 +02:00
bug34260.phpt
bug34310.phpt
bug34358.phpt
bug34467.phpt
bug34518.phpt
bug34617.phpt Migrate SKIPIF -> EXTENSIONS (#7138) 2021-06-11 11:57:42 +02:00
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 Allow objects in define() 2021-07-15 10:09:56 +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 Declare tentative return types for Zend (#7251) 2021-07-19 13:44:20 +02:00
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 Set error_log to an empty value if the test relies on that feature 2023-04-24 23:19:15 +02:00
bug39602.phpt Migrate SKIPIF -> EXTENSIONS (#7138) 2021-06-11 11:57:42 +02:00
bug39721.phpt
bug39775.phpt
bug39825.phpt
bug39944.phpt
bug39990.phpt
bug40236.inc
bug40236.phpt Fix test expectation now that -a doesn't work without readline 2021-05-15 02:39:35 +01:00
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 Declare tentative return types for Zend (#7251) 2021-07-19 13:44:20 +02:00
bug40899.phpt
bug41026.phpt Refactor register shutdown function mechanism 2021-05-10 15:54:59 +01:00
bug41117_1.phpt
bug41209.phpt Declare tentative return types for Zend (#7251) 2021-07-19 13:44:20 +02:00
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 Deprecate passing null to non-nullable arg of internal function 2021-02-11 21:46:13 +01:00
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 Migrate SKIPIF -> EXTENSIONS (#7138) 2021-06-11 11:57:42 +02:00
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 Remove unnecessary PHPDoc-alike blocks from tests 2020-06-24 13:13:44 +02:00
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 Update deprecation message for incompatible float to int conversion 2021-06-07 14:36:11 +02:00
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 Declare tentative return types for Zend (#7251) 2021-07-19 13:44:20 +02:00
bug49472.phpt Add support for final class constants 2021-07-06 21:42:38 +02:00
bug49866.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
bug49893.phpt
bug49908.phpt
bug50005.phpt Make some exception properties typed 2021-04-22 10:22:50 +02:00
bug50146.phpt Use NO_DYNAMIC_PROPERTIES for Closure 2021-05-14 14:48:56 +02:00
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
bug53826.phpt Fixed bug #53826 2021-02-18 14:17:47 +01:00
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 Throw directly instead of replacing error handler in ext/date (#6954) 2021-05-07 11:10:39 +01:00
bug54268.phpt Run tidy 2020-09-18 14:28:32 +02:00
bug54305.phpt
bug54358.phpt
bug54367.phpt Declare tentative return types for Zend (#7251) 2021-07-19 13:44:20 +02:00
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 Fix bug55509.phpt skipif on FreeBSD 2021-05-18 19:35:03 +02:00
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 Declare tentative return types for Zend (#7251) 2021-07-19 13:44:20 +02:00
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 Change the order of properties used for var_dump(), serialize(), comparison, etc. 2021-03-01 13:29:49 +03:00
bug60536_004.phpt
bug60536_005.phpt
bug60569.phpt Add %0 format to run-tests.php 2021-05-29 11:33:13 +02:00
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 Declare tentative return types for Zend (#7251) 2021-07-19 13:44:20 +02:00
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 Declare tentative return types for Zend (#7251) 2021-07-19 13:44:20 +02:00
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 Make ReflectionProperty/Method always accessible 2021-07-08 10:55:38 +02:00
bug63816.phpt
bug63882.phpt
bug63882_2.phpt Fix arsort() crash on recursion 2022-04-04 12:03:39 +03:00
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 Use common formatting for backtraces (#6977) 2021-05-18 11:43:37 +02:00
bug64239_4.phpt Use common formatting for backtraces (#6977) 2021-05-18 11:43:37 +02:00
bug64354.phpt Include class name in Serializable deprecation message 2021-08-11 10:35:47 +02:00
bug64417.phpt Declare tentative return types for Zend (#7251) 2021-07-19 13:44:20 +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 Deprecate passing null to non-nullable arg of internal function 2021-02-11 21:46:13 +01:00
bug64720.phpt
bug64821.1.phpt Make some exception properties typed 2021-04-22 10:22:50 +02:00
bug64821.2.phpt Make some exception properties typed 2021-04-22 10:22:50 +02:00
bug64821.3.phpt Make some exception properties typed 2021-04-22 10:22:50 +02:00
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 Fixup test 2020-07-07 09:23:05 +02: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 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 Declare tentative return types for Zend (#7251) 2021-07-19 13:44:20 +02:00
bug69017.phpt
bug69025.phpt
bug69084.phpt
bug69092.2.phpt
bug69092.phpt Migrate SKIPIF -> EXTENSIONS (#7138) 2021-06-11 11:57:42 +02:00
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 Declare tentative return types for Zend (#7251) 2021-07-19 13:44:20 +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 Use common formatting for backtraces (#6977) 2021-05-18 11:43:37 +02:00
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 Declare tentative return types for Zend (#7251) 2021-07-19 13:44:20 +02:00
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 Fixed error message 2021-02-24 19:12:32 +03:00
bug70898.phpt Fixed error message 2021-02-24 19:12:32 +03:00
bug70912.phpt
bug70914.phpt Migrate SKIPIF -> EXTENSIONS (#7138) 2021-06-11 11:57:42 +02: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 Deprecate IAP functions on objects 2021-07-08 15:28:33 +02:00
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 Migrate SKIPIF -> EXTENSIONS (#7138) 2021-06-11 11:57:42 +02:00
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
bug71572.phpt
bug71622.phpt
bug71724.phpt
bug71731.phpt Declare tentative return types for Zend (#7251) 2021-07-19 13:44:20 +02:00
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 Improve final/abstract methods in interfaces error messages 2021-12-05 23:10:07 +01:00
bug71871_2.phpt Improve final/abstract methods in interfaces error messages 2021-12-05 23:10:07 +01:00
bug71914.phpt
bug71922.phpt
bug71930.phpt Migrate SKIPIF -> EXTENSIONS (#7138) 2021-06-11 11:57:42 +02:00
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 Make ReflectionProperty/Method always accessible 2021-07-08 10:55:38 +02:00
bug72177_2.phpt Make ReflectionProperty/Method always accessible 2021-07-08 10:55:38 +02:00
bug72188.phpt
bug72215.phpt
bug72215_1.phpt
bug72215_2.phpt
bug72215_3.phpt
bug72216.phpt
bug72335.phpt
bug72347.phpt Update deprecation message for incompatible float to int conversion 2021-06-07 14:36:11 +02:00
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 Use common formatting for backtraces (#6977) 2021-05-18 11:43:37 +02:00
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 Declare tentative return types for Zend (#7251) 2021-07-19 13:44:20 +02:00
bug75420.10.phpt Declare tentative return types for Zend (#7251) 2021-07-19 13:44:20 +02:00
bug75420.11.phpt Declare tentative return types for Zend (#7251) 2021-07-19 13:44:20 +02:00
bug75420.12.phpt Declare tentative return types for Zend (#7251) 2021-07-19 13:44:20 +02:00
bug75420.13.phpt Declare tentative return types for Zend (#7251) 2021-07-19 13:44:20 +02:00
bug75420.14.phpt Declare tentative return types for Zend (#7251) 2021-07-19 13:44:20 +02:00
bug75420.15.phpt Declare tentative return types for Zend (#7251) 2021-07-19 13:44:20 +02:00
bug75420.16.phpt Declare tentative return types for Zend (#7251) 2021-07-19 13:44:20 +02:00
bug75420.phpt
bug75426.phpt
bug75474.phpt Fixed bug #75474 2021-02-18 11:39:28 +01:00
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 Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
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 Migrate SKIPIF -> EXTENSIONS (#7138) 2021-06-11 11:57:42 +02:00
bug78271.phpt
bug78335.phpt
bug78335_2.phpt Migrate SKIPIF -> EXTENSIONS (#7138) 2021-06-11 11:57:42 +02:00
bug78340.phpt
bug78344.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
bug78356.phpt Declare tentative return types for Zend (#7251) 2021-07-19 13:44:20 +02:00
bug78363.phpt Add %0 format to run-tests.php 2021-05-29 11:33:13 +02:00
bug78379.phpt Don't disable opcache for generic tests 2020-11-04 11:12:12 +01:00
bug78379_2.phpt
bug78396.phpt
bug78406.phpt Declare tentative return types for ext/standard (#7065) 2021-05-28 15:46:04 +02:00
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 Migrate SKIPIF -> EXTENSIONS (#7138) 2021-06-11 11:57:42 +02:00
bug78776.phpt
bug78787.phpt
bug78810.phpt
bug78868.phpt
bug78898.phpt
bug78921.phpt Make ReflectionProperty/Method always accessible 2021-07-08 10:55:38 +02:00
bug78926.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
bug78973.phpt Use common formatting for backtraces (#6977) 2021-05-18 11:43:37 +02:00
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 Speed up test case 2021-06-02 23:19:38 +02:00
bug79599.phpt Run tidy 2020-09-18 14:28:32 +02:00
bug79657.phpt
bug79668.phpt
bug79778.phpt Fixed bug #79778 2020-07-07 10:19:39 +02:00
bug79779.phpt Fixed bug #79779 2020-07-07 10:27:22 +02:00
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 Change the order of properties used for var_dump(), serialize(), comparison, etc. 2021-03-01 13:29:49 +03: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 Set error_log to an empty value if the test relies on that feature 2023-04-24 23:19:15 +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
bug80072.phpt Fix bug #80072: Root live tmpvars after GC 2021-07-02 15:28:36 +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
bug81192.phpt Fixed bug #81192 2021-08-12 14:35:13 +02:00
bug81192_trait.inc Fixed bug #81192 2021-08-12 14:35:13 +02:00
bug81216.phpt Fixed bug #81216 (Nullsafe operator leaks dynamic property name) 2021-12-04 18:04:24 +03:00
bug81216_2.phpt Fix crush after compilation of nullsafe operator introduced in 307e476e86 2021-12-09 18:15:47 +03:00
bug81377.phpt Fixed bug #81377 2021-08-24 15:05:53 +02: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
bug81684.phpt Fix invalid opcode for ??= on $GLOBALS 2021-12-05 18:25:02 +01:00
bug_debug_backtrace.phpt Use common formatting for backtraces (#6977) 2021-05-18 11:43:37 +02:00
bug_debug_backtrace_replace_zend_execute_ex.phpt Disable JIT in test replacing zend_execute_ex 2021-09-29 20:49:27 +02:00
bugGH-8655.phpt Fix RC=1 references of declared properties when casting objects to arrays 2022-06-09 13:28:12 +02:00
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 Migrate SKIPIF -> EXTENSIONS (#7138) 2021-06-11 11:57:42 +02:00
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 Consistently treat optional-before-required as required 2021-05-18 12:40:58 +02:00
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_array_slice_type.phpt Correctly parse array_slice() argument in call_user_func_array() opt 2021-05-31 10:38:25 +02:00
call_user_func_array_array_slice_type_strict.phpt Correctly parse array_slice() argument in call_user_func_array() opt 2021-05-31 10:38:25 +02: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_user_func_strict_arginfo_check.phpt Fix arginfo/zpp consistency check for call_user_func from strict_types scope 2021-08-16 12:11:39 +02:00
call_with_refs.phpt
callable_param_exception_leak.phpt Fix leak of callable error if exception also thrown 2021-07-02 16:33:14 +02:00
cast_to_array.phpt Add %0 format to run-tests.php 2021-05-29 11:33:13 +02:00
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 Add %0 format to run-tests.php 2021-05-29 11:33:13 +02:00
cast_to_string.phpt Add %0 format to run-tests.php 2021-05-29 11:33:13 +02:00
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_inheritance_mutable_data.phpt Skip test under preloading 2021-11-18 09:33:24 +01:00
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_constants_006.phpt Fix memory leak 2022-05-11 11:43:01 +03:00
class_constants_007.phpt Fix memory leak 2022-12-19 12:11:16 +03:00
class_exists_001.phpt
class_exists_002.phpt Deprecate passing null to non-nullable arg of internal function 2021-02-11 21:46:13 +01:00
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 Use NO_DYNAMIC_PROPERTIES for Closure 2021-05-14 14:48:56 +02:00
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 Use NO_DYNAMIC_PROPERTIES for Closure 2021-05-14 14:48:56 +02:00
closure_032.phpt Use common formatting for backtraces (#6977) 2021-05-18 11:43:37 +02:00
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_063.phpt Fix emory leak 2022-02-11 15:16:08 +03:00
closure_bindTo_preserves_used_variables.phpt Fix static variable behavior with inheritance 2021-02-18 11:18:19 +01:00
closure_bug66622.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
closure_call.phpt
closure_call_bind.phpt Fix use after free when rebinding __call closure 2021-08-27 11:34:22 +02:00
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_compare.phpt Fix bug #81237 comparison of fake closures doesn't work 2021-07-13 15:35:55 +02:00
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 Use NO_DYNAMIC_PROPERTIES for Closure 2021-05-14 14:48:56 +02:00
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 Migrate SKIPIF -> EXTENSIONS (#7138) 2021-06-11 11:57:42 +02:00
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 Allow objects in define() 2021-07-15 10:09:56 +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 Update deprecation message for incompatible float to int conversion 2021-06-07 14:36:11 +02: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 Allow objects in define() 2021-07-15 10:09:56 +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 Use common formatting for backtraces (#6977) 2021-05-18 11:43:37 +02:00
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_from_main.phpt Use common formatting for backtraces (#6977) 2021-05-18 11:43:37 +02:00
debug_print_backtrace_limit.phpt Use common formatting for backtraces (#6977) 2021-05-18 11:43:37 +02:00
declare_001.phpt Migrate SKIPIF -> EXTENSIONS (#7138) 2021-06-11 11:57:42 +02:00
declare_002.phpt Migrate SKIPIF -> EXTENSIONS (#7138) 2021-06-11 11:57:42 +02:00
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_007.phpt Fix tick function with arguments 2021-05-09 14:08:20 -05:00
declare_already_in_use.phpt
decrement_001.phpt
decrement_001_64bit.phpt
defined_fn_no_ns_fallback.phpt
deprecation_to_exception_during_inheritance.phpt Fully qualify ReturnTypeWillChange in deprecation message 2021-09-03 13:57:23 +02:00
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 Declare tentative return types for Zend (#7251) 2021-07-19 13:44:20 +02:00
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 Fixed bug #79777 2020-07-04 09:59:42 +02:00
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 Update deprecation message for incompatible float to int conversion 2021-06-07 14:36:11 +02:00
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 Add support for final class constants 2021-07-06 21:42:38 +02:00
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 Add support for final class constants 2021-07-06 21:42:38 +02:00
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_constant_resolution.phpt Fix inconsistency in true/false/null constant resolution when opcache is not used (#7441) 2021-09-03 08:42:36 -04:00
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 Deprecate passing null to non-nullable arg of internal function 2021-02-11 21:46:13 +01:00
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 Use zend_throw_unwind_exit() for assert.bail (#6826) 2021-04-13 15:23:36 +08:00
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_026.phpt Fixed use-after-free introduced by ca49e53670 2021-04-19 18:16:14 +03: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 Convert exception during delayed autoload to fatal error 2021-09-29 10:03:23 +02:00
exception_during_variance_autoload_2.phpt Convert exception during delayed autoload to fatal error 2021-09-29 10:03:23 +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 Fix leak when setting cyclic previous exception in finally 2020-06-30 12:24:32 +02:00
exception_with_by_ref_message.phpt
exit_exception_handler.phpt Make exit() unwind properly 2020-06-29 15:50:12 +02:00
exit_finally_1.phpt Make exit() unwind properly 2020-06-29 15:50:12 +02:00
exit_finally_2.phpt Make exit() unwind properly 2020-06-29 15:50:12 +02:00
exit_finally_3.phpt Make exit() unwind properly 2020-06-29 15:50:12 +02:00
falsetoarray.phpt Deprecate autovivification on false 2021-07-19 14:49:37 +02:00
falsetoarray_002.phpt Fix use after free because of data clobbering by user error handler 2021-12-06 13:08:27 +03:00
falsetoarray_003.phpt Fix array clobbering by user error handler 2021-12-15 12:20:37 +03:00
fe_fetch_dtor_exception.phpt
fe_fetch_op2_live_range.phpt
first_class_callable_001.phpt Add first-class callables 2021-07-14 14:37:25 +02:00
first_class_callable_002.phpt Add first-class callables 2021-07-14 14:37:25 +02:00
first_class_callable_003.phpt Add first-class callables 2021-07-14 14:37:25 +02:00
first_class_callable_004.phpt Add first-class callables 2021-07-14 14:37:25 +02:00
first_class_callable_005.phpt Set called_scope in __callStatic closure trampoline 2021-07-23 10:58:05 +02:00
first_class_callable_006.phpt Add first-class callables 2021-07-14 14:37:25 +02:00
first_class_callable_007.phpt Add first-class callables 2021-07-14 14:37:25 +02:00
first_class_callable_008.phpt Add first-class callables 2021-07-14 14:37:25 +02:00
first_class_callable_009.phpt Add first-class callables 2021-07-14 14:37:25 +02:00
first_class_callable_010.phpt Add first-class callables 2021-07-14 14:37:25 +02:00
first_class_callable_011.phpt Add first-class callables 2021-07-14 14:37:25 +02:00
first_class_callable_012.phpt Add first-class callables 2021-07-14 14:37:25 +02:00
first_class_callable_013.phpt Add first-class callables 2021-07-14 14:37:25 +02:00
first_class_callable_014.phpt Add first-class callables 2021-07-14 14:37:25 +02:00
first_class_callable_015.phpt Add first-class callables 2021-07-14 14:37:25 +02:00
first_class_callable_015_strict.inc Add first-class callables 2021-07-14 14:37:25 +02:00
first_class_callable_015_weak.inc Add first-class callables 2021-07-14 14:37:25 +02:00
first_class_callable_assert.phpt Add first-class callables 2021-07-14 14:37:25 +02:00
first_class_callable_assert2.phpt Fix assert with attribute + first-class callable in assert 2021-07-19 12:08:03 +02:00
first_class_callable_assert3.phpt Fix AST print of first class callable in anon class expr 2021-08-26 12:00:37 +02:00
first_class_callable_dynamic.phpt Add first-class callables 2021-07-14 14:37:25 +02:00
first_class_callable_errors.phpt Add first-class callables 2021-07-14 14:37:25 +02:00
first_class_callable_optimization.phpt Add first-class callables 2021-07-14 14:37:25 +02:00
first_class_callable_refs.phpt Add first-class callables 2021-07-14 14:37:25 +02:00
first_class_callable_signature.phpt Add first-class callables 2021-07-14 14:37:25 +02:00
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 Declare tentative return types for Zend (#7251) 2021-07-19 13:44:20 +02:00
foreach_004.phpt Narrow ArrayIterator::key() return type 2021-07-15 11:03:50 +02:00
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 Declare tentative return types for Zend (#7251) 2021-07-19 13:44:20 +02:00
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 Remove unnecessary PHPDoc-alike blocks from tests 2020-06-24 13:13:44 +02:00
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_011.phpt Rerun GC if destructors encountered 2021-06-09 14:53:14 +02:00
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 Rerun GC if destructors encountered 2021-06-09 14:53:14 +02:00
gc_017.phpt Rerun GC if destructors encountered 2021-06-09 14:53:14 +02:00
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 Rerun GC if destructors encountered 2021-06-09 14:53:14 +02:00
gc_029.phpt Rerun GC if destructors encountered 2021-06-09 14:53:14 +02:00
gc_030.phpt
gc_031.phpt
gc_032.phpt
gc_033.phpt
gc_034.phpt
gc_035.phpt Rerun GC if destructors encountered 2021-06-09 14:53:14 +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 Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
gc_041.phpt
gc_042.phpt
gc_043.phpt
gc_044.phpt Fix GC of object properties HT 2021-07-12 11:30:20 +02:00
gc_045.phpt Fix GH-9266: GC root buffer keeps growing when dtors are present 2022-08-09 14:16:11 +02:00
gc_046.phpt Fix memory leak 2022-09-19 13:03:24 +03:00
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 Remove unnecessary PHPDoc-alike blocks from tests 2020-06-24 13:13:44 +02:00
get_defined_vars.phpt Remove unnecessary PHPDoc-alike blocks from tests 2020-06-24 13:13:44 +02:00
get_mangled_object_vars.phpt Change the order of properties used for var_dump(), serialize(), comparison, etc. 2021-03-01 13:29:49 +03:00
get_parent_class_001.phpt
get_required_files.phpt
get_resource_id.phpt
gh7958.phpt Fix GH-7958: Nested CallbackFilterIterator is leaking memory 2022-02-21 12:39:07 +01:00
gh8083.phpt Fix null static_variable_ptr for uncalled fake closures 2022-02-19 11:37:52 +01:00
gh8841.phpt Fix GH-8841: php-cli core dump calling a badly formed function 2023-04-01 19:43:09 +02:00
gh9407.phpt Fix lsp error in eval'd code referring to incorrect class for static type 2022-09-08 10:52:27 +02:00
gh9775_1.phpt Support enums in array_unique 2023-04-16 15:34:56 +02:00
gh9775_2.phpt Support enums in array_unique 2023-04-16 15:34:56 +02:00
gh9916-001.phpt Prevent dtor of generator in suspended fiber (#10462) 2023-01-27 19:32:25 +01:00
gh9916-002.phpt Prevent dtor of generator in suspended fiber (#10462) 2023-01-27 19:32:25 +01:00
gh9916-003.phpt Prevent dtor of generator in suspended fiber (#10462) 2023-01-27 19:32:25 +01:00
gh9916-004.phpt Prevent dtor of generator in suspended fiber (#10462) 2023-01-27 19:32:25 +01:00
gh9916-005.phpt Prevent dtor of generator in suspended fiber (#10462) 2023-01-27 19:32:25 +01:00
gh9916-006.phpt Prevent dtor of generator in suspended fiber (#10462) 2023-01-27 19:32:25 +01:00
gh9916-007.phpt Prevent dtor of generator in suspended fiber (#10462) 2023-01-27 19:32:25 +01:00
gh9916-008.phpt Prevent dtor of generator in suspended fiber (#10462) 2023-01-27 19:32:25 +01:00
gh9916-009.phpt Prevent dtor of generator in suspended fiber (#10462) 2023-01-27 19:32:25 +01:00
gh9916-010.phpt Prevent dtor of generator in suspended fiber (#10462) 2023-01-27 19:32:25 +01:00
gh9916-011.phpt Prevent dtor of generator in suspended fiber (#10462) 2023-01-27 19:32:25 +01:00
gh9916-012.phpt Fix resetting ZEND_GENERATOR_IN_FIBER flag 2023-01-30 12:13:07 +01:00
gh10072-2.phpt Add secondary test that registers a trampoline as a shutdown function 2022-12-23 16:34:57 +00:00
gh10072.phpt Make sure to disable JIT when overriding execute_ex 2022-12-23 16:34:57 +00:00
gh10251.phpt Fix GH-10251: Assertion `(flag & (1<<3)) == 0' failed. 2023-01-08 16:09:59 +00:00
gh10570.phpt Fix GH-10570: Assertion `(key)->h != 0 && "Hash must be known"' failed. 2023-02-24 20:40:29 +01:00
gh10709.phpt Fix GH-10709: UAF in recursive AST evaluation 2023-03-06 14:55:34 +01:00
gh10709_2.phpt Fix GH-10709: UAF in recursive AST evaluation 2023-03-06 14:55:34 +01:00
gh10709_3.phpt Fix GH-10709: UAF in recursive AST evaluation 2023-03-06 14:55:34 +01:00
gh10810.phpt Fix NUL byte in exception string terminating Exception::__toString() 2023-03-19 10:48:26 +01:00
gh11108.phpt Fix incorrect CG(memoize_mode) state after bailout in ??= 2023-04-20 19:45:02 +02:00
gh11108_shutdown.inc Fix incorrect CG(memoize_mode) state after bailout in ??= 2023-04-20 19:45:02 +02:00
gh11108_test.inc Fix incorrect CG(memoize_mode) state after bailout in ??= 2023-04-20 19:45:02 +02:00
gh11138.phpt Propagate STREAM_DISABLE_OPEN_BASEDIR src flag to php_stream_stat_path_ex 2023-04-30 13:36:15 +02:00
gh11171.phpt Endless recursion when using + on array in foreach 2023-05-01 13:20:58 +02:00
gh11189.phpt Fix GH-11189: Exceeding memory limit in zend_hash_do_resize leaves the array in an invalid state 2023-05-05 12:04:40 +02:00
gh11189_1.phpt Fix GH-11189: Exceeding memory limit in zend_hash_do_resize leaves the array in an invalid state 2023-05-05 12:04:40 +02:00
gh11222.phpt Fix GH-11222: foreach by-ref may jump over keys during a rehash 2023-05-10 16:45:05 +02:00
gh11580.phpt Fix use-of-uninitialized-value with ??= on assert 2023-07-06 09:38:41 +02:00
gh12073.phpt Fix freeing of incompletely initialized closures 2023-09-04 15:35:39 +02:00
gh12102_1.phpt Fix zend_separate_if_call_and_write for FUNC_ARGs 2023-09-07 14:25:11 +02:00
gh12102_2.phpt Fix zend_separate_if_call_and_write for FUNC_ARGs 2023-09-07 14:25:11 +02:00
gh12102_3.phpt Fix zend_separate_if_call_and_write for FUNC_ARGs 2023-09-07 14:25:11 +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 Restrict allowed usages of $GLOBALS 2021-01-06 12:46:24 +01:00
globals_002.phpt Restrict allowed usages of $GLOBALS 2021-01-06 12:46:24 +01:00
globals_003.phpt Restrict allowed usages of $GLOBALS 2021-01-06 12:46:24 +01:00
globals_004.phpt Restrict allowed usages of $GLOBALS 2021-01-06 12:46:24 +01: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
iap_on_object_deprecated.phpt Deprecate IAP functions on objects 2021-07-08 15:28:33 +02:00
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
incdec_undef.phpt Fix inc/dec of undef var with error handler 2021-10-19 14:19:22 +02:00
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 Deprecate autovivification on false 2021-07-19 14:49:37 +02: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 Migrate SKIPIF -> EXTENSIONS (#7138) 2021-06-11 11:57:42 +02:00
init_array_illegal_offset_type.phpt Fix inference for INIT_ARRAY with illegal offset type 2021-09-29 11:09:04 +02:00
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_02.phpt
inter_03.phpt
inter_04.phpt
inter_05.phpt
inter_06.phpt
inter_007.phpt
interface_exists_001.phpt Deprecate passing null to non-nullable arg of internal function 2021-02-11 21:46:13 +01:00
interface_exists_002.phpt
interface_extends_static.phpt
interface_with_tostring.phpt Remove unnecessary assertion 2021-11-04 17:00:17 +01:00
internal_class_variance.phpt Add reproducer for possible issue with object return type inheritance (#6961) 2021-05-10 12:52:59 +02:00
invalid_const_class_name.phpt Don't resolve special class names 2021-02-22 10:11:14 +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 Update deprecation message for incompatible float to int conversion 2021-06-07 14:36:11 +02:00
isset_expr_error.phpt
isset_func_error.phpt
isset_str_offset.phpt Update deprecation message for incompatible float to int conversion 2021-06-07 14:36:11 +02:00
iterable_or_null.phpt Migrate SKIPIF -> EXTENSIONS (#7138) 2021-06-11 11:57:42 +02:00
iterator_key_by_ref.phpt Declare tentative return types for ext/spl - part 1 (#7115) 2021-07-13 13:04:45 +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 Fix bug #81598: Use C.UTF-8 as LC_CTYPE locale by default 2021-12-05 21:03:27 +01:00
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 Declare tentative return types for Zend (#7251) 2021-07-19 13:44:20 +02:00
list_empty_error.phpt
list_empty_error_keyed.phpt
list_keyed.phpt
list_keyed_ArrayAccess.phpt Declare tentative return types for Zend (#7251) 2021-07-19 13:44:20 +02:00
list_keyed_conversions.phpt Update deprecation message for incompatible float to int conversion 2021-06-07 14:36:11 +02:00
list_keyed_evaluation_order.inc Declare tentative return types for Zend (#7251) 2021-07-19 13:44:20 +02:00
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_leading_comma.phpt Improve error message for leading comma in keyed list assignment 2021-01-25 11:13:37 +01:00
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
lsb_023.phpt Add more tests that document late static binding 2020-12-15 10:04:39 +01:00
lsb_024.phpt Add more tests that document late static binding 2020-12-15 10:04:39 +01: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 use separate static variables in inherited methods 2021-04-28 17:08:50 +02: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 Update deprecation message for incompatible float to int conversion 2021-06-07 14:36:11 +02:00
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 Declare tentative return types for ext/spl - part 2 2021-07-14 15:19:51 +02:00
ns_055.phpt
ns_056.phpt Declare tentative return types for ext/spl - part 2 2021-07-14 15:19:51 +02:00
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 Migrate SKIPIF -> EXTENSIONS (#7138) 2021-06-11 11:57:42 +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
null_to_non_nullable_special_func.phpt Deprecate passing null to non-nullable arg of internal function 2021-02-11 21:46:13 +01: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 Declare tentative return types for Zend (#7251) 2021-07-19 13:44:20 +02:00
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 Always use CE_CACHE, remove TYPE_HAS_CE (#7336) 2021-08-11 10:28:52 +02:00
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 Declare tentative return types for Zend (#7251) 2021-07-19 13:44:20 +02:00
objects_033.phpt Change the order of properties used for var_dump(), serialize(), comparison, etc. 2021-03-01 13:29:49 +03:00
objects_034.phpt Merge branch 'PHP-8.0' into PHP-8.1 2021-12-13 15:20:16 +03:00
objects_035.phpt Merge branch 'PHP-8.0' into PHP-8.1 2021-12-13 15:20:16 +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
oct_whitespace.phpt Fix lexing of zero octal followed by whitespace 2021-01-05 12:25:19 +01:00
offset_array.phpt Update deprecation message for incompatible float to int conversion 2021-06-07 14:36:11 +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 Update deprecation message for incompatible float to int conversion 2021-06-07 14:36:11 +02:00
or_001.phpt
oss_fuzz_58181.phpt Fix reference returned from CallbackFilterIterator::accept() 2023-04-20 10:18:18 +02:00
oss_fuzz_60011_1.phpt Fix mis-compilation of by-reference nullsafe operator 2023-06-28 20:35:29 +02:00
oss_fuzz_60011_2.phpt Fix mis-compilation of by-reference nullsafe operator 2023-06-28 20:35:29 +02:00
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 Migrate SKIPIF -> EXTENSIONS (#7138) 2021-06-11 11:57:42 +02:00
overloaded_func_002.phpt Migrate SKIPIF -> EXTENSIONS (#7138) 2021-06-11 11:57:42 +02:00
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
prototype_range.phpt Don't use range information from a prototype method 2021-04-12 10:30:04 +02:00
qm_assign_ref_unwrap_leak.phpt
readonly_function.phpt Allow using readonly as function name 2021-09-13 08:50:32 +02:00
real_cast.phpt
record_errors_001.phpt Skip test for preloading 2022-03-14 13:03:21 +03:00
recursive_debug_info.phpt
recv_init_ref_type.phpt Add test case for previous commit 2020-06-24 10:51:51 +02:00
register_shutdown_function_refcount.phpt Fix long-term shutdown/tick fci/fcc storage 2021-10-11 12:19:29 +02:00
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 Handle explicitly nullable types in optional-before-required deprecation 2021-05-18 14:00:25 +02:00
required_param_after_optional_named_args.phpt Consistently treat optional-before-required as required 2021-05-18 12:40:58 +02:00
resource_key.phpt Add missing resource key warning for unset() 2021-01-26 12:51:02 +01:00
restore_error_reporting.phpt Add test for restoring error_reporting on fatal error during silencing 2021-05-11 12:16:59 +02:00
result_unused.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
return_by_ref_from_void_function.phpt Deprecate return by ref from void function 2021-07-08 16:47:37 +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
serializable_deprecation.phpt Include class name in Serializable deprecation message 2021-08-11 10:35:47 +02:00
settype_array.phpt Add %0 format to run-tests.php 2021-05-29 11:33:13 +02:00
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 Add %0 format to run-tests.php 2021-05-29 11:33:13 +02:00
settype_resource.phpt Add %0 format to run-tests.php 2021-05-29 11:33:13 +02:00
settype_string.phpt Add %0 format to run-tests.php 2021-05-29 11:33:13 +02:00
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 Forbid use of <?= as a semi-reserved identifier 2020-06-19 09:29:58 +02:00
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_dynamic_function.phpt Reference dynamic functions through dynamic_defs 2021-03-01 11:35:54 +01:00
static_variable_in_dynamic_function_2.phpt Reference dynamic functions through dynamic_defs 2021-03-01 11:35:54 +01:00
static_variable_in_private_method.phpt
static_variable_in_private_trait_method.phpt
static_variables_traits.phpt Don't use separate static variables in inherited methods 2021-04-28 17:08:50 +02:00
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 Migrate SKIPIF -> EXTENSIONS (#7138) 2021-06-11 11:57:42 +02:00
str_or_obj_zpp.phpt Migrate SKIPIF -> EXTENSIONS (#7138) 2021-06-11 11:57:42 +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 Merge branch 'PHP-8.0' into PHP-8.1 2021-11-05 10:23:23 +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
strlen_deprecation_to_exception.phpt Init STRLEN result when deprecation promoted to exception 2021-07-01 16:22:27 +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 Declare tentative return types for Zend (#7251) 2021-07-19 13:44:20 +02:00
temporary_cleaning_014.phpt Migrate SKIPIF -> EXTENSIONS (#7138) 2021-06-11 11:57:42 +02:00
temporary_cleaning_015.phpt
temporary_cleaning_016.phpt
temporary_cleaning_017.phpt Fix memory leak 2022-09-26 11:43:38 +03:00
tentative_type_early_binding.phpt Fully qualify ReturnTypeWillChange in deprecation message 2021-09-03 13:57:23 +02:00
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 Deprecate passing null to non-nullable arg of internal function 2021-02-11 21:46:13 +01:00
trait_exists_002.phpt
trait_exists_003.phpt
trait_type_errors.phpt
unary_minus_const_expr_consistency.phpt Unary minus const expression consistency 2023-03-31 14:27:54 +02:00
uncaught_exception_error_supression.phpt
undef_index_to_exception.phpt Restrict allowed usages of $GLOBALS 2021-01-06 12:46:24 +01: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 Add proper EXTENSIONS section for tests in Zend/ 2021-06-18 01:05:05 +01:00
unset_cv06.phpt Add proper EXTENSIONS section for tests in Zend/ 2021-06-18 01:05:05 +01:00
unset_cv08.phpt
unset_cv10.phpt Fix bug #80945: Don't throw undefined array key warning in ArrayObject unset() 2021-06-14 10:14:38 +02:00
unset_cv11.phpt Fix some typos (#7320) 2021-07-31 08:34:57 +02:00
unset_cv12.phpt
unset_non_array.phpt Deprecate autovivification on false 2021-07-19 14:49:37 +02:00
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