php-src/tests/classes
Nikita Popov 2543e61aed Fixed bug #76509
In PHP static properties are shared between inheriting classes,
unless they are explicitly overwritten. However, because this
functionality was implemented using reference, it was possible
to break the implementation by reassigning the static property
reference.

This is fixed by switching the implementation from using references
to using INDIRECTs, which cannot be affected by userland code.
2018-06-25 15:04:09 +02:00
..
__call_001.phpt Remove zend_version() checks from tests 2017-01-30 22:50:25 +01:00
__call_002.phpt Remove zend_version() checks from tests 2017-01-30 22:50:25 +01:00
__call_003.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
__call_004.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
__call_005.phpt MFH: Changed error messages to use "cannot" instead of "can not" (meaning "also can") 2009-06-07 15:46:54 +00:00
__call_006.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
__call_007.phpt Implemented RFC: Fix inconsistent behavior of $this variable 2016-06-16 02:30:23 +03:00
__set__get_001.phpt Remove zend_version() checks from tests 2017-01-30 22:50:25 +01:00
__set__get_002.phpt Remove zend_version() checks from tests 2017-01-30 22:50:25 +01:00
__set__get_003.phpt Remove zend_version() checks from tests 2017-01-30 22:50:25 +01:00
__set__get_004.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
__set__get_005.phpt Remove zend_version() checks from tests 2017-01-30 22:50:25 +01:00
__set_data_corrupt.phpt Remove zend_version() checks from tests 2017-01-30 22:50:25 +01:00
abstract.phpt Remove zend_version() checks from tests 2017-01-30 22:50:25 +01:00
abstract_by_interface_001.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
abstract_by_interface_002.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
abstract_class.phpt Remove zend_version() checks from tests 2017-01-30 22:50:25 +01:00
abstract_derived.phpt Remove zend_version() checks from tests 2017-01-30 22:50:25 +01:00
abstract_final.phpt Remove zend_version() checks from tests 2017-01-30 22:50:25 +01:00
abstract_inherit.phpt Remove zend_version() checks from tests 2017-01-30 22:50:25 +01:00
abstract_not_declared.phpt Remove zend_version() checks from tests 2017-01-30 22:50:25 +01:00
abstract_redeclare.phpt Remove zend_version() checks from tests 2017-01-30 22:50:25 +01:00
abstract_static.phpt Reclassify E_STRICT notices 2015-04-01 11:17:55 +02:00
abstract_user_call.phpt Fix test output 2016-07-14 23:22:09 +02:00
array_access_001.phpt Implement object type annotation 2017-06-25 21:49:41 +02:00
array_access_002.phpt Implement object type annotation 2017-06-25 21:49:41 +02:00
array_access_003.phpt Implement object type annotation 2017-06-25 21:49:41 +02:00
array_access_004.phpt Implement object type annotation 2017-06-25 21:49:41 +02:00
array_access_005.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
array_access_006.phpt
array_access_007.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
array_access_008.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
array_access_009.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
array_access_010.phpt Merge branch 'PHP-5.3' into PHP-5.4 2012-10-10 10:31:31 +08:00
array_access_011.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
array_access_012.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
array_access_013.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
array_conversion_keys.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
arrayobject_001.phpt Remove empty sections. Fix bad use of --SKIP-- 2009-07-21 14:02:24 +00:00
assign_op_property_001.phpt
autoload_001.phpt Deprecate __autoload() 2017-02-03 18:52:57 +01:00
autoload_002.phpt Deprecate __autoload() 2017-02-03 18:52:57 +01:00
autoload_003.phpt Deprecate __autoload() 2017-02-03 18:52:57 +01:00
autoload_004.phpt Deprecate __autoload() 2017-02-03 18:52:57 +01:00
autoload_005.phpt Deprecate __autoload() 2017-02-03 18:52:57 +01:00
autoload_006.phpt Deprecate __autoload() 2017-02-03 18:52:57 +01: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 Deprecate __autoload() 2017-02-03 18:52:57 +01:00
autoload_010.phpt Deprecate __autoload() 2017-02-03 18:52:57 +01:00
autoload_011.phpt Fix #75765 Exception on extend of undefined class 2018-01-12 18:41:39 +01:00
autoload_012.phpt Deprecate __autoload() 2017-02-03 18:52:57 +01:00
autoload_013.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
autoload_014.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
autoload_015.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
autoload_016.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
autoload_017.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
autoload_018.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
autoload_019.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
autoload_020.phpt Deprecate __autoload() 2017-02-03 18:52:57 +01:00
autoload_021.phpt Deprecate __autoload() 2017-02-03 18:52:57 +01:00
autoload_derived.p5c Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
autoload_implements.p5c Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
autoload_interface.p5c Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
autoload_root.p5c Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
bug23951.phpt
bug24399.phpt
bug24445.phpt
bug26737.phpt
bug27468.phpt
bug27504.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
bug29446.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
bug63462.phpt Fixed wrong XFAIL test - already fixed 2014-06-15 23:52:41 +02:00
bug65768.phpt Fixed bug #65768: DateTimeImmutable::diff does not work 2013-11-29 23:31:07 +01:00
bug75765.phpt Fix #75765 Exception on extend of undefined class 2018-01-12 18:41:39 +01:00
class_abstract.phpt Remove zend_version() checks from tests 2017-01-30 22:50:25 +01:00
class_example.phpt
class_final.phpt Remove zend_version() checks from tests 2017-01-30 22:50:25 +01:00
class_stdclass.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
clone_001.phpt Remove zend_version() checks from tests 2017-01-30 22:50:25 +01:00
clone_002.phpt Remove zend_version() checks from tests 2017-01-30 22:50:25 +01:00
clone_003.phpt Remove zend_version() checks from tests 2017-01-30 22:50:25 +01:00
clone_004.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
clone_005.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
clone_006.phpt Remove zend_version() checks from tests 2017-01-30 22:50:25 +01:00
constants_basic_001.phpt Change 'undefined constant' from E_NOTICE to E_WARNING and mention deprecation 2017-03-23 18:52:43 +01:00
constants_basic_002.phpt
constants_basic_003.inc Remove trailing whitespace in inc files 2018-02-10 19:20:23 +01:00
constants_basic_003.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
constants_basic_004.phpt
constants_basic_005.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
constants_basic_006.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
constants_comments_001.phpt Implemented the RFC Support Class Constant Visibility. 2015-12-08 12:40:42 +03:00
constants_error_001.phpt
constants_error_002.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
constants_error_003.phpt
constants_error_004.phpt typo fixes - https://github.com/vlajos/misspell_fixer 2014-11-19 20:23:00 +00:00
constants_error_005.phpt Update error message 2014-07-26 18:38:54 +02:00
constants_error_006.phpt
constants_error_007.phpt
constants_scope_001.phpt Change 'undefined constant' from E_NOTICE to E_WARNING and mention deprecation 2017-03-23 18:52:43 +01:00
constants_visibility_001.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
constants_visibility_002.phpt Fixed tests 2016-08-23 11:32:21 +08:00
constants_visibility_003.phpt Fixed tests 2016-08-23 11:32:21 +08:00
constants_visibility_004.phpt Implemented the RFC Support Class Constant Visibility. 2015-12-08 12:40:42 +03:00
constants_visibility_005.phpt Implemented the RFC Support Class Constant Visibility. 2015-12-08 12:40:42 +03:00
constants_visibility_006.phpt Implemented the RFC Support Class Constant Visibility. 2015-12-08 12:40:42 +03:00
constants_visibility_007.phpt Implemented the RFC Support Class Constant Visibility. 2015-12-08 12:40:42 +03:00
constants_visibility_error_001.phpt Implemented the RFC Support Class Constant Visibility. 2015-12-08 12:40:42 +03:00
constants_visibility_error_002.phpt Implemented the RFC Support Class Constant Visibility. 2015-12-08 12:40:42 +03:00
constants_visibility_error_003.phpt Implemented the RFC Support Class Constant Visibility. 2015-12-08 12:40:42 +03:00
constants_visibility_error_004.phpt Implemented the RFC Support Class Constant Visibility. 2015-12-08 12:40:42 +03:00
ctor_dtor.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
ctor_dtor_inheritance.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
ctor_failure.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
ctor_in_interface_01.phpt Show full signature upon inheritance mismatch 2015-06-29 01:00:12 +02:00
ctor_in_interface_02.phpt Merge branch 'PHP-5.3' into PHP-5.4 2012-10-10 10:31:31 +08:00
ctor_in_interface_03.phpt Show full signature upon inheritance mismatch 2015-06-29 01:00:12 +02:00
ctor_in_interface_04.phpt Restored old behavior 2015-06-29 14:10:46 +03:00
ctor_name_clash.phpt Finish PHP 4 constructor deprecation 2015-03-31 17:55:27 +02:00
ctor_visibility.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
dereferencing_001.phpt Remove zend_version() checks from tests 2017-01-30 22:50:25 +01:00
destructor_and_echo.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
destructor_and_exceptions.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
destructor_and_globals.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
destructor_and_references.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
destructor_inheritance.phpt Remove zend_version() checks from tests 2017-01-30 22:50:25 +01:00
destructor_visibility_001.phpt Remove zend_version() checks from tests 2017-01-30 22:50:25 +01:00
destructor_visibility_002.phpt Remove zend_version() checks from tests 2017-01-30 22:50:25 +01:00
destructor_visibility_003.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
factory_001.phpt Remove zend_version() checks from tests 2017-01-30 22:50:25 +01:00
factory_and_singleton_001.phpt Remove zend_version() checks from tests 2017-01-30 22:50:25 +01:00
factory_and_singleton_002.phpt Remove zend_version() checks from tests 2017-01-30 22:50:25 +01:00
factory_and_singleton_003.phpt Remove zend_version() checks from tests 2017-01-30 22:50:25 +01:00
factory_and_singleton_004.phpt Remove zend_version() checks from tests 2017-01-30 22:50:25 +01:00
factory_and_singleton_005.phpt Remove zend_version() checks from tests 2017-01-30 22:50:25 +01:00
factory_and_singleton_006.phpt Remove zend_version() checks from tests 2017-01-30 22:50:25 +01:00
factory_and_singleton_007.phpt Remove zend_version() checks from tests 2017-01-30 22:50:25 +01:00
factory_and_singleton_008.phpt Remove zend_version() checks from tests 2017-01-30 22:50:25 +01:00
factory_and_singleton_009.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
factory_and_singleton_010.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
final.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
final_abstract.phpt Remove zend_version() checks from tests 2017-01-30 22:50:25 +01:00
final_ctor1.phpt Finish PHP 4 constructor deprecation 2015-03-31 17:55:27 +02:00
final_ctor2.phpt Finish PHP 4 constructor deprecation 2015-03-31 17:55:27 +02:00
final_ctor3.phpt Finish PHP 4 constructor deprecation 2015-03-31 17:55:27 +02:00
final_redeclare.phpt Remove zend_version() checks from tests 2017-01-30 22:50:25 +01:00
implicit_instantiation_001.phpt Req #74963 (Improved error message on fetching property of non-object) 2017-07-31 11:43:14 +08:00
incdec_property_001.phpt
incdec_property_002.phpt
incdec_property_003.phpt
incdec_property_004.phpt
inheritance.phpt
inheritance_002.phpt Remove zend_version() checks from tests 2017-01-30 22:50:25 +01:00
inheritance_003.phpt Reclassify E_STRICT notices 2015-04-01 11:17:55 +02:00
inheritance_004.phpt Show full signature upon inheritance mismatch 2015-06-29 01:00:12 +02:00
inheritance_005.phpt Finish PHP 4 constructor deprecation 2015-03-31 17:55:27 +02:00
inheritance_006.phpt Remove more PHP 6 leftovers from tests 2016-11-24 22:39:39 +01:00
inheritance_007.phpt Finish PHP 4 constructor deprecation 2015-03-31 17:55:27 +02:00
interface_and_extends.phpt Remove zend_version() checks from tests 2017-01-30 22:50:25 +01:00
interface_class.phpt Remove zend_version() checks from tests 2017-01-30 22:50:25 +01:00
interface_constant_inheritance_001.phpt - Fixed tests 2009-12-04 11:32:39 +00:00
interface_constant_inheritance_002.phpt - Fixed tests 2009-12-04 11:32:39 +00:00
interface_constant_inheritance_003.phpt - Fixed tests 2009-12-04 11:32:39 +00:00
interface_constant_inheritance_004.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
interface_constant_inheritance_005.phpt Implemented the RFC Support Class Constant Visibility. 2015-12-08 12:40:42 +03:00
interface_constant_inheritance_006.phpt Implemented the RFC Support Class Constant Visibility. 2015-12-08 12:40:42 +03:00
interface_constant_inheritance_007.phpt Implemented the RFC Support Class Constant Visibility. 2015-12-08 12:40:42 +03:00
interface_doubled.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
interface_implemented.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
interface_instantiate.phpt Remove zend_version() checks from tests 2017-01-30 22:50:25 +01:00
interface_member.phpt Remove zend_version() checks from tests 2017-01-30 22:50:25 +01:00
interface_method.phpt Remove zend_version() checks from tests 2017-01-30 22:50:25 +01:00
interface_method_final.phpt Remove zend_version() checks from tests 2017-01-30 22:50:25 +01:00
interface_method_private.phpt Remove zend_version() checks from tests 2017-01-30 22:50:25 +01:00
interface_must_be_implemented.phpt Remove zend_version() checks from tests 2017-01-30 22:50:25 +01:00
interface_optional_arg.phpt Remove zend_version() checks from tests 2017-01-30 22:50:25 +01:00
interface_optional_arg_002.phpt Remove zend_version() checks from tests 2017-01-30 22:50:25 +01:00
interface_optional_arg_003.inc Remove trailing whitespace in inc files 2018-02-10 19:20:23 +01:00
interface_optional_arg_003.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
interfaces_001.phpt Remove zend_version() checks from tests 2017-01-30 22:50:25 +01:00
interfaces_002.phpt Remove zend_version() checks from tests 2017-01-30 22:50:25 +01:00
interfaces_003.phpt Implement \ArgumentCountError exception 2016-08-30 19:35:56 -07:00
iterators_001.phpt Remove zend_version() checks from tests 2017-01-30 22:50:25 +01:00
iterators_002.phpt Remove zend_version() checks from tests 2017-01-30 22:50:25 +01:00
iterators_003.phpt Remove zend_version() checks from tests 2017-01-30 22:50:25 +01:00
iterators_004.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
iterators_005.phpt Remove zend_version() checks from tests 2017-01-30 22:50:25 +01:00
iterators_006.phpt Deprecate each() 2017-02-03 21:02:52 +01:00
iterators_007.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
iterators_008.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
method_call_variation_001.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
method_override_optional_arg_001.phpt Remove zend_version() checks from tests 2017-01-30 22:50:25 +01:00
method_override_optional_arg_002.phpt Reclassify E_STRICT notices 2015-04-01 11:17:55 +02:00
object_reference_001.phpt Remove zend_version() checks from tests 2017-01-30 22:50:25 +01:00
private_001.phpt Remove zend_version() checks from tests 2017-01-30 22:50:25 +01:00
private_002.phpt Remove zend_version() checks from tests 2017-01-30 22:50:25 +01:00
private_003.phpt Remove zend_version() checks from tests 2017-01-30 22:50:25 +01:00
private_003b.phpt Remove zend_version() checks from tests 2017-01-30 22:50:25 +01:00
private_004.phpt Remove zend_version() checks from tests 2017-01-30 22:50:25 +01:00
private_004b.phpt Remove zend_version() checks from tests 2017-01-30 22:50:25 +01:00
private_005.phpt Remove zend_version() checks from tests 2017-01-30 22:50:25 +01:00
private_006.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
private_006b.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
private_007.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
private_007b.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
private_members.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
private_members_serialization.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
private_redeclare.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
property_override_private_private.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
property_override_private_privateStatic.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
property_override_private_protected.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
property_override_private_protectedStatic.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
property_override_private_public.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
property_override_private_publicStatic.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
property_override_privateStatic_private.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
property_override_privateStatic_privateStatic.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
property_override_privateStatic_protected.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
property_override_privateStatic_protectedStatic.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
property_override_privateStatic_public.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
property_override_privateStatic_publicStatic.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
property_override_protected_private.phpt
property_override_protected_privateStatic.phpt
property_override_protected_protected.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
property_override_protected_protectedStatic.phpt
property_override_protected_public.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
property_override_protected_publicStatic.phpt
property_override_protectedStatic_private.phpt
property_override_protectedStatic_privateStatic.phpt
property_override_protectedStatic_protected.phpt
property_override_protectedStatic_protectedStatic.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
property_override_protectedStatic_public.phpt
property_override_protectedStatic_publicStatic.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
property_override_public_private.phpt
property_override_public_privateStatic.phpt
property_override_public_protected.phpt
property_override_public_protectedStatic.phpt
property_override_public_public.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
property_override_public_publicStatic.phpt
property_override_publicStatic_private.phpt
property_override_publicStatic_privateStatic.phpt
property_override_publicStatic_protected.phpt
property_override_publicStatic_protectedStatic.phpt
property_override_publicStatic_public.phpt
property_override_publicStatic_publicStatic.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
property_recreate_private.phpt Remove more PHP 6 leftovers from tests 2016-11-24 22:39:39 +01:00
property_recreate_protected.phpt Remove more PHP 6 leftovers from tests 2016-11-24 22:39:39 +01:00
protected_001.phpt Remove zend_version() checks from tests 2017-01-30 22:50:25 +01:00
protected_001b.phpt Remove zend_version() checks from tests 2017-01-30 22:50:25 +01:00
protected_002.phpt Remove zend_version() checks from tests 2017-01-30 22:50:25 +01:00
serialize_001.phpt Remove more PHP 6 leftovers from tests 2016-11-24 22:39:39 +01:00
singleton_001.phpt Remove zend_version() checks from tests 2017-01-30 22:50:25 +01:00
static_mix_1.phpt Remove zend_version() checks from tests 2017-01-30 22:50:25 +01:00
static_mix_2.phpt Remove zend_version() checks from tests 2017-01-30 22:50:25 +01:00
static_properties_001.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
static_properties_003.phpt Remove more PHP 6 leftovers from tests 2016-11-24 22:39:39 +01:00
static_properties_003_error1.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
static_properties_003_error2.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
static_properties_003_error3.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
static_properties_003_error4.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
static_properties_004.phpt Fixed bug #76509 2018-06-25 15:04:09 +02:00
static_properties_undeclared_assign.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
static_properties_undeclared_assignInc.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
static_properties_undeclared_assignRef.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
static_properties_undeclared_inc.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05: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 Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
static_this.phpt Implemented RFC: Fix inconsistent behavior of $this variable 2016-06-16 02:30:23 +03:00
this.phpt Remove zend_version() checks from tests 2017-01-30 22:50:25 +01:00
tostring_001.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
tostring_002.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
tostring_003.phpt Fixed Bug #70967 (Weird error handling for __toString when Error is thrown) 2015-11-28 23:38:19 -08:00
tostring_004.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
type_hinting_001.phpt Remove zend_version() checks from tests 2017-01-30 22:50:25 +01:00
type_hinting_002.phpt Remove zend_version() checks from tests 2017-01-30 22:50:25 +01:00
type_hinting_003.phpt Use int instead of integer in type errors 2018-02-04 19:08:23 +01:00
type_hinting_004.phpt Use int instead of integer in type errors 2018-02-04 19:08:23 +01:00
type_hinting_005a.phpt Show full signature upon inheritance mismatch 2015-06-29 01:00:12 +02:00
type_hinting_005c.phpt Show full signature upon inheritance mismatch 2015-06-29 01:00:12 +02:00
type_hinting_005d.phpt Show full signature upon inheritance mismatch 2015-06-29 01:00:12 +02:00
unset_properties.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
visibility_000a.phpt Remove zend_version() checks from tests 2017-01-30 22:50:25 +01:00
visibility_000b.phpt Remove zend_version() checks from tests 2017-01-30 22:50:25 +01:00
visibility_000c.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
visibility_001a.phpt Remove zend_version() checks from tests 2017-01-30 22:50:25 +01:00
visibility_001b.phpt Remove zend_version() checks from tests 2017-01-30 22:50:25 +01:00
visibility_001c.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
visibility_002a.phpt Remove zend_version() checks from tests 2017-01-30 22:50:25 +01:00
visibility_002b.phpt Remove zend_version() checks from tests 2017-01-30 22:50:25 +01:00
visibility_002c.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
visibility_003a.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
visibility_003b.phpt Remove zend_version() checks from tests 2017-01-30 22:50:25 +01:00
visibility_003c.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
visibility_004a.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
visibility_004b.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
visibility_004c.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
visibility_005.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00