php-src/tests/classes
Dmitry Stogov b108267f2c Merge branch 'master' into phpng
* master: (41 commits)
  Update copyright year to 2014
  Update copyright year to 2014
  Update copyright year to 2014
  Update copyright year to 2014
  Update copyright year to 2014
  Update copyright year to 2014
  Update copyright year to 2014
  NEWS
  Fix Request #67453 Allow to unserialize empty data.
  Update copyright year to 2014
  Update copyright year for re2c generated files
  Update copyright year to 2014
  Update copyright year for re2c files as well
  Fix patch for bug #67436
  fix failed test
  Fix test on modern distro where old unsecure algo are disabled in openssl config. Testing recent algo should be enough to check this function.
  Added tests for bug 67436
  Fixed wrong XFAIL test - already fixed
  Fix typo in Bug #67406 NEWS entry
  Fix typo in Bug #67406 NEWS entry
  ...

Conflicts:
	Zend/zend_compile.c
	ext/session/session.c
	ext/standard/array.c
	ext/standard/http_fopen_wrapper.c
	tests/classes/bug63462.phpt
2014-06-18 17:50:27 +04: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 Add new tests for class/object functions and features. 2008-03-06 11:02:37 +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 Add some class related tests, fix hard-coded object ID in serialize_001.phpt. 2008-12-05 22:12:07 +00:00
__call_007.phpt MFH: Changed error messages to use "cannot" instead of "can not" (meaning "also can") 2009-06-07 15:46:54 +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 Prefix all engine 2 tests 2003-08-09 14:48:47 +00:00
abstract_derived.phpt - Fix tests affected by fix 2005-05-03 09:52:01 +00:00
abstract_final.phpt Prefix all engine 2 tests 2003-08-09 14:48:47 +00:00
abstract_inherit.phpt Prefix all engine 2 tests 2003-08-09 14:48:47 +00:00
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 win32 test fixes 2007-04-18 08:06:29 +00:00
abstract_user_call.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
abstract.phpt Prefix all engine 2 tests 2003-08-09 14:48:47 +00:00
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 Adding tests for class features, including __autoload(), property inheritance rules and class constants. 2008-01-30 14:25:57 +00: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 Adding tests for class features, including __autoload(), property inheritance rules and class constants. 2008-01-30 14:25:57 +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 Add some __autoload() tests. 2003-12-29 12:36:31 +00:00
autoload_implements.p5c - Add new test (related to #30234) 2004-09-26 18:16:33 +00:00
autoload_interface.p5c - Add new test (related to #30234) 2004-09-26 18:16:33 +00:00
autoload_root.p5c Add some __autoload() tests. 2003-12-29 12:36:31 +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 add testcase for bug #29446 2004-09-10 13:55:26 +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 Remove executable permission on phpt 2012-10-10 10:27:49 +08: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 Adding tests for class features, including __autoload(), property inheritance rules and class constants. 2008-01-30 14:25:57 +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 Fixed tests for recent constant array changes 2014-04-11 20:13:24 +02: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 - Fix tests for \0 patch in PHP 5.3. 2010-11-22 05:10:14 +00:00
constants_error_005.phpt Adding tests for class features, including __autoload(), property inheritance rules and class constants. 2008-01-30 14:25:57 +00: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 Prefix all engine 2 tests 2003-08-09 14:48:47 +00:00
ctor_dtor.phpt Test files were fixed acording to new constructor redeclaration semantic 2004-03-05 12:18:16 +00: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 Don't really need the ZE2 check since this is in HEAD 2005-06-23 11:01:08 +00:00
ctor_visibility.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
dereferencing_001.phpt Fix tests now that class names are shown in correct casing 2003-12-22 22:50:02 +00: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 Remove executable permission on phpt 2012-10-10 10:27:49 +08: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 Added some tests for ZE2 features and their functionality. 2003-03-03 16:44:38 +00:00
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 Prefix all engine 2 tests 2003-08-09 14:48:47 +00:00
final_ctor1.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
final_ctor2.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
final_ctor3.phpt fix tests 2008-03-17 14:59:23 +00:00
final_redeclare.phpt Update test (reason: early binding changes its behavior) 2004-02-04 17:47:35 +00:00
final.phpt Prefix all engine 2 tests 2003-08-09 14:48:47 +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 Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
inheritance_003.phpt Merge branch 'PHP-5.3' into PHP-5.4 2012-10-10 10:31:31 +08:00
inheritance_004.phpt Merge branch 'PHP-5.3' into PHP-5.4 2012-10-10 10:31:31 +08:00
inheritance_005.phpt fix tests 2008-03-17 14:59:23 +00:00
inheritance_006.phpt Add some class related tests, fix hard-coded object ID in serialize_001.phpt. 2008-12-05 22:12:07 +00:00
inheritance_007.phpt Fixed test 2014-03-07 01:00:26 +04: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 Prefix all engine 2 tests 2003-08-09 14:48:47 +00: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 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 Prefix all engine 2 tests 2003-08-09 14:48:47 +00:00
interface_method_private.phpt - Fix test 2004-10-20 22:55:57 +00:00
interface_method.phpt Prefix all engine 2 tests 2003-08-09 14:48:47 +00:00
interface_must_be_implemented.phpt Fixed error message 2005-05-03 13:46:00 +00:00
interface_optional_arg_002.phpt Added some class tests; Replaced some hardcoded instance ids with %d. 2008-03-19 17:56:10 +00:00
interface_optional_arg_003.inc Additional class related tests. 2009-06-17 10:38:25 +00:00
interface_optional_arg_003.phpt Additional class related tests. 2009-06-17 10:38:25 +00:00
interface_optional_arg.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
interfaces_001.phpt fix these tests 2003-03-28 18:58:18 +00:00
interfaces_002.phpt - Fix tests affected by fix 2005-05-03 09:52:01 +00:00
interfaces_003.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08: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 Rename hasMore() to valid() as discussed. (Part I) 2004-03-08 17:33:31 +00:00
iterators_007.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
iterators_008.phpt Additional class related tests. 2009-06-17 10:38:25 +00:00
method_call_variation_001.phpt Adding tests for class features, including __autoload(), property inheritance rules and class constants. 2008-01-30 14:25:57 +00:00
method_override_optional_arg_001.phpt Improve the warning message of incompatible arguments. (#55719) 2011-09-23 15:08:11 +00:00
method_override_optional_arg_002.phpt Improve the warning message of incompatible arguments. (#55719) 2011-09-23 15:08:11 +00:00
new_001.phpt - MFH Add E_DEPRECATED (Lars Strojny, Felipe Pena, Marcus) 2008-02-23 17:06:22 +00:00
object_reference_001.phpt Fix tests for E_STRICT and check for E_STRICT in run-tests.php. 2003-11-30 13:57:20 +00:00
private_001.phpt Prefix all engine 2 tests 2003-08-09 14:48:47 +00:00
private_002.phpt Prefix all engine 2 tests 2003-08-09 14:48:47 +00:00
private_003.phpt Prefix all engine 2 tests 2003-08-09 14:48:47 +00:00
private_003b.phpt Prefix all engine 2 tests 2003-08-09 14:48:47 +00:00
private_004.phpt Prefix all engine 2 tests 2003-08-09 14:48:47 +00:00
private_004b.phpt Prefix all engine 2 tests 2003-08-09 14:48:47 +00:00
private_005.phpt Prefix all engine 2 tests 2003-08-09 14:48:47 +00:00
private_005b.phpt Prefix all engine 2 tests 2003-08-09 14:48:47 +00:00
private_006.phpt Prefix all engine 2 tests 2003-08-09 14:48:47 +00:00
private_006b.phpt Prefix all engine 2 tests 2003-08-09 14:48:47 +00:00
private_007.phpt Prefix all engine 2 tests 2003-08-09 14:48:47 +00:00
private_007b.phpt Prefix all engine 2 tests 2003-08-09 14:48:47 +00:00
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 Add some class related tests, fix hard-coded object ID in serialize_001.phpt. 2008-12-05 22:12:07 +00:00
property_recreate_protected.phpt Add some class related tests, fix hard-coded object ID in serialize_001.phpt. 2008-12-05 22:12:07 +00:00
protected_001.phpt Prefix all engine 2 tests 2003-08-09 14:48:47 +00:00
protected_001b.phpt Prefix all engine 2 tests 2003-08-09 14:48:47 +00:00
protected_002.phpt Prefix all engine 2 tests 2003-08-09 14:48:47 +00:00
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 Prefix all engine 2 tests 2003-08-09 14:48:47 +00:00
static_mix_2.phpt Prefix all engine 2 tests 2003-08-09 14:48:47 +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 Add some class related tests, fix hard-coded object ID in serialize_001.phpt. 2008-12-05 22:12:07 +00:00
static_properties_004.phpt non living code related typo fixes 2013-08-04 16:05:36 -07:00
static_properties_undeclared_assign.phpt Additional class related tests. 2009-06-17 10:38:25 +00:00
static_properties_undeclared_assignInc.phpt Additional class related tests. 2009-06-17 10:38:25 +00:00
static_properties_undeclared_assignRef.phpt Additional class related tests. 2009-06-17 10:38:25 +00:00
static_properties_undeclared_inc.phpt Additional class related tests. 2009-06-17 10:38:25 +00:00
static_properties_undeclared_isset.phpt Additional class related tests. 2009-06-17 10:38:25 +00:00
static_properties_undeclared_read.phpt Additional class related tests. 2009-06-17 10:38:25 +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 - MFH improve error messages 2006-05-21 18:10:31 +00:00
type_hinting_002.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
type_hinting_003.phpt Merge branch 'PHP-5.3' into PHP-5.4 2012-10-10 10:31:31 +08:00
type_hinting_004.phpt Adding tests for class features, including __autoload(), property inheritance rules and class constants. 2008-01-30 14:25:57 +00:00
type_hinting_005a.phpt Improve the warning message of incompatible arguments. (#55719) 2011-09-23 15:08:11 +00:00
type_hinting_005b.phpt Improve the warning message of incompatible arguments. (#55719) 2011-09-23 15:08:11 +00:00
type_hinting_005c.phpt Improve the warning message of incompatible arguments. (#55719) 2011-09-23 15:08:11 +00:00
type_hinting_005d.phpt Improve the warning message of incompatible arguments. (#55719) 2011-09-23 15:08:11 +00:00
unset_properties.phpt fix tests 2013-01-23 10:44:53 -08:00
visibility_000a.phpt Prefix all engine 2 tests 2003-08-09 14:48:47 +00:00
visibility_000b.phpt Prefix all engine 2 tests 2003-08-09 14:48:47 +00:00
visibility_000c.phpt Prefix all engine 2 tests 2003-08-09 14:48:47 +00:00
visibility_001a.phpt Prefix all engine 2 tests 2003-08-09 14:48:47 +00:00
visibility_001b.phpt Prefix all engine 2 tests 2003-08-09 14:48:47 +00:00
visibility_001c.phpt Prefix all engine 2 tests 2003-08-09 14:48:47 +00:00
visibility_002a.phpt Prefix all engine 2 tests 2003-08-09 14:48:47 +00:00
visibility_002b.phpt Prefix all engine 2 tests 2003-08-09 14:48:47 +00:00
visibility_002c.phpt Prefix all engine 2 tests 2003-08-09 14:48:47 +00:00
visibility_003a.phpt Prefix all engine 2 tests 2003-08-09 14:48:47 +00:00
visibility_003b.phpt Prefix all engine 2 tests 2003-08-09 14:48:47 +00:00
visibility_003c.phpt Prefix all engine 2 tests 2003-08-09 14:48:47 +00:00
visibility_004a.phpt Prefix all engine 2 tests 2003-08-09 14:48:47 +00:00
visibility_004b.phpt Prefix all engine 2 tests 2003-08-09 14:48:47 +00:00
visibility_004c.phpt Prefix all engine 2 tests 2003-08-09 14:48:47 +00:00
visibility_005.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00