php-src/tests/classes
2007-01-10 16:00:31 +00:00
..
__call_001.phpt
__call_002.phpt MFB Enforce protocol of magic methods/classes 2004-08-02 08:29:59 +00:00
__set__get_001.phpt
__set__get_002.phpt MFB Enforce protocol of magic methods/classes 2004-08-02 08:29:59 +00:00
__set__get_003.phpt MFB Enforce protocol of magic methods/classes 2004-08-02 08:29:59 +00:00
__set__get_004.phpt - Add new tests 2005-04-23 15:21:07 +00:00
__set__get_005.phpt - Add new test 2005-03-07 01:43:02 +00:00
__set_data_corrupt.phpt - MFH Add missing prefixes 2005-12-18 13:01:20 +00:00
abstract_by_interface_001.phpt - MFH Add new tests 2006-05-20 11:35:38 +00:00
abstract_by_interface_002.phpt - MFH Add new tests 2006-05-20 11:35:38 +00: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 Make use of abstract methods be E_STRICT rather then E_ERROR 2006-10-20 02:44:26 +00:00
abstract_user_call.phpt - MFH tests 2006-05-10 21:19:37 +00:00
abstract.phpt
array_access_001.phpt Fixed bug #33512 (Add missing support for isset()/unset() overloading to complement the property get/set methods). Now empty($obj[...]) works proper but in addition it may call offsetGet() method. 2005-07-07 16:09:55 +00:00
array_access_002.phpt Fixed bug #33512 (Add missing support for isset()/unset() overloading to complement the property get/set methods). Now empty($obj[...]) works proper but in addition it may call offsetGet() method. 2005-07-07 16:09:55 +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 Fixed bug #39775 ("Indirect modification ..." message is not shown) 2006-12-08 15:55:31 +00:00
array_access_006.phpt
array_access_007.phpt
array_access_008.phpt Fixed bug #39775 ("Indirect modification ..." message is not shown) 2006-12-08 15:55:31 +00:00
array_access_009.phpt - Drop doubled $ 2005-06-19 21:52:38 +00:00
array_access_010.phpt - Add new test 2005-06-19 22:09:53 +00:00
array_access_011.phpt - Add new test 2005-06-19 22:18:07 +00:00
array_access_012.phpt Fixed bug #39775 ("Indirect modification ..." message is not shown) 2006-12-08 15:55:31 +00:00
array_access_013.phpt - MFH Speling 2005-12-18 12:54:41 +00:00
assign_op_property_001.phpt
autoload_001.phpt - Do not autoload classes in skip code 2004-07-25 19:23:17 +00:00
autoload_002.phpt - Do not autoload classes in skip code 2004-07-25 19:23:17 +00:00
autoload_003.phpt - Do not autoload classes in skip code 2004-07-25 19:23:17 +00:00
autoload_004.phpt - Do not autoload classes in skip code 2004-07-25 19:23:17 +00:00
autoload_005.phpt - Add test 2004-07-25 19:20:47 +00:00
autoload_006.phpt - Add new test (related to #30234) 2004-09-26 18:16:33 +00:00
autoload_derived.p5c
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
bug23951.phpt
bug24399.phpt
bug24445.phpt
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-01-10 16:00:31 +00:00
bug27504.phpt - Add/fix tests 2005-12-16 22:19:02 +00:00
bug29446.phpt add testcase for bug #29446 2004-09-10 13:55:26 +00:00
class_abstract.phpt
class_example.phpt
class_final.phpt
class_stdclass.phpt
clone_001.phpt
clone_002.phpt
clone_003.phpt
clone_004.phpt
clone_005.phpt
clone_006.phpt Fixed test file affected by fix for bug #30820 (static member conflict with $this->member silently ignored) 2005-06-08 08:08:37 +00:00
constants_scope_001.phpt Update test 2004-03-09 16:51:02 +00:00
ctor_dtor_inheritance.phpt
ctor_dtor.phpt Test files were fixed acording to new constructor redeclaration semantic 2004-03-05 12:18:16 +00:00
ctor_failure.phpt MFB: Enforce protocol on magic methods/functions 2004-08-02 08:27:57 +00:00
ctor_in_interface_01.phpt - MFH Constructors in interfaces 2006-05-10 01:23:55 +00:00
ctor_in_interface_02.phpt - MFH Constructors in interfaces 2006-05-10 01:23:55 +00:00
ctor_in_interface_03.phpt - MFH Constructors in interfaces 2006-05-10 01:23:55 +00:00
ctor_in_interface_04.phpt - MFH Constructors in interfaces 2006-05-10 01:23:55 +00: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 - Speling 2006-08-08 00:40:19 +00:00
dereferencing_001.phpt
destructor_and_echo.phpt - MFH Add missing prefixes 2005-12-18 13:01:20 +00:00
destructor_and_exceptions.phpt - Add new tests 2004-09-29 09:36:23 +00:00
destructor_and_globals.phpt
destructor_and_references.phpt - MFH Add missing prefixes 2005-12-18 13:01:20 +00:00
destructor_inheritance.phpt
destructor_visibility_001.phpt MFB Enforce protocol of magic methods/classes 2004-08-02 08:29:59 +00:00
destructor_visibility_002.phpt MFB Enforce protocol of magic methods/classes 2004-08-02 08:29:59 +00:00
destructor_visibility_003.phpt MFB Enforce protocol of magic methods/classes 2004-08-02 08:29:59 +00:00
factory_001.phpt
factory_and_singleton_001.phpt
factory_and_singleton_002.phpt
factory_and_singleton_003.phpt fix tests 2006-07-05 11:55:59 +00:00
factory_and_singleton_004.phpt fix tests 2006-07-05 11:55:59 +00:00
factory_and_singleton_005.phpt
factory_and_singleton_006.phpt
factory_and_singleton_007.phpt
factory_and_singleton_008.phpt
factory_and_singleton_009.phpt
factory_and_singleton_010.phpt
final_abstract.phpt
final_ctor1.phpt - MFH Fix Bug #35720 A final constructor can be overwritten 2005-12-17 15:51:52 +00:00
final_ctor2.phpt - MFH Fix Bug #35720 A final constructor can be overwritten 2005-12-17 15:51:52 +00:00
final_redeclare.phpt
final.phpt
incdec_property_001.phpt
incdec_property_002.phpt
incdec_property_003.phpt
incdec_property_004.phpt
inheritance_002.phpt Test files were fixed acording to new constructor redeclaration semantic 2004-03-05 12:18:16 +00:00
inheritance_003.phpt - Add new tests 2006-05-30 23:11:33 +00:00
inheritance_004.phpt - Add new tests 2006-05-30 23:11:33 +00:00
inheritance.phpt
interface_and_extends.phpt Fix: interfac -> interface 2004-09-06 08:40:04 +00:00
interface_class.phpt
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
interface_method_final.phpt
interface_method_private.phpt - Fix test 2004-10-20 22:55:57 +00:00
interface_method.phpt
interface_must_be_implemented.phpt Fixed error message 2005-05-03 13:46:00 +00:00
interface_optional_arg.phpt Add new tests (by magnus) 2004-04-20 00:00:51 +00:00
interfaces_001.phpt
interfaces_002.phpt - Fix tests affected by fix 2005-05-03 09:52:01 +00:00
interfaces_003.phpt - MFH Sync error messages and simplify error message generation code 2006-05-26 00:36:13 +00:00
iterators_001.phpt - Fix tests by removing erroneous check from --SKIPIF-- 2004-09-29 09:39:43 +00:00
iterators_002.phpt - Fix tests by removing erroneous check from --SKIPIF-- 2004-09-29 09:39:43 +00:00
iterators_003.phpt - Fix tests by removing erroneous check from --SKIPIF-- 2004-09-29 09:39:43 +00:00
iterators_004.phpt - Fix tests by removing erroneous check from --SKIPIF-- 2004-09-29 09:39:43 +00:00
iterators_005.phpt - Fix tests by removing erroneous check from --SKIPIF-- 2004-09-29 09:39:43 +00:00
iterators_006.phpt Rename hasMore() to valid() as discussed. (Part I) 2004-03-08 17:33:31 +00:00
iterators_007.phpt fix test 2005-07-31 20:36:48 +00:00
object_reference_001.phpt
private_001.phpt
private_002.phpt
private_003.phpt
private_003b.phpt
private_004.phpt
private_004b.phpt
private_005.phpt
private_005b.phpt
private_006.phpt
private_006b.phpt
private_007.phpt
private_007b.phpt
private_members.phpt
private_redeclare.phpt
protected_001.phpt
protected_001b.phpt
protected_002.phpt
serialize_001.phpt Fix test 2005-04-25 21:45:14 +00:00
singleton_001.phpt
static_mix_1.phpt
static_mix_2.phpt
static_properties_001.phpt
static_this.phpt - MFH Add missing prefixes 2005-12-18 13:01:20 +00:00
this.phpt
tostring_001.phpt there is no Unicode in 5_2 2006-07-11 12:15:11 +00:00
tostring_002.phpt - MFH tests 2006-05-10 21:19:37 +00:00
tostring_003.phpt - MFH tests 2006-05-10 21:19:37 +00:00
type_hinting_001.phpt - MFH improve error messages 2006-05-21 18:10:31 +00:00
type_hinting_002.phpt MFH: fix #39003 (__autoload() is called for type hinting) 2006-10-02 11:09:52 +00:00
type_hinting_003.phpt - MFH improve error messages 2006-05-21 18:10:31 +00: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