php-src/tests/classes
Antony Dovgal 7c24d8fbee typofix
2006-07-17 10:08:17 +00:00
..
__call_001.phpt
__call_002.phpt
__set__get_001.phpt
__set__get_002.phpt
__set__get_003.phpt
__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 typofix 2006-07-17 10:08:17 +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 - Update tests to reflect current situation 2005-06-19 20:49:17 +00:00
array_access_004.phpt
array_access_005.phpt - Update tests to reflect current situation 2005-06-19 20:49:17 +00:00
array_access_006.phpt
array_access_007.phpt
array_access_008.phpt - Update tests to reflect current situation 2005-06-19 20:49:17 +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 - Add new test 2005-06-21 06:59:58 +00:00
array_access_013.phpt - MFH Speling 2005-12-18 12:54:41 +00:00
assign_op_property_001.phpt
autoload_001.phpt
autoload_002.phpt
autoload_003.phpt
autoload_004.phpt
autoload_005.phpt
autoload_006.phpt
autoload_derived.p5c
autoload_implements.p5c
autoload_interface.p5c
autoload_root.p5c
bug23951.phpt
bug24399.phpt
bug24445.phpt
bug26737.phpt
bug27468.phpt
bug27504.phpt - Add/fix tests 2005-12-16 22:19:02 +00:00
bug29446.phpt
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
ctor_dtor_inheritance.phpt
ctor_dtor.phpt
ctor_failure.phpt
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
dereferencing_001.phpt
destructor_and_echo.phpt - MFH Add missing prefixes 2005-12-18 13:01:20 +00:00
destructor_and_exceptions.phpt
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
destructor_visibility_002.phpt
destructor_visibility_003.phpt
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
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
interface_class.phpt
interface_doubled.phpt
interface_implemented.phpt
interface_instantiate.phpt
interface_member.phpt
interface_method_final.phpt
interface_method_private.phpt
interface_method.phpt
interface_must_be_implemented.phpt Fixed error message 2005-05-03 13:46:00 +00:00
interface_optional_arg.phpt
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
iterators_002.phpt
iterators_003.phpt
iterators_004.phpt
iterators_005.phpt
iterators_006.phpt
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
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