php-src/tests/classes
Nikita Popov 8d00385871 Reclassify E_STRICT notices
Per RFC https://wiki.php.net/rfc/reclassify_e_strict

While reviewing this, found that there are still three E_STRICTs
left in libraries - need to discuss those.
2015-04-01 11:17:55 +02:00
..
__call_001.phpt Fix tests for E_STRICT and check for E_STRICT in run-tests.php. 2003-11-30 13:57:20 +00:00
__call_002.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
__call_003.phpt Adding tests for class features, including __autoload(), property inheritance rules and class constants. 2008-01-30 14:25:57 +00:00
__call_004.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00: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 Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
__set__get_001.phpt Fix tests now that class names are shown in correct casing 2003-12-22 22:50:02 +00:00
__set__get_002.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
__set__get_003.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
__set__get_004.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
__set__get_005.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
__set_data_corrupt.phpt - MFH Add missing prefixes 2005-12-18 13:01:20 +00: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
abstract_derived.phpt - Fix tests affected by fix 2005-05-03 09:52:01 +00:00
abstract_final.phpt
abstract_inherit.phpt
abstract_not_declared.phpt - Fix tests affected by fix 2005-05-03 09:52:01 +00:00
abstract_redeclare.phpt - Fix tests affected by fix 2005-05-03 09:52:01 +00:00
abstract_static.phpt Reclassify E_STRICT notices 2015-04-01 11:17:55 +02:00
abstract_user_call.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
abstract.phpt
array_access_001.phpt Fix tests (removed space on error message "Undefined index: ...") 2008-03-08 12:01:53 +00:00
array_access_002.phpt Fix tests (removed space on error message "Undefined index: ...") 2008-03-08 12:01:53 +00:00
array_access_003.phpt Fixed bug #39775 ("Indirect modification ..." message is not shown) 2006-12-08 15:55:31 +00:00
array_access_004.phpt Fixed bug #39775 ("Indirect modification ..." message is not shown) 2006-12-08 15:55:31 +00:00
array_access_005.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
array_access_006.phpt Assign_op operators (+=) were fixed for elements of overloaded objects 2003-12-19 11:22:13 +00:00
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 Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
array_access_013.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
array_conversion_keys.phpt Adding test to stabelize keys used when converting objects to arrays 2013-06-23 13:53:37 -07: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 Fix incorrect use of assignment in where equality was intended - class tests. 2007-11-23 15:36:41 +00:00
autoload_001.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
autoload_002.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
autoload_003.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
autoload_004.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
autoload_005.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
autoload_006.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
autoload_007.phpt Adding tests for class features, including __autoload(), property inheritance rules and class constants. 2008-01-30 14:25:57 +00:00
autoload_008.phpt Adding tests for class features, including __autoload(), property inheritance rules and class constants. 2008-01-30 14:25:57 +00:00
autoload_009.phpt Errors converted to exceptions are not "recoverable" anymore. 2015-03-10 10:31:55 +03:00
autoload_010.phpt Adding tests for class features, including __autoload(), property inheritance rules and class constants. 2008-01-30 14:25:57 +00:00
autoload_011.phpt Adding tests for class features, including __autoload(), property inheritance rules and class constants. 2008-01-30 14:25:57 +00:00
autoload_012.phpt 2 more test fixes 2008-02-02 00:44:45 +00:00
autoload_013.phpt Adding tests for class features, including __autoload(), property inheritance rules and class constants. 2008-01-30 14:25:57 +00:00
autoload_014.phpt Adding tests for class features, including __autoload(), property inheritance rules and class constants. 2008-01-30 14:25:57 +00:00
autoload_015.phpt Adding tests for class features, including __autoload(), property inheritance rules and class constants. 2008-01-30 14:25:57 +00:00
autoload_016.phpt Adding tests for class features, including __autoload(), property inheritance rules and class constants. 2008-01-30 14:25:57 +00:00
autoload_017.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
autoload_018.phpt Adding tests for class features, including __autoload(), property inheritance rules and class constants. 2008-01-30 14:25:57 +00:00
autoload_019.phpt Adding tests for class features, including __autoload(), property inheritance rules and class constants. 2008-01-30 14:25:57 +00:00
autoload_020.phpt Adding tests for class features, including __autoload(), property inheritance rules and class constants. 2008-01-30 14:25:57 +00:00
autoload_021.phpt Added validation of class names in the autoload process 2013-11-29 12:53:02 +04: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 Fix tests now that class names are shown in correct casing 2003-12-22 22:50:02 +00:00
bug24399.phpt Fix tests for E_STRICT and check for E_STRICT in run-tests.php. 2003-11-30 13:57:20 +00:00
bug24445.phpt Fixed some test names. 2003-10-24 03:31:57 +00:00
bug26737.phpt fix for bug 26737 : private & protected member variables not serialized 2004-08-21 13:49:19 +00:00
bug27468.phpt Fixed tests 2007-11-19 08:19:31 +00:00
bug27504.phpt 2 more test fixes 2008-02-02 00:44:45 +00: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
class_abstract.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
class_example.phpt Fix tests for E_STRICT and check for E_STRICT in run-tests.php. 2003-11-30 13:57:20 +00:00
class_final.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
class_stdclass.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
clone_001.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
clone_002.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
clone_003.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08: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 Reclassify E_STRICT notices 2015-04-01 11:17:55 +02:00
constants_basic_001.phpt Adding tests for class features, including __autoload(), property inheritance rules and class constants. 2008-01-30 14:25:57 +00:00
constants_basic_002.phpt Adding tests for class features, including __autoload(), property inheritance rules and class constants. 2008-01-30 14:25:57 +00:00
constants_basic_003.inc Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
constants_basic_003.phpt Adding tests for class features, including __autoload(), property inheritance rules and class constants. 2008-01-30 14:25:57 +00:00
constants_basic_004.phpt Adding tests for class features, including __autoload(), property inheritance rules and class constants. 2008-01-30 14:25:57 +00:00
constants_basic_005.phpt Adding tests for class features, including __autoload(), property inheritance rules and class constants. 2008-01-30 14:25:57 +00:00
constants_basic_006.phpt Adding tests for class features, including __autoload(), property inheritance rules and class constants. 2008-01-30 14:25:57 +00:00
constants_error_001.phpt Adding tests for class features, including __autoload(), property inheritance rules and class constants. 2008-01-30 14:25:57 +00:00
constants_error_002.phpt Merge branch 'master' into phpng 2014-08-04 13:56:27 +04:00
constants_error_003.phpt Adding tests for class features, including __autoload(), property inheritance rules and class constants. 2008-01-30 14:25:57 +00:00
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 Adding tests for class features, including __autoload(), property inheritance rules and class constants. 2008-01-30 14:25:57 +00:00
constants_error_007.phpt Adding tests for class features, including __autoload(), property inheritance rules and class constants. 2008-01-30 14:25:57 +00:00
constants_scope_001.phpt Update test 2004-03-09 16:51:02 +00:00
ctor_dtor_inheritance.phpt
ctor_dtor.phpt Deprecate PHP 4 constructors 2015-03-31 17:55:27 +02:00
ctor_failure.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
ctor_in_interface_01.phpt Merge branch 'PHP-5.3' into PHP-5.4 2012-10-10 10:31:31 +08: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 Merge branch 'PHP-5.3' into PHP-5.4 2012-10-10 10:31:31 +08:00
ctor_in_interface_04.phpt Merge branch 'PHP-5.3' into PHP-5.4 2012-10-10 10:31:31 +08:00
ctor_name_clash.phpt Finish PHP 4 constructor deprecation 2015-03-31 17:55:27 +02:00
ctor_visibility.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
dereferencing_001.phpt Deprecate PHP 4 constructors 2015-03-31 17:55:27 +02:00
destructor_and_echo.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
destructor_and_exceptions.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08: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 Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
destructor_visibility_001.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
destructor_visibility_002.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
destructor_visibility_003.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
factory_001.phpt
factory_and_singleton_001.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
factory_and_singleton_002.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
factory_and_singleton_003.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
factory_and_singleton_004.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
factory_and_singleton_005.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
factory_and_singleton_006.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
factory_and_singleton_007.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
factory_and_singleton_008.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
factory_and_singleton_009.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
factory_and_singleton_010.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
final_abstract.phpt
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 Update test (reason: early binding changes its behavior) 2004-02-04 17:47:35 +00:00
final.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
implicit_instantiation_001.phpt Fixed typo - inconsistent notice for undefined property (introduced by fix for #49348) 2013-04-10 13:36:47 +08:00
incdec_property_001.phpt Fix incorrect use of assignment in where equality was intended - class tests. 2007-11-23 15:36:41 +00:00
incdec_property_002.phpt Fix incorrect use of assignment in where equality was intended - class tests. 2007-11-23 15:36:41 +00:00
incdec_property_003.phpt Fix incorrect use of assignment in where equality was intended - class tests. 2007-11-23 15:36:41 +00:00
incdec_property_004.phpt Fix incorrect use of assignment in where equality was intended - class tests. 2007-11-23 15:36:41 +00:00
inheritance_002.phpt Finish PHP 4 constructor deprecation 2015-03-31 17:55:27 +02:00
inheritance_003.phpt Reclassify E_STRICT notices 2015-04-01 11:17:55 +02:00
inheritance_004.phpt Reclassify E_STRICT notices 2015-04-01 11:17:55 +02:00
inheritance_005.phpt Finish PHP 4 constructor deprecation 2015-03-31 17:55:27 +02:00
inheritance_006.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
inheritance_007.phpt Finish PHP 4 constructor deprecation 2015-03-31 17:55:27 +02:00
inheritance.phpt Fix tests for E_STRICT and check for E_STRICT in run-tests.php. 2003-11-30 13:57:20 +00:00
interface_and_extends.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
interface_class.phpt
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 Add new tests for class/object functions and features. 2008-03-06 11:02:37 +00:00
interface_doubled.phpt - Fix interface tests. Interfaces should not use access modifiers 2004-10-20 22:13:44 +00:00
interface_implemented.phpt - Fix interface tests. Interfaces should not use access modifiers 2004-10-20 22:13:44 +00:00
interface_instantiate.phpt - Fix interface tests. Interfaces should not use access modifiers 2004-10-20 22:13:44 +00:00
interface_member.phpt Fix tests for E_STRICT and check for E_STRICT in run-tests.php. 2003-11-30 13:57:20 +00:00
interface_method_final.phpt
interface_method_private.phpt - Fix test 2004-10-20 22:55:57 +00:00
interface_method.phpt Fix code in test 2014-07-26 18:39:40 +02:00
interface_must_be_implemented.phpt Fixed error message 2005-05-03 13:46:00 +00:00
interface_optional_arg_002.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
interface_optional_arg_003.inc Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
interface_optional_arg_003.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
interface_optional_arg.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
interfaces_001.phpt
interfaces_002.phpt - Fix tests affected by fix 2005-05-03 09:52:01 +00:00
interfaces_003.phpt Errors converted to exceptions are not "recoverable" anymore. 2015-03-10 10:31:55 +03:00
iterators_001.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
iterators_002.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
iterators_003.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
iterators_004.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
iterators_005.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
iterators_006.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
iterators_007.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
iterators_008.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
method_call_variation_001.phpt Fix test to conform with UVS changes 2014-08-15 18:31:54 +02:00
method_override_optional_arg_001.phpt Reclassify E_STRICT notices 2015-04-01 11:17:55 +02:00
method_override_optional_arg_002.phpt Reclassify E_STRICT notices 2015-04-01 11:17:55 +02:00
object_reference_001.phpt Deprecate PHP 4 constructors 2015-03-31 17:55:27 +02:00
private_001.phpt
private_002.phpt
private_003.phpt
private_003b.phpt
private_004.phpt
private_004b.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
private_005.phpt
private_005b.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
private_006.phpt
private_006b.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
private_007.phpt
private_007b.phpt
private_members_serialization.phpt Adding test to verify that __sleep can handle parent classes' private members 2013-06-23 13:53:46 -07:00
private_members.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
private_redeclare.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
property_override_private_private.phpt Adding tests for class features, including __autoload(), property inheritance rules and class constants. 2008-01-30 14:25:57 +00:00
property_override_private_privateStatic.phpt Adding tests for class features, including __autoload(), property inheritance rules and class constants. 2008-01-30 14:25:57 +00:00
property_override_private_protected.phpt Adding tests for class features, including __autoload(), property inheritance rules and class constants. 2008-01-30 14:25:57 +00:00
property_override_private_protectedStatic.phpt Adding tests for class features, including __autoload(), property inheritance rules and class constants. 2008-01-30 14:25:57 +00:00
property_override_private_public.phpt Adding tests for class features, including __autoload(), property inheritance rules and class constants. 2008-01-30 14:25:57 +00:00
property_override_private_publicStatic.phpt Adding tests for class features, including __autoload(), property inheritance rules and class constants. 2008-01-30 14:25:57 +00:00
property_override_privateStatic_private.phpt Adding tests for class features, including __autoload(), property inheritance rules and class constants. 2008-01-30 14:25:57 +00:00
property_override_privateStatic_privateStatic.phpt Adding tests for class features, including __autoload(), property inheritance rules and class constants. 2008-01-30 14:25:57 +00:00
property_override_privateStatic_protected.phpt Adding tests for class features, including __autoload(), property inheritance rules and class constants. 2008-01-30 14:25:57 +00:00
property_override_privateStatic_protectedStatic.phpt Adding tests for class features, including __autoload(), property inheritance rules and class constants. 2008-01-30 14:25:57 +00:00
property_override_privateStatic_public.phpt Adding tests for class features, including __autoload(), property inheritance rules and class constants. 2008-01-30 14:25:57 +00:00
property_override_privateStatic_publicStatic.phpt Adding tests for class features, including __autoload(), property inheritance rules and class constants. 2008-01-30 14:25:57 +00:00
property_override_protected_private.phpt - Only one line heading 2008-02-03 13:32:07 +00:00
property_override_protected_privateStatic.phpt Adding tests for class features, including __autoload(), property inheritance rules and class constants. 2008-01-30 14:25:57 +00:00
property_override_protected_protected.phpt Adding tests for class features, including __autoload(), property inheritance rules and class constants. 2008-01-30 14:25:57 +00:00
property_override_protected_protectedStatic.phpt Adding tests for class features, including __autoload(), property inheritance rules and class constants. 2008-01-30 14:25:57 +00:00
property_override_protected_public.phpt Adding tests for class features, including __autoload(), property inheritance rules and class constants. 2008-01-30 14:25:57 +00:00
property_override_protected_publicStatic.phpt Adding tests for class features, including __autoload(), property inheritance rules and class constants. 2008-01-30 14:25:57 +00:00
property_override_protectedStatic_private.phpt Adding tests for class features, including __autoload(), property inheritance rules and class constants. 2008-01-30 14:25:57 +00:00
property_override_protectedStatic_privateStatic.phpt Adding tests for class features, including __autoload(), property inheritance rules and class constants. 2008-01-30 14:25:57 +00:00
property_override_protectedStatic_protected.phpt Adding tests for class features, including __autoload(), property inheritance rules and class constants. 2008-01-30 14:25:57 +00:00
property_override_protectedStatic_protectedStatic.phpt Adding tests for class features, including __autoload(), property inheritance rules and class constants. 2008-01-30 14:25:57 +00:00
property_override_protectedStatic_public.phpt Adding tests for class features, including __autoload(), property inheritance rules and class constants. 2008-01-30 14:25:57 +00:00
property_override_protectedStatic_publicStatic.phpt Remove inconsistent behaviour when a protected static prop is overridden by public static prop (details: http://turl.ca/phhhf ). 2008-03-03 15:07:04 +00:00
property_override_public_private.phpt Adding tests for class features, including __autoload(), property inheritance rules and class constants. 2008-01-30 14:25:57 +00:00
property_override_public_privateStatic.phpt Adding tests for class features, including __autoload(), property inheritance rules and class constants. 2008-01-30 14:25:57 +00:00
property_override_public_protected.phpt Adding tests for class features, including __autoload(), property inheritance rules and class constants. 2008-01-30 14:25:57 +00:00
property_override_public_protectedStatic.phpt Adding tests for class features, including __autoload(), property inheritance rules and class constants. 2008-01-30 14:25:57 +00:00
property_override_public_public.phpt Adding tests for class features, including __autoload(), property inheritance rules and class constants. 2008-01-30 14:25:57 +00:00
property_override_public_publicStatic.phpt Adding tests for class features, including __autoload(), property inheritance rules and class constants. 2008-01-30 14:25:57 +00:00
property_override_publicStatic_private.phpt Adding tests for class features, including __autoload(), property inheritance rules and class constants. 2008-01-30 14:25:57 +00:00
property_override_publicStatic_privateStatic.phpt Adding tests for class features, including __autoload(), property inheritance rules and class constants. 2008-01-30 14:25:57 +00:00
property_override_publicStatic_protected.phpt Adding tests for class features, including __autoload(), property inheritance rules and class constants. 2008-01-30 14:25:57 +00:00
property_override_publicStatic_protectedStatic.phpt Adding tests for class features, including __autoload(), property inheritance rules and class constants. 2008-01-30 14:25:57 +00:00
property_override_publicStatic_public.phpt Adding tests for class features, including __autoload(), property inheritance rules and class constants. 2008-01-30 14:25:57 +00:00
property_override_publicStatic_publicStatic.phpt Adding tests for class features, including __autoload(), property inheritance rules and class constants. 2008-01-30 14:25:57 +00:00
property_recreate_private.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
property_recreate_protected.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
protected_001.phpt
protected_001b.phpt
protected_002.phpt
serialize_001.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
singleton_001.phpt Once is enough 2003-08-17 12:13:26 +00:00
static_mix_1.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
static_mix_2.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
static_properties_001.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
static_properties_003_error1.phpt Add some class related tests, fix hard-coded object ID in serialize_001.phpt. 2008-12-05 22:12:07 +00:00
static_properties_003_error2.phpt Add some class related tests, fix hard-coded object ID in serialize_001.phpt. 2008-12-05 22:12:07 +00:00
static_properties_003_error3.phpt Add some class related tests, fix hard-coded object ID in serialize_001.phpt. 2008-12-05 22:12:07 +00:00
static_properties_003_error4.phpt Add some class related tests, fix hard-coded object ID in serialize_001.phpt. 2008-12-05 22:12:07 +00:00
static_properties_003.phpt Reclassify E_STRICT notices 2015-04-01 11:17:55 +02:00
static_properties_004.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
static_properties_undeclared_assign.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
static_properties_undeclared_assignInc.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
static_properties_undeclared_assignRef.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
static_properties_undeclared_inc.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
static_properties_undeclared_isset.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
static_properties_undeclared_read.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
static_this.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
this.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
tostring_001.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
tostring_002.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
tostring_003.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
tostring_004.phpt Add new tests for class/object functions and features. 2008-03-06 11:02:37 +00:00
type_hinting_001.phpt Errors converted to exceptions are not "recoverable" anymore. 2015-03-10 10:31:55 +03:00
type_hinting_002.phpt Errors converted to exceptions are not "recoverable" anymore. 2015-03-10 10:31:55 +03:00
type_hinting_003.phpt Errors converted to exceptions are not "recoverable" anymore. 2015-03-10 10:31:55 +03:00
type_hinting_004.phpt Errors converted to exceptions are not "recoverable" anymore. 2015-03-10 10:31:55 +03:00
type_hinting_005a.phpt Reclassify E_STRICT notices 2015-04-01 11:17:55 +02:00
type_hinting_005b.phpt Reclassify E_STRICT notices 2015-04-01 11:17:55 +02:00
type_hinting_005c.phpt Reclassify E_STRICT notices 2015-04-01 11:17:55 +02:00
type_hinting_005d.phpt Reclassify E_STRICT notices 2015-04-01 11:17:55 +02:00
unset_properties.phpt fix tests 2013-01-23 10:44:53 -08:00
visibility_000a.phpt
visibility_000b.phpt
visibility_000c.phpt
visibility_001a.phpt
visibility_001b.phpt
visibility_001c.phpt
visibility_002a.phpt
visibility_002b.phpt
visibility_002c.phpt
visibility_003a.phpt
visibility_003b.phpt
visibility_003c.phpt
visibility_004a.phpt
visibility_004b.phpt
visibility_004c.phpt
visibility_005.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00