php-src/Zend/tests
2024-09-18 14:33:14 +02:00
..
anon Deprecate implicit dynamic properties 2021-11-26 14:10:11 +01:00
arg_unpack Add type indicator to array/arg unpack error messages (GH-15448) 2024-09-01 22:57:12 +02:00
array_unpack Add type indicator to array/arg unpack error messages (GH-15448) 2024-09-01 22:57:12 +02:00
arrow_functions Include the source location in Closure names (#13550) 2024-04-12 18:21:13 +02:00
assert [skip ci] Zend/tests/assert/expect_015.phpt: fix typo in test name (GH-15609) 2024-08-28 11:30:02 +02:00
ast RFC: Deprecate remains of string evaluated code assertions (#11671) 2023-07-13 15:45:32 +01:00
asymmetric_visibility Simplify a-vis error message 2024-09-03 12:18:07 +02:00
attributes RFC: Add #[\Deprecated] Attribute (#11293) 2024-07-02 09:44:25 +02:00
bug39542
bug67436
closures Deprecate partially supported callables 2021-10-22 10:15:24 +02:00
constants Improve error message class type 2022-03-20 20:54:36 +01:00
constexpr Allow arbitrary expressions in static variable initializer 2023-05-24 20:17:31 +02:00
enum Add more tests covering deprecation of _ as CE name 2024-08-13 14:37:40 +02:00
exit PHP 8.4 | Exit as function: fix incorrect parameter name (#15433) 2024-08-16 22:35:16 +01:00
fibers Interrupt while internal frame is on the stack (#14627) 2024-09-05 00:35:55 +02:00
float_to_int Handle promoted exception in int|string type 2021-07-05 10:48:20 +02:00
function_arguments Include the source location in Closure names (#13550) 2024-04-12 18:21:13 +02:00
generators Merge branch 'PHP-8.3' 2024-06-01 02:42:49 +02:00
gh10168 Add runtime type inference verification 2024-01-19 09:29:14 +01:00
gh10232 Temporary reset filename and lineno override before autoload 2024-04-22 10:56:45 +02:00
grammar Implement readonly properties 2021-07-20 12:05:46 +02:00
in-de-crement Fixed oss-fuzz #62294: Unsetting variable after ++/-- on string variable warning 2023-09-17 15:49:46 +01:00
lazy_objects Fix oss-fuzz #71382 (#15854) 2024-09-17 16:06:51 +02:00
list Declare tentative return types for Zend (#7251) 2021-07-19 13:44:20 +02:00
match Show enum cases in errors 2024-06-10 22:58:25 +02:00
multibyte Do not allow zend.script_encoding to be set to 'pass' 2024-01-21 14:51:54 +02:00
named_params Include the source location in Closure names (#13550) 2024-04-12 18:21:13 +02:00
new_without_parentheses [RFC] Property hooks (#13455) 2024-07-14 11:55:03 +02:00
nullable_types
nullsafe_operator Fix misleading pass by reference error message (#10639) 2023-07-18 15:02:38 +02:00
numeric_strings
object_types
offsets Zend/tests/offsets: Add tests where the offset is a reference (#13506) 2024-02-26 03:36:35 +00:00
parameter_default_values userland_declaration_error_class_const.phpt: fix test name (#15784) 2024-09-07 07:37:05 +02:00
prop_const_expr Leverage object_init_with_constructor() in zend_get_attribute_object() (#14532) 2024-06-10 15:12:22 +02:00
property_hooks Fix asymmetric visibility with set hook 2024-08-30 09:42:27 +02:00
readonly_classes Fix GH-9186 @strict-properties can be bypassed using unserialization (#9354) 2022-08-30 07:46:32 -04:00
readonly_props Improve readonly avis error (GH-15618) 2024-08-29 13:19:31 +02:00
restrict_globals Fix misleading pass by reference error message (#10639) 2023-07-18 15:02:38 +02:00
return_types [skip ci] Zend/tests/return_types/never_generator.phpt: fix test name (GH-15757) 2024-09-05 19:26:26 +02:00
stack_limit Dynamically xfail test cases which fail on CI (GH-15710) 2024-09-02 18:23:52 +02:00
throw Deprecate E_STRICT constant and remove error level 2024-09-18 14:33:14 +02:00
traits Add more tests covering deprecation of _ as CE name 2024-08-13 14:37:40 +02:00
try Fix finally exception chaining on recursion 2021-11-01 11:44:32 +01:00
type_declarations [RFC] Property hooks (#13455) 2024-07-14 11:55:03 +02:00
typehints Convert iterable into an internal alias for Traversable|array (#7309) 2022-06-07 13:35:34 +01:00
use_const
use_function Reset seen symbols when ending namespace (GH-15244) 2024-08-13 15:47:14 +02:00
variadic Deprecate implicit nullable parameter types (#12959) 2024-03-13 21:40:26 +01:00
varSyntax
weakrefs Implement GH-13609: Dump wrapped object in WeakReference class (#13621) 2024-03-08 18:31:24 +01:00
zend_ini Close PHP tags in tests 2023-10-18 17:34:10 +02:00
001.phpt
002.phpt
003.phpt
004.phpt
005.phpt
006.phpt Add ZEND_THREEWAY_COMPARE() macro to fix casting underflowed unsigned to signed (#8220) 2022-06-08 13:24:18 +01:00
008.phpt Allow objects in define() 2021-07-15 10:09:56 +02:00
009.phpt Deprecate calling get_class() and get_parent_class() without arguments 2023-07-18 12:59:21 +02:00
010.phpt Deprecate calling get_class() and get_parent_class() without arguments 2023-07-18 12:59:21 +02:00
011.phpt Fix GH-8329 Print true/false instead of bool in error and debug messages (#8385) 2023-01-23 10:52:14 +01:00
012.phpt
013.phpt
014.inc
014.phpt
015.phpt
016.phpt
017.phpt
018.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
019.phpt
020.phpt
021.phpt
022.phpt
023.phpt
024.phpt Fix GH-8329 Print true/false instead of bool in error and debug messages (#8385) 2023-01-23 10:52:14 +01:00
025.phpt
026.phpt
027.phpt
028.phpt
029.phpt
030.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
031.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
032.phpt
033.phpt Fix GH-8329 Print true/false instead of bool in error and debug messages (#8385) 2023-01-23 10:52:14 +01:00
034.phpt
035.phpt Allow arbitrary expressions in static variable initializer 2023-05-24 20:17:31 +02:00
036.phpt Use common function for TypeError on illegal offset access (#10544) 2023-06-06 11:28:19 +01:00
037.phpt
038.phpt Use common function for TypeError on illegal offset access (#10544) 2023-06-06 11:28:19 +01:00
67468.phpt
abstract_inheritance_001.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
abstract_inheritance_002.phpt
abstract_inheritance_003.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
abstract-static.phpt
access_modifiers_001.phpt
access_modifiers_002.phpt
access_modifiers_003.phpt
access_modifiers_004.phpt
access_modifiers_005.phpt
access_modifiers_006.phpt
access_modifiers_007.phpt Improvements in modifier parsing (#9926) 2022-11-17 16:20:27 +01:00
access_modifiers_008.phpt Remove XFAIL from sibling method call test 2022-05-22 21:51:42 +02:00
access_modifiers_009.phpt Remove XFAIL from sibling method call test 2022-05-22 21:51:42 +02:00
access_modifiers_010.phpt
access_modifiers_011.phpt
access_modifiers_012.phpt
access_modifiers_013.phpt
add_001.phpt
add_002.phpt
add_003.phpt
add_004.phpt
add_005.phpt
add_006.phpt
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
allow_dynamic_properties_on_enum.phpt Fix GH-15731: Prevent #[AllowDynamicProperties] on enums (#15733) 2024-09-04 23:56:18 +01:00
allow_dynamic_properties_on_interface.phpt #[AllowDynamicProperties] validation: improve error messages (#15734) 2024-09-04 22:54:42 +02:00
allow_dynamic_properties_on_trait.phpt #[AllowDynamicProperties] validation: improve error messages (#15734) 2024-09-04 22:54:42 +02:00
alternative_offset_syntax_compile_error_in_const_expr.phpt [RFC] Property hooks (#13455) 2024-07-14 11:55:03 +02:00
alternative_offset_syntax_compile_error_outside_const_expr.phpt [RFC] Property hooks (#13455) 2024-07-14 11:55:03 +02:00
alternative_offset_syntax_in_encaps_string.phpt [RFC] Property hooks (#13455) 2024-07-14 11:55:03 +02:00
and_001.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
anon_class_name.phpt
arginfo_zpp_mismatch_strict.phpt [skip ci] Skip arginfo_zpp_mismatch on asan 2023-09-11 11:32:34 +02:00
arginfo_zpp_mismatch.inc [RFC] Convert exit (and die) from language constructs to functions (#13483) 2024-08-14 12:44:12 +01:00
arginfo_zpp_mismatch.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 Improve the default value format in incompatible signature error messages 2020-04-10 22:50:33 +02:00
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 Convert "cannot add element" warning to exception 2019-09-27 13:00:07 +02:00
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_002.phpt Prevent array modification if it's captured by user error handler during 2022-02-01 17:22:18 +03:00
array_offset.phpt Update deprecation message for incompatible float to int conversion 2021-06-07 14:36:11 +02: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_coalesce_008.phpt Always memoize calls in lhs of coalesce assignment 2023-07-18 12:48:00 +02:00
assign_coalesce_009.phpt Fix invalid returned opcode for memoized expressions 2023-10-03 14:01:43 +02:00
assign_concat_array_empty_string.phpt
assign_dim_obj_null_return.phpt Use common function for TypeError on illegal offset access (#10544) 2023-06-06 11:28:19 +01: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 Deprecate implicit dynamic properties 2021-11-26 14:10:11 +01:00
assign_to_obj_002.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
assign_to_var_001.phpt
assign_to_var_002.phpt
assign_to_var_003.phpt Fix GH-8329 Print true/false instead of bool in error and debug messages (#8385) 2023-01-23 10:52:14 +01:00
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
binary-32bit.phpt
binary.phpt
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 Reindent phpt files 2020-02-03 22:52:20 +01:00
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 Reindent phpt files 2020-02-03 22:52:20 +01:00
bug23104.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
bug24436.phpt
bug24635.phpt Declare some properties in tests 2021-10-11 16:01:57 +02:00
bug24699.phpt
bug24773.phpt Use common function for TypeError on illegal offset access (#10544) 2023-06-06 11:28:19 +01:00
bug24884.phpt
bug26010.phpt
bug26077.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
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 Include the source location in Closure names (#13550) 2024-04-12 18:21:13 +02:00
bug26698.phpt
bug26801.phpt
bug26802.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
bug27268.phpt Deprecate implicit dynamic properties 2021-11-26 14:10:11 +01:00
bug27304.phpt
bug27598.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug27669.phpt
bug27731.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
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 Clean DONE tags from tests 2019-11-07 21:31:47 +01:00
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_1.phpt
bug29368_2.phpt
bug29368_3.phpt
bug29368.phpt
bug29505.phpt
bug29674.phpt
bug29689.phpt
bug29883.phpt
bug29890.phpt
bug29896.phpt Use common formatting for backtraces (#6977) 2021-05-18 11:43:37 +02:00
bug29944.phpt
bug30080.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
bug30140.phpt
bug30161.phpt
bug30162.phpt Deprecate implicit dynamic properties 2021-11-26 14:10:11 +01:00
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
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
bug30998.phpt
bug31098.phpt Fix Bug #80972: Memory exhaustion on invalid string offset 2021-04-26 13:21:40 +01:00
bug31102.phpt Include the source location in Closure names (#13550) 2024-04-12 18:21:13 +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 Reclassify E_STRICT notices 2015-04-01 11:17:55 +02:00
bug31683.phpt Declare tentative return types for Zend (#7251) 2021-07-19 13:44:20 +02:00
bug31720.phpt
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 Remove support for __autoload() 2019-01-30 14:00:16 +01:00
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 Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug33771.phpt Deprecate E_STRICT constant and remove error level 2024-09-18 14:33:14 +02:00
bug33802.phpt ext/core: Deprecate passing E_USER_ERROR to trigger_error() (#15308) 2024-08-09 15:51:07 +01:00
bug33996.phpt
bug33999.phpt
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 Reindent phpt files 2020-02-03 22:52:20 +01:00
bug34358.phpt
bug34467.phpt
bug34518.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug34617.phpt ext/xml: Deprecate xml_set_object() and passing non-callable strings as handlers (#15293) 2024-08-08 23:37:49 +01:00
bug34678.phpt
bug34786.phpt
bug34873.phpt
bug34879.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
bug34893.phpt
bug35017.phpt
bug35106.phpt
bug35163_2.phpt
bug35163_3.phpt
bug35163.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug35239.phpt
bug35393.phpt Reclassify E_STRICT notices 2015-04-01 11:17:55 +02:00
bug35411.phpt
bug35470.phpt
bug35509.phpt
bug35634.phpt
bug35655.phpt Align highlight_string|file with HTML standard and modern browsers 2023-08-12 15:08:28 +01:00
bug36006.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
bug36037.phpt
bug36071.phpt
bug36214.phpt
bug36268.phpt
bug36513.phpt
bug36568.phpt
bug36759.phpt
bug37046.phpt
bug37138.phpt Deprecate partially supported callables 2021-10-22 10:15:24 +02:00
bug37144.phpt
bug37212.phpt
bug37251.phpt
bug37632.phpt
bug37667.phpt
bug37707.phpt
bug37715.phpt
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 Allow internal functions to declare if they support compile-time evaluation, add functions. (#7780) 2021-12-20 09:27:06 -05:00
bug38624.phpt
bug38772.phpt
bug38779_1.phpt Deprecate implicit dynamic properties 2021-11-26 14:10:11 +01:00
bug38779.phpt Declare some properties in tests 2021-10-11 16:01:57 +02:00
bug38808.phpt
bug39003.phpt
bug39017.phpt
bug39018_2.phpt
bug39018.phpt
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 Reindent phpt files 2020-02-03 22:52:20 +01:00
bug39449.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
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 GH-10489: run-tests.php does not escape path when building cmd (#10560) 2023-02-25 14:02:06 +00:00
bug40261.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug40509.phpt
bug40621.phpt
bug40705.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
bug40757.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug40770.phpt
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 Deprecate partially supported callables 2021-10-22 10:15:24 +02:00
bug41117_1.phpt Fix bug #71737 2016-04-20 18:38:40 +02:00
bug41209.phpt Declare tentative return types for Zend (#7251) 2021-07-19 13:44:20 +02:00
bug41351_2.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
bug41351_3.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
bug41351.phpt
bug41372.phpt
bug41401.phpt
bug41421.phpt Declare some properties in tests 2021-10-11 16:01:57 +02:00
bug41633_1.phpt
bug41633_2.phpt Fix lineno for all constant expressions 2023-02-02 19:03:47 +01:00
bug41633_3.phpt Fix lineno for all constant expressions 2023-02-02 19:03:47 +01:00
bug41633_4.phpt
bug41640.phpt
bug41929.phpt
bug41961.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
bug42143.phpt
bug42211.phpt
bug42767.phpt Align highlight_string|file with HTML standard and modern browsers 2023-08-12 15:08:28 +01:00
bug42772.phpt
bug42798.phpt
bug42802.phpt
bug42817.phpt
bug42818.phpt
bug42819.phpt
bug42820.phpt
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
bug43200_2.phpt
bug43200.phpt
bug43201.phpt Deprecate passing null to non-nullable arg of internal function 2021-02-11 21:46:13 +01:00
bug43332_1.phpt
bug43332_2.phpt
bug43343.phpt
bug43344_1.phpt
bug43344_2.phpt
bug43344_3.phpt
bug43344_4.phpt
bug43344_5.phpt
bug43344_6.phpt
bug43344_7.phpt
bug43344_8.phpt
bug43344_9.phpt
bug43344_10.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
bug43344_11.phpt
bug43344_12.phpt
bug43344_13.phpt
bug43426.phpt
bug43450.phpt
bug43483.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
bug43651.phpt
bug43703.phpt
bug43851.phpt
bug43918.phpt Migrate SKIPIF -> EXTENSIONS (#7138) 2021-06-11 11:57:42 +02:00
bug44069.phpt
bug44141.phpt
bug44184.phpt
bug44414.phpt
bug44653.phpt
bug44660.phpt Fix GH-8329 Print true/false instead of bool in error and debug messages (#8385) 2023-01-23 10:52:14 +01:00
bug44827.phpt
bug44830.phpt
bug44899_2.phpt
bug44899.phpt
bug44913.phpt
bug45147.phpt
bug45180.phpt
bug45186_2.phpt Deprecate partially supported callables 2021-10-22 10:15:24 +02:00
bug45186.phpt Deprecate partially supported callables 2021-10-22 10:15:24 +02:00
bug45742.phpt
bug45744.phpt
bug45805.phpt
bug45862.phpt
bug45877.phpt
bug45910_2.phpt
bug45910.phpt
bug46106.phpt
bug46196.phpt
bug46238.phpt
bug46241.phpt
bug46246.phpt
bug46304.phpt
bug46308.phpt
bug46381.phpt
bug46409.phpt
bug46665_autoload.inc
bug46665.phpt
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
bug47109.phpt
bug47165.phpt
bug47343.phpt Deprecate implicit dynamic properties 2021-11-26 14:10:11 +01:00
bug47353.phpt
bug47516.phpt Fix 'can not' in test data and in code comments 2021-10-05 09:51:58 +01:00
bug47572.phpt Fix lineno for all constant expressions 2023-02-02 19:03:47 +01:00
bug47593.phpt
bug47596.phpt
bug47699.phpt
bug47714.phpt
bug47771.phpt
bug47801.phpt
bug47836.phpt
bug47880.phpt
bug48215_2.phpt
bug48215.phpt
bug48228.phpt
bug48248.phpt
bug48408.phpt
bug48409.phpt
bug48428.phpt
bug48533.phpt
bug48667_1.phpt
bug48667_2.phpt
bug48770_2.phpt Deprecate partially supported callables 2021-10-22 10:15:24 +02:00
bug48770_3.phpt Deprecate partially supported callables 2021-10-22 10:15:24 +02:00
bug48770.phpt Deprecate partially supported callables 2021-10-22 10:15:24 +02:00
bug48899-deprecated.phpt Extend deprecation notices to is_callable($foo) and callable $foo 2022-07-14 17:07:42 +02:00
bug48899.phpt Extend deprecation notices to is_callable($foo) and callable $foo 2022-07-14 17:07:42 +02:00
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
bug49893.phpt Deprecate implicit dynamic properties 2021-11-26 14:10:11 +01:00
bug49908.phpt Include the source location in Closure names (#13550) 2024-04-12 18:21:13 +02:00
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 - Fixed bug #50255 (isset() and empty() silently casts array to object) 2009-11-24 21:54:12 +00:00
bug50383.phpt
bug50394.phpt
bug50810.phpt
bug50816.phpt
bug51176.phpt
bug51394.phpt
bug51421.phpt
bug51791.phpt
bug51822.phpt Deprecate implicit dynamic properties 2021-11-26 14:10:11 +01:00
bug51827.phpt
bug52001.phpt
bug52041.phpt Promote "undefined array key" notice to warning 2020-08-03 14:40:50 +02:00
bug52060.phpt
bug52193.phpt Include the source location in Closure names (#13550) 2024-04-12 18:21:13 +02:00
bug52355.phpt
bug52361.phpt
bug52484_2.phpt
bug52484_3.phpt
bug52484.phpt
bug52508.phpt
bug52614.phpt
bug52879.phpt
bug52939.phpt
bug52940.phpt
bug53305.phpt
bug53347.phpt
bug53432.phpt Fix Bug #80972: Memory exhaustion on invalid string offset 2021-04-26 13:21:40 +01:00
bug53511.phpt
bug53629.phpt
bug53632.phpt
bug53727.phpt
bug53748.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
bug53826.phpt Fixed bug #53826 2021-02-18 14:17:47 +01:00
bug53958.phpt
bug53971.phpt
bug54013.phpt
bug54039.phpt
bug54043.phpt Throw directly instead of replacing error handler in ext/date (#6954) 2021-05-07 11:10:39 +01:00
bug54268.phpt Dynamically xfail test cases which fail on CI (GH-15710) 2024-09-02 18:23:52 +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 Close PHP tags in tests 2023-10-18 17:34:10 +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
bug55135.phpt Fixed bug #63217 2018-07-02 16:41:59 +02:00
bug55156.phpt
bug55247.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
bug55305.phpt Deprecate implicit dynamic properties 2021-11-26 14:10:11 +01:00
bug55445.phpt
bug55509.phpt Skip tests calling wmic if it is not available 2024-09-01 17:19:37 +02:00
bug55578.phpt
bug55705.phpt
bug55825.phpt
bug60099.phpt Syntax errors caused by unclosed {, [, ( mention specific location 2020-04-14 11:22:23 +02:00
bug60138.phpt
bug60139.phpt
bug60161.phpt Declare tentative return types for Zend (#7251) 2021-07-19 13:44:20 +02:00
bug60169.phpt
bug60350.phpt
bug60362.phpt
bug60444.phpt
bug60536_001.phpt Deprecate implicit dynamic properties 2021-11-26 14:10:11 +01:00
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_2.phpt
bug60573.phpt
bug60598.phpt Declare some properties in tests 2021-10-11 16:01:57 +02:00
bug60611.phpt
bug60613.phpt
bug60738_variation.phpt Include the source location in Closure names (#13550) 2024-04-12 18:21:13 +02:00
bug60738.phpt Include the source location in Closure names (#13550) 2024-04-12 18:21:13 +02:00
bug60771.phpt
bug60825.phpt
bug60833.phpt Deprecate implicit dynamic properties 2021-11-26 14:10:11 +01:00
bug60909_1.phpt Include the source location in Closure names (#13550) 2024-04-12 18:21:13 +02:00
bug60909_2.phpt
bug60978.phpt Fix GH-10489: run-tests.php does not escape path when building cmd (#10560) 2023-02-25 14:02:06 +00:00
bug61011.phpt Close PHP tags in tests 2023-10-18 17:34:10 +02:00
bug61025.phpt
bug61087.phpt Fixed bug #61087 (Memory leak in parse_ini_file when specifying invalid scanner mode) 2012-02-25 14:15:11 +00:00
bug61095.phpt Fix typo in tests 2019-10-10 15:57:57 +02:00
bug61165.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
bug61225.phpt
bug61273.phpt Include the source location in Closure names (#13550) 2024-04-12 18:21:13 +02:00
bug61362.phpt
bug61681.phpt Deprecate ${} string interpolation 2022-05-05 10:14:56 +02:00
bug61761.phpt
bug61767.phpt Include the source location in Closure names (#13550) 2024-04-12 18:21:13 +02:00
bug61782.phpt
bug61970_1.phpt
bug61970_2.phpt
bug61970.phpt
bug62069_2.phpt
bug62069.phpt
bug62097.phpt Close PHP tags in tests 2023-10-18 17:34:10 +02:00
bug62343.phpt
bug62358.phpt
bug62441.phpt
bug62609_2.phpt Declare tentative return types for Zend (#7251) 2021-07-19 13:44:20 +02:00
bug62609.phpt
bug62653.phpt
bug62680.phpt expect pass for 5.4 2012-07-31 10:51:18 +08:00
bug62763.phpt
bug62814.phpt
bug62892.phpt
bug62907.phpt Close PHP tags in tests 2023-10-18 17:34:10 +02:00
bug62956.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
bug62991.phpt Fixed bug #62991 (Segfault with generator and closure) 2012-09-05 09:50:55 +04:00
bug63055.phpt
bug63111.phpt
bug63173.phpt
bug63206_1.phpt
bug63206_2.phpt
bug63206.phpt
bug63217.phpt Declare tentative return types for Zend (#7251) 2021-07-19 13:44:20 +02:00
bug63219.phpt
bug63305.phpt
bug63462.phpt Deprecate implicit dynamic properties 2021-11-26 14:10:11 +01:00
bug63468.phpt
bug63635.phpt Deprecate implicit nullable parameter types (#12959) 2024-03-13 21:40:26 +01:00
bug63734.phpt
bug63741.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
bug63762.phpt Make ReflectionProperty/Method always accessible 2021-07-08 10:55:38 +02:00
bug63816.phpt
bug63882_2.phpt Fix arsort() crash on recursion 2022-04-04 12:03:39 +03:00
bug63882.phpt Throw error for recursive comparison, instead of fatal (#14989) 2024-07-22 15:53:41 +02:00
bug63976.phpt
bug63982.phpt
bug64135.phpt
bug64239_1.phpt
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 Close PHP tags in tests 2023-10-18 17:34:10 +02:00
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 Deprecate implicit dynamic properties 2021-11-26 14:10:11 +01: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 Reindent phpt files 2020-02-03 22:52:20 +01:00
bug64960.phpt Include the source location in Closure names (#13550) 2024-04-12 18:21:13 +02:00
bug64966.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
bug64979.phpt
bug64988.phpt
bug65051.phpt
bug65108.phpt
bug65254.phpt
bug65291.phpt
bug65322.phpt
bug65372.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
bug65419.phpt
bug65579.phpt
bug65784.phpt
bug65911.phpt Deprecate implicit dynamic properties 2021-11-26 14:10:11 +01:00
bug65969.phpt Close PHP tags in tests 2023-10-18 17:34:10 +02:00
bug66015.phpt
bug66218.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
bug66252.phpt
bug66286.phpt
bug66608.phpt
bug66609.phpt Deprecate implicit dynamic properties 2021-11-26 14:10:11 +01:00
bug66660.phpt
bug66719.phpt Deprecate partially supported callables 2021-10-22 10:15:24 +02:00
bug66811.phpt
bug67111.phpt
bug67169.phpt
bug67314.phpt
bug67368.phpt
bug67633.phpt
bug67856.phpt Include the source location in Closure names (#13550) 2024-04-12 18:21:13 +02:00
bug67874.phpt
bug67922.phpt
bug67938.phpt
bug67985.phpt
bug68118.phpt
bug68148.phpt Fix $this CV init for include/eval 2014-10-05 23:38:59 +02:00
bug68162.phpt
bug68163.phpt Fix bug #68163 2014-10-06 18:45:08 +02:00
bug68191.phpt
bug68215.phpt
bug68262.phpt
bug68370.phpt
bug68412.phpt
bug68446.phpt
bug68475.phpt
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 Reindent phpt files 2020-02-03 22:52:20 +01:00
bug69174.phpt
bug69180-backtrace.phpt Add test for backtrace with aliased trait (#8705) 2022-06-30 19:59:33 +02:00
bug69201.phpt
bug69212.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
bug69221_2.phpt Fixed bug #69221 2015-03-13 16:23:53 +01:00
bug69221.phpt
bug69315.phpt
bug69376_2.phpt
bug69376.phpt Fixed bug #69376 (Wrong ref counting). 2015-04-07 02:35:52 +03:00
bug69388_2.phpt
bug69388.phpt
bug69420.phpt
bug69427.phpt
bug69446_2.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
bug69446.phpt Allow fiber switching during destructor execution 2024-07-02 15:00:40 +02:00
bug69467.phpt
bug69532.phpt
bug69534.phpt More missing gc inis 2017-01-10 12:17:31 -05:00
bug69537.phpt
bug69551.phpt
bug69568.phpt Fix LSB handling for closures 2015-05-05 21:14:03 +02:00
bug69599.phpt
bug69640.phpt Switch code on thrown TypeError and ParseError to 0, update related tests 2015-07-07 16:54:39 -05:00
bug69676_2.phpt
bug69676_3.phpt
bug69676.phpt
bug69732.phpt
bug69740.phpt
bug69754.phpt
bug69755.phpt
bug69756.phpt Moved test to correct place 2015-06-25 11:22:21 +03:00
bug69758.phpt
bug69761.phpt
bug69767.phpt
bug69788.phpt
bug69802_2.phpt Replace @deprecated by #[\Deprecated] for internal functions / class constants (#14750) 2024-07-10 16:47:31 +02:00
bug69805.phpt
bug69825.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
bug69832.phpt
bug69871.phpt
bug69889.phpt
bug69891.phpt
bug69892.phpt
bug69893.phpt Fix bug #69891 2015-06-20 17:23:58 +02:00
bug69905.phpt
bug69955.phpt Declare tentative return types for Zend (#7251) 2021-07-19 13:44:20 +02:00
bug69957.phpt
bug69989_1.phpt
bug69989_2.phpt
bug69989_3.phpt
bug69996.phpt
bug70012.phpt
bug70083.phpt
bug70089.phpt Consolidate UNSET_DIM handling for string offset error 2021-10-20 13:05:38 +02:00
bug70117.phpt
bug70121.phpt
bug70124.phpt
bug70156.phpt Use common formatting for backtraces (#6977) 2021-05-18 11:43:37 +02:00
bug70164.phpt
bug70173.phpt Fix #70173: ZVAL_COPY_VALUE_EX broken for 32bit Solaris Sparc 2015-08-09 15:01:37 +02:00
bug70179.phpt
bug70182.phpt
bug70183.phpt Fixed bug #70183 null pointer deref (segfault) in zend_eval_const_expr 2015-08-02 16:51:23 +02:00
bug70187_2.phpt
bug70187.phpt
bug70215.phpt
bug70223.phpt Deprecate implicit dynamic properties 2021-11-26 14:10:11 +01:00
bug70240.phpt Fixed bug #70240 (Segfault when doing unset($var());) 2015-08-11 21:42:11 +08:00
bug70241.phpt
bug70253.phpt Promote unserialize() notices to warning (#9629) 2022-11-15 19:36:38 +01:00
bug70258.phpt
bug70262.phpt
bug70288.phpt
bug70293.phpt
bug70321.phpt Include the source location in Closure names (#13550) 2024-04-12 18:21:13 +02:00
bug70332.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
bug70397.phpt Deprecate implicit dynamic properties 2021-11-26 14:10:11 +01:00
bug70398.phpt
bug70430.phpt
bug70478.phpt
bug70547.phpt
bug70630.phpt
bug70662.phpt
bug70681.phpt
bug70685.phpt
bug70689.phpt
bug70748.phpt Use :- as ini interpolation fallback separator 2023-07-18 08:31:02 +01:00
bug70782.phpt
bug70785.phpt
bug70804.phpt Fix bug #70804 2015-12-19 02:25:44 +00:00
bug70805_1.phpt Deprecate implicit dynamic properties 2021-11-26 14:10:11 +01:00
bug70805_2.phpt Deprecate implicit dynamic properties 2021-11-26 14:10:11 +01:00
bug70805.phpt Deprecate implicit dynamic properties 2021-11-26 14:10:11 +01: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 Reindent phpt files 2020-02-03 22:52:20 +01:00
bug70914.phpt Migrate SKIPIF -> EXTENSIONS (#7138) 2021-06-11 11:57:42 +02:00
bug70918.phpt
bug70944.phpt
bug70957.phpt Fix 'can not' in test data and in code comments 2021-10-05 09:51:58 +01:00
bug70958.phpt
bug70967.phpt
bug70987.phpt
bug70997.phpt
bug71030.phpt
bug71067.phpt Don't disable opcache for generic tests 2020-11-04 11:12:12 +01:00
bug71086.phpt Align highlight_string|file with HTML standard and modern browsers 2023-08-12 15:08:28 +01:00
bug71154.phpt
bug71163.phpt
bug71196.phpt
bug71221.phpt
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
bug71428.1.phpt Deprecate implicit nullable parameter types (#12959) 2024-03-13 21:40:26 +01:00
bug71428.2.phpt Migrate SKIPIF -> EXTENSIONS (#7138) 2021-06-11 11:57:42 +02:00
bug71428.3.phpt Fix #13865 Improve parameter and return value related deprecation messages (#13913) 2024-04-08 22:20:32 +02:00
bug71470.phpt
bug71474.phpt
bug71529.phpt
bug71539_1.phpt
bug71539_2.phpt Fixed bug #71539 (Memory error on $arr[$a] =& $arr[$b] if RHS rehashes) 2016-07-07 00:59:44 +03:00
bug71539_3.phpt
bug71539_4.phpt
bug71539_5.phpt
bug71539.phpt
bug71572.phpt
bug71622.phpt Extend deprecation notices to is_callable($foo) and callable $foo 2022-07-14 17:07:42 +02:00
bug71724.phpt Fixed bug #71724 2016-03-06 21:38:21 +01:00
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 Deprecate implicit dynamic properties 2021-11-26 14:10:11 +01:00
bug71871_2.phpt Improve final/abstract methods in interfaces error messages 2021-12-05 23:10:07 +01:00
bug71871.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 Fix misleading pass by reference error message (#10639) 2023-07-18 15:02:38 +02:00
bug72101.phpt Include the source location in Closure names (#13550) 2024-04-12 18:21:13 +02:00
bug72107.phpt
bug72119.phpt Deprecate implicit nullable parameter types (#12959) 2024-03-13 21:40:26 +01:00
bug72162.phpt
bug72177_2.phpt Make ReflectionProperty/Method always accessible 2021-07-08 10:55:38 +02:00
bug72177.phpt Make ReflectionProperty/Method always accessible 2021-07-08 10:55:38 +02:00
bug72188.phpt Fixed bug #72188 (Nested try/finally blocks losing return value) 2016-05-13 14:38:43 +03:00
bug72215_1.phpt
bug72215_2.phpt
bug72215_3.phpt
bug72215.phpt Fixed bug #72347 (VERIFY_RETURN type casts visible in finally) 2016-07-13 15:08:28 +03:00
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 Reindent phpt files 2020-02-03 22:52:20 +01:00
bug72496.phpt
bug72508.phpt
bug72530.phpt
bug72543_1.phpt
bug72543_2.phpt Fixed bug #72543 (Different references behavior comparing to PHP 5) 2016-07-06 20:46:43 +03:00
bug72543_3.phpt
bug72543_4.phpt
bug72543_5.phpt
bug72543.phpt
bug72581.phpt
bug72594.phpt Don't disable opcache for generic tests 2020-11-04 11:12:12 +01:00
bug72598_2.phpt
bug72598.phpt
bug72767.phpt
bug72813.phpt
bug72854.phpt
bug72918.phpt
bug72943.phpt
bug72944.phpt
bug73156.phpt
bug73288.phpt
bug73337.phpt Make numeric operations on resources, arrays and objects type errors 2020-05-05 16:11:13 +02:00
bug73338.phpt Adjust tests for zpp TypeError change 2019-03-11 11:32:20 +01:00
bug73350.phpt Fix GH-8232 - always reference classes in var_export() via their FQCN 2022-04-23 11:06:21 +02:00
bug73663_2.phpt Fix misleading pass by reference error message (#10639) 2023-07-18 15:02:38 +02:00
bug73663.phpt
bug73753.phpt
bug73792.phpt Consolidate string offset by reference errors 2021-10-20 13:00:48 +02: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 Fixed bug #73960 2017-03-10 18:20:32 +01:00
bug73987_1.phpt
bug73987_2.phpt
bug73987_3.phpt
bug73987.phpt
bug73989.phpt
bug73998.phpt
bug74053.phpt
bug74084.phpt
bug74093.phpt Fix bug #81510 2021-10-18 12:45:26 +02:00
bug74164.phpt Include the source location in Closure names (#13550) 2024-04-12 18:21:13 +02:00
bug74269.phpt
bug74340.phpt
bug74546.phpt
bug74603.ini
bug74603.phpt
bug74657.phpt Fix lineno for all constant expressions 2023-02-02 19:03:47 +01:00
bug74810.phpt
bug74836.phpt
bug74840.phpt
bug74862_2.phpt
bug74862.phpt
bug74947.phpt
bug75079_2.phpt Include the source location in Closure names (#13550) 2024-04-12 18:21:13 +02:00
bug75079.phpt
bug75218.phpt
bug75241.phpt
bug75252.phpt
bug75290.phpt Include the source location in Closure names (#13550) 2024-04-12 18:21:13 +02:00
bug75420.1.phpt
bug75420.2.phpt
bug75420.3.phpt
bug75420.4.phpt
bug75420.5.phpt
bug75420.6.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
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
bug76025.phpt
bug76047.phpt
bug76383.phpt
bug76430.phpt
bug76439_2.phpt
bug76439.phpt
bug76451_2.inc
bug76451_2.phpt Avoid early-binding on unresolved types 2019-05-24 09:30:13 +02:00
bug76451.inc
bug76451.phpt Avoid early-binding on unresolved types 2019-05-24 09:30:13 +02:00
bug76502.phpt
bug76534.phpt Include the source location in Closure names (#13550) 2024-04-12 18:21:13 +02:00
bug76667.phpt
bug76752.phpt
bug76754.phpt
bug76800.phpt
bug76846.phpt
bug76860_2.phpt
bug76860.phpt
bug76869.phpt
bug76901.phpt Fixed bug #76901 2018-09-19 09:37:04 +02:00
bug76946.phpt
bug76965.phpt
bug77291.phpt
bug77339.phpt
bug77345_gc_1.phpt
bug77345_gc_2.phpt
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
bug77877.phpt
bug77922.phpt
bug77966.phpt
bug77993.phpt
bug78010.phpt Move ASAN built to GitHub actions 2023-08-09 14:06:36 +02:00
bug78151.phpt
bug78154.phpt Fix misleading pass by reference error message (#10639) 2023-07-18 15:02:38 +02:00
bug78182.phpt
bug78239.phpt Migrate SKIPIF -> EXTENSIONS (#7138) 2021-06-11 11:57:42 +02:00
bug78271.phpt
bug78335_2.phpt Migrate SKIPIF -> EXTENSIONS (#7138) 2021-06-11 11:57:42 +02:00
bug78335.phpt
bug78340.phpt Deprecate implicit dynamic properties 2021-11-26 14:10:11 +01:00
bug78344.phpt
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_2.phpt Deprecate implicit dynamic properties 2021-11-26 14:10:11 +01:00
bug78379.phpt Deprecate implicit dynamic properties 2021-11-26 14:10:11 +01:00
bug78396.phpt
bug78406.phpt Declare tentative return types for ext/standard (#7065) 2021-05-28 15:46:04 +02:00
bug78454_1.phpt Close PHP tags in tests 2023-10-18 17:34:10 +02:00
bug78454_2.phpt Close PHP tags in tests 2023-10-18 17:34:10 +02:00
bug78502.phpt Fixed bug #78502 2019-09-06 11:33:28 +02:00
bug78531.phpt
bug78589.phpt Deprecate implicit dynamic properties 2021-11-26 14:10:11 +01:00
bug78598.phpt
bug78644.phpt
bug78658.phpt
bug78689.phpt
bug78752.phpt
bug78770.phpt Deprecate partially supported callables 2021-10-22 10:15:24 +02:00
bug78776.phpt Fixed bug #78776 2019-12-18 15:55:45 +01:00
bug78787.phpt
bug78810.phpt
bug78868.phpt Deprecate ReflectionProperty::setValue() with an incorrect 1st arg type 2023-07-18 12:59:21 +02:00
bug78898.phpt Deprecate partially supported callables 2021-10-22 10:15:24 +02:00
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
bug79022.phpt
bug79108.phpt Fix bug #79108 2020-07-24 12:23:34 +02:00
bug79155.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
bug79364.phpt
bug79382.phpt
bug79477.phpt Deprecate implicit dynamic properties 2021-11-26 14:10:11 +01:00
bug79514.phpt Speed up test case 2021-06-02 23:19:38 +02:00
bug79599.phpt
bug79657.phpt Include the source location in Closure names (#13550) 2024-04-12 18:21:13 +02:00
bug79668.phpt Fix #79668: get_defined_functions(true) may miss functions 2020-06-04 08:45:27 +02:00
bug79778.phpt Include the source location in Closure names (#13550) 2024-04-12 18:21:13 +02:00
bug79783.phpt Fix misleading pass by reference error message (#10639) 2023-07-18 15:02:38 +02:00
bug79784.phpt Fixed bug #79784 2020-07-07 14:22:58 +02:00
bug79790.phpt Improve illegal offset error messages (#10504) 2023-02-08 12:11:41 +00:00
bug79791.phpt Fixed bug #79791 2020-07-07 16:00:50 +02:00
bug79792.phpt
bug79793.phpt
bug79818.phpt
bug79828.phpt Fixed bug #79828 2020-07-13 09:55:13 +02:00
bug79836_1.phpt Fix #97836 and #81705: Segfault / type confusion in concat_function 2023-05-16 20:27:00 +02:00
bug79836_2.phpt Fix #97836 and #81705: Segfault / type confusion in concat_function 2023-05-16 20:27:00 +02:00
bug79836_3.phpt Fix string coercion for $a .= $a (#11296) 2023-05-22 19:48:07 +02:00
bug79836_4.phpt Fix concat_function use-after-free on out-of-memory error (#11297) 2023-05-22 22:02:27 +02:00
bug79836.phpt Fix #97836 and #81705: Segfault / type confusion in concat_function 2023-05-16 20:27:00 +02:00
bug79862.phpt Deprecate implicit dynamic properties 2021-11-26 14:10:11 +01:00
bug79897.phpt
bug79900.phpt
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
bug79934.phpt
bug79947.phpt Improve illegal offset error messages (#10504) 2023-02-08 12:11:41 +00:00
bug79948.inc
bug79948.phpt
bug79979.phpt
bug80030.phpt
bug80037.phpt
bug80045.phpt
bug80046.phpt
bug80049.phpt
bug80055.phpt
bug80072.phpt Fix bug #80072: Root live tmpvars after GC 2021-07-02 15:28:36 +02:00
bug80096.phpt
bug80126_2.phpt
bug80126.phpt
bug80184.phpt
bug80194.phpt
bug80255.phpt
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 Improve illegal offset error messages (#10504) 2023-02-08 12:11:41 +00: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 Include the source location in Closure names (#13550) 2024-04-12 18:21:13 +02:00
bug81104.phpt Deprecate implicit dynamic properties 2021-11-26 14:10:11 +01: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_trait.inc Fixed bug #81192 2021-08-12 14:35:13 +02:00
bug81192.phpt Fixed bug #81192 2021-08-12 14:35:13 +02:00
bug81216_2.phpt Fix crush after compilation of nullsafe operator introduced in 307e476e86 2021-12-09 18:15:47 +03:00
bug81216.phpt Fixed bug #81216 (Nullsafe operator leaks dynamic property name) 2021-12-04 18:04:24 +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 Fix GH-8329 Print true/false instead of bool in error and debug messages (#8385) 2023-01-23 10:52:14 +01:00
bug81652.phpt Deprecate E_STRICT constant and remove error level 2024-09-18 14:33:14 +02:00
bug81684.phpt Fix invalid opcode for ??= on $GLOBALS 2021-12-05 18:25:02 +01:00
bug81705.phpt Fix #97836 and #81705: Segfault / type confusion in concat_function 2023-05-16 20:27:00 +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
bug_debug_backtrace.phpt Use common formatting for backtraces (#6977) 2021-05-18 11:43:37 +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 Fix detection of write to built-in function for references 2014-09-23 20:42:22 +02:00
builtin_in_write_context_error2.phpt
bw_or_assign_with_ref.phpt
by_ref_optimization.phpt Don't replace SEND opcodes with different by-ref behavior 2021-12-25 12:34:02 +01:00
call_static_002.phpt
call_static_003.phpt
call_static_004.phpt
call_static_006.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
call_static_007.phpt
call_static.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
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 Include the source location in Closure names (#13550) 2024-04-12 18:21:13 +02:00
call_user_func_005.phpt Include the source location in Closure names (#13550) 2024-04-12 18:21:13 +02:00
call_user_func_006.phpt Change argument error message format 2020-02-26 15:00:08 +01:00
call_user_func_007.phpt Fix GH-8329 Print true/false instead of bool in error and debug messages (#8385) 2023-01-23 10:52:14 +01:00
call_user_func_008.phpt
call_user_func_009.phpt
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_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_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_invalid_type.phpt
call_user_func_array_prefer_ref.phpt Fix SEND_USER as well 2016-04-18 22:45:38 +02:00
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
callable_self_parent_static_deprecation.phpt Extend deprecation notices to is_callable($foo) and callable $foo 2022-07-14 17:07:42 +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
cast_to_int.phpt
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_static.phpt
catch.phpt
class_alias_001.phpt
class_alias_002.phpt Print location on class redeclaration 2024-04-30 14:34:43 +02:00
class_alias_004.phpt Print location on class redeclaration 2024-04-30 14:34:43 +02:00
class_alias_005.phpt
class_alias_006.phpt Implement GH-9826: Make class_alias() work with internal classes (#10483) 2023-02-22 11:47:32 +01:00
class_alias_007.phpt
class_alias_008.phpt
class_alias_009.phpt Improve error message class type 2022-03-20 20:54:36 +01:00
class_alias_010.phpt Print location on class redeclaration 2024-04-30 14:34:43 +02:00
class_alias_011.phpt
class_alias_012.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
class_alias_013.phpt
class_alias_014.phpt
class_alias_016.phpt
class_alias_017.phpt Deprecate calling get_class() and get_parent_class() without arguments 2023-07-18 12:59:21 +02:00
class_alias_018.phpt
class_alias_019.phpt Print location on class redeclaration 2024-04-30 14:34:43 +02:00
class_alias_020.phpt
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
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_error_001.phpt
class_name_as_scalar_error_002.phpt
class_name_as_scalar_error_003.phpt
class_name_as_scalar_error_004.phpt
class_name_as_scalar_error_005.phpt
class_name_as_scalar_error_006.phpt
class_name_as_scalar_error_007.phpt
class_name_as_scalar.phpt
class_on_constant_evaluated_expression.phpt Fix GH-8329 Print true/false instead of bool in error and debug messages (#8385) 2023-01-23 10:52:14 +01:00
class_on_expression_in_constant_expression.phpt
class_on_object.phpt Fix GH-8329 Print true/false instead of bool in error and debug messages (#8385) 2023-01-23 10:52:14 +01:00
class_properties_const.phpt
class_properties_dynamic.phpt
class_properties_static.phpt
class_toString_concat_non_interned_with_itself.phpt Fix #97836 and #81705: Segfault / type confusion in concat_function 2023-05-16 20:27:00 +02:00
class_toString_concat_with_itself.phpt Fix #97836 and #81705: Segfault / type confusion in concat_function 2023-05-16 20:27:00 +02:00
class_underscore_as_name.phpt Deprecate using "_" as a class name (#15360) 2024-08-12 16:10:30 +01:00
class_uses_static.phpt
clone_001.phpt
clone_002.phpt
clone_003.phpt
clone_004.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
closure_001.phpt
closure_002.phpt
closure_003.phpt
closure_004.phpt
closure_005.phpt Include the source location in Closure names (#13550) 2024-04-12 18:21:13 +02:00
closure_006.phpt
closure_007.phpt
closure_008.phpt
closure_009.phpt - Fixed test titles 2008-07-14 12:35:51 +00:00
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 Include the source location in Closure names (#13550) 2024-04-12 18:21:13 +02:00
closure_020.phpt Include the source location in Closure names (#13550) 2024-04-12 18:21:13 +02:00
closure_021.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
closure_022.phpt Use NO_DYNAMIC_PROPERTIES for Closure 2021-05-14 14:48:56 +02:00
closure_023.phpt
closure_024.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
closure_026.phpt Include the source location in Closure names (#13550) 2024-04-12 18:21:13 +02:00
closure_027.phpt Include the source location in Closure names (#13550) 2024-04-12 18:21:13 +02:00
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 Include the source location in Closure names (#13550) 2024-04-12 18:21:13 +02:00
closure_033.phpt Include the source location in Closure names (#13550) 2024-04-12 18:21:13 +02:00
closure_034.phpt Include the source location in Closure names (#13550) 2024-04-12 18:21:13 +02:00
closure_035.phpt Include the source location in Closure names (#13550) 2024-04-12 18:21:13 +02:00
closure_036.phpt
closure_037.phpt
closure_038.phpt Include the source location in Closure names (#13550) 2024-04-12 18:21:13 +02:00
closure_039.phpt Include the source location in Closure names (#13550) 2024-04-12 18:21:13 +02:00
closure_040.phpt
closure_041.phpt
closure_042.phpt
closure_043.phpt
closure_044.phpt
closure_045.phpt
closure_046.phpt
closure_047.phpt
closure_048.phpt
closure_049.phpt
closure_050.phpt
closure_051.phpt
closure_052.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
closure_053.phpt
closure_054.phpt
closure_055.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
closure_056.phpt
closure_057.phpt
closure_058.phpt Deprecate calling get_class() and get_parent_class() without arguments 2023-07-18 12:59:21 +02:00
closure_059.phpt Include the source location in Closure names (#13550) 2024-04-12 18:21:13 +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_064.phpt Include the source location in Closure names (#13550) 2024-04-12 18:21:13 +02:00
closure_065.phpt Include the source location in Closure names (#13550) 2024-04-12 18:21:13 +02:00
closure_066.phpt Include the source location in Closure names (#13550) 2024-04-12 18:21:13 +02:00
closure_067.phpt reflection: Fix ReflectionFunction::getShortName() for Closures (#14001) 2024-04-19 12:14:16 +02:00
closure_068.phpt reflection: Fix ReflectionFunction::getShortName() for first class callables (#14087) 2024-04-30 17:27:11 +02: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_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_call.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 Forbid double use() and use() of param 2016-01-12 15:37:39 +01:00
closure_write_prop.phpt Use NO_DYNAMIC_PROPERTIES for Closure 2021-05-14 14:48:56 +02:00
coalesce_assign_optimization.phpt Merge branch 'PHP-8.1' 2021-11-11 10:36:54 +01:00
code_before_loop_var_free.phpt Start block at loop var free 2021-09-27 11:56:37 +02:00
compare_001_64bit.phpt
compare_001.phpt
compare_002_64bit.phpt
compare_002.phpt
compare_003_64bit.phpt
compare_003.phpt
compare_004_64bit.phpt
compare_004.phpt
compare_005_64bit.phpt
compare_005.phpt
compare_006_64bit.phpt
compare_006.phpt
compound_assign_failure.phpt Make numeric operations on resources, arrays and objects type errors 2020-05-05 16:11:13 +02:00
compound_assign_with_numeric_strings.phpt
concat_001.phpt
concat_002.phpt
concat_003.phpt
const_array_with_resource_key.phpt Fix consistency issues with array accesses warnings/exceptions 2019-11-06 12:56:47 +01:00
const_deprecation.phpt Migrate SKIPIF -> EXTENSIONS (#7138) 2021-06-11 11:57:42 +02:00
const_dereference_001.phpt
const_dereference_002.phpt
const_dereference_003.phpt Promote "undefined array key" notice to warning 2020-08-03 14:40:50 +02:00
const_eval_and.phpt
const_expr_dim_on_null_warning.phpt Fix GH-8329 Print true/false instead of bool in error and debug messages (#8385) 2023-01-23 10:52:14 +01:00
constant_arrays.phpt Allow objects in define() 2021-07-15 10:09:56 +02:00
constant_expressions_arrays.phpt
constant_expressions_classes.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
constant_expressions_coalesce_empty_dim.phpt
constant_expressions_coalesce.phpt
constant_expressions_dynamic_class_name_error.phpt Test error conditions for ct class const refs 2014-09-23 00:40:17 +02:00
constant_expressions_dynamic.phpt Update deprecation message for incompatible float to int conversion 2021-06-07 14:36:11 +02:00
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_exceptions.inc Convert "Unsupported operands" fatal error into EngineException (exceptions can't be thrown at compile-time yet, so unsuported operands in constant expressions are still lead to fatal error). 2015-03-31 13:25:26 +03:00
constant_expressions_invalid_offset_type_error.phpt Improve illegal offset error messages (#10504) 2023-02-08 12:11:41 +00:00
constant_expressions_self_referencing_array.phpt Fix lineno for all constant expressions 2023-02-02 19:03:47 +01:00
constant_expressions_static_class_name_error.phpt
constant_expressions.phpt
constants_001.phpt
constants_002.phpt Allow objects in define() 2021-07-15 10:09:56 +02:00
constants_003.phpt
constants_004.phpt
constants_005.phpt
constants_006.phpt
constants_007.phpt
constants_008.phpt
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 invalid cpp modifier message 2023-09-11 16:23:43 +02:00
ctor_promotion_attributes.phpt
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 Implement "Constructor Promotion" RFC 2020-06-05 15:15:51 +02:00
ctor_promotion_mixing.phpt
ctor_promotion_not_a_ctor.phpt
ctor_promotion_null_default.phpt
ctor_promotion_repeated_prop.phpt
ctor_promotion_trait.phpt Implement "Constructor Promotion" RFC 2020-06-05 15:15:51 +02:00
ctor_promotion_untyped_default.phpt
ctor_promotion_variadic.phpt
custom_assert_forbidden.phpt
dead_array_type_inference.phpt
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 Declare some properties in tests 2021-10-11 16:01:57 +02:00
debug_info-error-0.0.phpt
debug_info-error-0.phpt
debug_info-error-1.0.phpt
debug_info-error-1.phpt
debug_info-error-empty_str.phpt
debug_info-error-false.phpt
debug_info-error-object.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
debug_info-error-resource.phpt
debug_info-error-str.phpt
debug_info-error-true.phpt
debug_info.phpt
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 Fix encoding declaration handling 2014-08-18 16:27:53 +02:00
declare_004.phpt Fix declare encoding tests 2015-01-24 21:51:45 +01:00
declare_005.phpt
declare_006.phpt
declare_007.phpt Fix tick function with arguments 2021-05-09 14:08:20 -05:00
declare_already_in_use.phpt Print location on class redeclaration 2024-04-30 14:34:43 +02:00
defined_fn_no_ns_fallback.phpt
delayed_early_binding_redeclaration-1.inc Fix delayed early binding class redeclaration error 2023-05-12 19:29:04 +02:00
delayed_early_binding_redeclaration-2.inc Fix delayed early binding class redeclaration error 2023-05-12 19:29:04 +02:00
delayed_early_binding_redeclaration.phpt Print location on class redeclaration 2024-04-30 14:34:43 +02:00
deprecate_dollar_brace_string_interpolation_1.phpt Deprecate ${} string interpolation 2022-05-05 10:14:56 +02:00
deprecation_to_exception_during_inheritance.phpt Include the source location in Closure names (#13550) 2024-04-12 18:21:13 +02:00
dereference_001.phpt Promote "undefined array key" notice to warning 2020-08-03 14:40:50 +02:00
dereference_002.phpt Fix GH-8329 Print true/false instead of bool in error and debug messages (#8385) 2023-01-23 10:52:14 +01:00
dereference_003.phpt
dereference_004.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
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 Reindent phpt files 2020-02-03 22:52:20 +01:00
dereference_010.phpt Fix GH-8329 Print true/false instead of bool in error and debug messages (#8385) 2023-01-23 10:52:14 +01:00
dereference_011.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
dereference_012.phpt
dereference_013.phpt
dereference_014.phpt Fix GH-8329 Print true/false instead of bool in error and debug messages (#8385) 2023-01-23 10:52:14 +01:00
dim_assign_001.phpt
dim_assign_001.txt
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
double_array_cast.phpt
double_to_string_64bit.phpt
double_to_string.phpt
dtor_scope.phpt Remove zend_version() checks from tests 2017-01-30 22:50:25 +01:00
duplicate_label_error.phpt
dval_to_lval_32.phpt
dval_to_lval_64.phpt
dynamic_call_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_class_const_fetch_cache_slot.phpt Implement dynamic class const fetch 2023-01-26 16:46:34 +01:00
dynamic_class_const_fetch_const_expr.phpt Implement dynamic class const fetch 2023-01-26 16:46:34 +01:00
dynamic_class_const_fetch_order.phpt Implement dynamic class const fetch 2023-01-26 16:46:34 +01:00
dynamic_class_const_fetch.phpt Implement dynamic class const fetch 2023-01-26 16:46:34 +01:00
dynamic_fully_qualified_call.phpt Fix ('\bar')() in namespace 2016-05-01 13:05:14 +02:00
dynamic_prop_deprecation_002.phpt Fixed assertion after clobbering object by user error handler, because 2022-02-28 16:37:17 +03:00
dynamic_prop_deprecation.phpt Deprecate implicit dynamic properties 2021-11-26 14:10:11 +01:00
dynamic_prop_name_leak.phpt
e_strict-deprecated.phpt Deprecate E_STRICT constant and remove error level 2024-09-18 14:33:14 +02:00
early_binding_unreachable.inc Fix delayed early binding with optimization 2021-09-29 18:00:20 +02:00
early_binding_unreachable.phpt Fix delayed early binding with optimization 2021-09-29 18:00:20 +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
entry_block_with_predecessors.phpt Improve undefined variable error messages 2020-03-31 13:02:32 +02:00
enum_in_stack_trace.phpt Show enum cases in errors 2024-06-10 22:58:25 +02:00
errmsg_001.phpt
errmsg_002.phpt
errmsg_003.phpt
errmsg_004.phpt
errmsg_005.phpt
errmsg_006.phpt
errmsg_007.phpt
errmsg_008.phpt
errmsg_009.phpt
errmsg_010.phpt
errmsg_011.phpt
errmsg_013.phpt
errmsg_015.phpt
errmsg_016.phpt
errmsg_017.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
errmsg_018.phpt
errmsg_019.phpt
errmsg_020.phpt
errmsg_021.phpt
errmsg_022.phpt Fix misleading pass by reference error message (#10639) 2023-07-18 15:02:38 +02:00
errmsg_023.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
errmsg_024.phpt
errmsg_025.phpt Add support for final class constants 2021-07-06 21:42:38 +02:00
errmsg_026.phpt Print location on class redeclaration 2024-04-30 14:34:43 +02:00
errmsg_027.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
errmsg_028.phpt
errmsg_029.phpt
errmsg_030.phpt
errmsg_031.phpt
errmsg_032.phpt
errmsg_033.phpt
errmsg_034.phpt
errmsg_035.phpt
errmsg_036.phpt
errmsg_037.phpt [RFC] Property hooks (#13455) 2024-07-14 11:55:03 +02:00
errmsg_039.phpt
errmsg_040.phpt
errmsg_042.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
errmsg_044.phpt
errmsg_045.phpt
error_reporting01.phpt Deprecate E_STRICT constant and remove error level 2024-09-18 14:33:14 +02:00
error_reporting02.phpt Deprecate E_STRICT constant and remove error level 2024-09-18 14:33:14 +02:00
error_reporting03.phpt Deprecate E_STRICT constant and remove error level 2024-09-18 14:33:14 +02:00
error_reporting04.phpt Deprecate E_STRICT constant and remove error level 2024-09-18 14:33:14 +02:00
error_reporting05.phpt Deprecate E_STRICT constant and remove error level 2024-09-18 14:33:14 +02:00
error_reporting06.phpt Deprecate E_STRICT constant and remove error level 2024-09-18 14:33:14 +02:00
error_reporting07.phpt Deprecate E_STRICT constant and remove error level 2024-09-18 14:33:14 +02:00
error_reporting08.phpt Deprecate E_STRICT constant and remove error level 2024-09-18 14:33:14 +02:00
error_reporting09.phpt Deprecate E_STRICT constant and remove error level 2024-09-18 14:33:14 +02:00
error_reporting10.phpt Deprecate E_STRICT constant and remove error level 2024-09-18 14:33:14 +02:00
ErrorException_construct.phpt
ErrorException_getSeverity.phpt Deprecate E_STRICT constant and remove error level 2024-09-18 14:33:14 +02:00
eval_constant_resolution.phpt Fix inconsistency in true/false/null constant resolution when opcache is not used (#7441) 2021-11-09 10:43:56 +01:00
eval_parse_error_with_doc_comment.phpt
ex_func_null_during_property_write.phpt
exception_001.phpt Deprecate passing null to non-nullable arg of internal function 2021-02-11 21:46:13 +01:00
exception_002.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
exception_003.phpt
exception_004.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
exception_005.phpt
exception_006.phpt
exception_007.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
exception_008.phpt
exception_009.phpt Allow exceptions in __toString() 2019-06-05 14:25:07 +02:00
exception_011.phpt RFC: Deprecate remains of string evaluated code assertions (#11671) 2023-07-13 15:45:32 +01:00
exception_013.phpt
exception_014.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
exception_015.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
exception_016.phpt
exception_017.phpt
exception_018.phpt
exception_019.phpt Improve type error messages when an object is given 2020-05-26 19:06:19 +02:00
exception_020.phpt
exception_021.phpt Improve type error messages when an object is given 2020-05-26 19:06:19 +02:00
exception_022.phpt
exception_023.phpt Include the source location in Closure names (#13550) 2024-04-12 18:21:13 +02:00
exception_024.phpt
exception_025.phpt
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
exception_during_include_stat.phpt Declare some properties in tests 2021-10-11 16:01:57 +02:00
exception_during_property_assign_op.phpt
exception_during_variance_autoload_2.phpt Include the source location in Closure names (#13550) 2024-04-12 18:21:13 +02:00
exception_during_variance_autoload.phpt Include the source location in Closure names (#13550) 2024-04-12 18:21:13 +02:00
exception_from_toString.phpt
exception_getters_with_ref_props.phpt
exception_handler_001.phpt
exception_handler_002.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
exception_handler_003.phpt
exception_handler_004.phpt
exception_handler_005.phpt
exception_handler_006.phpt
exception_handler_007.phpt
exception_ignore_args.phpt Include the source location in Closure names (#13550) 2024-04-12 18:21:13 +02:00
exception_in_nested_rope.phpt Deprecate ${} string interpolation 2022-05-05 10:14:56 +02:00
exception_in_rope_end.phpt
exception_set_previous_leak.phpt
exception_stream_wrapper.phpt Deprecate implicit dynamic properties 2021-11-26 14:10:11 +01:00
exception_with_by_ref_message.phpt
exit_exception_handler.phpt
exit_finally_1.phpt
exit_finally_2.phpt
exit_finally_3.phpt
fake_closure_in_internal_func_leaks.phpt Fix fake closure leaking when called from internal func 2022-11-03 14:31:47 +01: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
falsetoarray.phpt Deprecate autovivification on false 2021-07-19 14:49:37 +02: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_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_015.phpt Add first-class callables 2021-07-14 14:37:25 +02:00
first_class_callable_016.phpt Don't check "fake" closures (fix assertion) 2022-11-07 12:19:54 +03: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_assert.phpt Add first-class callables 2021-07-14 14:37:25 +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 Show function name when dumping fake closure (#9306) 2022-08-12 12:22:55 +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 Deprecate ${} string interpolation 2022-05-05 10:14:56 +02:00
flexible-heredoc-complex-test2.phpt Deprecate ${} string interpolation 2022-05-05 10:14:56 +02:00
flexible-heredoc-complex-test3.phpt Deprecate ${} string interpolation 2022-05-05 10:14:56 +02:00
flexible-heredoc-complex-test4.phpt Deprecate ${} string interpolation 2022-05-05 10:14:56 +02:00
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
flexible-heredoc-error8.phpt
flexible-heredoc-error9.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
flexible-heredoc-error10.phpt
flexible-heredoc-error11.phpt
flexible-heredoc-error12.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
flexible-heredoc-error13.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
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
flexible-nowdoc-error8.phpt
float_prec_001.phpt
foreach_002.phpt
foreach_003.phpt Declare tentative return types for Zend (#7251) 2021-07-19 13:44:20 +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 Fix foreach object property visibility checks 2016-11-22 21:01:15 +01:00
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
foreach_reference.phpt
foreach_shadowed_dyn_property.phpt Deprecate implicit dynamic properties 2021-11-26 14:10:11 +01:00
foreach_shadowed_property.phpt
foreach_temp_array_expr_with_refs.phpt Remove reference restrictions from foreach 2012-07-22 14:33:25 +02:00
foreach_undefined.phpt
foreach_unset_globals.phpt
foreach.phpt
fr47160.phpt
frameless_bug_001.phpt Fix class name in warning of frameless calls (#13619) 2024-03-07 20:11:27 +01:00
frameless_jmp_001.phpt Implement stackless internal function calls 2024-02-06 17:42:28 +01:00
frameless_jmp_002.phpt Implement stackless internal function calls 2024-02-06 17:42:28 +01:00
frameless_jmp_003.phpt Implement stackless internal function calls 2024-02-06 17:42:28 +01:00
frameless_jmp_004.phpt Fix test that behaves differently w and w/o opcache 2024-04-03 13:24:57 +02:00
frameless_jmp_005.phpt Implement stackless internal function calls 2024-02-06 17:42:28 +01:00
frameless_throwing_destructor.phpt Implement stackless internal function calls 2024-02-06 17:42:28 +01:00
frameless_undefined_var.phpt Implement stackless internal function calls 2024-02-06 17:42:28 +01:00
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_default_argument_cache.phpt Fix caching of default params with side-effects 2022-11-17 11:52:12 +01:00
function_exists_basic.phpt
function_outside_namespace.phpt
function_redecl.phpt Print location on class redeclaration 2024-04-30 14:34:43 +02:00
gc_001.phpt
gc_002.phpt
gc_003.phpt Added garbage collector 2008-01-22 09:29:29 +00:00
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 Turn on gc before we test it 2010-03-03 17:53:15 +00:00
gc_022.phpt
gc_023.phpt
gc_024.phpt
gc_025.phpt
gc_026.phpt
gc_027.phpt
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 Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
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 Expose time spent collecting cycles in gc_status() (#11523) 2023-07-16 12:34:28 +02:00
gc_038.phpt Deprecate implicit dynamic properties 2021-11-26 14:10:11 +01:00
gc_039.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
gc_041.phpt
gc_042.phpt Deprecate implicit dynamic properties 2021-11-26 14:10:11 +01:00
gc_043.phpt Fix GH-9186 @strict-properties can be bypassed using unserialization (#9354) 2022-08-30 07:46:32 -04:00
gc_044.phpt Fix GC of object properties HT 2021-07-12 11:30:20 +02:00
gc_045.phpt Expose time spent collecting cycles in gc_status() (#11523) 2023-07-16 12:34:28 +02:00
gc_046.phpt Fixed warning 2022-09-19 13:12:49 +03:00
gc_047.phpt Fix memory leak after GC inside a foreach loop (#12572) 2023-10-30 23:36:12 +03:00
gc_048.phpt Add tests for destructors behaviour with GC 2024-03-29 16:41:22 +01:00
gc_049.phpt Add tests for destructors behaviour with GC 2024-03-29 16:41:22 +01:00
gc_050.phpt Add tests for destructors behaviour with GC 2024-03-29 16:41:22 +01:00
get_called_class_001.phpt
get_class_methods_001.phpt
get_class_methods_002.phpt
get_class_methods_003.phpt
get_class_vars_001.phpt
get_class_vars_002.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
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 Reindent phpt files 2020-02-03 22:52:20 +01:00
get_class_vars_typed_props.phpt
get_defined_functions_basic.phpt
get_defined_vars.phpt
get_mangled_object_vars.phpt Deprecate implicit dynamic properties 2021-11-26 14:10:11 +01:00
get_parent_class_001.phpt Deprecate calling get_class() and get_parent_class() without arguments 2023-07-18 12:59:21 +02:00
get_required_files.phpt
get_resource_id.phpt
gh7771_1_definition.inc Adjust filename/lineno for constant expressions 2022-03-09 18:41:04 +01:00
gh7771_1.phpt Fix lineno for all constant expressions 2023-02-02 19:03:47 +01:00
gh7771_2_definition.inc Trim trailing whitespace (#14721) 2024-06-29 18:41:45 +02:00
gh7771_2.phpt Fix lineno for all constant expressions 2023-02-02 19:03:47 +01:00
gh7771_3.phpt Temporary reset filename and lineno override before autoload 2024-04-22 10:56:45 +02:00
gh7792_1.phpt Improve error message class type 2022-03-20 20:54:36 +01:00
gh7792_2.phpt Improve error message class type 2022-03-20 20:54:36 +01:00
gh7792_3.phpt Improve error message class type 2022-03-20 20:54:36 +01:00
gh7792_4.phpt Improve error message class type 2022-03-20 20:54:36 +01:00
gh7792_5.phpt Improve error message class type 2022-03-20 20:54:36 +01:00
gh7900.phpt Fix arrow function with never return type 2022-07-29 12:25:09 +02:00
gh7958.phpt Fix GH-7958: Nested CallbackFilterIterator is leaking memory 2022-02-21 12:39:07 +01:00
gh8083.phpt Show function name when dumping fake closure (#9306) 2022-08-12 12:22:55 +02:00
gh8548_2.phpt Fix regression from GH-8587 (#8615) 2022-06-09 13:49:41 +02:00
gh8548.phpt Fix regression from GH-8587 (#8615) 2022-06-09 13:49:41 +02:00
gh8810_1.phpt Fix lineno in backtrace of multi-line function calls 2022-06-23 16:10:32 +02:00
gh8810_2.phpt Fix lineno in backtrace of multi-line function calls 2022-06-23 16:10:32 +02:00
gh8810_3.phpt Include the source location in Closure names (#13550) 2024-04-12 18:21:13 +02:00
gh8810_4.phpt Fix lineno in backtrace of multi-line function calls 2022-06-23 16:10:32 +02:00
gh8810_5.phpt Fix lineno in backtrace of multi-line function calls 2022-06-23 16:10:32 +02:00
gh8810_6.phpt Fix lineno in backtrace of multi-line function calls 2022-06-23 16:10:32 +02:00
gh8810_7.phpt Fix lineno in backtrace of multi-line function calls 2022-06-23 16:10:32 +02:00
gh8821.phpt Use common function for TypeError on illegal offset access (#10544) 2023-06-06 11:28:19 +01:00
gh8841.phpt Update Windows CI to build with vs17 2024-08-06 17:19:08 +02:00
gh8962.phpt Show function name when dumping fake closure (#9306) 2022-08-12 12:22:55 +02:00
gh9136_2.phpt Also fix ?-> on magic consts in const expressions 2022-08-03 23:40:06 +02:00
gh9136.phpt Fix property fetch on magic constants in constant expressions 2022-07-28 14:14:11 +02:00
gh9138_2.phpt Also fix ?-> on magic consts in const expressions 2022-08-03 23:40:06 +02:00
gh9138.phpt Fix property fetch on magic constants in constant expressions 2022-07-28 14:14:11 +02:00
gh9407.phpt Dynamically xfail test cases which fail on CI (GH-15710) 2024-09-02 18:23:52 +02:00
gh9500.phpt Fix syntax error when dnf type in parens after readonly 2022-09-11 12:29:29 +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 Include the source location in Closure names (#13550) 2024-04-12 18:21:13 +02: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
gh10014.phpt Fix attribute test on newer branches 2024-05-06 13:00:47 +02: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
gh10169.phpt Fix use-after-free in write_property when object is released 2023-02-02 20:03:50 +01:00
gh10232.phpt Temporary reset filename and lineno override before autoload 2024-04-22 10:56:45 +02:00
gh10251.phpt Fix recently introduced gh10251.phpt 2023-01-08 18:07:21 +01:00
gh10346.phpt Run one testsuite with observers enabled in CI (#13869) 2024-04-02 18:11:02 +02:00
gh10356.phpt Fix incorrect line number of constant in constant expression 2023-02-02 19:51:54 +01:00
gh10377_1.phpt Fix GH-10377: Unable to have an anonymous readonly class 2023-02-20 13:32:26 +01:00
gh10377_2.phpt Fix GH-10377: Unable to have an anonymous readonly class 2023-02-20 13:32:26 +01:00
gh10377_3.phpt Fix GH-10377: Unable to have an anonymous readonly class 2023-02-20 13:32:26 +01:00
gh10377_4.phpt Fix GH-10377: Unable to have an anonymous readonly class 2023-02-20 13:32:26 +01:00
gh10377.phpt Fix GH-10377: Unable to have an anonymous readonly class 2023-02-20 13:32:26 +01:00
gh10469.phpt Resolve open_basedir paths on ini update 2023-07-18 14:43:40 +02:00
gh10486_2.phpt Fix comp-time and constant evaluation of dynamic class constant fetch 2023-02-02 19:18:17 +01:00
gh10486.phpt Fix comp-time and constant evaluation of dynamic class constant fetch 2023-02-02 19:18:17 +01:00
gh10570.phpt Fix GH-10570: Assertion `(key)->h != 0 && "Hash must be known"' failed. 2023-02-24 20:40:29 +01:00
gh10634.phpt Fix GH-10634: Lexing memory corruption (#10866) 2023-03-17 17:09:14 +01:00
gh10695_1.phpt Forward shutdown exceptions to user error handlers 2023-06-15 17:11:22 +02:00
gh10695_2.phpt Forward shutdown exceptions to user error handlers 2023-06-15 17:11:22 +02:00
gh10695_3.phpt Forward shutdown exceptions to user error handlers 2023-06-15 17:11:22 +02:00
gh10695_4.phpt Include the source location in Closure names (#13550) 2024-04-12 18:21:13 +02:00
gh10695_5.phpt Forward shutdown exceptions to user error handlers 2023-06-15 17:11:22 +02:00
gh10695_6.phpt Forward shutdown exceptions to user error handlers 2023-06-15 17:11:22 +02:00
gh10695_7.phpt ext/core: Deprecate passing E_USER_ERROR to trigger_error() (#15308) 2024-08-09 15:51:07 +01:00
gh10709_2.phpt Fix GH-10709: UAF in recursive AST evaluation 2023-03-06 14:55:34 +01:00
gh10709_3.phpt Merge branch 'PHP-8.2' 2023-03-06 15:03:19 +01:00
gh10709.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
gh10935.phpt Add separate static property through trait if parent already declares it 2023-04-06 14:27:24 +02:00
gh11016.phpt Fix GH-11016: Heap buffer overflow in ZEND_ADD_ARRAY_UNPACK_SPEC_HANDLER (#11021) 2023-04-06 21:55:11 +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
gh11108.phpt 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
gh11152.phpt Allow aliasing namespaces containing reserved class names 2023-04-30 13:44:34 +02:00
gh11171.phpt Endless recursion when using + on array in foreach 2023-05-01 13:20:58 +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
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
gh11222.phpt Track HashTableIterators for copy-on-write copies of HashTables 2023-08-28 01:25:12 +02:00
gh11244-001.phpt Track HashTableIterators for copy-on-write copies of HashTables 2023-08-28 01:25:12 +02:00
gh11244-002.phpt Track HashTableIterators for copy-on-write copies of HashTables 2023-08-28 01:25:12 +02:00
gh11244-003.phpt Track HashTableIterators for copy-on-write copies of HashTables 2023-08-28 01:25:12 +02:00
gh11244-004.phpt Track HashTableIterators for copy-on-write copies of HashTables 2023-08-28 01:25:12 +02:00
gh11244-005.phpt Track HashTableIterators for copy-on-write copies of HashTables 2023-08-28 01:25:12 +02:00
gh11320_1.phpt Add tests for list() in assignment in array literals 2023-05-26 12:15:01 +02:00
gh11320_2.phpt Add tests for list() in assignment in array literals 2023-05-26 12:15:01 +02:00
gh11320_3.phpt Add tests for list() in assignment in array literals 2023-05-26 12:15:01 +02:00
gh11488.phpt Fix #13865 Improve parameter and return value related deprecation messages (#13913) 2024-04-08 22:20:32 +02:00
gh11580.phpt Fix use-of-uninitialized-value with ??= on assert 2023-07-06 09:38:41 +02:00
gh11735_1.phpt Fix use-after-free when unregistering user stream wrapper from itself 2023-07-19 11:17:57 +02:00
gh11735_2.phpt Fix use-after-free when unregistering user stream wrapper from itself 2023-07-19 11:17:57 +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
gh12366.inc Fix use-after-free of constant name 2023-10-11 11:49:40 +02:00
gh12366.phpt Fix use-after-free of constant name 2023-10-11 11:49:40 +02:00
gh12457.phpt Fixed a bug in zend_memnistr with single character needle 2023-10-18 16:00:49 +02:00
gh12468_1.phpt Fix double-free of doc_comment when overriding static property via trait 2023-10-19 15:21:53 +02:00
gh12468_2.phpt Fix double-free of doc_comment when overriding static property via trait 2023-10-19 15:21:53 +02:00
gh12826.phpt Fix GH-12826: Weird pointers issue in nested loops 2023-12-01 17:12:18 +01:00
gh13097_a.phpt ext/core: Deprecate passing E_USER_ERROR to trigger_error() (#15308) 2024-08-09 15:51:07 +01:00
gh13097_b.phpt Fix GH-13097: Anonymous class reference in trigger_error / thrown Exception 2024-01-16 21:05:04 +01:00
gh13142.phpt GH-13142: add missing test cases (#13235) 2024-01-24 12:02:32 +01:00
gh13145.phpt strtok is not comptime() 2024-01-14 19:12:41 +01:00
gh13178_1.phpt Fix iterator position resetting 2024-01-21 23:24:00 +01:00
gh13178_2.phpt Fix iterator position resetting 2024-01-21 23:24:00 +01:00
gh13178_3.phpt Fix iterator position resetting 2024-01-21 23:24:00 +01:00
gh13178_4.phpt Fix iterator position resetting 2024-01-21 23:24:00 +01:00
gh13178_5.phpt Fix iterator position resetting 2024-01-21 23:24:00 +01:00
gh13446_1.phpt Restore error handler after running it 2024-03-20 10:53:20 +01:00
gh13446_2.phpt Restore error handler after running it 2024-03-20 10:53:20 +01:00
gh13446_3.phpt Restore error handler after running it 2024-03-20 10:53:20 +01:00
gh13446_4.phpt Restore error handler after running it 2024-03-20 10:53:20 +01:00
gh13569.phpt Fix GH-13569: GC buffer unnecessarily grows up to GC_MAX_BUF_SIZE when scanning WeakMaps 2024-03-05 12:17:21 +01:00
gh13670_001.phpt Tests are not repeatable 2024-03-26 12:33:44 +01:00
gh13670_002.phpt Tests are not repeatable 2024-03-26 12:33:44 +01:00
gh13670_003.phpt Tests are not repeatable 2024-03-26 12:33:44 +01:00
gh13931.phpt Fix GH-13931: Applying zero offset to null pointer in Zend/zend_opcode.c 2024-04-15 19:39:05 +02:00
gh14003.phpt Fix missing handling of CALLABLE_CONVERT in cleanup_unfinished_calls() 2024-04-19 20:04:51 +02:00
gh14009_001.phpt Fix prototype for trait methods (#14148) 2024-05-06 21:39:30 +03:00
gh14009_002.phpt Fix prototype for trait methods (#14148) 2024-05-06 21:39:30 +03:00
gh14009_003.phpt Fix prototype for trait methods (#14148) 2024-05-06 21:39:30 +03:00
gh14009_004.phpt Fix prototype for trait methods (#14148) 2024-05-06 21:39:30 +03:00
gh14009_005.phpt Fix incorrect inheritance of private trait methods (#14163) 2024-05-07 13:16:23 +03:00
gh14456.phpt Fix bug GH-14456: Attempting to initialize class with private constructor calls destructor 2024-06-06 15:50:41 +01:00
gh14480.phpt Fix GH-14480: Method visibility issue introduced in version 8.3.8 (#14484) 2024-06-05 23:53:31 +03:00
gh14626.phpt Fix is_zend_ptr() for huge blocks (#14626) 2024-06-25 15:14:00 +02:00
gh14961.phpt Fix comments between -> and keyword 2024-07-16 23:40:18 +02:00
gh14969.phpt Fix use-after-free in property coercion with __toString() 2024-07-16 12:40:14 +02:00
gh15108-001.phpt Fix destruction of generator running in fibers during shutdown (#15158) 2024-07-30 14:53:19 +02:00
gh15108-002.phpt Fix destruction of generator running in fibers during shutdown (#15158) 2024-07-30 14:53:19 +02:00
gh15108-003.phpt Fix destruction of generator running in fibers during shutdown (#15158) 2024-07-30 14:53:19 +02:00
gh15108-004.phpt Fix destruction of generator running in fibers during shutdown (#15158) 2024-07-30 14:53:19 +02:00
gh15108-005.phpt Fix destruction of generator running in fibers during shutdown (#15158) 2024-07-30 14:53:19 +02:00
gh15108-006.phpt Fix destruction of generator running in fibers during shutdown (#15158) 2024-07-30 14:53:19 +02:00
gh15108-007.phpt Fix destruction of generator running in fibers during shutdown (#15158) 2024-07-30 14:53:19 +02:00
gh15240.phpt Fix zend_function.prop_info pointer for trait hooks (#15245) 2024-08-05 13:14:37 +02:00
gh15275-001.phpt Fix crash during GC of suspended generator delegate (#15275) 2024-08-10 15:46:31 +02:00
gh15275-002.phpt Fix crash during GC of suspended generator delegate (#15275) 2024-08-10 15:46:31 +02:00
gh15275-003.phpt Fix crash during GC of suspended generator delegate (#15275) 2024-08-10 15:46:31 +02:00
gh15275-004.phpt Fix crash during GC of suspended generator delegate (#15275) 2024-08-10 15:46:31 +02:00
gh15275-005.phpt Fix crash during GC of suspended generator delegate (#15275) 2024-08-10 15:46:31 +02:00
gh15275-006.phpt Fix crash during GC of suspended generator delegate (#15275) 2024-08-10 15:46:31 +02:00
gh15330-001.phpt Do not scan generator frames more than once (#15330) 2024-08-28 17:43:17 +02:00
gh15330-002.phpt Do not scan generator frames more than once (#15330) 2024-08-28 17:43:17 +02:00
gh15330-003.phpt Do not scan generator frames more than once (#15330) 2024-08-28 17:43:17 +02:00
gh15330-004.phpt Do not scan generator frames more than once (#15330) 2024-08-28 17:43:17 +02:00
gh15330-005.phpt Do not scan generator frames more than once (#15330) 2024-08-28 17:43:17 +02:00
gh15330-006.phpt Do not scan generator frames more than once (#15330) 2024-08-28 17:43:17 +02:00
gh15712.phpt Fix GH-15712: overflow on float print with precision ini large value. 2024-09-11 21:19:07 +01: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_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
globals.inc add new tests 2007-02-02 11:10:42 +00:00
goto_in_foreach.phpt
grandparent_prototype.phpt
halt01.phpt
halt02.phpt
halt03.phpt
halt_compiler1.phpt
halt_compiler2.phpt
halt_compiler3.phpt
halt_compiler4.phpt
halt_compiler5.phpt
heredoc_001.phpt
heredoc_002.phpt
heredoc_003.phpt
heredoc_004.phpt
heredoc_005.phpt
heredoc_006.phpt
heredoc_007.phpt
heredoc_008.phpt
heredoc_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
iface_constant_visibility_variance.phpt Fix iface const visibility variance check 2023-07-13 10:52:58 +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 Use common function for TypeError on illegal offset access (#10544) 2023-06-06 11:28:19 +01:00
include_fail_during_read.phpt Fix leak when include fails in a read operation 2019-10-07 17:29:33 +02:00
include_stat_is_quiet.phpt Declare some properties in tests 2021-10-11 16:01:57 +02:00
incompat_ctx_user.phpt
indexing_001.phpt Deprecate autovivification on false 2021-07-19 14:49:37 +02:00
indirect_call_array_001.phpt
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
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 Use common function for TypeError on illegal offset access (#10544) 2023-06-06 11:28:19 +01:00
instanceof_001.phpt Use EXPECT instead of EXPECTF when possible EXPECTF logic in run tests is considerable, so lets avoid it # Please enter the commit message for your changes. Lines starting # with '#' will be ignored, and an empty message aborts the commit. # # On branch tests/use-simpler-expect-section # Your branch is behind 'fork/tests/use-simpler-expect-section' by 1 commit, and can be fast-forwarded. # (use "git pull" to update your local branch) # # Changes to be committed: # modified: Zend/tests/005.phpt # modified: Zend/tests/bug27669.phpt # modified: Zend/tests/bug51827.phpt # modified: Zend/tests/bug63206.phpt # modified: Zend/tests/bug63206_1.phpt # modified: Zend/tests/bug63206_2.phpt # modified: Zend/tests/incompat_ctx_user.phpt # modified: Zend/tests/instanceof_001.phpt # modified: Zend/tests/unexpected_ref_bug.phpt # modified: ext/date/tests/012.phpt # modified: ext/date/tests/DatePeriod_wrong_recurrence_on_constructor.phpt # modified: ext/date/tests/DateTimeZone_listAbbreviations_basic1.phpt # modified: ext/date/tests/date_parse_001.phpt # modified: ext/date/tests/date_parse_error.phpt # modified: ext/date/tests/gmmktime_basic.phpt # modified: ext/date/tests/mktime_error.phpt # modified: ext/date/tests/timezone_abbreviations_list_basic1.phpt # modified: ext/fileinfo/tests/finfo_set_flags_basic-mb.phpt # modified: ext/fileinfo/tests/finfo_set_flags_basic.phpt # modified: ext/filter/tests/007.phpt # modified: ext/filter/tests/008.phpt # modified: ext/filter/tests/010.phpt # modified: ext/hash/tests/hash_hkdf_edges.phpt # modified: ext/hash/tests/hash_hmac_file_basic.phpt # modified: ext/json/tests/json_last_error_msg_error.phpt # modified: ext/libxml/tests/bug76777.phpt # modified: ext/pcre/tests/preg_replace_error2.phpt # modified: ext/pcre/tests/split2.phpt # modified: ext/phar/tests/phar_isvalidpharfilename.phpt # modified: ext/phar/tests/pharfileinfo_chmod.phpt # modified: ext/phar/tests/pharfileinfo_setmetadata.phpt # modified: ext/phar/tests/stat2_5.3.phpt # modified: ext/posix/tests/posix_getgrgid_error.phpt # modified: ext/posix/tests/posix_getpgid_error.phpt # modified: ext/posix/tests/posix_getpwuid_error.phpt # modified: ext/posix/tests/posix_getsid_error.phpt # modified: ext/posix/tests/posix_initgroups.phpt # modified: ext/posix/tests/posix_kill_error.phpt # modified: ext/posix/tests/posix_strerror_error.phpt # modified: ext/reflection/tests/ReflectionClass_hasProperty_002.phpt # modified: ext/reflection/tests/ReflectionMethod_getClosure_error.phpt # modified: ext/reflection/tests/ReflectionMethod_invokeArgs_error3.phpt # modified: ext/reflection/tests/ReflectionObject_getName_basic.phpt # modified: ext/reflection/tests/ReflectionProperty_isDefault_basic.phpt # modified: ext/reflection/tests/ReflectionProperty_setValue_error.phpt # modified: ext/session/tests/bug79221.phpt # modified: ext/session/tests/session_cache_limiter_error.phpt # modified: ext/spl/tests/bug61347.phpt # modified: ext/spl/tests/fileobject_005.phpt # modified: ext/spl/tests/iterator_045.phpt # modified: ext/spl/tests/regexIterator_setMode_error.phpt # modified: ext/spl/tests/spl_heap_is_empty_basic.phpt # modified: ext/sqlite3/tests/sqlite3_40_setauthorizer.phpt # modified: ext/sqlite3/tests/sqlite3stmt_getsql_expanded.phpt # modified: ext/standard/tests/array/005.phpt # modified: ext/standard/tests/array/009.phpt # modified: ext/standard/tests/array/array_diff_assoc_error.phpt # modified: ext/standard/tests/array/array_diff_error.phpt # modified: ext/standard/tests/array/array_diff_key_error.phpt # modified: ext/standard/tests/array/array_filter.phpt # modified: ext/standard/tests/array/array_filter_variation10.phpt # modified: ext/standard/tests/array/array_key_exists_variation3.phpt # modified: ext/standard/tests/array/array_map_error.phpt # modified: ext/standard/tests/array/array_merge.phpt # modified: ext/standard/tests/array/array_push.phpt # modified: ext/standard/tests/array/array_slice.phpt # modified: ext/standard/tests/array/array_unshift.phpt # modified: ext/standard/tests/array/array_walk.phpt # modified: ext/standard/tests/array/array_walk_error2.phpt # modified: ext/standard/tests/array/array_walk_recursive1.phpt # modified: ext/standard/tests/array/array_walk_recursive_error2.phpt # modified: ext/standard/tests/array/array_walk_recursive_variation7.phpt # modified: ext/standard/tests/array/array_walk_variation7.phpt # modified: ext/standard/tests/array/uasort_variation8.phpt # modified: ext/standard/tests/array/usort_variation8.phpt # modified: ext/standard/tests/assert/assert_variation.phpt # modified: ext/standard/tests/file/auto_detect_line_endings_1.phpt # modified: ext/standard/tests/file/auto_detect_line_endings_2.phpt # modified: ext/standard/tests/file/basename.phpt # modified: ext/standard/tests/file/fscanf.phpt # modified: ext/standard/tests/file/fscanf_variation10.phpt # modified: ext/standard/tests/file/is_dir_variation3.phpt # modified: ext/standard/tests/file/is_executable_error.phpt # modified: ext/standard/tests/file/is_executable_variation3.phpt # modified: ext/standard/tests/file/is_file_variation3.phpt # modified: ext/standard/tests/file/is_readable_error.phpt # modified: ext/standard/tests/file/is_readable_variation3.phpt # modified: ext/standard/tests/file/is_uploaded_file_basic.phpt # modified: ext/standard/tests/file/is_writable_error.phpt # modified: ext/standard/tests/file/is_writable_variation3.phpt # modified: ext/standard/tests/file/move_uploaded_file_basic.phpt # modified: ext/standard/tests/general_functions/get_include_path_basic.phpt # modified: ext/standard/tests/general_functions/include_path.phpt # modified: ext/standard/tests/general_functions/is_array.phpt # modified: ext/standard/tests/general_functions/is_bool.phpt # modified: ext/standard/tests/general_functions/is_float_64bit.phpt # modified: ext/standard/tests/general_functions/is_int_64bit.phpt # modified: ext/standard/tests/general_functions/is_null.phpt # modified: ext/standard/tests/general_functions/is_numeric.phpt # modified: ext/standard/tests/general_functions/is_object.phpt # modified: ext/standard/tests/general_functions/is_scalar.phpt # modified: ext/standard/tests/general_functions/is_string.phpt # modified: ext/standard/tests/general_functions/ob_get_length_basic.phpt # modified: ext/standard/tests/general_functions/php_uname_error.phpt # modified: ext/standard/tests/general_functions/print_r.phpt # modified: ext/standard/tests/general_functions/print_r_64bit.phpt # modified: ext/standard/tests/general_functions/var_dump_64bit.phpt # modified: ext/standard/tests/general_functions/var_export-locale.phpt # modified: ext/standard/tests/image/image_type_to_extension.phpt # modified: ext/standard/tests/math/lcg_value_basic.phpt # modified: ext/standard/tests/network/inet.phpt # modified: ext/standard/tests/network/ip_x86_64.phpt # modified: ext/standard/tests/random/random_int.phpt # modified: ext/standard/tests/serialize/bug45706.phpt # modified: ext/standard/tests/streams/bug61115.phpt # modified: ext/standard/tests/streams/bug78662.phpt # modified: ext/standard/tests/streams/stream_set_timeout_error.phpt # modified: ext/standard/tests/strings/chr_error.phpt # modified: ext/standard/tests/strings/fprintf_error.phpt # modified: ext/standard/tests/strings/htmlentities24.phpt # modified: ext/standard/tests/strings/htmlspecialchars.phpt # modified: ext/standard/tests/strings/ltrim.phpt # modified: ext/standard/tests/strings/metaphone.phpt # modified: ext/standard/tests/strings/parse_str_basic1.phpt # modified: ext/standard/tests/strings/parse_str_basic3.phpt # modified: ext/standard/tests/strings/printf_error.phpt # modified: ext/standard/tests/strings/rtrim.phpt # modified: ext/standard/tests/strings/soundex.phpt # modified: ext/standard/tests/strings/sprintf_variation15.phpt # modified: ext/standard/tests/strings/sscanf_error.phpt # modified: ext/standard/tests/strings/str_ireplace.phpt # modified: ext/standard/tests/strings/stristr.phpt # modified: ext/standard/tests/strings/strrchr_variation1.phpt # modified: ext/standard/tests/strings/strrchr_variation2.phpt # modified: ext/standard/tests/strings/strtolower.phpt # modified: ext/standard/tests/strings/strtoupper1.phpt # modified: ext/standard/tests/strings/strval_error.phpt # modified: ext/standard/tests/strings/substr.phpt # modified: ext/standard/tests/strings/trim1.phpt # modified: ext/standard/tests/strings/vfprintf_error1.phpt # modified: ext/standard/tests/time/strptime_error.phpt # modified: ext/tokenizer/tests/001.phpt # modified: ext/xmlreader/tests/static.phpt # modified: ext/xmlwriter/tests/bug41326.phpt # modified: tests/output/stream_isatty_err.phpt # modified: tests/output/stream_isatty_in-err.phpt # modified: tests/output/stream_isatty_in-out-err.phpt # modified: tests/output/stream_isatty_in-out.phpt # modified: tests/output/stream_isatty_out-err.phpt # modified: tests/output/stream_isatty_out.phpt # # Changes not staged for commit: # modified: run-tests.php # # ------------------------ >8 ------------------------ # Do not modify or remove the line above. # Everything below it will be ignored. diff --git a/Zend/tests/005.phpt b/Zend/tests/005.phpt index f4abfb6c51..413f3205ad 100644 --- a/Zend/tests/005.phpt +++ b/Zend/tests/005.phpt @@ -13,7 +13,7 @@ var_dump(strcasecmp("01", "01")); echo "Done\n"; ?> ---EXPECTF-- +--EXPECT-- int(0) int(-3) int(-1) diff --git a/Zend/tests/bug27669.phpt b/Zend/tests/bug27669.phpt index 7067c23e0d..9cd845e337 100644 --- a/Zend/tests/bug27669.phpt +++ b/Zend/tests/bug27669.phpt @@ -10,5 +10,5 @@ Bug #27669 (PHP 5 didn't support all possibilities for calling static methods dy $y[0] = 'hello'; A::{$y[0]}(); ?> ---EXPECTF-- +--EXPECT-- Hello World diff --git a/Zend/tests/bug51827.phpt b/Zend/tests/bug51827.phpt index 6c3d721716..1a2d9bdf39 100644 --- a/Zend/tests/bug51827.phpt +++ b/Zend/tests/bug51827.phpt @@ -13,7 +13,7 @@ register_shutdown_function('ABC'); register_shutdown_function('exploDe'); ?> ---EXPECTF-- +--EXPECT-- int(1) Fatal error: Uncaught ArgumentCountError: explode() expects at least 2 parameters, 0 given in [no active file]:0 diff --git a/Zend/tests/bug63206.phpt b/Zend/tests/bug63206.phpt index dc7bb1fd1d..6aba55eca1 100644 --- a/Zend/tests/bug63206.phpt +++ b/Zend/tests/bug63206.phpt @@ -22,7 +22,7 @@ set_error_handler(function() { $triggerNotice1++; $triggerNotice2++; ?> ---EXPECTF-- +--EXPECT-- Second handler Internal handler Second handler diff --git a/Zend/tests/bug63206_1.phpt b/Zend/tests/bug63206_1.phpt index f08f913824..d054211638 100644 --- a/Zend/tests/bug63206_1.phpt +++ b/Zend/tests/bug63206_1.phpt @@ -22,5 +22,5 @@ restore_error_handler(); $triggerNotice++; ?> ---EXPECTF-- +--EXPECT-- Second handler diff --git a/Zend/tests/bug63206_2.phpt b/Zend/tests/bug63206_2.phpt index 7a2bf38543..a4a67f577e 100644 --- a/Zend/tests/bug63206_2.phpt +++ b/Zend/tests/bug63206_2.phpt @@ -22,5 +22,5 @@ restore_exception_handler(); throw new Exception(); ?> ---EXPECTF-- +--EXPECT-- Second handler diff --git a/Zend/tests/incompat_ctx_user.phpt b/Zend/tests/incompat_ctx_user.phpt index 8c7461e4f7..3fe0456175 100644 --- a/Zend/tests/incompat_ctx_user.phpt +++ b/Zend/tests/incompat_ctx_user.phpt @@ -16,5 +16,5 @@ try { echo "Exception: " . $e->getMessage() . "\n"; } ?> ---EXPECTF-- +--EXPECT-- Exception: Non-static method A::foo() cannot be called statically diff --git a/Zend/tests/instanceof_001.phpt b/Zend/tests/instanceof_001.phpt index 27170420f0..02b7d59baf 100644 --- a/Zend/tests/instanceof_001.phpt +++ b/Zend/tests/instanceof_001.phpt @@ -17,7 +17,7 @@ var_dump($c[0] instanceof stdClass); var_dump(@$inexistent instanceof stdClass); ?> ---EXPECTF-- +--EXPECT-- bool(true) bool(true) bool(true) diff --git a/Zend/tests/unexpected_ref_bug.phpt b/Zend/tests/unexpected_ref_bug.phpt index 0d78410d1a..172b1e6224 100644 --- a/Zend/tests/unexpected_ref_bug.phpt +++ b/Zend/tests/unexpected_ref_bug.phpt @@ -15,5 +15,5 @@ $my_var = str_repeat("A", 64); $data = call_user_func_array("str_replace", array(&$my_var, new Test(), "foo")); echo "Done.\n"; ?> ---EXPECTF-- +--EXPECT-- Done. diff --git a/ext/date/tests/012.phpt b/ext/date/tests/012.phpt index ee8faf1c00..0997ef047c 100644 --- a/ext/date/tests/012.phpt +++ b/ext/date/tests/012.phpt @@ -13,7 +13,7 @@ var_dump(date_isodate_set($dto, 2006, 100, 15)); var_dump($dto->format("Y/m/d H:i:s")); echo "Done\n"; ?> ---EXPECTF-- +--EXPECT-- object(DateTime)#1 (3) { ["date"]=> string(26) "2006-01-23 00:00:00.000000" diff --git a/ext/date/tests/DatePeriod_wrong_recurrence_on_constructor.phpt b/ext/date/tests/DatePeriod_wrong_recurrence_on_constructor.phpt index 715ea63dc9..f96753b019 100644 --- a/ext/date/tests/DatePeriod_wrong_recurrence_on_constructor.phpt +++ b/ext/date/tests/DatePeriod_wrong_recurrence_on_constructor.phpt @@ -14,6 +14,6 @@ try { echo $exception->getMessage(), "\n"; } ?> ---EXPECTF-- +--EXPECT-- DatePeriod::__construct(): The recurrence count '0' is invalid. Needs to be > 0 DatePeriod::__construct(): The recurrence count '-1' is invalid. Needs to be > 0 diff --git a/ext/date/tests/DateTimeZone_listAbbreviations_basic1.phpt b/ext/date/tests/DateTimeZone_listAbbreviations_basic1.phpt index cb948e9df5..670dcb2ee3 100644 --- a/ext/date/tests/DateTimeZone_listAbbreviations_basic1.phpt +++ b/ext/date/tests/DateTimeZone_listAbbreviations_basic1.phpt @@ -22,7 +22,7 @@ echo "\n-- Format a sample entry --\n"; var_dump( $abbr["acst"] ); ?> ---EXPECTF-- +--EXPECT-- *** Testing DateTimeZone::listAbbreviations() : basic functionality *** string(5) "array" int(144) diff --git a/ext/date/tests/date_parse_001.phpt b/ext/date/tests/date_parse_001.phpt index 0d58c1f8e9..36f8d9bbdd 100644 --- a/ext/date/tests/date_parse_001.phpt +++ b/ext/date/tests/date_parse_001.phpt @@ -14,7 +14,7 @@ Test basic date_parse() var_dump(date_parse("")); echo "Done\n"; ?> ---EXPECTF-- +--EXPECT-- array(12) { ["year"]=> int(2006) diff --git a/ext/date/tests/date_parse_error.phpt b/ext/date/tests/date_parse_error.phpt index 24b0094c9e..6a5180fdfb 100644 --- a/ext/date/tests/date_parse_error.phpt +++ b/ext/date/tests/date_parse_error.phpt @@ -17,7 +17,7 @@ $invalid_date = "2OO9-02--27 10:00?00.5"; var_dump( date_parse($invalid_date) ); ?> ---EXPECTF-- +--EXPECT-- *** Testing date_parse() : error conditions *** -- Testing date_parse() function with unexpected characters in $date argument -- diff --git a/ext/date/tests/gmmktime_basic.phpt b/ext/date/tests/gmmktime_basic.phpt index 303bd9b010..f96b635c08 100644 --- a/ext/date/tests/gmmktime_basic.phpt +++ b/ext/date/tests/gmmktime_basic.phpt @@ -22,6 +22,6 @@ $year = 2008; var_dump( gmmktime($hour, $min, $sec, $mon, $day, $year) ); ?> ---EXPECTF-- +--EXPECT-- *** Testing gmmktime() : basic functionality *** int(1218182888) diff --git a/ext/date/tests/mktime_error.phpt b/ext/date/tests/mktime_error.phpt index e40e40f38d..8bdb61df7b 100644 --- a/ext/date/tests/mktime_error.phpt +++ b/ext/date/tests/mktime_error.phpt @@ -35,7 +35,7 @@ try { } ?> ---EXPECTF-- +--EXPECT-- *** Testing mktime() : error conditions *** -- Testing mktime() function with Zero arguments -- diff --git a/ext/date/tests/timezone_abbreviations_list_basic1.phpt b/ext/date/tests/timezone_abbreviations_list_basic1.phpt index b3bf7c84a1..0640b8a83d 100644 --- a/ext/date/tests/timezone_abbreviations_list_basic1.phpt +++ b/ext/date/tests/timezone_abbreviations_list_basic1.phpt @@ -22,7 +22,7 @@ echo "\n-- Format a sample entry --\n"; var_dump( $abbr["acst"] ); ?> ---EXPECTF-- +--EXPECT-- *** Testing timezone_abbreviations_list() : basic functionality *** string(5) "array" int(144) diff --git a/ext/fileinfo/tests/finfo_set_flags_basic-mb.phpt b/ext/fileinfo/tests/finfo_set_flags_basic-mb.phpt index 50a1559f58..855acaaed8 100644 --- a/ext/fileinfo/tests/finfo_set_flags_basic-mb.phpt +++ b/ext/fileinfo/tests/finfo_set_flags_basic-mb.phpt @@ -25,7 +25,7 @@ $finfo = new finfo( FILEINFO_NONE, $magicFile ); var_dump( $finfo->set_flags( FILEINFO_MIME ) ); ?> ---EXPECTF-- +--EXPECT-- *** Testing finfo_set_flags() : basic functionality *** bool(true) bool(true) diff --git a/ext/fileinfo/tests/finfo_set_flags_basic.phpt b/ext/fileinfo/tests/finfo_set_flags_basic.phpt index 95f2648f51..fe2921b560 100644 --- a/ext/fileinfo/tests/finfo_set_flags_basic.phpt +++ b/ext/fileinfo/tests/finfo_set_flags_basic.phpt @@ -25,7 +25,7 @@ $finfo = new finfo( FILEINFO_NONE, $magicFile ); var_dump( $finfo->set_flags( FILEINFO_MIME ) ); ?> ---EXPECTF-- +--EXPECT-- *** Testing finfo_set_flags() : basic functionality *** bool(true) bool(true) diff --git a/ext/filter/tests/007.phpt b/ext/filter/tests/007.phpt index dc966b8cc9..b5f285342b 100644 --- a/ext/filter/tests/007.phpt +++ b/ext/filter/tests/007.phpt @@ -23,7 +23,7 @@ var_dump(filter_has_var(INPUT_POST, "")); echo "Done\n"; ?> ---EXPECTF-- +--EXPECT-- bool(true) bool(true) bool(false) diff --git a/ext/filter/tests/008.phpt b/ext/filter/tests/008.phpt index 75e0968c62..1d4d64529d 100644 --- a/ext/filter/tests/008.phpt +++ b/ext/filter/tests/008.phpt @@ -9,7 +9,7 @@ var_dump(filter_list()); echo "Done\n"; ?> ---EXPECTF-- +--EXPECT-- array(21) { [0]=> string(3) "int" diff --git a/ext/filter/tests/010.phpt b/ext/filter/tests/010.phpt index 14f8db01af..46b6044668 100644 --- a/ext/filter/tests/010.phpt +++ b/ext/filter/tests/010.phpt @@ -17,7 +17,7 @@ var_dump(filter_var(1, 0, array())); echo "Done\n"; ?> ---EXPECTF-- +--EXPECT-- array(7) { [0]=> int(1) diff --git a/ext/hash/tests/hash_hkdf_edges.phpt b/ext/hash/tests/hash_hkdf_edges.phpt index cee86ae82e..ceb21631d1 100644 --- a/ext/hash/tests/hash_hkdf_edges.phpt +++ b/ext/hash/tests/hash_hkdf_edges.phpt @@ -25,7 +25,7 @@ catch (\Error $e) { } ?> ---EXPECTF-- +--EXPECT-- *** Testing hash_hkdf(): edge cases *** Length < digestSize: 98b16391063ece Length % digestSize != 0: 98b16391063ecee006a3ca8ee5776b1e5f diff --git a/ext/hash/tests/hash_hmac_file_basic.phpt b/ext/hash/tests/hash_hmac_file_basic.phpt index 4569c46c35..11b9d05738 100644 --- a/ext/hash/tests/hash_hmac_file_basic.phpt +++ b/ext/hash/tests/hash_hmac_file_basic.phpt @@ -57,7 +57,7 @@ echo "sha256(raw): " . bin2hex(hash_hmac_file('sha256', $file, $key, TRUE)). "\n unlink($file); ?> ---EXPECTF-- +--EXPECT-- *** Testing hash_hmac_file() : basic functionality *** gost: 94c39a40d5db852a8dc3d24e37eebf2d53e3d711457c59cd02b614f792a9d918 haval128,3: f1cea637451097d790354a86de3f54a3 diff --git a/ext/json/tests/json_last_error_msg_error.phpt b/ext/json/tests/json_last_error_msg_error.phpt index 75b06f72a2..0eb55c4c66 100644 --- a/ext/json/tests/json_last_error_msg_error.phpt +++ b/ext/json/tests/json_last_error_msg_error.phpt @@ -14,6 +14,6 @@ try { } ?> ---EXPECTF-- +--EXPECT-- string(8) "No error" json_last_error_msg() expects exactly 0 parameters, 1 given diff --git a/ext/libxml/tests/bug76777.phpt b/ext/libxml/tests/bug76777.phpt index 5e15024b81..c50e52203f 100644 --- a/ext/libxml/tests/bug76777.phpt +++ b/ext/libxml/tests/bug76777.phpt @@ -29,7 +29,7 @@ libxml_set_external_entity_loader(function($p,$s,$c) { $dom=new DOMDocument($xml); $dom->schemaValidateSource($xsd); ?> ---EXPECTF-- +--EXPECT-- NULL string(15) "nonexistent.xsd" array(4) { diff --git a/ext/pcre/tests/preg_replace_error2.phpt b/ext/pcre/tests/preg_replace_error2.phpt index 2401e0bb49..d7748bf954 100644 --- a/ext/pcre/tests/preg_replace_error2.phpt +++ b/ext/pcre/tests/preg_replace_error2.phpt @@ -29,7 +29,7 @@ try { } echo "Done"; ?> ---EXPECTF-- +--EXPECT-- *** Testing preg_replace() : error conditions *** Arg value is: this is a string diff --git a/ext/pcre/tests/split2.phpt b/ext/pcre/tests/split2.phpt index 5fafee3b87..3d9714a420 100644 --- a/ext/pcre/tests/split2.phpt +++ b/ext/pcre/tests/split2.phpt @@ -19,7 +19,7 @@ var_dump(preg_split('/(\d*)/', 'ab2c3u')); var_dump(preg_last_error() == PREG_RECURSION_LIMIT_ERROR); ?> ---EXPECTF-- +--EXPECT-- array(15) { [0]=> string(0) "" diff --git a/ext/phar/tests/phar_isvalidpharfilename.phpt b/ext/phar/tests/phar_isvalidpharfilename.phpt index 8b9088b9b3..d44c0603e9 100644 --- a/ext/phar/tests/phar_isvalidpharfilename.phpt +++ b/ext/phar/tests/phar_isvalidpharfilename.phpt @@ -72,7 +72,7 @@ var_dump(Phar::isValidPharFilename('dir.phar.php', false)); --CLEAN-- <?php rmdir(__DIR__ . '/.phar'); ---EXPECTF-- +--EXPECT-- bool(false) bool(false) bool(false) diff --git a/ext/phar/tests/pharfileinfo_chmod.phpt b/ext/phar/tests/pharfileinfo_chmod.phpt index 822b5ac628..26d7257602 100644 --- a/ext/phar/tests/pharfileinfo_chmod.phpt +++ b/ext/phar/tests/pharfileinfo_chmod.phpt @@ -24,5 +24,5 @@ $b->chmod(0666); ?> --CLEAN-- <?php unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.phar'); ?> ---EXPECTF-- +--EXPECT-- Phar entry "a" is a temporary directory (not an actual entry in the archive), cannot chmod diff --git a/ext/phar/tests/pharfileinfo_setmetadata.phpt b/ext/phar/tests/pharfileinfo_setmetadata.phpt index 38e23f706d..8b4385ad5f 100644 --- a/ext/phar/tests/pharfileinfo_setmetadata.phpt +++ b/ext/phar/tests/pharfileinfo_setmetadata.phpt @@ -40,7 +40,7 @@ echo $e->getMessage(), "\n"; --CLEAN-- <?php unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.phar'); ?> <?php unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.tar'); ?> ---EXPECTF-- +--EXPECT-- Phar entry is a temporary directory (not an actual entry in the archive), cannot set metadata Phar entry is a temporary directory (not an actual entry in the archive), cannot delete metadata Write operations disabled by the php.ini setting phar.readonly diff --git a/ext/phar/tests/stat2_5.3.phpt b/ext/phar/tests/stat2_5.3.phpt index 19acc3ba99..9e9e158602 100644 --- a/ext/phar/tests/stat2_5.3.phpt +++ b/ext/phar/tests/stat2_5.3.phpt @@ -35,7 +35,7 @@ include $fname3; --CLEAN-- <?php unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.phar.tar'); ?> <?php unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.tar'); ?> ---EXPECTF-- +--EXPECT-- bool(true) is_link bool(false) diff --git a/ext/posix/tests/posix_getgrgid_error.phpt b/ext/posix/tests/posix_getgrgid_error.phpt index e9dbe2a6ce..36ffcf4952 100644 --- a/ext/posix/tests/posix_getgrgid_error.phpt +++ b/ext/posix/tests/posix_getgrgid_error.phpt @@ -20,7 +20,7 @@ var_dump( posix_getgrgid($gid)); echo "Done"; ?> ---EXPECTF-- +--EXPECT-- *** Testing posix_getgrgid() : error conditions *** -- Testing posix_getgrgid() function with a negative group id -- diff --git a/ext/posix/tests/posix_getpgid_error.phpt b/ext/posix/tests/posix_getpgid_error.phpt index 19e306b2ee..85f12d4917 100644 --- a/ext/posix/tests/posix_getpgid_error.phpt +++ b/ext/posix/tests/posix_getpgid_error.phpt @@ -22,7 +22,7 @@ var_dump( posix_getpgid($pid) ); echo "Done"; ?> ---EXPECTF-- +--EXPECT-- *** Testing posix_getpgid() : error conditions *** -- Testing posix_getpgid() with negative pid -- diff --git a/ext/posix/tests/posix_getpwuid_error.phpt b/ext/posix/tests/posix_getpwuid_error.phpt index 365033b689..b4ec515e74 100644 --- a/ext/posix/tests/posix_getpwuid_error.phpt +++ b/ext/posix/tests/posix_getpwuid_error.phpt @@ -20,7 +20,7 @@ var_dump( posix_getpwuid($uid) ); echo "Done"; ?> ---EXPECTF-- +--EXPECT-- *** Testing posix_getpwuid() : error conditions *** -- Testing posix_getpwuid() function negative uid -- diff --git a/ext/posix/tests/posix_getsid_error.phpt b/ext/posix/tests/posix_getsid_error.phpt index 8e05a23496..08080230aa 100644 --- a/ext/posix/tests/posix_getsid_error.phpt +++ b/ext/posix/tests/posix_getsid_error.phpt @@ -15,5 +15,5 @@ PHP Testfest Berlin 2009-05-10 <?php var_dump( posix_getsid(-1) ); ?> ---EXPECTF-- +--EXPECT-- bool(false) diff --git a/ext/posix/tests/posix_initgroups.phpt b/ext/posix/tests/posix_initgroups.phpt index 20cf8cef8b..c77acfe3a4 100644 --- a/ext/posix/tests/posix_initgroups.phpt +++ b/ext/posix/tests/posix_initgroups.phpt @@ -11,5 +11,5 @@ if (!function_exists('posix_initgroups')) die('skip posix_initgroups() not found var_dump(posix_initgroups(NULL, NULL)); ?> ---EXPECTF-- +--EXPECT-- bool(false) diff --git a/ext/posix/tests/posix_kill_error.phpt b/ext/posix/tests/posix_kill_error.phpt index 89474c4994..ea9b4f45dc 100644 --- a/ext/posix/tests/posix_kill_error.phpt +++ b/ext/posix/tests/posix_kill_error.phpt @@ -28,7 +28,7 @@ var_dump( posix_kill($pid, 999) ); echo "Done"; ?> ---EXPECTF-- +--EXPECT-- *** Testing posix_kill() : error conditions *** -- Testing posix_kill() function with invalid signal -- diff --git a/ext/posix/tests/posix_strerror_error.phpt b/ext/posix/tests/posix_strerror_error.phpt index 60b096656a..2792ff5b3b 100644 --- a/ext/posix/tests/posix_strerror_error.phpt +++ b/ext/posix/tests/posix_strerror_error.phpt @@ -20,7 +20,7 @@ echo gettype( posix_strerror($errno) )."\n"; echo "Done"; ?> ---EXPECTF-- +--EXPECT-- *** Testing posix_strerror() : error conditions *** -- Testing posix_strerror() function with invalid error number -- diff --git a/ext/reflection/tests/ReflectionClass_hasProperty_002.phpt b/ext/reflection/tests/ReflectionClass_hasProperty_002.phpt index a135939052..607fead65c 100644 --- a/ext/reflection/tests/ReflectionClass_hasProperty_002.phpt +++ b/ext/reflection/tests/ReflectionClass_hasProperty_002.phpt @@ -16,7 +16,7 @@ var_dump($rc->hasProperty(1)); var_dump($rc->hasProperty(1.5)); var_dump($rc->hasProperty(true)); ?> ---EXPECTF-- +--EXPECT-- Check invalid params: bool(false) bool(false) diff --git a/ext/reflection/tests/ReflectionMethod_getClosure_error.phpt b/ext/reflection/tests/ReflectionMethod_getClosure_error.phpt index 728ddf9265..7e45eec411 100644 --- a/ext/reflection/tests/ReflectionMethod_getClosure_error.phpt +++ b/ext/reflection/tests/ReflectionMethod_getClosure_error.phpt @@ -43,7 +43,7 @@ try { } ?> ---EXPECTF-- +--EXPECT-- *** Testing ReflectionMethod::getClosure() : error conditions *** -- Testing ReflectionMethod::getClosure() function with invalid object -- diff --git a/ext/reflection/tests/ReflectionMethod_invokeArgs_error3.phpt b/ext/reflection/tests/ReflectionMethod_invokeArgs_error3.phpt index 113cabbbeb..c3bab48d6f 100644 --- a/ext/reflection/tests/ReflectionMethod_invokeArgs_error3.phpt +++ b/ext/reflection/tests/ReflectionMethod_invokeArgs_error3.phpt @@ -69,7 +69,7 @@ try { } ?> ---EXPECTF-- +--EXPECT-- Non-instance: string(72) "Given object is not an instance of the class this method was declared in" diff --git a/ext/reflection/tests/ReflectionObject_getName_basic.phpt b/ext/reflection/tests/ReflectionObject_getName_basic.phpt index 1885695cb1..94ad1e2c7b 100644 --- a/ext/reflection/tests/ReflectionObject_getName_basic.phpt +++ b/ext/reflection/tests/ReflectionObject_getName_basic.phpt @@ -15,7 +15,7 @@ $r3 = new ReflectionObject($r2); var_dump($r3->getName()); ?> ---EXPECTF-- +--EXPECT-- string(8) "stdClass" string(1) "C" string(16) "ReflectionObject" diff --git a/ext/reflection/tests/ReflectionProperty_isDefault_basic.phpt b/ext/reflection/tests/ReflectionProperty_isDefault_basic.phpt index 1472615178..7defcb76e0 100644 --- a/ext/reflection/tests/ReflectionProperty_isDefault_basic.phpt +++ b/ext/reflection/tests/ReflectionProperty_isDefault_basic.phpt @@ -25,7 +25,7 @@ reflectProperty("TestClass", "prot"); reflectProperty("TestClass", "priv"); ?> ---EXPECTF-- +--EXPECT-- ********************************** Reflecting on property TestClass::pub diff --git a/ext/reflection/tests/ReflectionProperty_setValue_error.phpt b/ext/reflection/tests/ReflectionProperty_setValue_error.phpt index f58590b3ea..1f0c2b5f2b 100644 --- a/ext/reflection/tests/ReflectionProperty_setValue_error.phpt +++ b/ext/reflection/tests/ReflectionProperty_setValue_error.phpt @@ -32,7 +32,7 @@ $propInfo = new ReflectionProperty('TestClass', 'pub2'); var_dump($propInfo->setValue($instanceWithNoProperties, "NewValue")); var_dump($instanceWithNoProperties->pub2); ?> ---EXPECTF-- +--EXPECT-- Protected property: Cannot access non-public member TestClass::$prot diff --git a/ext/session/tests/bug79221.phpt b/ext/session/tests/bug79221.phpt index b0972c4697..0813457035 100644 --- a/ext/session/tests/bug79221.phpt +++ b/ext/session/tests/bug79221.phpt @@ -40,6 +40,6 @@ session_start(); var_dump($_SESSION); session_destroy(); ---EXPECTF-- +--EXPECT-- array(0) { } diff --git a/ext/session/tests/session_cache_limiter_error.phpt b/ext/session/tests/session_cache_limiter_error.phpt index 284649e277..d291d531c0 100644 --- a/ext/session/tests/session_cache_limiter_error.phpt +++ b/ext/session/tests/session_cache_limiter_error.phpt @@ -89,7 +89,7 @@ fclose($fp); echo "Done"; ob_end_flush(); ?> ---EXPECTF-- +--EXPECT-- *** Testing session_cache_limiter() : error functionality *** -- Iteration 1 -- diff --git a/ext/spl/tests/bug61347.phpt b/ext/spl/tests/bug61347.phpt index b83f48f7ff..4b4f9eaedf 100644 --- a/ext/spl/tests/bug61347.phpt +++ b/ext/spl/tests/bug61347.phpt @@ -21,7 +21,7 @@ var_dump(isset($b[37])); //true var_dump(isset($b['no_exists'])); //false var_dump(empty($b['b'])); //true var_dump(empty($b[37])); //true ---EXPECTF-- +--EXPECT-- bool(false) bool(false) bool(false) diff --git a/ext/spl/tests/fileobject_005.phpt b/ext/spl/tests/fileobject_005.phpt index e26a8d7aea..cce4a7d6a6 100644 --- a/ext/spl/tests/fileobject_005.phpt +++ b/ext/spl/tests/fileobject_005.phpt @@ -27,6 +27,6 @@ $fo->fwrite("blahlubba"); $path = __DIR__.DIRECTORY_SEPARATOR.'fileobject_005.txt'; unlink($path); ?> ---EXPECTF-- +--EXPECT-- bool(true) string(4) "blah" diff --git a/ext/spl/tests/iterator_045.phpt b/ext/spl/tests/iterator_045.phpt index 63d78cc78e..e245b95688 100644 --- a/ext/spl/tests/iterator_045.phpt +++ b/ext/spl/tests/iterator_045.phpt @@ -88,7 +88,7 @@ $it->testUnset($unsets); $it->show(); ?> ---EXPECTF-- +--EXPECT-- Exception: MyCachingIterator does not use a full cache (see CachingIterator::__construct) Exception: MyCachingIterator does not use a full cache (see CachingIterator::__construct) MyCachingIterator::testSet() diff --git a/ext/spl/tests/regexIterator_setMode_error.phpt b/ext/spl/tests/regexIterator_setMode_error.phpt index 4816896d8a..3b0eaf1d66 100644 --- a/ext/spl/tests/regexIterator_setMode_error.phpt +++ b/ext/spl/tests/regexIterator_setMode_error.phpt @@ -18,7 +18,7 @@ try { } ?> ---EXPECTF-- +--EXPECT-- int(0) string(14) "Illegal mode 7" int(0) diff --git a/ext/spl/tests/spl_heap_is_empty_basic.phpt b/ext/spl/tests/spl_heap_is_empty_basic.phpt index 4a90734ad4..abf64f8d9d 100644 --- a/ext/spl/tests/spl_heap_is_empty_basic.phpt +++ b/ext/spl/tests/spl_heap_is_empty_basic.phpt @@ -22,7 +22,7 @@ var_dump($heap->isEmpty()); $heap->extract(); var_dump($heap->isEmpty()); ?> ---EXPECTF-- +--EXPECT-- bool(true) bool(false) bool(true) diff --git a/ext/sqlite3/tests/sqlite3_40_setauthorizer.phpt b/ext/sqlite3/tests/sqlite3_40_setauthorizer.phpt index 994c67e0c3..459beeca53 100644 --- a/ext/sqlite3/tests/sqlite3_40_setauthorizer.phpt +++ b/ext/sqlite3/tests/sqlite3_40_setauthorizer.phpt @@ -69,7 +69,7 @@ try { } ?> ---EXPECTF-- +--EXPECT-- int(1) Unable to prepare statement: 23, not authorized bool(true) diff --git a/ext/sqlite3/tests/sqlite3stmt_getsql_expanded.phpt b/ext/sqlite3/tests/sqlite3stmt_getsql_expanded.phpt index 3f9fe84130..9a893c590d 100644 --- a/ext/sqlite3/tests/sqlite3stmt_getsql_expanded.phpt +++ b/ext/sqlite3/tests/sqlite3stmt_getsql_expanded.phpt @@ -44,7 +44,7 @@ var_dump($db->close()); echo "Done\n"; ?> ---EXPECTF-- +--EXPECT-- Getting expanded SQL statement string(21) "SELECT 42, 'php', 43;" Execute statement diff --git a/ext/standard/tests/array/005.phpt b/ext/standard/tests/array/005.phpt index c51e98a67b..ed9f0458c4 100644 --- a/ext/standard/tests/array/005.phpt +++ b/ext/standard/tests/array/005.phpt @@ -69,7 +69,7 @@ var_dump( current($mixed_array[1]) ); echo"Done"; ?> ---EXPECTF-- +--EXPECT-- *** Testing Error Conditions *** NULL diff --git a/ext/standard/tests/array/009.phpt b/ext/standard/tests/array/009.phpt index c62be0d27c..fc10d293ff 100644 --- a/ext/standard/tests/array/009.phpt +++ b/ext/standard/tests/array/009.phpt @@ -71,7 +71,7 @@ foreach ($varient_arrays as $sub_array ) { echo "Done\n"; ?> ---EXPECTF-- +--EXPECT-- *** Testing basic operations *** -- Iteration 1 -- int(0) diff --git a/ext/standard/tests/array/array_diff_assoc_error.phpt b/ext/standard/tests/array/array_diff_assoc_error.phpt index 6aa7864ee9..69015289e2 100644 --- a/ext/standard/tests/array/array_diff_assoc_error.phpt +++ b/ext/standard/tests/array/array_diff_assoc_error.phpt @@ -33,7 +33,7 @@ try { echo "Done"; ?> ---EXPECTF-- +--EXPECT-- *** Testing array_diff_assoc() : error conditions *** -- Testing array_diff_assoc() function with zero arguments -- diff --git a/ext/standard/tests/array/array_diff_error.phpt b/ext/standard/tests/array/array_diff_error.phpt index d269f010b8..889c5ce1b2 100644 --- a/ext/standard/tests/array/array_diff_error.phpt +++ b/ext/standard/tests/array/array_diff_error.phpt @@ -33,7 +33,7 @@ try { echo "Done"; ?> ---EXPECTF-- +--EXPECT-- *** Testing array_diff() : error conditions *** -- Testing array_diff() function with zero arguments -- diff --git a/ext/standard/tests/array/array_diff_key_error.phpt b/ext/standard/tests/array/array_diff_key_error.phpt index e957abce1c..80ff5728fe 100644 --- a/ext/standard/tests/array/array_diff_key_error.phpt +++ b/ext/standard/tests/array/array_diff_key_error.phpt @@ -28,7 +28,7 @@ try { echo $e->getMessage(), "\n"; } ?> ---EXPECTF-- +--EXPECT-- *** Testing array_diff_key() : error conditions *** -- Testing array_diff_key() function with less than expected no. of arguments -- diff --git a/ext/standard/tests/array/array_filter.phpt b/ext/standard/tests/array/array_filter.phpt index a1b18bd234..2cb21ca609 100644 --- a/ext/standard/tests/array/array_filter.phpt +++ b/ext/standard/tests/array/array_filter.phpt @@ -28,7 +28,7 @@ var_dump(array_filter($array3, "even")); var_dump(array_filter(array())); ?> ---EXPECTF-- +--EXPECT-- Odd : array(3) { ["a"]=> diff --git a/ext/standard/tests/array/array_filter_variation10.phpt b/ext/standard/tests/array/array_filter_variation10.phpt index 265daf1fb4..ff88d7a7f8 100644 --- a/ext/standard/tests/array/array_filter_variation10.phpt +++ b/ext/standard/tests/array/array_filter_variation10.phpt @@ -56,7 +56,7 @@ try { echo "Done" ?> ---EXPECTF-- +--EXPECT-- *** Testing array_filter() : usage variations - using array keys in 'callback' *** 0 = 0 1 = 1 diff --git a/ext/standard/tests/array/array_key_exists_variation3.phpt b/ext/standard/tests/array/array_key_exists_variation3.phpt index 4a6409bb1f..ef6cf45139 100644 --- a/ext/standard/tests/array/array_key_exists_variation3.phpt +++ b/ext/standard/tests/array/array_key_exists_variation3.phpt @@ -34,7 +34,7 @@ foreach($keys as $key) { echo "Done"; ?> ---EXPECTF-- +--EXPECT-- *** Testing array_key_exists() : usage variations *** -- Iteration 1 -- diff --git a/ext/standard/tests/array/array_map_error.phpt b/ext/standard/tests/array/array_map_error.phpt index 4739bbf663..b41871e1c4 100644 --- a/ext/standard/tests/array/array_map_error.phpt +++ b/ext/standard/tests/array/array_map_error.phpt @@ -38,7 +38,7 @@ var_dump( array_map('callback2', $arr1, $arr2, $arr3) ); echo "Done"; ?> ---EXPECTF-- +--EXPECT-- *** Testing array_map() : error conditions *** -- Testing array_map() function with one less than expected no. of arguments -- diff --git a/ext/standard/tests/array/array_merge.phpt b/ext/standard/tests/array/array_merge.phpt index 08ecbf7147..75007779fa 100644 --- a/ext/standard/tests/array/array_merge.phpt +++ b/ext/standard/tests/array/array_merge.phpt @@ -83,7 +83,7 @@ var_dump(array_merge()); echo "Done\n"; ?> ---EXPECTF-- +--EXPECT-- *** Testing array_merge() basic functionality *** --- Iteration 0 --- diff --git a/ext/standard/tests/array/array_push.phpt b/ext/standard/tests/array/array_push.phpt index 227a520ac1..78076b8fc4 100644 --- a/ext/standard/tests/array/array_push.phpt +++ b/ext/standard/tests/array/array_push.phpt @@ -60,7 +60,7 @@ var_dump( $mixed_array[2] ); echo"\nDone"; ?> ---EXPECTF-- +--EXPECT-- *** Testing Edge Conditions *** int(11) int(1) diff --git a/ext/standard/tests/array/array_slice.phpt b/ext/standard/tests/array/array_slice.phpt index d19f5195d6..a76277883a 100644 --- a/ext/standard/tests/array/array_slice.phpt +++ b/ext/standard/tests/array/array_slice.phpt @@ -68,7 +68,7 @@ foreach ($var_array as $sub_array) var_dump (array_slice($var_array[2], -3, -2, false) ); ?> ---EXPECTF-- +--EXPECT-- *** Iteration 1 *** *** Variation with first two Arguments *** diff --git a/ext/standard/tests/array/array_unshift.phpt b/ext/standard/tests/array/array_unshift.phpt index 9ebe83391e..265de4e846 100644 --- a/ext/standard/tests/array/array_unshift.phpt +++ b/ext/standard/tests/array/array_unshift.phpt @@ -12,7 +12,7 @@ var_dump($a); echo "Done\n"; ?> ---EXPECTF-- +--EXPECT-- int(1) array(1) { [0]=> diff --git a/ext/standard/tests/array/array_walk.phpt b/ext/standard/tests/array/array_walk.phpt index 1f5457c9f7..151c9c70d0 100644 --- a/ext/standard/tests/array/array_walk.phpt +++ b/ext/standard/tests/array/array_walk.phpt @@ -24,7 +24,7 @@ try { echo "Done\n"; ?> ---EXPECTF-- +--EXPECT-- int(1) int(0) string(4) "data" diff --git a/ext/standard/tests/array/array_walk_error2.phpt b/ext/standard/tests/array/array_walk_error2.phpt index dfc95d3af8..e5aeadcdc0 100644 --- a/ext/standard/tests/array/array_walk_error2.phpt +++ b/ext/standard/tests/array/array_walk_error2.phpt @@ -54,7 +54,7 @@ try { echo "Done"; ?> ---EXPECTF-- +--EXPECT-- *** Testing array_walk() : error conditions - callback parameters *** Exception: Too few arguments to function callback1(), 2 passed and exactly 3 expected Exception: Too few arguments to function callback2(), 3 passed and exactly 4 expected diff --git a/ext/standard/tests/array/array_walk_recursive1.phpt b/ext/standard/tests/array/array_walk_recursive1.phpt index 472cb1032d..d4d3e7d8eb 100644 --- a/ext/standard/tests/array/array_walk_recursive1.phpt +++ b/ext/standard/tests/array/array_walk_recursive1.phpt @@ -24,7 +24,7 @@ try { echo "Done\n"; ?> ---EXPECTF-- +--EXPECT-- int(1) int(0) string(4) "data" diff --git a/ext/standard/tests/array/array_walk_recursive_error2.phpt b/ext/standard/tests/array/array_walk_recursive_error2.phpt index f1686d7acd..2509c95f60 100644 --- a/ext/standard/tests/array/array_walk_recursive_error2.phpt +++ b/ext/standard/tests/array/array_walk_recursive_error2.phpt @@ -54,7 +54,7 @@ try { echo "Done"; ?> ---EXPECTF-- +--EXPECT-- *** Testing array_walk_recursive() : error conditions - callback parameters *** Exception: Too few arguments to function callback1(), 2 passed and exactly 3 expected Exception: Too few arguments to function callback2(), 3 passed and exactly 4 expected diff --git a/ext/standard/tests/array/array_walk_recursive_variation7.phpt b/ext/standard/tests/array/array_walk_recursive_variation7.phpt index a0c159d71d..a1cbdad2bd 100644 --- a/ext/standard/tests/array/array_walk_recursive_variation7.phpt +++ b/ext/standard/tests/array/array_walk_recursive_variation7.phpt @@ -33,7 +33,7 @@ echo "-- Anonymous function with null argument --\n"; var_dump( array_walk_recursive( $input, function() { echo "1\n"; })); echo "Done" ?> ---EXPECTF-- +--EXPECT-- *** Testing array_walk_recursive() : anonymous function as callback *** -- Anonymous function with one argument -- int(2) diff --git a/ext/standard/tests/array/array_walk_variation7.phpt b/ext/standard/tests/array/array_walk_variation7.phpt index 0354782eda..3689f8a798 100644 --- a/ext/standard/tests/array/array_walk_variation7.phpt +++ b/ext/standard/tests/array/array_walk_variation7.phpt @@ -33,7 +33,7 @@ echo "-- Anonymous function with null argument --\n"; var_dump( array_walk( $input, function() { echo "1\n"; })); echo "Done" ?> ---EXPECTF-- +--EXPECT-- *** Testing array_walk() : anonymous function as callback *** -- Anonymous function with one argument -- int(2) diff --git a/ext/standard/tests/array/uasort_variation8.phpt b/ext/standard/tests/array/uasort_variation8.phpt index d27cd569c0..b6abdeaef3 100644 --- a/ext/standard/tests/array/uasort_variation8.phpt +++ b/ext/standard/tests/array/uasort_variation8.phpt @@ -29,7 +29,7 @@ var_dump($array_arg); echo "Done" ?> ---EXPECTF-- +--EXPECT-- *** Testing uasort() : built in function as 'cmp_function' *** -- Testing uasort() with built-in 'cmp_function': strcasecmp() -- bool(true) diff --git a/ext/standard/tests/array/usort_variation8.phpt b/ext/standard/tests/array/usort_variation8.phpt index 55ff362d41..4a750ccefa 100644 --- a/ext/standard/tests/array/usort_variation8.phpt +++ b/ext/standard/tests/array/usort_variation8.phpt @@ -31,7 +31,7 @@ var_dump( usort($temp_array2, 'strcmp') ); var_dump($temp_array2); ?> ---EXPECTF-- +--EXPECT-- *** Testing usort() : usage variation *** -- Testing usort() with built-in 'cmp_function': strcasecmp() -- diff --git a/ext/standard/tests/assert/assert_variation.phpt b/ext/standard/tests/assert/assert_variation.phpt index a28ea58d5a..7b550b36d1 100644 --- a/ext/standard/tests/assert/assert_variation.phpt +++ b/ext/standard/tests/assert/assert_variation.phpt @@ -67,7 +67,7 @@ var_dump($rao=assert_options(ASSERT_CALLBACK)); echo "ini.get(\"assert.callback\") => [".ini_get("assert.callback")."]\n\n"; var_dump($r2=assert(0 != 0)); echo"\n"; ---EXPECTF-- +--EXPECT-- Initial values: assert_options(ASSERT_CALLBACK) => [f1] Initial values: ini.get("assert.callback") => [f1] f1 called diff --git a/ext/standard/tests/file/auto_detect_line_endings_1.phpt b/ext/standard/tests/file/auto_detect_line_endings_1.phpt index c79082ecdb..5a4ff0a10f 100644 --- a/ext/standard/tests/file/auto_detect_line_endings_1.phpt +++ b/ext/standard/tests/file/auto_detect_line_endings_1.phpt @@ -15,7 +15,7 @@ var_dump(fgets(STDIN)); echo "Done\n"; ?> ---EXPECTF-- +--EXPECT-- string(1) "1" string(8) "fooBar1 " string(8) "fooBar2 " diff --git a/ext/standard/tests/file/auto_detect_line_endings_2.phpt b/ext/standard/tests/file/auto_detect_line_endings_2.phpt index f33a055e08..3994f1ee3b 100644 --- a/ext/standard/tests/file/auto_detect_line_endings_2.phpt +++ b/ext/standard/tests/file/auto_detect_line_endings_2.phpt @@ -16,7 +16,7 @@ var_dump(fgets($stdin)); echo "Done\n"; ?> ---EXPECTF-- +--EXPECT-- string(2) "on" string(8) "fooBar1 " string(8) "fooBar2 " diff --git a/ext/standard/tests/file/basename.phpt b/ext/standard/tests/file/basename.phpt index 8352f4da4b..7a98e833a3 100644 --- a/ext/standard/tests/file/basename.phpt +++ b/ext/standard/tests/file/basename.phpt @@ -138,7 +138,7 @@ check_basename( $file_path_variations ); echo "Done\n"; ?> ---EXPECTF-- +--EXPECT-- *** Testing basic operations *** --Iteration 1-- diff --git a/ext/standard/tests/file/fscanf.phpt b/ext/standard/tests/file/fscanf.phpt index 6605b795ff..4acadc6169 100644 --- a/ext/standard/tests/file/fscanf.phpt +++ b/ext/standard/tests/file/fscanf.phpt @@ -75,7 +75,7 @@ echo "Done\n"; $filename = __DIR__."/fscanf.dat"; unlink($filename); ?> ---EXPECTF-- +--EXPECT-- int(0) NULL int(1) diff --git a/ext/standard/tests/file/fscanf_variation10.phpt b/ext/standard/tests/file/fscanf_variation10.phpt index f657c07005..507ed8e22d 100644 --- a/ext/standard/tests/file/fscanf_variation10.phpt +++ b/ext/standard/tests/file/fscanf_variation10.phpt @@ -82,7 +82,7 @@ $file_path = __DIR__; $filename = "$file_path/fscanf_variation10.tmp"; unlink($filename); ?> ---EXPECTF-- +--EXPECT-- *** Test fscanf(): different float format types with resource *** -- iteration 1 -- diff --git a/ext/standard/tests/file/is_dir_variation3.phpt b/ext/standard/tests/file/is_dir_variation3.phpt index e82d9ae034..1cf1f25138 100644 --- a/ext/standard/tests/file/is_dir_variation3.phpt +++ b/ext/standard/tests/file/is_dir_variation3.phpt @@ -30,7 +30,7 @@ foreach($dirnames as $dirname) { var_dump( is_dir($dirname) ); } ?> ---EXPECTF-- +--EXPECT-- *** Testing is_dir() with Invalid arguments: expected bool(false) *** bool(false) bool(false) diff --git a/ext/standard/tests/file/is_executable_error.phpt b/ext/standard/tests/file/is_executable_error.phpt index ad90d64435..e77ca86349 100644 --- a/ext/standard/tests/file/is_executable_error.phpt +++ b/ext/standard/tests/file/is_executable_error.phpt @@ -10,7 +10,7 @@ echo "\n*** Testing is_exceutable() on non-existent directory ***\n"; var_dump( is_executable(__DIR__."/is_executable") ); echo "Done\n"; ---EXPECTF-- +--EXPECT-- *** Testing is_exceutable() on non-existent directory *** bool(false) Done diff --git a/ext/standard/tests/file/is_executable_variation3.phpt b/ext/standard/tests/file/is_executable_variation3.phpt index 92ad3320d3..802dbfdf7e 100644 --- a/ext/standard/tests/file/is_executable_variation3.phpt +++ b/ext/standard/tests/file/is_executable_variation3.phpt @@ -40,7 +40,7 @@ foreach( $invalid_files as $invalid_file ) { echo "Done\n"; ?> ---EXPECTF-- +--EXPECT-- *** Testing is_executable(): usage variations *** *** Testing is_executable() on invalid files *** diff --git a/ext/standard/tests/file/is_file_variation3.phpt b/ext/standard/tests/file/is_file_variation3.phpt index d33b01dfb3..5bdb63e37c 100644 --- a/ext/standard/tests/file/is_file_variation3.phpt +++ b/ext/standard/tests/file/is_file_variation3.phpt @@ -39,7 +39,7 @@ foreach([ clearstatcache(); } ?> ---EXPECTF-- +--EXPECT-- float(-2.34555): 0 string(1) " ": 0 string(0) "": 0 diff --git a/ext/standard/tests/file/is_readable_error.phpt b/ext/standard/tests/file/is_readable_error.phpt index 1520eb4d20..c8a6c34fa0 100644 --- a/ext/standard/tests/file/is_readable_error.phpt +++ b/ext/standard/tests/file/is_readable_error.phpt @@ -11,7 +11,7 @@ var_dump( is_readable(__DIR__."/is_readable.tmp") ); echo "Done\n"; ?> ---EXPECTF-- +--EXPECT-- *** Testing is_readable() on non-existent file *** bool(false) Done diff --git a/ext/standard/tests/file/is_readable_variation3.phpt b/ext/standard/tests/file/is_readable_variation3.phpt index 97c794d1b7..f7eebdc2b8 100644 --- a/ext/standard/tests/file/is_readable_variation3.phpt +++ b/ext/standard/tests/file/is_readable_variation3.phpt @@ -37,7 +37,7 @@ foreach( $misc_files as $misc_file ) { echo "Done\n"; ?> ---EXPECTF-- +--EXPECT-- *** Testing is_readable(): usage variations *** *** Testing is_readable() on miscellaneous filenames *** diff --git a/ext/standard/tests/file/is_uploaded_file_basic.phpt b/ext/standard/tests/file/is_uploaded_file_basic.phpt index d053244a79..3e5bf6320c 100644 --- a/ext/standard/tests/file/is_uploaded_file_basic.phpt +++ b/ext/standard/tests/file/is_uploaded_file_basic.phpt @@ -30,7 +30,7 @@ var_dump(is_uploaded_file('random_filename.txt')); var_dump(is_uploaded_file('__FILE__')); ?> ---EXPECTF-- +--EXPECT-- bool(true) bool(false) bool(false) diff --git a/ext/standard/tests/file/is_writable_error.phpt b/ext/standard/tests/file/is_writable_error.phpt index e2a38412cd..f01e69b13d 100644 --- a/ext/standard/tests/file/is_writable_error.phpt +++ b/ext/standard/tests/file/is_writable_error.phpt @@ -14,7 +14,7 @@ var_dump( is_writeable(__DIR__."/is_writable") ); echo "Done\n"; ?> ---EXPECTF-- +--EXPECT-- *** Testing is_writable() on non-existent file *** bool(false) bool(false) diff --git a/ext/standard/tests/file/is_writable_variation3.phpt b/ext/standard/tests/file/is_writable_variation3.phpt index c5843a5abf..167d874ac2 100644 --- a/ext/standard/tests/file/is_writable_variation3.phpt +++ b/ext/standard/tests/file/is_writable_variation3.phpt @@ -37,7 +37,7 @@ foreach( $misc_files as $misc_file ) { clearstatcache(); } ?> ---EXPECTF-- +--EXPECT-- *** Testing is_writable(): usage variations *** *** Testing is_writable() with invalid filenames *** diff --git a/ext/standard/tests/file/move_uploaded_file_basic.phpt b/ext/standard/tests/file/move_uploaded_file_basic.phpt index 7af8748fe2..b80c052691 100644 --- a/ext/standard/tests/file/move_uploaded_file_basic.phpt +++ b/ext/standard/tests/file/move_uploaded_file_basic.phpt @@ -50,7 +50,7 @@ var_dump(move_uploaded_file($_FILES['file2']['tmp_name'], $destination4)); unlink($destination4); ?> ---EXPECTF-- +--EXPECT-- Valid move bool(true) bool(true) diff --git a/ext/standard/tests/general_functions/get_include_path_basic.phpt b/ext/standard/tests/general_functions/get_include_path_basic.phpt index bb7ccf542b..c17d5d3e71 100644 --- a/ext/standard/tests/general_functions/get_include_path_basic.phpt +++ b/ext/standard/tests/general_functions/get_include_path_basic.phpt @@ -20,7 +20,7 @@ if (ini_get("include_path") == get_include_path()) { } ?> ---EXPECTF-- +--EXPECT-- *** Testing get_include_path() string(1) "." PASSED diff --git a/ext/standard/tests/general_functions/include_path.phpt b/ext/standard/tests/general_functions/include_path.phpt index 56327500ea..06e806b3a2 100644 --- a/ext/standard/tests/general_functions/include_path.phpt +++ b/ext/standard/tests/general_functions/include_path.phpt @@ -31,7 +31,7 @@ var_dump(get_include_path()); echo "Done\n"; ?> ---EXPECTF-- +--EXPECT-- string(1) "." NULL string(1) "." diff --git a/ext/standard/tests/general_functions/is_array.phpt b/ext/standard/tests/general_functions/is_array.phpt index 200ecbd6ac..37de6d5a5b 100644 --- a/ext/standard/tests/general_functions/is_array.phpt +++ b/ext/standard/tests/general_functions/is_array.phpt @@ -103,7 +103,7 @@ echo "Done\n"; fclose($fp); closedir($dfp); ?> ---EXPECTF-- +--EXPECT-- *** Testing is_array() on different type of arrays *** -- Iteration 1 -- bool(true) diff --git a/ext/standard/tests/general_functions/is_bool.phpt b/ext/standard/tests/general_functions/is_bool.phpt index 7c8d693a1b..70aaed9c3f 100644 --- a/ext/standard/tests/general_functions/is_bool.phpt +++ b/ext/standard/tests/general_functions/is_bool.phpt @@ -134,7 +134,7 @@ fclose($fp); closedir($dfp); ?> ---EXPECTF-- +--EXPECT-- *** Testing is_bool() with valid boolean values *** -- Iteration 1 -- bool(true) diff --git a/ext/standard/tests/general_functions/is_float_64bit.phpt b/ext/standard/tests/general_functions/is_float_64bit.phpt index dc6df0f109..1815e53c00 100644 --- a/ext/standard/tests/general_functions/is_float_64bit.phpt +++ b/ext/standard/tests/general_functions/is_float_64bit.phpt @@ -131,7 +131,7 @@ foreach ($not_floats as $value ) { echo "Done\n"; ?> ---EXPECTF-- +--EXPECT-- *** Testing is_float(), is_double() and is_real() with float values*** -- Iteration 1 -- bool(false) diff --git a/ext/standard/tests/general_functions/is_int_64bit.phpt b/ext/standard/tests/general_functions/is_int_64bit.phpt index e5c6ce77e0..8e5e9332c0 100644 --- a/ext/standard/tests/general_functions/is_int_64bit.phpt +++ b/ext/standard/tests/general_functions/is_int_64bit.phpt @@ -136,7 +136,7 @@ foreach ($not_int_types as $type ) { echo "Done\n"; ?> ---EXPECTF-- +--EXPECT-- *** Testing is_int(), is_integer() & is_long() with valid integer values *** --Iteration 1-- bool(true) diff --git a/ext/standard/tests/general_functions/is_null.phpt b/ext/standard/tests/general_functions/is_null.phpt index 4fc325c744..6560707e57 100644 --- a/ext/standard/tests/general_functions/is_null.phpt +++ b/ext/standard/tests/general_functions/is_null.phpt @@ -134,7 +134,7 @@ fclose($fp); closedir($dfp); ?> ---EXPECTF-- +--EXPECT-- *** Testing is_null() with valid null values *** -- Iteration 1 -- bool(true) diff --git a/ext/standard/tests/general_functions/is_numeric.phpt b/ext/standard/tests/general_functions/is_numeric.phpt index 491aa5d15b..8883c57ac2 100644 --- a/ext/standard/tests/general_functions/is_numeric.phpt +++ b/ext/standard/tests/general_functions/is_numeric.phpt @@ -152,7 +152,7 @@ fclose($fp); closedir($dfp); ?> ---EXPECTF-- +--EXPECT-- *** Testing is_numeric() with valid numeric values *** -- Iteration 1 -- bool(true) diff --git a/ext/standard/tests/general_functions/is_object.phpt b/ext/standard/tests/general_functions/is_object.phpt index dd0e7689fd..8a5ac1bcbe 100644 --- a/ext/standard/tests/general_functions/is_object.phpt +++ b/ext/standard/tests/general_functions/is_object.phpt @@ -145,7 +145,7 @@ fclose($fp); closedir($dfp); ?> ---EXPECTF-- +--EXPECT-- *** Testing is_object() with valid objects *** -- Iteration 1 -- bool(true) diff --git a/ext/standard/tests/general_functions/is_scalar.phpt b/ext/standard/tests/general_functions/is_scalar.phpt index f7ef3f5317..6a89da9f56 100644 --- a/ext/standard/tests/general_functions/is_scalar.phpt +++ b/ext/standard/tests/general_functions/is_scalar.phpt @@ -112,7 +112,7 @@ fclose($fp); closedir($dfp); ?> ---EXPECTF-- +--EXPECT-- *** Testing basic operations *** -- Iteration 1 -- bool(true) diff --git a/ext/standard/tests/general_functions/is_string.phpt b/ext/standard/tests/general_functions/is_string.phpt index 7760f79831..a4ef7a47b1 100644 --- a/ext/standard/tests/general_functions/is_string.phpt +++ b/ext/standard/tests/general_functions/is_string.phpt @@ -147,7 +147,7 @@ fclose($fp); closedir($dfp); ?> ---EXPECTF-- +--EXPECT-- *** Testing is_string() with valid string values *** -- Iteration 1 -- bool(true) diff --git a/ext/standard/tests/general_functions/ob_get_length_basic.phpt b/ext/standard/tests/general_functions/ob_get_length_basic.phpt index 46d5d2d0f6..0eb1adf9ee 100644 --- a/ext/standard/tests/general_functions/ob_get_length_basic.phpt +++ b/ext/standard/tests/general_functions/ob_get_length_basic.phpt @@ -32,7 +32,7 @@ dump_string_length( '' ); dump_string_length( null ); ?> ---EXPECTF-- +--EXPECT-- *** Testing ob_get_length() : basic functionality *** bool(false) int(26) diff --git a/ext/standard/tests/general_functions/php_uname_error.phpt b/ext/standard/tests/general_functions/php_uname_error.phpt index 23859a33ac..c64c15b404 100644 --- a/ext/standard/tests/general_functions/php_uname_error.phpt +++ b/ext/standard/tests/general_functions/php_uname_error.phpt @@ -13,7 +13,7 @@ echo "\n-- Testing php_uname() function with invalid mode --\n"; var_dump( php_uname('z') == php_uname('z') ); ?> ---EXPECTF-- +--EXPECT-- *** Testing php_uname() - error test -- Testing php_uname() function with invalid mode -- diff --git a/ext/standard/tests/general_functions/print_r.phpt b/ext/standard/tests/general_functions/print_r.phpt index 3f24a5bc9d..d2ec63f5b4 100644 --- a/ext/standard/tests/general_functions/print_r.phpt +++ b/ext/standard/tests/general_functions/print_r.phpt @@ -276,7 +276,7 @@ closedir($dir_handle); echo "Done\n"; ?> ---EXPECTF-- +--EXPECT-- *** Testing print_r() on integer variables *** -- Iteration 1 -- diff --git a/ext/standard/tests/general_functions/print_r_64bit.phpt b/ext/standard/tests/general_functions/print_r_64bit.phpt index a0e9e148c6..5df1637dbd 100644 --- a/ext/standard/tests/general_functions/print_r_64bit.phpt +++ b/ext/standard/tests/general_functions/print_r_64bit.phpt @@ -280,7 +280,7 @@ closedir($dir_handle); echo "Done\n"; ?> ---EXPECTF-- +--EXPECT-- *** Testing print_r() on integer variables *** -- Iteration 1 -- diff --git a/ext/standard/tests/general_functions/var_dump_64bit.phpt b/ext/standard/tests/general_functions/var_dump_64bit.phpt index 0600775f58..7b74761586 100644 --- a/ext/standard/tests/general_functions/var_dump_64bit.phpt +++ b/ext/standard/tests/general_functions/var_dump_64bit.phpt @@ -279,7 +279,7 @@ closedir($dir_handle); echo "Done\n"; ?> ---EXPECTF-- +--EXPECT-- *** Testing var_dump() on integer variables *** -- Iteration 1 -- int(0) diff --git a/ext/standard/tests/general_functions/var_export-locale.phpt b/ext/standard/tests/general_functions/var_export-locale.phpt index bdc61d9928..9f9cd0e896 100644 --- a/ext/standard/tests/general_functions/var_export-locale.phpt +++ b/ext/standard/tests/general_functions/var_export-locale.phpt @@ -307,7 +307,7 @@ echo "\nDone"; ?> ---EXPECTF-- +--EXPECT-- *** Testing var_export() with integer values *** *** Output for integer values *** diff --git a/ext/standard/tests/image/image_type_to_extension.phpt b/ext/standard/tests/image/image_type_to_extension.phpt index 249df57943..448aac4e99 100644 --- a/ext/standard/tests/image/image_type_to_extension.phpt +++ b/ext/standard/tests/image/image_type_to_extension.phpt @@ -33,7 +33,7 @@ image_type_to_extension() var_dump(image_type_to_extension(0)); ?> Done ---EXPECTF-- +--EXPECT-- Constant: IMAGETYPE_GIF With dot: .gif Without dot: gif diff --git a/ext/standard/tests/math/lcg_value_basic.phpt b/ext/standard/tests/math/lcg_value_basic.phpt index 95811c6f3c..ca76b5c836 100644 --- a/ext/standard/tests/math/lcg_value_basic.phpt +++ b/ext/standard/tests/math/lcg_value_basic.phpt @@ -24,7 +24,7 @@ if ($i != 100) { echo "MATHS test script completed\n"; ?> ---EXPECTF-- +--EXPECT-- MATHS test script started lcg_value tests... diff --git a/ext/standard/tests/network/inet.phpt b/ext/standard/tests/network/inet.phpt index 29b4aa0e6b..b25265446f 100644 --- a/ext/standard/tests/network/inet.phpt +++ b/ext/standard/tests/network/inet.phpt @@ -35,7 +35,7 @@ foreach ($array as $val) { echo "Done\n"; ?> ---EXPECTF-- +--EXPECT-- string(9) "127.0.0.1" string(13) "255.255.255.0" bool(false) diff --git a/ext/standard/tests/network/ip_x86_64.phpt b/ext/standard/tests/network/ip_x86_64.phpt index c659eb70fb..dd81bde55c 100644 --- a/ext/standard/tests/network/ip_x86_64.phpt +++ b/ext/standard/tests/network/ip_x86_64.phpt @@ -29,7 +29,7 @@ var_dump(long2ip(-110000)); echo "Done\n"; ?> ---EXPECTF-- +--EXPECT-- int(2130706433) string(9) "127.0.0.1" int(167772161) diff --git a/ext/standard/tests/random/random_int.phpt b/ext/standard/tests/random/random_int.phpt index 94654a7f72..6fd04420ee 100644 --- a/ext/standard/tests/random/random_int.phpt +++ b/ext/standard/tests/random/random_int.phpt @@ -15,7 +15,7 @@ var_dump(is_int(random_int(PHP_INT_MIN, PHP_INT_MAX))); var_dump(random_int(42,42)); ?> ---EXPECTF-- +--EXPECT-- bool(true) bool(true) bool(true) diff --git a/ext/standard/tests/serialize/bug45706.phpt b/ext/standard/tests/serialize/bug45706.phpt index cc71dec4e6..c29081cab7 100644 --- a/ext/standard/tests/serialize/bug45706.phpt +++ b/ext/standard/tests/serialize/bug45706.phpt @@ -12,7 +12,7 @@ $s = serialize($x); $s = str_replace("Foo", "Bar", $s); $y = unserialize($s); var_dump($y); ---EXPECTF-- +--EXPECT-- array(2) { [0]=> object(__PHP_Incomplete_Class)#3 (5) { diff --git a/ext/standard/tests/streams/bug61115.phpt b/ext/standard/tests/streams/bug61115.phpt index 3caffde232..ce6b57651c 100644 --- a/ext/standard/tests/streams/bug61115.phpt +++ b/ext/standard/tests/streams/bug61115.phpt @@ -13,5 +13,5 @@ try { echo $e->getMessage(), "\n"; } ?> ---EXPECTF-- +--EXPECT-- Object of class Closure could not be converted to string diff --git a/ext/standard/tests/streams/bug78662.phpt b/ext/standard/tests/streams/bug78662.phpt index e874d5aef6..2ea00b67b1 100644 --- a/ext/standard/tests/streams/bug78662.phpt +++ b/ext/standard/tests/streams/bug78662.phpt @@ -26,7 +26,7 @@ var_dump(fwrite($f, "bar")); var_dump(fread($f, 100)); ?> Done ---EXPECTF-- +--EXPECT-- bool(false) bool(false) Done diff --git a/ext/standard/tests/streams/stream_set_timeout_error.phpt b/ext/standard/tests/streams/stream_set_timeout_error.phpt index 7dcc645422..64e9aa5773 100644 --- a/ext/standard/tests/streams/stream_set_timeout_error.phpt +++ b/ext/standard/tests/streams/stream_set_timeout_error.phpt @@ -41,7 +41,7 @@ fclose($server); echo "Done"; ?> ---EXPECTF-- +--EXPECT-- *** Testing stream_set_timeout() : error conditions *** -- Testing stream_set_timeout() function with a closed socket -- diff --git a/ext/standard/tests/strings/chr_error.phpt b/ext/standard/tests/strings/chr_error.phpt index 2603b69210..b6bd9973b6 100644 --- a/ext/standard/tests/strings/chr_error.phpt +++ b/ext/standard/tests/strings/chr_error.phpt @@ -26,7 +26,7 @@ try { } ?> ---EXPECTF-- +--EXPECT-- *** Testing chr() : error conditions *** -- Testing chr() function with no arguments -- diff --git a/ext/standard/tests/strings/fprintf_error.phpt b/ext/standard/tests/strings/fprintf_error.phpt index 1ffc188051..bfef30a75b 100644 --- a/ext/standard/tests/strings/fprintf_error.phpt +++ b/ext/standard/tests/strings/fprintf_error.phpt @@ -29,7 +29,7 @@ try { echo "Done\n"; ?> ---EXPECTF-- +--EXPECT-- *** Testing Error Conditions *** Wrong parameter count for fprintf() Wrong parameter count for fprintf() diff --git a/ext/standard/tests/strings/htmlentities24.phpt b/ext/standard/tests/strings/htmlentities24.phpt index f2abfd5ba8..2a04bd345e 100644 --- a/ext/standard/tests/strings/htmlentities24.phpt +++ b/ext/standard/tests/strings/htmlentities24.phpt @@ -37,7 +37,7 @@ var_dump( htmlentities($str, ENT_COMPAT) ); echo "Done\n"; ?> ---EXPECTF-- +--EXPECT-- *** Retrieving htmlentities for 256 characters *** string(12) "636872283029" string(12) "636872283129" diff --git a/ext/standard/tests/strings/htmlspecialchars.phpt b/ext/standard/tests/strings/htmlspecialchars.phpt index 6e5c5fac36..5677da6fe2 100644 --- a/ext/standard/tests/strings/htmlspecialchars.phpt +++ b/ext/standard/tests/strings/htmlspecialchars.phpt @@ -37,7 +37,7 @@ var_dump( htmlspecialchars($str, ENT_COMPAT) ); echo "Done\n" ?> ---EXPECTF-- +--EXPECT-- *** Retrieving htmlspecialchars for 256 characters *** string(12) "636872283029" string(12) "636872283129" diff --git a/ext/standard/tests/strings/ltrim.phpt b/ext/standard/tests/strings/ltrim.phpt index 51287e04d7..8ac57ca92e 100644 --- a/ext/standard/tests/strings/ltrim.phpt +++ b/ext/standard/tests/strings/ltrim.phpt @@ -41,7 +41,7 @@ var_dump( ltrim($str, "\nusi") ); echo "\nDone\n"; ?> ---EXPECTF-- +--EXPECT-- *** Output for Error Conditions *** *** Using heredoc string *** diff --git a/ext/standard/tests/strings/metaphone.phpt b/ext/standard/tests/strings/metaphone.phpt index 2bc16b3248..a6b52e3934 100644 --- a/ext/standard/tests/strings/metaphone.phpt +++ b/ext/standard/tests/strings/metaphone.phpt @@ -24,7 +24,7 @@ foreach($array as $str) { echo "Done\n"; ?> ---EXPECTF-- +--EXPECT-- string(0) "" string(0) "" bool(false) diff --git a/ext/standard/tests/strings/parse_str_basic1.phpt b/ext/standard/tests/strings/parse_str_basic1.phpt index 60277fa184..38652ba0fa 100644 --- a/ext/standard/tests/strings/parse_str_basic1.phpt +++ b/ext/standard/tests/strings/parse_str_basic1.phpt @@ -27,7 +27,7 @@ var_dump(parse_str($s1, $res3_array)); var_dump($res3_array); ?> ---EXPECTF-- +--EXPECT-- *** Testing parse_str() : basic functionality *** Basic test WITH undefined var for result arg diff --git a/ext/standard/tests/strings/parse_str_basic3.phpt b/ext/standard/tests/strings/parse_str_basic3.phpt index 25b5f8745d..0ea88a365b 100644 --- a/ext/standard/tests/strings/parse_str_basic3.phpt +++ b/ext/standard/tests/strings/parse_str_basic3.phpt @@ -73,7 +73,7 @@ var_dump(parse_str($str, $res)); var_dump($res); ?> ---EXPECTF-- +--EXPECT-- *** Testing parse_str() : basic functionality *** Test string with array values and results array diff --git a/ext/standard/tests/strings/printf_error.phpt b/ext/standard/tests/strings/printf_error.phpt index 62591e9e6f..e9fc0a4383 100644 --- a/ext/standard/tests/strings/printf_error.phpt +++ b/ext/standard/tests/strings/printf_error.phpt @@ -61,7 +61,7 @@ try { } ?> ---EXPECTF-- +--EXPECT-- *** Testing printf() : error conditions *** -- Testing printf() function with Zero arguments -- diff --git a/ext/standard/tests/strings/rtrim.phpt b/ext/standard/tests/strings/rtrim.phpt index 223a839f58..2fc531faad 100644 --- a/ext/standard/tests/strings/rtrim.phpt +++ b/ext/standard/tests/strings/rtrim.phpt @@ -42,7 +42,7 @@ var_dump( rtrim($str, "ing") ); echo "Done\n"; ?> ---EXPECTF-- +--EXPECT-- *** Output for Normal Behaviour *** string(10) "rtrim test" string(13) "rtrim test " diff --git a/ext/standard/tests/strings/soundex.phpt b/ext/standard/tests/strings/soundex.phpt index ef61ac495e..c4acc2ff68 100644 --- a/ext/standard/tests/strings/soundex.phpt +++ b/ext/standard/tests/strings/soundex.phpt @@ -30,7 +30,7 @@ foreach ($array as $str) { echo "Done\n"; ?> ---EXPECTF-- +--EXPECT-- bool(false) string(4) "0000" string(4) "F650" diff --git a/ext/standard/tests/strings/sprintf_variation15.phpt b/ext/standard/tests/strings/sprintf_variation15.phpt index 07774a92ec..66d85647ff 100644 --- a/ext/standard/tests/strings/sprintf_variation15.phpt +++ b/ext/standard/tests/strings/sprintf_variation15.phpt @@ -74,7 +74,7 @@ foreach($string_values as $string_value) { echo "Done"; ?> ---EXPECTF-- +--EXPECT-- *** Testing sprintf() : string formats with string values *** -- Iteration 1 -- diff --git a/ext/standard/tests/strings/sscanf_error.phpt b/ext/standard/tests/strings/sscanf_error.phpt index ffaefb8418..0af8f9ed14 100644 --- a/ext/standard/tests/strings/sscanf_error.phpt +++ b/ext/standard/tests/strings/sscanf_error.phpt @@ -20,7 +20,7 @@ try { echo $exception->getMessage() . "\n"; } ?> ---EXPECTF-- +--EXPECT-- *** Testing sscanf() : error conditions *** -- Testing sscanf() function with more than expected no. of arguments -- diff --git a/ext/standard/tests/strings/str_ireplace.phpt b/ext/standard/tests/strings/str_ireplace.phpt index a5a35769e4..c360004a14 100644 --- a/ext/standard/tests/strings/str_ireplace.phpt +++ b/ext/standard/tests/strings/str_ireplace.phpt @@ -44,7 +44,7 @@ var_dump($Data = str_ireplace("\n", "<br>", $Data)); echo "Done\n"; ?> ---EXPECTF-- +--EXPECT-- string(0) "" string(8) "aaaaaaaT" string(8) "aaaaaaaT" diff --git a/ext/standard/tests/strings/stristr.phpt b/ext/standard/tests/strings/stristr.phpt index 7b1b5312a1..09e6cff53c 100644 --- a/ext/standard/tests/strings/stristr.phpt +++ b/ext/standard/tests/strings/stristr.phpt @@ -14,7 +14,7 @@ stristr() function var_dump(md5(stristr("\\\\a\\", "\\a"))); var_dump(stristr("tEsT sTrInG", " ")); ?> ---EXPECTF-- +--EXPECT-- string(11) "tEsT sTrInG" string(6) "sTrInG" string(6) "sTrInG" diff --git a/ext/standard/tests/strings/strrchr_variation1.phpt b/ext/standard/tests/strings/strrchr_variation1.phpt index a75dd96bbf..f28571ba7f 100644 --- a/ext/standard/tests/strings/strrchr_variation1.phpt +++ b/ext/standard/tests/strings/strrchr_variation1.phpt @@ -81,7 +81,7 @@ for($index=0; $index<count($needle); $index++) { } echo "*** Done ***"; ?> ---EXPECTF-- +--EXPECT-- *** Testing strrchr() function: with various double quoted strings *** -- Iteration 1 -- string(16) "lo123456he #4 A " diff --git a/ext/standard/tests/strings/strrchr_variation2.phpt b/ext/standard/tests/strings/strrchr_variation2.phpt index 2ff6720fb9..e6e510dd55 100644 --- a/ext/standard/tests/strings/strrchr_variation2.phpt +++ b/ext/standard/tests/strings/strrchr_variation2.phpt @@ -81,7 +81,7 @@ for($index=0; $index<count($needle); $index++) { } echo "*** Done ***"; ?> ---EXPECTF-- +--EXPECT-- *** Testing strrchr() function: with various single quoted strings *** -- Iteration 1 -- string(22) "lo123456he \x234 \101 " diff --git a/ext/standard/tests/strings/strtolower.phpt b/ext/standard/tests/strings/strtolower.phpt index 7c7e2bb4c7..041b66a00c 100644 --- a/ext/standard/tests/strings/strtolower.phpt +++ b/ext/standard/tests/strings/strtolower.phpt @@ -65,7 +65,7 @@ else echo "*** Done ***"; ?> ---EXPECTF-- +--EXPECT-- *** Testing strtolower() with 128 chars *** 00 => 00 01 => 01 diff --git a/ext/standard/tests/strings/strtoupper1.phpt b/ext/standard/tests/strings/strtoupper1.phpt index c243ff10c7..6c7434ba16 100644 --- a/ext/standard/tests/strings/strtoupper1.phpt +++ b/ext/standard/tests/strings/strtoupper1.phpt @@ -65,7 +65,7 @@ else echo "*** Done ***"; ?> ---EXPECTF-- +--EXPECT-- *** Testing strtoupper() with 128 chars *** 00 => 00 01 => 01 diff --git a/ext/standard/tests/strings/strval_error.phpt b/ext/standard/tests/strings/strval_error.phpt index a363e26f24..88cca824a6 100644 --- a/ext/standard/tests/strings/strval_error.phpt +++ b/ext/standard/tests/strings/strval_error.phpt @@ -25,7 +25,7 @@ try { } ?> ---EXPECTF-- +--EXPECT-- *** Testing strval() : error conditions *** -- Testing strval() function with object which has not toString() method -- diff --git a/ext/standard/tests/strings/substr.phpt b/ext/standard/tests/strings/substr.phpt index fe687ed1ae..6028c17008 100644 --- a/ext/standard/tests/strings/substr.phpt +++ b/ext/standard/tests/strings/substr.phpt @@ -66,7 +66,7 @@ var_dump (substr("abcdef" , 2, NULL) ); echo"\nDone"; ?> ---EXPECTF-- +--EXPECT-- --- Iteration 1 --- -- Variations for two arguments -- diff --git a/ext/standard/tests/strings/trim1.phpt b/ext/standard/tests/strings/trim1.phpt index 1ad504c61d..a31d7213a1 100644 --- a/ext/standard/tests/strings/trim1.phpt +++ b/ext/standard/tests/strings/trim1.phpt @@ -49,7 +49,7 @@ var_dump( trim($str, "us\ning") ); echo "\nDone"; ?> ---EXPECTF-- +--EXPECT-- string(0) "" string(0) "" string(1) "0" diff --git a/ext/standard/tests/strings/vfprintf_error1.phpt b/ext/standard/tests/strings/vfprintf_error1.phpt index f2057ea388..fdaecd6fb3 100644 --- a/ext/standard/tests/strings/vfprintf_error1.phpt +++ b/ext/standard/tests/strings/vfprintf_error1.phpt @@ -42,7 +42,7 @@ $file = 'vfprintf_error1.txt'; unlink( $file ); ?> ---EXPECTF-- +--EXPECT-- -- Testing vfprintf() function with more than expected no. of arguments -- Wrong parameter count for vfprintf() Wrong parameter count for vfprintf() diff --git a/ext/standard/tests/time/strptime_error.phpt b/ext/standard/tests/time/strptime_error.phpt index d7eb11fc55..87965cd1a2 100644 --- a/ext/standard/tests/time/strptime_error.phpt +++ b/ext/standard/tests/time/strptime_error.phpt @@ -24,7 +24,7 @@ $format = '%b %d %Y %H:%M:%S'; var_dump( strptime('foo', $format) ); ?> ---EXPECTF-- +--EXPECT-- *** Testing strptime() : error conditions *** -- Testing strptime() function on failure -- diff --git a/ext/tokenizer/tests/001.phpt b/ext/tokenizer/tests/001.phpt index 8e58c81891..006377d5e9 100644 --- a/ext/tokenizer/tests/001.phpt +++ b/ext/tokenizer/tests/001.phpt @@ -129,7 +129,7 @@ echo token_name(0x8000000F), "\n"; echo "Done\n"; ?> ---EXPECTF-- +--EXPECT-- T_INCLUDE T_INCLUDE_ONCE T_EVAL diff --git a/ext/xmlreader/tests/static.phpt b/ext/xmlreader/tests/static.phpt index 1c6cb5b870..a722e31105 100644 --- a/ext/xmlreader/tests/static.phpt +++ b/ext/xmlreader/tests/static.phpt @@ -22,7 +22,7 @@ while ($reader->read()) { echo $reader->name, "\n"; } ?> ---EXPECTF-- +--EXPECT-- books books books diff --git a/ext/xmlwriter/tests/bug41326.phpt b/ext/xmlwriter/tests/bug41326.phpt index 886e149261..c04ffe3167 100644 --- a/ext/xmlwriter/tests/bug41326.phpt +++ b/ext/xmlwriter/tests/bug41326.phpt @@ -35,7 +35,7 @@ $xw->endElement(); $xw->endDocument(); print $xw->flush(true); ?> ---EXPECTF-- +--EXPECT-- <?xml version="1.0"?> <test> <foo/> diff --git a/tests/output/stream_isatty_err.phpt b/tests/output/stream_isatty_err.phpt index 55a25f1c9f..e7c1038350 100644 --- a/tests/output/stream_isatty_err.phpt +++ b/tests/output/stream_isatty_err.phpt @@ -13,7 +13,7 @@ STDERR require __DIR__.'/stream_isatty.inc'; testToStdErr(); ?> ---EXPECTF-- +--EXPECT-- STDIN (constant): bool(true) STDIN (fopen): bool(true) STDIN (php://fd/0): bool(true) diff --git a/tests/output/stream_isatty_in-err.phpt b/tests/output/stream_isatty_in-err.phpt index 2554eb4689..73514955d4 100644 --- a/tests/output/stream_isatty_in-err.phpt +++ b/tests/output/stream_isatty_in-err.phpt @@ -13,7 +13,7 @@ STDIN STDERR require __DIR__.'/stream_isatty.inc'; testToStdErr(); ?> ---EXPECTF-- +--EXPECT-- STDIN (constant): bool(false) STDIN (fopen): bool(false) STDIN (php://fd/0): bool(false) diff --git a/tests/output/stream_isatty_in-out-err.phpt b/tests/output/stream_isatty_in-out-err.phpt index 496bdd100e..9b65e8861b 100644 --- a/tests/output/stream_isatty_in-out-err.phpt +++ b/tests/output/stream_isatty_in-out-err.phpt @@ -13,7 +13,7 @@ STDIN STDOUT STDERR require __DIR__.'/stream_isatty.inc'; testToStdOut(); ?> ---EXPECTF-- +--EXPECT-- STDIN (constant): bool(false) STDIN (fopen): bool(false) STDIN (php://fd/0): bool(false) diff --git a/tests/output/stream_isatty_in-out.phpt b/tests/output/stream_isatty_in-out.phpt index d58e9aa05c..c2bb346854 100644 --- a/tests/output/stream_isatty_in-out.phpt +++ b/tests/output/stream_isatty_in-out.phpt @@ -13,7 +13,7 @@ STDIN STDOUT require __DIR__.'/stream_isatty.inc'; testToStdOut(); ?> ---EXPECTF-- +--EXPECT-- STDIN (constant): bool(false) STDIN (fopen): bool(false) STDIN (php://fd/0): bool(false) diff --git a/tests/output/stream_isatty_out-err.phpt b/tests/output/stream_isatty_out-err.phpt index e3ec1237bc..dc113a9720 100644 --- a/tests/output/stream_isatty_out-err.phpt +++ b/tests/output/stream_isatty_out-err.phpt @@ -13,7 +13,7 @@ STDOUT STDERR require __DIR__.'/stream_isatty.inc'; testToStdOut(); ?> ---EXPECTF-- +--EXPECT-- STDIN (constant): bool(true) STDIN (fopen): bool(true) STDIN (php://fd/0): bool(true) diff --git a/tests/output/stream_isatty_out.phpt b/tests/output/stream_isatty_out.phpt index 3ea4996ac4..f18c986c5a 100644 --- a/tests/output/stream_isatty_out.phpt +++ b/tests/output/stream_isatty_out.phpt @@ -13,7 +13,7 @@ STDOUT require __DIR__.'/stream_isatty.inc'; testToStdOut(); ?> ---EXPECTF-- +--EXPECT-- STDIN (constant): bool(true) STDIN (fopen): bool(true) STDIN (php://fd/0): bool(true) # Please enter the commit message for your changes. Lines starting # with '#' will be ignored, and an empty message aborts the commit. # # Date: Mon Apr 27 21:01:47 2020 +0200 # # On branch tests/use-simpler-expect-section # Your branch and 'fork/tests/use-simpler-expect-section' have diverged, # and have 1 and 1 different commits each, respectively. # (use "git pull" to merge the remote branch into yours) # # Changes to be committed: # modified: Zend/tests/005.phpt # modified: Zend/tests/bug27669.phpt # modified: Zend/tests/bug51827.phpt # modified: Zend/tests/bug63206.phpt # modified: Zend/tests/bug63206_1.phpt # modified: Zend/tests/bug63206_2.phpt # modified: Zend/tests/incompat_ctx_user.phpt # modified: Zend/tests/instanceof_001.phpt # modified: Zend/tests/unexpected_ref_bug.phpt # modified: ext/date/tests/012.phpt # modified: ext/date/tests/DatePeriod_wrong_recurrence_on_constructor.phpt # modified: ext/date/tests/DateTimeZone_listAbbreviations_basic1.phpt # modified: ext/date/tests/date_parse_001.phpt # modified: ext/date/tests/date_parse_error.phpt # modified: ext/date/tests/gmmktime_basic.phpt # modified: ext/date/tests/mktime_error.phpt # modified: ext/date/tests/timezone_abbreviations_list_basic1.phpt # modified: ext/fileinfo/tests/finfo_set_flags_basic-mb.phpt # modified: ext/fileinfo/tests/finfo_set_flags_basic.phpt # modified: ext/filter/tests/007.phpt # modified: ext/filter/tests/008.phpt # modified: ext/filter/tests/010.phpt # modified: ext/hash/tests/hash_hkdf_edges.phpt # modified: ext/hash/tests/hash_hmac_file_basic.phpt # modified: ext/json/tests/json_last_error_msg_error.phpt # modified: ext/libxml/tests/bug76777.phpt # modified: ext/pcre/tests/preg_replace_error2.phpt # modified: ext/pcre/tests/split2.phpt # modified: ext/phar/tests/phar_isvalidpharfilename.phpt # modified: ext/phar/tests/pharfileinfo_chmod.phpt # modified: ext/phar/tests/pharfileinfo_setmetadata.phpt # modified: ext/phar/tests/stat2_5.3.phpt # modified: ext/posix/tests/posix_getgrgid_error.phpt # modified: ext/posix/tests/posix_getpgid_error.phpt # modified: ext/posix/tests/posix_getpwuid_error.phpt # modified: ext/posix/tests/posix_getsid_error.phpt # modified: ext/posix/tests/posix_initgroups.phpt # modified: ext/posix/tests/posix_kill_error.phpt # modified: ext/posix/tests/posix_strerror_error.phpt # modified: ext/reflection/tests/ReflectionClass_hasProperty_002.phpt # modified: ext/reflection/tests/ReflectionMethod_getClosure_error.phpt # modified: ext/reflection/tests/ReflectionMethod_invokeArgs_error3.phpt # modified: ext/reflection/tests/ReflectionObject_getName_basic.phpt # modified: ext/reflection/tests/ReflectionProperty_isDefault_basic.phpt # modified: ext/reflection/tests/ReflectionProperty_setValue_error.phpt # modified: ext/session/tests/bug79221.phpt # modified: ext/session/tests/session_cache_limiter_error.phpt # modified: ext/spl/tests/bug61347.phpt # modified: ext/spl/tests/fileobject_005.phpt # modified: ext/spl/tests/iterator_045.phpt # modified: ext/spl/tests/regexIterator_setMode_error.phpt # modified: ext/spl/tests/spl_heap_is_empty_basic.phpt # modified: ext/sqlite3/tests/sqlite3_40_setauthorizer.phpt # modified: ext/sqlite3/tests/sqlite3stmt_getsql_expanded.phpt # modified: ext/standard/tests/array/005.phpt # modified: ext/standard/tests/array/009.phpt # modified: ext/standard/tests/array/array_diff_assoc_error.phpt # modified: ext/standard/tests/array/array_diff_error.phpt # modified: ext/standard/tests/array/array_diff_key_error.phpt # modified: ext/standard/tests/array/array_filter.phpt # modified: ext/standard/tests/array/array_filter_variation10.phpt # modified: ext/standard/tests/array/array_key_exists_variation3.phpt # modified: ext/standard/tests/array/array_map_error.phpt # modified: ext/standard/tests/array/array_merge.phpt # modified: ext/standard/tests/array/array_push.phpt # modified: ext/standard/tests/array/array_slice.phpt # modified: ext/standard/tests/array/array_unshift.phpt # modified: ext/standard/tests/array/array_walk.phpt # modified: ext/standard/tests/array/array_walk_error2.phpt # modified: ext/standard/tests/array/array_walk_recursive1.phpt # modified: ext/standard/tests/array/array_walk_recursive_error2.phpt # modified: ext/standard/tests/array/array_walk_recursive_variation7.phpt # modified: ext/standard/tests/array/array_walk_variation7.phpt # modified: ext/standard/tests/array/uasort_variation8.phpt # modified: ext/standard/tests/array/usort_variation8.phpt # modified: ext/standard/tests/assert/assert_variation.phpt # modified: ext/standard/tests/file/auto_detect_line_endings_1.phpt # modified: ext/standard/tests/file/auto_detect_line_endings_2.phpt # modified: ext/standard/tests/file/basename.phpt # modified: ext/standard/tests/file/fscanf.phpt # modified: ext/standard/tests/file/fscanf_variation10.phpt # modified: ext/standard/tests/file/is_dir_variation3.phpt # modified: ext/standard/tests/file/is_executable_error.phpt # modified: ext/standard/tests/file/is_executable_variation3.phpt # modified: ext/standard/tests/file/is_file_variation3.phpt # modified: ext/standard/tests/file/is_readable_error.phpt # modified: ext/standard/tests/file/is_readable_variation3.phpt # modified: ext/standard/tests/file/is_uploaded_file_basic.phpt # modified: ext/standard/tests/file/is_writable_error.phpt # modified: ext/standard/tests/file/is_writable_variation3.phpt # modified: ext/standard/tests/file/move_uploaded_file_basic.phpt # modified: ext/standard/tests/general_functions/get_include_path_basic.phpt # modified: ext/standard/tests/general_functions/include_path.phpt # modified: ext/standard/tests/general_functions/is_array.phpt # modified: ext/standard/tests/general_functions/is_bool.phpt # modified: ext/standard/tests/general_functions/is_float_64bit.phpt # modified: ext/standard/tests/general_functions/is_int_64bit.phpt # modified: ext/standard/tests/general_functions/is_null.phpt # modified: ext/standard/tests/general_functions/is_numeric.phpt # modified: ext/standard/tests/general_functions/is_object.phpt # modified: ext/standard/tests/general_functions/is_scalar.phpt # modified: ext/standard/tests/general_functions/is_string.phpt # modified: ext/standard/tests/general_functions/ob_get_length_basic.phpt # modified: ext/standard/tests/general_functions/php_uname_error.phpt # modified: ext/standard/tests/general_functions/print_r.phpt # modified: ext/standard/tests/general_functions/print_r_64bit.phpt # modified: ext/standard/tests/general_functions/var_dump_64bit.phpt # modified: ext/standard/tests/general_functions/var_export-locale.phpt # modified: ext/standard/tests/image/image_type_to_extension.phpt # modified: ext/standard/tests/math/lcg_value_basic.phpt # modified: ext/standard/tests/network/inet.phpt # modified: ext/standard/tests/network/ip_x86_64.phpt # modified: ext/standard/tests/random/random_int.phpt # modified: ext/standard/tests/serialize/bug45706.phpt # modified: ext/standard/tests/streams/bug61115.phpt # modified: ext/standard/tests/streams/bug78662.phpt # modified: ext/standard/tests/streams/stream_set_timeout_error.phpt # modified: ext/standard/tests/strings/chr_error.phpt # modified: ext/standard/tests/strings/fprintf_error.phpt # modified: ext/standard/tests/strings/htmlentities24.phpt # modified: ext/standard/tests/strings/htmlspecialchars.phpt # modified: ext/standard/tests/strings/ltrim.phpt # modified: ext/standard/tests/strings/metaphone.phpt # modified: ext/standard/tests/strings/parse_str_basic1.phpt # modified: ext/standard/tests/strings/parse_str_basic3.phpt # modified: ext/standard/tests/strings/printf_error.phpt # modified: ext/standard/tests/strings/rtrim.phpt # modified: ext/standard/tests/strings/soundex.phpt # modified: ext/standard/tests/strings/sprintf_variation15.phpt # modified: ext/standard/tests/strings/sscanf_error.phpt # modified: ext/standard/tests/strings/str_ireplace.phpt # modified: ext/standard/tests/strings/stristr.phpt # modified: ext/standard/tests/strings/strrchr_variation1.phpt # modified: ext/standard/tests/strings/strrchr_variation2.phpt # modified: ext/standard/tests/strings/strtolower.phpt # modified: ext/standard/tests/strings/strtoupper1.phpt # modified: ext/standard/tests/strings/strval_error.phpt # modified: ext/standard/tests/strings/substr.phpt # modified: ext/standard/tests/strings/trim1.phpt # modified: ext/standard/tests/strings/vfprintf_error1.phpt # modified: ext/standard/tests/time/strptime_error.phpt # modified: ext/tokenizer/tests/001.phpt # modified: ext/xmlreader/tests/static.phpt # modified: ext/xmlwriter/tests/bug41326.phpt # modified: tests/output/stream_isatty_err.phpt # modified: tests/output/stream_isatty_in-err.phpt # modified: tests/output/stream_isatty_in-out-err.phpt # modified: tests/output/stream_isatty_in-out.phpt # modified: tests/output/stream_isatty_out-err.phpt # modified: tests/output/stream_isatty_out.phpt # # Changes not staged for commit: # modified: run-tests.php # # Please enter the commit message for your changes. Lines starting # with '#' will be ignored, and an empty message aborts the commit. # # Date: Mon Apr 27 21:01:47 2020 +0200 # # On branch tests/use-simpler-expect-section # Your branch is up to date with 'fork/tests/use-simpler-expect-section'. # # Changes to be committed: # modified: Zend/tests/005.phpt # modified: Zend/tests/bug27669.phpt # modified: Zend/tests/bug51827.phpt # modified: Zend/tests/bug63206.phpt # modified: Zend/tests/bug63206_1.phpt # modified: Zend/tests/bug63206_2.phpt # modified: Zend/tests/incompat_ctx_user.phpt # modified: Zend/tests/instanceof_001.phpt # modified: Zend/tests/unexpected_ref_bug.phpt # modified: ext/date/tests/012.phpt # modified: ext/date/tests/DatePeriod_wrong_recurrence_on_constructor.phpt # modified: ext/date/tests/DateTimeZone_listAbbreviations_basic1.phpt # modified: ext/date/tests/date_parse_001.phpt # modified: ext/date/tests/date_parse_error.phpt # modified: ext/date/tests/gmmktime_basic.phpt # modified: ext/date/tests/mktime_error.phpt # modified: ext/date/tests/timezone_abbreviations_list_basic1.phpt # modified: ext/fileinfo/tests/finfo_set_flags_basic-mb.phpt # modified: ext/fileinfo/tests/finfo_set_flags_basic.phpt # modified: ext/filter/tests/007.phpt # modified: ext/filter/tests/008.phpt # modified: ext/filter/tests/010.phpt # modified: ext/hash/tests/hash_hkdf_edges.phpt # modified: ext/hash/tests/hash_hmac_file_basic.phpt # modified: ext/json/tests/json_last_error_msg_error.phpt # modified: ext/libxml/tests/bug76777.phpt # modified: ext/pcre/tests/preg_replace_error2.phpt # modified: ext/pcre/tests/split2.phpt # modified: ext/phar/tests/phar_isvalidpharfilename.phpt # modified: ext/phar/tests/pharfileinfo_chmod.phpt # modified: ext/phar/tests/pharfileinfo_setmetadata.phpt # modified: ext/phar/tests/stat2_5.3.phpt # modified: ext/posix/tests/posix_getgrgid_error.phpt # modified: ext/posix/tests/posix_getpgid_error.phpt # modified: ext/posix/tests/posix_getpwuid_error.phpt # modified: ext/posix/tests/posix_getsid_error.phpt # modified: ext/posix/tests/posix_initgroups.phpt # modified: ext/posix/tests/posix_kill_error.phpt # modified: ext/posix/tests/posix_strerror_error.phpt # modified: ext/reflection/tests/ReflectionClass_hasProperty_002.phpt # modified: ext/reflection/tests/ReflectionMethod_getClosure_error.phpt # modified: ext/reflection/tests/ReflectionMethod_invokeArgs_error3.phpt # modified: ext/reflection/tests/ReflectionObject_getName_basic.phpt # modified: ext/reflection/tests/ReflectionProperty_isDefault_basic.phpt # modified: ext/reflection/tests/ReflectionProperty_setValue_error.phpt # modified: ext/session/tests/bug79221.phpt # modified: ext/session/tests/session_cache_limiter_error.phpt # modified: ext/spl/tests/bug61347.phpt # modified: ext/spl/tests/fileobject_005.phpt # modified: ext/spl/tests/iterator_045.phpt # modified: ext/spl/tests/regexIterator_setMode_error.phpt # modified: ext/spl/tests/spl_heap_is_empty_basic.phpt # modified: ext/sqlite3/tests/sqlite3_40_setauthorizer.phpt # modified: ext/sqlite3/tests/sqlite3stmt_getsql_expanded.phpt # modified: ext/standard/tests/array/005.phpt # modified: ext/standard/tests/array/009.phpt # modified: ext/standard/tests/array/array_diff_assoc_error.phpt # modified: ext/standard/tests/array/array_diff_error.phpt # modified: ext/standard/tests/array/array_diff_key_error.phpt # modified: ext/standard/tests/array/array_filter.phpt # modified: ext/standard/tests/array/array_filter_variation10.phpt # modified: ext/standard/tests/array/array_key_exists_variation3.phpt # modified: ext/standard/tests/array/array_map_error.phpt # modified: ext/standard/tests/array/array_merge.phpt # modified: ext/standard/tests/array/array_push.phpt # modified: ext/standard/tests/array/array_slice.phpt # modified: ext/standard/tests/array/array_unshift.phpt # modified: ext/standard/tests/array/array_walk.phpt # modified: ext/standard/tests/array/array_walk_error2.phpt # modified: ext/standard/tests/array/array_walk_recursive1.phpt # modified: ext/standard/tests/array/array_walk_recursive_error2.phpt # modified: ext/standard/tests/array/array_walk_recursive_variation7.phpt # modified: ext/standard/tests/array/array_walk_variation7.phpt # modified: ext/standard/tests/array/uasort_variation8.phpt # modified: ext/standard/tests/array/usort_variation8.phpt # modified: ext/standard/tests/assert/assert_variation.phpt # modified: ext/standard/tests/file/auto_detect_line_endings_1.phpt # modified: ext/standard/tests/file/auto_detect_line_endings_2.phpt # modified: ext/standard/tests/file/basename.phpt # modified: ext/standard/tests/file/fscanf.phpt # modified: ext/standard/tests/file/fscanf_variation10.phpt # modified: ext/standard/tests/file/is_dir_variation3.phpt # modified: ext/standard/tests/file/is_executable_error.phpt # modified: ext/standard/tests/file/is_executable_variation3.phpt # modified: ext/standard/tests/file/is_file_variation3.phpt # modified: ext/standard/tests/file/is_readable_error.phpt # modified: ext/standard/tests/file/is_readable_variation3.phpt # modified: ext/standard/tests/file/is_uploaded_file_basic.phpt # modified: ext/standard/tests/file/is_writable_error.phpt # modified: ext/standard/tests/file/is_writable_variation3.phpt # modified: ext/standard/tests/file/move_uploaded_file_basic.phpt # modified: ext/standard/tests/general_functions/get_include_path_basic.phpt # modified: ext/standard/tests/general_functions/include_path.phpt # modified: ext/standard/tests/general_functions/is_array.phpt # modified: ext/standard/tests/general_functions/is_bool.phpt # modified: ext/standard/tests/general_functions/is_float_64bit.phpt # modified: ext/standard/tests/general_functions/is_int_64bit.phpt # modified: ext/standard/tests/general_functions/is_null.phpt # modified: ext/standard/tests/general_functions/is_numeric.phpt # modified: ext/standard/tests/general_functions/is_object.phpt # modified: ext/standard/tests/general_functions/is_scalar.phpt # modified: ext/standard/tests/general_functions/is_string.phpt # modified: ext/standard/tests/general_functions/ob_get_length_basic.phpt # modified: ext/standard/tests/general_functions/php_uname_error.phpt # modified: ext/standard/tests/general_functions/print_r.phpt # modified: ext/standard/tests/general_functions/print_r_64bit.phpt # modified: ext/standard/tests/general_functions/var_dump_64bit.phpt # modified: ext/standard/tests/general_functions/var_export-locale.phpt # modified: ext/standard/tests/image/image_type_to_extension.phpt # modified: ext/standard/tests/math/lcg_value_basic.phpt # modified: ext/standard/tests/network/inet.phpt # modified: ext/standard/tests/network/ip_x86_64.phpt # modified: ext/standard/tests/random/random_int.phpt # modified: ext/standard/tests/serialize/bug45706.phpt # modified: ext/standard/tests/streams/bug61115.phpt # modified: ext/standard/tests/streams/bug78662.phpt # modified: ext/standard/tests/streams/stream_set_timeout_error.phpt # modified: ext/standard/tests/strings/chr_error.phpt # modified: ext/standard/tests/strings/fprintf_error.phpt # modified: ext/standard/tests/strings/htmlentities24.phpt # modified: ext/standard/tests/strings/htmlspecialchars.phpt # modified: ext/standard/tests/strings/ltrim.phpt # modified: ext/standard/tests/strings/metaphone.phpt # modified: ext/standard/tests/strings/parse_str_basic1.phpt # modified: ext/standard/tests/strings/parse_str_basic3.phpt # modified: ext/standard/tests/strings/printf_error.phpt # modified: ext/standard/tests/strings/rtrim.phpt # modified: ext/standard/tests/strings/soundex.phpt # modified: ext/standard/tests/strings/sprintf_variation15.phpt # modified: ext/standard/tests/strings/sscanf_error.phpt # modified: ext/standard/tests/strings/str_ireplace.phpt # modified: ext/standard/tests/strings/stristr.phpt # modified: ext/standard/tests/strings/strrchr_variation1.phpt # modified: ext/standard/tests/strings/strrchr_variation2.phpt # modified: ext/standard/tests/strings/strtolower.phpt # modified: ext/standard/tests/strings/strtoupper1.phpt # modified: ext/standard/tests/strings/strval_error.phpt # modified: ext/standard/tests/strings/substr.phpt # modified: ext/standard/tests/strings/trim1.phpt # modified: ext/standard/tests/strings/vfprintf_error1.phpt # modified: ext/standard/tests/time/strptime_error.phpt # modified: ext/tokenizer/tests/001.phpt # modified: ext/xmlreader/tests/static.phpt # modified: ext/xmlwriter/tests/bug41326.phpt # modified: tests/output/stream_isatty_err.phpt # modified: tests/output/stream_isatty_in-err.phpt # modified: tests/output/stream_isatty_in-out-err.phpt # modified: tests/output/stream_isatty_in-out.phpt # modified: tests/output/stream_isatty_out-err.phpt # modified: tests/output/stream_isatty_out.phpt # # Changes not staged for commit: # modified: run-tests.php # # Please enter the commit message for your changes. Lines starting # with '#' will be ignored, and an empty message aborts the commit. # # Date: Mon Apr 27 21:01:47 2020 +0200 # # On branch tests/use-simpler-expect-section # Your branch is up to date with 'fork/tests/use-simpler-expect-section'. # # Changes to be committed: # modified: Zend/tests/005.phpt # modified: Zend/tests/bug27669.phpt # modified: Zend/tests/bug51827.phpt # modified: Zend/tests/bug63206.phpt # modified: Zend/tests/bug63206_1.phpt # modified: Zend/tests/bug63206_2.phpt # modified: Zend/tests/incompat_ctx_user.phpt # modified: Zend/tests/instanceof_001.phpt # modified: Zend/tests/unexpected_ref_bug.phpt # modified: ext/date/tests/012.phpt # modified: ext/date/tests/DatePeriod_wrong_recurrence_on_constructor.phpt # modified: ext/date/tests/DateTimeZone_listAbbreviations_basic1.phpt # modified: ext/date/tests/date_parse_001.phpt # modified: ext/date/tests/date_parse_error.phpt # modified: ext/date/tests/gmmktime_basic.phpt # modified: ext/date/tests/mktime_error.phpt # modified: ext/date/tests/timezone_abbreviations_list_basic1.phpt # modified: ext/fileinfo/tests/finfo_set_flags_basic-mb.phpt # modified: ext/fileinfo/tests/finfo_set_flags_basic.phpt # modified: ext/filter/tests/007.phpt # modified: ext/filter/tests/008.phpt # modified: ext/filter/tests/010.phpt # modified: ext/hash/tests/hash_hkdf_edges.phpt # modified: ext/hash/tests/hash_hmac_file_basic.phpt # modified: ext/json/tests/json_last_error_msg_error.phpt # modified: ext/libxml/tests/bug76777.phpt # modified: ext/pcre/tests/preg_replace_error2.phpt # modified: ext/pcre/tests/split2.phpt # modified: ext/phar/tests/phar_isvalidpharfilename.phpt # modified: ext/phar/tests/pharfileinfo_chmod.phpt # modified: ext/phar/tests/pharfileinfo_setmetadata.phpt # modified: ext/phar/tests/stat2_5.3.phpt # modified: ext/posix/tests/posix_getgrgid_error.phpt # modified: ext/posix/tests/posix_getpgid_error.phpt # modified: ext/posix/tests/posix_getpwuid_error.phpt # modified: ext/posix/tests/posix_getsid_error.phpt # modified: ext/posix/tests/posix_initgroups.phpt # modified: ext/posix/tests/posix_kill_error.phpt # modified: ext/posix/tests/posix_strerror_error.phpt # modified: ext/reflection/tests/ReflectionClass_hasProperty_002.phpt # modified: ext/reflection/tests/ReflectionMethod_getClosure_error.phpt # modified: ext/reflection/tests/ReflectionMethod_invokeArgs_error3.phpt # modified: ext/reflection/tests/ReflectionObject_getName_basic.phpt # modified: ext/reflection/tests/ReflectionProperty_isDefault_basic.phpt # modified: ext/reflection/tests/ReflectionProperty_setValue_error.phpt # modified: ext/session/tests/bug79221.phpt # modified: ext/session/tests/session_cache_limiter_error.phpt # modified: ext/spl/tests/bug61347.phpt # modified: ext/spl/tests/fileobject_005.phpt # modified: ext/spl/tests/iterator_045.phpt # modified: ext/spl/tests/regexIterator_setMode_error.phpt # modified: ext/spl/tests/spl_heap_is_empty_basic.phpt # modified: ext/sqlite3/tests/sqlite3_40_setauthorizer.phpt # modified: ext/sqlite3/tests/sqlite3stmt_getsql_expanded.phpt # modified: ext/standard/tests/array/005.phpt # modified: ext/standard/tests/array/009.phpt # modified: ext/standard/tests/array/array_diff_assoc_error.phpt # modified: ext/standard/tests/array/array_diff_error.phpt # modified: ext/standard/tests/array/array_diff_key_error.phpt # modified: ext/standard/tests/array/array_filter.phpt # modified: ext/standard/tests/array/array_filter_variation10.phpt # modified: ext/standard/tests/array/array_key_exists_variation3.phpt # modified: ext/standard/tests/array/array_map_error.phpt # modified: ext/standard/tests/array/array_merge.phpt # modified: ext/standard/tests/array/array_push.phpt # modified: ext/standard/tests/array/array_slice.phpt # modified: ext/standard/tests/array/array_unshift.phpt # modified: ext/standard/tests/array/array_walk.phpt # modified: ext/standard/tests/array/array_walk_error2.phpt # modified: ext/standard/tests/array/array_walk_recursive1.phpt # modified: ext/standard/tests/array/array_walk_recursive_error2.phpt # modified: ext/standard/tests/array/array_walk_recursive_variation7.phpt # modified: ext/standard/tests/array/array_walk_variation7.phpt # modified: ext/standard/tests/array/uasort_variation8.phpt # modified: ext/standard/tests/array/usort_variation8.phpt # modified: ext/standard/tests/assert/assert_variation.phpt # modified: ext/standard/tests/file/auto_detect_line_endings_1.phpt # modified: ext/standard/tests/file/auto_detect_line_endings_2.phpt # modified: ext/standard/tests/file/basename.phpt # modified: ext/standard/tests/file/fscanf.phpt # modified: ext/standard/tests/file/fscanf_variation10.phpt # modified: ext/standard/tests/file/is_dir_variation3.phpt # modified: ext/standard/tests/file/is_executable_error.phpt # modified: ext/standard/tests/file/is_executable_variation3.phpt # modified: ext/standard/tests/file/is_file_variation3.phpt # modified: ext/standard/tests/file/is_readable_error.phpt # modified: ext/standard/tests/file/is_readable_variation3.phpt # modified: ext/standard/tests/file/is_uploaded_file_basic.phpt # modified: ext/standard/tests/file/is_writable_error.phpt # modified: ext/standard/tests/file/is_writable_variation3.phpt # modified: ext/standard/tests/file/move_uploaded_file_basic.phpt # modified: ext/standard/tests/general_functions/get_include_path_basic.phpt # modified: ext/standard/tests/general_functions/include_path.phpt # modified: ext/standard/tests/general_functions/is_array.phpt # modified: ext/standard/tests/general_functions/is_bool.phpt # modified: ext/standard/tests/general_functions/is_float_64bit.phpt # modified: ext/standard/tests/general_functions/is_int_64bit.phpt # modified: ext/standard/tests/general_functions/is_null.phpt # modified: ext/standard/tests/general_functions/is_numeric.phpt # modified: ext/standard/tests/general_functions/is_object.phpt # modified: ext/standard/tests/general_functions/is_scalar.phpt # modified: ext/standard/tests/general_functions/is_string.phpt # modified: ext/standard/tests/general_functions/ob_get_length_basic.phpt # modified: ext/standard/tests/general_functions/php_uname_error.phpt # modified: ext/standard/tests/general_functions/print_r.phpt # modified: ext/standard/tests/general_functions/print_r_64bit.phpt # modified: ext/standard/tests/general_functions/var_dump_64bit.phpt # modified: ext/standard/tests/general_functions/var_export-locale.phpt # modified: ext/standard/tests/image/image_type_to_extension.phpt # modified: ext/standard/tests/math/lcg_value_basic.phpt # modified: ext/standard/tests/network/inet.phpt # modified: ext/standard/tests/network/ip_x86_64.phpt # modified: ext/standard/tests/random/random_int.phpt # modified: ext/standard/tests/serialize/bug45706.phpt # modified: ext/standard/tests/streams/bug61115.phpt # modified: ext/standard/tests/streams/bug78662.phpt # modified: ext/standard/tests/streams/stream_set_timeout_error.phpt # modified: ext/standard/tests/strings/chr_error.phpt # modified: ext/standard/tests/strings/fprintf_error.phpt # modified: ext/standard/tests/strings/htmlentities24.phpt # modified: ext/standard/tests/strings/htmlspecialchars.phpt # modified: ext/standard/tests/strings/ltrim.phpt # modified: ext/standard/tests/strings/metaphone.phpt # modified: ext/standard/tests/strings/parse_str_basic1.phpt # modified: ext/standard/tests/strings/parse_str_basic3.phpt # modified: ext/standard/tests/strings/printf_error.phpt # modified: ext/standard/tests/strings/rtrim.phpt # modified: ext/standard/tests/strings/soundex.phpt # modified: ext/standard/tests/strings/sprintf_variation15.phpt # modified: ext/standard/tests/strings/sscanf_error.phpt # modified: ext/standard/tests/strings/str_ireplace.phpt # modified: ext/standard/tests/strings/stristr.phpt # modified: ext/standard/tests/strings/strrchr_variation1.phpt # modified: ext/standard/tests/strings/strrchr_variation2.phpt # modified: ext/standard/tests/strings/strtolower.phpt # modified: ext/standard/tests/strings/strtoupper1.phpt # modified: ext/standard/tests/strings/strval_error.phpt # modified: ext/standard/tests/strings/substr.phpt # modified: ext/standard/tests/strings/trim1.phpt # modified: ext/standard/tests/strings/vfprintf_error1.phpt # modified: ext/standard/tests/time/strptime_error.phpt # modified: ext/tokenizer/tests/001.phpt # modified: ext/xmlreader/tests/static.phpt # modified: ext/xmlwriter/tests/bug41326.phpt # modified: tests/output/stream_isatty_err.phpt # modified: tests/output/stream_isatty_in-err.phpt # modified: tests/output/stream_isatty_in-out-err.phpt # modified: tests/output/stream_isatty_in-out.phpt # modified: tests/output/stream_isatty_out-err.phpt # modified: tests/output/stream_isatty_out.phpt # # Changes not staged for commit: # modified: run-tests.php # 2020-04-27 21:04:41 +02:00
instanceof_002.phpt
instanceof_const.phpt
instanceof.phpt
instantiate_all_classes.phpt
int_conversion_exponents.phpt
int_overflow_32bit.phpt
int_overflow_64bit.phpt Updated tests after double->long conversion change (basically to match 5.2) 2009-06-04 18:24:09 +00:00
int_special_values.phpt
int_static_prop_name.phpt
int_underflow_32bit.phpt
int_underflow_64bit.phpt
inter_02.phpt
inter_03.phpt
inter_04.phpt
inter_05.phpt
inter_06.phpt Print location on class redeclaration 2024-04-30 14:34:43 +02:00
inter_007.phpt
interface_constructor_prototype_001.phpt Fix prototype for trait methods (#14148) 2024-05-06 21:39:30 +03:00
interface_constructor_prototype_002.phpt Fix prototype for trait methods (#14148) 2024-05-06 21:39:30 +03:00
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_underscore_as_name.phpt Add more tests covering deprecation of _ as CE name 2024-08-13 14:37:40 +02:00
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
is_a.phpt
is_callable_trampoline_uaf-deprecated.phpt Extend deprecation notices to is_callable($foo) and callable $foo 2022-07-14 17:07:42 +02:00
is_callable_trampoline_uaf.phpt Extend deprecation notices to is_callable($foo) and callable $foo 2022-07-14 17:07:42 +02:00
isset_001.phpt
isset_002.phpt
isset_003.phpt Fix GH-8329 Print true/false instead of bool in error and debug messages (#8385) 2023-01-23 10:52:14 +01:00
isset_array.phpt Use common function for TypeError on illegal offset access (#10544) 2023-06-06 11:28:19 +01:00
isset_expr_error.phpt Allow arbitrary expressions for empty() 2012-05-13 14:56:51 +02:00
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 Use same type error wording for alias iterable in ZPP (#8838) 2022-06-21 15:19:23 +01: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 Reindent phpt files 2020-02-03 22:52:20 +01:00
jump11.phpt
jump12.phpt
jump13.phpt
jump14.phpt
jump15.phpt
jump16.phpt
jump17.phpt
line_const_in_array.phpt
list_001.phpt
list_002.phpt
list_003.phpt - New tests 2008-05-11 03:15:13 +00:00
list_004.phpt - New tests 2008-05-11 03:15:13 +00:00
list_005.phpt
list_006.phpt
list_007.phpt
list_008.phpt
list_010.phpt Allow for [] = $array; (alias for list()) 2016-05-20 01:51:05 +02:00
list_011.phpt
list_012.phpt
list_013.phpt
list_014.phpt
list_assign_ref_string_offset_error.phpt
list_destructuring_to_special_variables.phpt Declare tentative return types for Zend (#7251) 2021-07-19 13:44:20 +02:00
list_empty_error_keyed.phpt
list_empty_error.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_2.phpt
list_keyed_evaluation_order_3.phpt
list_keyed_evaluation_order_nested.phpt
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_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
list_keyed.phpt
list_mixed_keyed_unkeyed.phpt
list_mixed_nested_keyed_unkeyed.phpt Allow specifying keys on list() elements 2016-03-25 17:18:42 +00:00
list_self_assign.phpt Fix some misspellings 2018-02-06 16:59:00 +01:00
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 Reindent phpt files 2020-02-03 22:52:20 +01:00
lsb_003.phpt
lsb_004.phpt
lsb_005.phpt
lsb_006.phpt
lsb_007.phpt
lsb_008.phpt
lsb_009.phpt
lsb_010.phpt
lsb_011.phpt Deprecate partially supported callables 2021-10-22 10:15:24 +02:00
lsb_012.phpt Deprecate partially supported callables 2021-10-22 10:15:24 +02:00
lsb_013.phpt Extend deprecation notices to is_callable($foo) and callable $foo 2022-07-14 17:07:42 +02:00
lsb_014.phpt
lsb_015.phpt Clean DONE tags from tests 2019-11-07 21:31:47 +01:00
lsb_016.phpt
lsb_017.phpt
lsb_018.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
lsb_019.phpt
lsb_020.phpt
lsb_021.phpt Deprecate partially supported callables 2021-10-22 10:15:24 +02:00
lsb_022.phpt Deprecate partially supported callables 2021-10-22 10:15:24 +02:00
lsb_023.phpt Close PHP tags in tests 2023-10-18 17:34:10 +02:00
lsb_024.phpt Close PHP tags in tests 2023-10-18 17:34:10 +02:00
magic_by_ref_001.phpt
magic_by_ref_002.phpt
magic_by_ref_003.phpt
magic_by_ref_004.phpt
magic_by_ref_005.phpt
magic_by_ref_006.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
magic_by_ref_007.phpt
magic_const_in_global_scope.phpt
magic_get_destroy_object.phpt Avoid use after free in internal prop type verification 2021-09-09 15:30:32 +02:00
magic_methods_001.phpt
magic_methods_002.phpt Slipt error messages while checking magic methods attributes 2020-04-27 16:32:00 +02:00
magic_methods_003.phpt
magic_methods_004.phpt
magic_methods_005.phpt
magic_methods_006.phpt
magic_methods_007.phpt
magic_methods_008.phpt
magic_methods_009.phpt
magic_methods_010.phpt
magic_methods_011.phpt
magic_methods_012.phpt
magic_methods_013.phpt
magic_methods_014.phpt
magic_methods_015.phpt
magic_methods_016.phpt
magic_methods_017.phpt Run tidy 2020-09-18 14:28:32 +02:00
magic_methods_018.phpt
magic_methods_019.phpt
magic_methods_020.phpt
magic_methods_021.phpt
magic_methods_inheritance_rules_non_trivial_01.phpt
magic_methods_inheritance_rules_non_trivial_02.phpt
magic_methods_inheritance_rules.phpt
magic_methods_serialize.phpt
magic_methods_set_state.phpt
magic_methods_sleep.phpt
magic_methods_unserialize.phpt
magic_methods_wakeup.phpt
memory_get_peak_usage.phpt
memory_reset_peak_usage.phpt Added: [zend_]memory_reset_peak_usage() (#8151) 2022-03-04 13:24:08 +01:00
method_argument_binding.phpt
method_exists_002.phpt
method_exists.phpt method_exists() regression test 2005-04-16 15:36:22 +00:00
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 Print location on class redeclaration 2024-04-30 14:34:43 +02:00
name_collision_02.phpt Print location on class redeclaration 2024-04-30 14:34:43 +02:00
name_collision_03.phpt Print location on class redeclaration 2024-04-30 14:34:43 +02:00
name_collision_04.phpt Print location on class redeclaration 2024-04-30 14:34:43 +02:00
name_collision_05.phpt Print location on class redeclaration 2024-04-30 14:34:43 +02:00
name_collision_06.phpt Print location on class redeclaration 2024-04-30 14:34:43 +02:00
name_collision_07.phpt Print location on class redeclaration 2024-04-30 14:34:43 +02:00
name_collision_08.phpt Print location on class redeclaration 2024-04-30 14:34:43 +02:00
name_collision_09.phpt
namespace_first_stmt_nop.phpt
namespace_name_namespace_start.phpt
namespace_name_namespace.phpt
namespace_name_reserved_keywords.phpt
namespaced_name_whitespace.phpt
nested_method_and_function.phpt Include the source location in Closure names (#13550) 2024-04-12 18:21:13 +02:00
new_args_without_ctor.phpt
new_oom.inc Fix uouv on oom on object allocation 2023-08-14 11:10:00 +02:00
new_oom.phpt Skip new_oom.phpt if ZMM is disabled 2024-03-16 15:56:33 +01:00
no_class_const_propagation_in_closures.phpt
no_early_binding_if_already_declared.inc Fix delayed early bind if class already exists 2021-10-14 14:29:22 +02:00
no_early_binding_if_already_declared.phpt Fix delayed early bind if class already exists 2021-10-14 14:29:22 +02:00
not_001.phpt Update deprecation message for incompatible float to int conversion 2021-06-07 14:36:11 +02:00
not_002.phpt
nowdoc_001.phpt
nowdoc_002.phpt
nowdoc_003.phpt
nowdoc_004.phpt
nowdoc_005.phpt
nowdoc_006.phpt Added NOWDOC 2008-02-12 09:28:30 +00:00
nowdoc_007.phpt
nowdoc_008.phpt
nowdoc_011.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
nowdoc_012.phpt
nowdoc_013.phpt Align highlight_string|file with HTML standard and modern browsers 2023-08-12 15:08:28 +01:00
nowdoc_014.phpt Align highlight_string|file with HTML standard and modern browsers 2023-08-12 15:08:28 +01:00
nowdoc_015.phpt ext/core: Deprecate passing E_USER_ERROR to trigger_error() (#15308) 2024-08-09 15:51:07 +01:00
nowdoc_016.phpt
nowdoc_017.phpt
nowdoc.inc Deprecate implicit dynamic properties 2021-11-26 14:10:11 +01:00
ns_001.phpt
ns_002.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
ns_003.phpt
ns_004.phpt
ns_005.phpt
ns_006.phpt
ns_007.phpt
ns_008.phpt
ns_009.phpt
ns_010.phpt
ns_011.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
ns_012.phpt
ns_013.phpt
ns_014.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
ns_015.phpt
ns_016.phpt
ns_017.phpt
ns_018.phpt
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
ns_022.inc
ns_022.phpt
ns_023.phpt
ns_024.phpt
ns_025.phpt
ns_026.phpt
ns_027.inc
ns_027.phpt
ns_028.inc
ns_028.phpt
ns_029.phpt Print location on class redeclaration 2024-04-30 14:34:43 +02:00
ns_030.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
ns_031.phpt
ns_032.phpt
ns_033.phpt
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 Reindent phpt files 2020-02-03 22:52:20 +01:00
ns_037.phpt
ns_038.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
ns_039.phpt
ns_040.phpt
ns_041.phpt
ns_042.phpt
ns_043.phpt
ns_044.phpt
ns_045.phpt
ns_046.phpt
ns_047.phpt
ns_048.phpt
ns_049.phpt
ns_050.phpt
ns_051.phpt
ns_052.phpt
ns_053.phpt
ns_054.phpt 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
ns_058.phpt
ns_059.phpt
ns_060.phpt
ns_061.phpt
ns_062.phpt
ns_063.phpt Close PHP tags in tests 2023-10-18 17:34:10 +02:00
ns_064.phpt
ns_065.inc
ns_065.phpt
ns_066.phpt
ns_067.inc
ns_067.phpt
ns_068.phpt
ns_069.inc
ns_069.phpt
ns_070.phpt Deprecate implicit nullable parameter types (#12959) 2024-03-13 21:40:26 +01:00
ns_071.phpt Deprecate implicit nullable parameter types (#12959) 2024-03-13 21:40:26 +01:00
ns_072.phpt Deprecate implicit nullable parameter types (#12959) 2024-03-13 21:40:26 +01:00
ns_073.phpt Include the source location in Closure names (#13550) 2024-04-12 18:21:13 +02:00
ns_074.phpt Deprecate implicit nullable parameter types (#12959) 2024-03-13 21:40:26 +01:00
ns_075.phpt
ns_076.phpt
ns_077_1.phpt
ns_077_2.phpt
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
ns_077_7.phpt
ns_077_8.phpt
ns_078.phpt
ns_079.phpt
ns_080.phpt
ns_081.phpt
ns_082.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
ns_083.phpt
ns_084.phpt
ns_085.phpt
ns_086.phpt Migrate SKIPIF -> EXTENSIONS (#7138) 2021-06-11 11:57:42 +02:00
ns_087.phpt
ns_088.phpt
ns_089.phpt
ns_090.phpt
ns_091.phpt
ns_092.phpt
ns_093.phpt
ns_094.phpt
ns_095.phpt
ns_096.phpt
ns_trailing_comma_01.phpt Add trailing comma syntax support for mixed and unmixed group use lists 2017-05-01 12:19:47 +02:00
ns_trailing_comma_02.phpt Add trailing comma syntax support for mixed and unmixed group use lists 2017-05-01 12:19:47 +02:00
ns_trailing_comma_error_01.phpt
ns_trailing_comma_error_02.phpt
ns_trailing_comma_error_03.phpt
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
ns_trailing_comma_error_06.phpt
ns_trailing_comma_error_07.phpt
ns_trailing_comma_error_08.phpt
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
number_or_str_zpp.phpt Add number or str ZPP macros 2023-06-18 13:09:03 +01:00
numeric_literal_separator_001.phpt
numeric_literal_separator_002.phpt
numeric_literal_separator_003.phpt
numeric_literal_separator_004.phpt
numeric_literal_separator_005.phpt
numeric_literal_separator_006.phpt
numeric_literal_separator_007.phpt
numeric_literal_separator_008.phpt
numeric_literal_separator_009.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
object-null.phpt - Added tests for BC breaking changes. 2006-05-12 10:02:13 +00:00
objects_001.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
objects_002.phpt
objects_003.phpt
objects_004.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
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 Reindent phpt files 2020-02-03 22:52:20 +01:00
objects_010.phpt
objects_011.phpt
objects_012.phpt
objects_013.phpt
objects_014.phpt Improve error message class type 2022-03-20 20:54:36 +01:00
objects_015.phpt
objects_017.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
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
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_char.phpt
oct_overflow.phpt
oct_whitespace.phpt Fix lexing of zero octal followed by whitespace 2021-01-05 12:25:19 +01:00
offset_array.phpt Use common function for TypeError on illegal offset access (#10544) 2023-06-06 11:28:19 +01:00
offset_assign.phpt
offset_bool.phpt Fix GH-8329 Print true/false instead of bool in error and debug messages (#8385) 2023-01-23 10:52:14 +01:00
offset_long.phpt Fix GH-8329 Print true/false instead of bool in error and debug messages (#8385) 2023-01-23 10:52:14 +01:00
offset_null.phpt Fix GH-8329 Print true/false instead of bool in error and debug messages (#8385) 2023-01-23 10:52:14 +01:00
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 [RFC] Path to Saner Increment/Decrement operators (#10358) 2023-07-17 15:51:24 +01:00
or_001.phpt
oss_fuzz_54325.phpt Fix use-after-free of name in var-var with malicious error handler 2023-11-20 14:05:46 +01:00
oss_fuzz_57821.phpt Fix unevaluated rhs of class constant fetch in constant expression (#11047) 2023-04-10 16:41:43 +02:00
oss_fuzz_58181.phpt Fix reference returned from CallbackFilterIterator::accept() 2023-04-20 10:18:18 +02:00
oss_fuzz_59764.phpt Fix assertion violation for invalid class const objects in const expressions (#11458) 2023-06-21 14:59:05 +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
oss_fuzz_60441.phpt Fix double-compilation of arrow-function 2023-07-12 11:01:23 +02:00
oss_fuzz_60741.phpt Fix open_basedir leak 2023-07-25 17:54:14 +02:00
oss_fuzz_61712.phpt Fix oss-fuzz #61712: assertion failure with error handler during binary op 2023-08-28 20:00:49 +02:00
oss_fuzz_61712b.phpt Tweak behaviour of dynamic properties wrt error handlers 2023-09-03 18:27:21 +02:00
oss_fuzz_63802.phpt Fix OP1 leak in error path of post inc/dec 2023-11-02 19:30:59 +01:00
oss_fuzz_64209.phpt Fix in-place modification of filename in php_message_handler_for_zend 2023-11-20 14:12:25 +01:00
oss-fuzz-69765.phpt Fix OSS-Fuzz #69765: Yield reference to nullsafe chain 2024-06-30 13:38:06 +02:00
output_started_at_eval.phpt
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 Improve "unsupported operands" error 2020-04-01 11:26:43 +02:00
pow_ref.phpt
property_access_errors_for_guarded_properties.phpt
property_exists.phpt
property_guard_hash_val.phpt
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 Fix syntax error when dnf type in parens after readonly 2022-09-11 12:29:29 +02:00
real_cast.phpt
record_errors_001.phpt Skip test for preloading 2022-03-14 13:03:21 +03:00
recursive_array_comparison.phpt Throw error for recursive comparison, instead of fatal (#14989) 2024-07-22 15:53:41 +02:00
recursive_debug_info.phpt
recv_init_ref_type.phpt
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 [RFC] Path to Saner Increment/Decrement operators (#10358) 2023-07-17 15:51:24 +01: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
required_param_after_optional_named_args.phpt Fix #13865 Improve parameter and return value related deprecation messages (#13913) 2024-04-08 22:20:32 +02:00
required_param_after_optional.phpt Fix #13865 Improve parameter and return value related deprecation messages (#13913) 2024-04-08 22:20:32 +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
return_by_ref_from_void_function.phpt Fix #13865 Improve parameter and return value related deprecation messages (#13913) 2024-04-08 22:20:32 +02:00
return_ref_none.phpt
rope_with_exception.phpt
runtime_compile_time_binary_operands.phpt Added deprecation Division by zero when using power with zero as base and negative exponent 2024-05-22 15:05:47 +02:00
self_and.phpt
self_class_const_in_unknown_scope.phpt
self_class_const_outside_class.phpt
self_in_eval.phpt
self_instanceof_outside_class.phpt
self_method_or_prop_outside_class.phpt
self_mod.phpt
self_or.phpt Implement 'Saner Numeric Strings' RFC: 2020-07-29 02:51:09 +01:00
self_xor.phpt
selfParent_001.phpt
selfParent_002.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
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
settype_int.phpt
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
shift_002.phpt
short_echo_as_identifier.phpt
special_name_error2.phpt
special_name_error3.phpt
static_in_trait_insteadof_list.phpt
static_in_trait_insteadof_reference.phpt
static_method_non_existing_class.phpt
static_variable_func_call.phpt Allow arbitrary expressions in static variable initializer 2023-05-24 20:17:31 +02: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_dynamic_function.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_variable.phpt
static_variables_closure_bind.phpt Allow arbitrary expressions in static variable initializer 2023-05-24 20:17:31 +02:00
static_variables_destructor.phpt Allow arbitrary expressions in static variable initializer 2023-05-24 20:17:31 +02:00
static_variables_global_2.phpt Allow arbitrary expressions in static variable initializer 2023-05-24 20:17:31 +02:00
static_variables_global.phpt Allow arbitrary expressions in static variable initializer 2023-05-24 20:17:31 +02:00
static_variables_recursive.phpt Allow arbitrary expressions in static variable initializer 2023-05-24 20:17:31 +02:00
static_variables_throwing_initializer.phpt Remove IS_STATIC_VAR_UNINITIALIZED (#15227) 2024-08-05 11:19:13 +02:00
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
str_offset_002.phpt
str_offset_003.phpt
str_offset_004.phpt
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_as_object.phpt Fix inference if FETCH_DIM_W user optimized away 2021-10-21 09:58:07 +02:00
string_offset_errors.phpt Consolidate string offset by reference errors 2021-10-20 13:00:48 +02:00
string_offset_int_min_max.phpt
string_offset_optimization.phpt Fix inference if FETCH_DIM_W user optimized away 2021-10-21 09:58:07 +02:00
string_to_number_comparison.phpt
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_invalid.phpt Don't implement Stringable on traits 2021-11-05 09:42:58 +01:00
stringable_trait.phpt Don't implement Stringable on traits 2021-11-05 09:42:58 +01:00
strlen_deprecation_to_exception.phpt Init STRLEN result when deprecation promoted to exception 2021-07-01 16:22:27 +02:00
strlen.phpt
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 Reindent phpt files 2020-02-03 22:52:20 +01:00
temporary_cleaning_009.phpt
temporary_cleaning_010.phpt
temporary_cleaning_011.phpt
temporary_cleaning_012.phpt
temporary_cleaning_013.phpt Deprecate implicit dynamic properties 2021-11-26 14:10:11 +01: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 Deprecate ${} string interpolation 2022-05-05 10:14:56 +02:00
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_1.phpt
ternary_associativity_2.phpt
ternary_associativity_3.phpt Make nested ternary without parentheses a compile error 2020-07-24 10:35:42 +02:00
ternary_associativity.phpt
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 Improve undefined variable error messages 2020-03-31 13:02:32 +02:00
this_in_foreach_001.phpt
this_in_foreach_002.phpt
this_in_foreach_003.phpt
this_in_foreach_004.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
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 Deprecate implicit dynamic properties 2021-11-26 14:10:11 +01:00
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
trampoline_closure_named_arguments.phpt Fix GH-11406: segfault with unpacking and magic method closure 2023-06-13 17:39:47 +02:00
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 Include the source location in Closure names (#13550) 2024-04-12 18:21:13 +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 [RFC] Path to Saner Increment/Decrement operators (#10358) 2023-07-17 15:51:24 +01:00
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 Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
unset_non_array.phpt Consolidate UNSET_DIM handling for string offset error 2021-10-20 13:05:38 +02:00
unset_prop_recursion.phpt Undef slot before destroying in unset_property 2021-07-15 09:31:19 +02:00
unset.inc
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_1.inc
use_no_file_conflict_2.inc
use_no_file_conflict.phpt Fix "already in use" check inconsistencies/bugs 2016-10-07 00:12:55 +02:00
use_unlinked_class.phpt Include the source location in Closure names (#13550) 2024-04-12 18:21:13 +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 Fix GH-13142: Undefined variable name is shortened when contains \0 2024-01-20 23:49:13 +01: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 Use serialize_precision for var_dump() 2020-02-25 09:51:32 +01:00
zend_strtod.phpt