php-src/tests/classes
George Peter Banyard 99fa740acb
Use common function for TypeError on illegal offset access (#10544)
This merges all usages of emitting an offset TypeError into a new ZEND_API function
zend_illegal_container_offset(const zend_string* container, const zval *offset, int type);

Where the container should represent the type on which the access is attempted (e.g. string, array)
The offset zval that is used, where the error message will display its type
The type of access, which should be a BP_VAR_* constant, to get special message for isset/empty/unset
2023-06-06 11:28:19 +01:00
..
__call_001.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
__call_002.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
__call_003.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
__call_004.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
__call_005.phpt Slipt error messages while checking magic methods attributes 2020-04-27 16:32:00 +02:00
__call_006.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
__set__get_001.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
__set__get_002.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
__set__get_003.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
__set__get_004.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
__set__get_005.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
__set_data_corrupt.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
abstract.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
abstract_by_interface_001.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
abstract_by_interface_002.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
abstract_class.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
abstract_derived.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
abstract_final.phpt Improvements in modifier parsing (#9926) 2022-11-17 16:20:27 +01:00
abstract_inherit.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
abstract_not_declared.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
abstract_redeclare.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
abstract_static.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
abstract_user_call.phpt Deprecate partially supported callables 2021-10-22 10:15:24 +02:00
array_access_001.phpt Declare tentative return types for Zend (#7251) 2021-07-19 13:44:20 +02:00
array_access_002.phpt Declare tentative return types for Zend (#7251) 2021-07-19 13:44:20 +02:00
array_access_003.phpt Declare tentative return types for Zend (#7251) 2021-07-19 13:44:20 +02:00
array_access_004.phpt Declare tentative return types for Zend (#7251) 2021-07-19 13:44:20 +02:00
array_access_005.phpt Declare tentative return types for Zend (#7251) 2021-07-19 13:44:20 +02:00
array_access_006.phpt Declare tentative return types for Zend (#7251) 2021-07-19 13:44:20 +02:00
array_access_007.phpt Declare tentative return types for Zend (#7251) 2021-07-19 13:44:20 +02:00
array_access_008.phpt Declare tentative return types for Zend (#7251) 2021-07-19 13:44:20 +02:00
array_access_009.phpt Declare tentative return types for Zend (#7251) 2021-07-19 13:44:20 +02:00
array_access_010.phpt Declare tentative return types for Zend (#7251) 2021-07-19 13:44:20 +02:00
array_access_011.phpt Declare tentative return types for Zend (#7251) 2021-07-19 13:44:20 +02:00
array_access_012.phpt Declare tentative return types for Zend (#7251) 2021-07-19 13:44:20 +02:00
array_access_013.phpt Declare tentative return types for Zend (#7251) 2021-07-19 13:44:20 +02:00
array_conversion_keys.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
assign_op_property_001.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
autoload_001.phpt Run tidy 2020-09-18 14:28:32 +02:00
autoload_002.phpt Run tidy 2020-09-18 14:28:32 +02:00
autoload_003.phpt Run tidy 2020-09-18 14:28:32 +02:00
autoload_004.phpt Run tidy 2020-09-18 14:28:32 +02:00
autoload_005.phpt Run tidy 2020-09-18 14:28:32 +02:00
autoload_006.phpt Run tidy 2020-09-18 14:28:32 +02:00
autoload_007.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
autoload_008.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
autoload_009.phpt Change argument error message format 2020-02-26 15:00:08 +01:00
autoload_010.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
autoload_011.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
autoload_012.phpt Fix parameter name in call_user_func() error message 2021-07-29 12:48:25 +02:00
autoload_013.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
autoload_014.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
autoload_015.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
autoload_016.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
autoload_017.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
autoload_018.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
autoload_019.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
autoload_020.phpt
autoload_021.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
autoload_derived.inc Rename *.p5c files to *.inc 2018-09-21 23:21:14 +02:00
autoload_implements.inc Reindent phpt files 2020-02-03 22:52:20 +01:00
autoload_interface.inc Reindent phpt files 2020-02-03 22:52:20 +01:00
autoload_root.inc Reindent phpt files 2020-02-03 22:52:20 +01:00
bug23951.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
bug24399.phpt
bug24445.phpt
bug26737.phpt Promote a few remaining errors in ext/standard 2020-09-15 14:26:16 +02:00
bug27468.phpt Improve error message of foreach 2020-03-09 11:29:40 +01:00
bug27504.phpt Fix parameter name in call_user_func() error message 2021-07-29 12:48:25 +02:00
bug29446.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
bug65768.phpt
bug75765.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
class_abstract.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
class_example.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
class_final.phpt Improve class inheritance error messages (#7307) 2021-07-27 09:42:37 +02:00
class_stdclass.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
clone_001.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
clone_002.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
clone_003.phpt Change the order of properties used for var_dump(), serialize(), comparison, etc. 2021-03-01 13:29:49 +03:00
clone_004.phpt Change the order of properties used for var_dump(), serialize(), comparison, etc. 2021-03-01 13:29:49 +03:00
clone_005.phpt Ignore inheritance rules on private methods 2020-07-15 17:09:57 +01:00
clone_006.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
constants_basic_001.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
constants_basic_002.phpt Convert some notices to warnings 2019-10-02 10:34:08 +02:00
constants_basic_003.inc Reindent phpt files 2020-02-03 22:52:20 +01:00
constants_basic_003.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
constants_basic_004.phpt Change the order of properties used for var_dump(), serialize(), comparison, etc. 2021-03-01 13:29:49 +03:00
constants_basic_005.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
constants_basic_006.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
constants_comments_001.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
constants_error_001.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
constants_error_002.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
constants_error_003.phpt Improve error messages mentioning parameters instead of arguments 2020-09-09 10:47:43 +02:00
constants_error_004.phpt Fix lineno for all constant expressions 2023-02-02 19:03:47 +01:00
constants_error_005.phpt
constants_error_006.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
constants_error_007.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
constants_scope_001.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
constants_visibility_001.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
constants_visibility_002.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
constants_visibility_003.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
constants_visibility_004.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
constants_visibility_005.phpt Improvements in modifier parsing (#9926) 2022-11-17 16:20:27 +01:00
constants_visibility_006.phpt Improvements in modifier parsing (#9926) 2022-11-17 16:20:27 +01:00
constants_visibility_008.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
constants_visibility_error_001.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
constants_visibility_error_002.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
constants_visibility_error_003.phpt Use consistent line numbers for early binding errors 2021-07-28 12:35:20 +02:00
constants_visibility_error_004.phpt Use consistent line numbers for early binding errors 2021-07-28 12:35:20 +02:00
ctor_dtor.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
ctor_dtor_inheritance.phpt Change the order of properties used for var_dump(), serialize(), comparison, etc. 2021-03-01 13:29:49 +03:00
ctor_failure.phpt Clean DONE tags from tests 2019-11-07 21:31:47 +01:00
ctor_in_interface_01.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
ctor_in_interface_02.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
ctor_in_interface_03.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
ctor_in_interface_04.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
ctor_visibility.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
dereferencing_001.phpt Deprecate implicit dynamic properties 2021-11-26 14:10:11 +01:00
destructor_and_echo.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
destructor_and_exceptions.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
destructor_and_globals.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
destructor_and_references.phpt
destructor_inheritance.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
destructor_visibility_001.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
destructor_visibility_002.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
destructor_visibility_003.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
factory_001.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
factory_and_singleton_001.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
factory_and_singleton_002.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
factory_and_singleton_003.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
factory_and_singleton_004.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
factory_and_singleton_005.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
factory_and_singleton_006.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
factory_and_singleton_007.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
factory_and_singleton_008.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
factory_and_singleton_009.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
factory_and_singleton_010.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
final.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
final_abstract.phpt Improvements in modifier parsing (#9926) 2022-11-17 16:20:27 +01:00
final_ctor1.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
final_private_ctor.phpt Ignore inheritance rules on private methods 2020-07-15 17:09:57 +01:00
final_redeclare.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
incdec_property_001.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
incdec_property_002.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
incdec_property_003.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
incdec_property_004.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
inheritance.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
inheritance_003.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
inheritance_004.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
inheritance_006.phpt Change the order of properties used for var_dump(), serialize(), comparison, etc. 2021-03-01 13:29:49 +03:00
inheritance_007.phpt Ignore inheritance rules on private methods 2020-07-15 17:09:57 +01:00
inheritance_008.phpt Ignore inheritance rules on private methods 2020-07-15 17:09:57 +01:00
inheritance_009.phpt Ignore inheritance rules on private methods 2020-07-15 17:09:57 +01:00
interface_and_extends.phpt Improve class inheritance error messages (#7307) 2021-07-27 09:42:37 +02:00
interface_class.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
interface_constant_inheritance_001.phpt Add support for final class constants 2021-07-06 21:42:38 +02:00
interface_constant_inheritance_004.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
interface_constant_inheritance_005.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
interface_constant_inheritance_006.phpt Fix 'can not' in test data and in code comments 2021-10-05 09:51:58 +01:00
interface_constant_inheritance_007.phpt Fix 'can not' in test data and in code comments 2021-10-05 09:51:58 +01:00
interface_doubled.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
interface_implemented.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
interface_instantiate.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
interface_member.phpt Implement enums 2021-03-17 19:08:03 +01:00
interface_method.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
interface_method_final.phpt Improvements in modifier parsing (#9926) 2022-11-17 16:20:27 +01:00
interface_method_private.phpt Improve interface non-public method error message 2021-06-02 20:08:36 +01:00
interface_must_be_implemented.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
interface_optional_arg.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
interface_optional_arg_002.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
interface_optional_arg_003.inc Trim trailing whitespace in source code files 2018-10-13 14:14:50 +02:00
interface_optional_arg_003.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
interfaces_001.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
interfaces_002.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
interfaces_003.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
iterators_001.phpt Declare tentative return types for Zend (#7251) 2021-07-19 13:44:20 +02:00
iterators_002.phpt Declare tentative return types for Zend (#7251) 2021-07-19 13:44:20 +02:00
iterators_003.phpt Declare tentative return types for Zend (#7251) 2021-07-19 13:44:20 +02:00
iterators_004.phpt Declare tentative return types for Zend (#7251) 2021-07-19 13:44:20 +02:00
iterators_005.phpt
iterators_006.phpt Deprecate implicit dynamic properties 2021-11-26 14:10:11 +01:00
iterators_007.phpt Declare tentative return types for Zend (#7251) 2021-07-19 13:44:20 +02:00
iterators_008.phpt Declare tentative return types for Zend (#7251) 2021-07-19 13:44:20 +02:00
method_call_variation_001.phpt Deprecate implicit dynamic properties 2021-11-26 14:10:11 +01:00
method_override_optional_arg_001.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
method_override_optional_arg_002.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
object_reference_001.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
private_001.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
private_002.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
private_003.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
private_003b.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
private_004.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
private_004b.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
private_005.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
private_006.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
private_006b.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
private_007.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
private_007b.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
private_members.phpt Change the order of properties used for var_dump(), serialize(), comparison, etc. 2021-03-01 13:29:49 +03:00
private_members_serialization.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
private_redeclare.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
property_override_private_private.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
property_override_private_privateStatic.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
property_override_private_protected.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
property_override_private_protectedStatic.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
property_override_private_public.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
property_override_private_publicStatic.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
property_override_privateStatic_private.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
property_override_privateStatic_privateStatic.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
property_override_privateStatic_protected.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
property_override_privateStatic_protectedStatic.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
property_override_privateStatic_public.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
property_override_privateStatic_publicStatic.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
property_override_protected_private.phpt Use consistent line numbers for early binding errors 2021-07-28 12:35:20 +02:00
property_override_protected_privateStatic.phpt Use consistent line numbers for early binding errors 2021-07-28 12:35:20 +02:00
property_override_protected_protected.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
property_override_protected_protectedStatic.phpt Use consistent line numbers for early binding errors 2021-07-28 12:35:20 +02:00
property_override_protected_public.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
property_override_protected_publicStatic.phpt Use consistent line numbers for early binding errors 2021-07-28 12:35:20 +02:00
property_override_protectedStatic_private.phpt Use consistent line numbers for early binding errors 2021-07-28 12:35:20 +02:00
property_override_protectedStatic_privateStatic.phpt Use consistent line numbers for early binding errors 2021-07-28 12:35:20 +02:00
property_override_protectedStatic_protected.phpt Use consistent line numbers for early binding errors 2021-07-28 12:35:20 +02:00
property_override_protectedStatic_protectedStatic.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
property_override_protectedStatic_public.phpt Use consistent line numbers for early binding errors 2021-07-28 12:35:20 +02:00
property_override_protectedStatic_publicStatic.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
property_override_public_private.phpt Use consistent line numbers for early binding errors 2021-07-28 12:35:20 +02:00
property_override_public_privateStatic.phpt Use consistent line numbers for early binding errors 2021-07-28 12:35:20 +02:00
property_override_public_protected.phpt Use consistent line numbers for early binding errors 2021-07-28 12:35:20 +02:00
property_override_public_protectedStatic.phpt Use consistent line numbers for early binding errors 2021-07-28 12:35:20 +02:00
property_override_public_public.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
property_override_public_publicStatic.phpt Use consistent line numbers for early binding errors 2021-07-28 12:35:20 +02:00
property_override_publicStatic_private.phpt Use consistent line numbers for early binding errors 2021-07-28 12:35:20 +02:00
property_override_publicStatic_privateStatic.phpt Use consistent line numbers for early binding errors 2021-07-28 12:35:20 +02:00
property_override_publicStatic_protected.phpt Use consistent line numbers for early binding errors 2021-07-28 12:35:20 +02:00
property_override_publicStatic_protectedStatic.phpt Use consistent line numbers for early binding errors 2021-07-28 12:35:20 +02:00
property_override_publicStatic_public.phpt Use consistent line numbers for early binding errors 2021-07-28 12:35:20 +02:00
property_override_publicStatic_publicStatic.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
property_recreate_private.phpt Deprecate implicit dynamic properties 2021-11-26 14:10:11 +01:00
property_recreate_protected.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
protected_001.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
protected_001b.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
protected_002.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
serialize_001.phpt Include class name in Serializable deprecation message 2021-08-11 10:35:47 +02:00
singleton_001.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
static_mix_1.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
static_mix_2.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
static_properties_001.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
static_properties_003.phpt Deprecate implicit dynamic properties 2021-11-26 14:10:11 +01:00
static_properties_003_error1.phpt Clean DONE tags from tests 2019-11-07 21:31:47 +01:00
static_properties_003_error2.phpt Clean DONE tags from tests 2019-11-07 21:31:47 +01:00
static_properties_003_error3.phpt Clean DONE tags from tests 2019-11-07 21:31:47 +01:00
static_properties_003_error4.phpt Clean DONE tags from tests 2019-11-07 21:31:47 +01:00
static_properties_004.phpt Clean DONE tags from tests 2019-11-07 21:31:47 +01:00
static_properties_undeclared_assign.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
static_properties_undeclared_assignInc.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
static_properties_undeclared_assignRef.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
static_properties_undeclared_inc.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
static_properties_undeclared_isset.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
static_properties_undeclared_read.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
static_this.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
this.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
tostring_001.phpt Use common function for TypeError on illegal offset access (#10544) 2023-06-06 11:28:19 +01:00
tostring_002.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
tostring_003.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
tostring_004.phpt Improve type error messages when an object is given 2020-05-26 19:06:19 +02:00
type_hinting_001.phpt Change argument error message format 2020-02-26 15:00:08 +01:00
type_hinting_002.phpt Change argument error message format 2020-02-26 15:00:08 +01:00
type_hinting_003.phpt Change argument error message format 2020-02-26 15:00:08 +01:00
type_hinting_004.phpt Change argument error message format 2020-02-26 15:00:08 +01:00
type_hinting_005a.phpt Always generate fatal error for LSP failures 2019-05-07 13:45:28 +02:00
type_hinting_005c.phpt Always generate fatal error for LSP failures 2019-05-07 13:45:28 +02:00
type_hinting_005d.phpt Always generate fatal error for LSP failures 2019-05-07 13:45:28 +02:00
unset_properties.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
visibility_000a.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
visibility_000b.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
visibility_000c.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
visibility_001a.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
visibility_001b.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
visibility_001c.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
visibility_002a.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
visibility_002b.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
visibility_002c.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
visibility_003a.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
visibility_003b.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
visibility_003c.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
visibility_004a.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
visibility_004b.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
visibility_004c.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
visibility_005.phpt Deprecate implicit dynamic properties 2021-11-26 14:10:11 +01:00