php-src/tests/classes
2004-01-17 13:00:38 +00: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
__clone_001.phpt Added some tests for ZE2 features and their functionality. 2003-03-03 16:44:38 +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
abstract_class.phpt Prefix all engine 2 tests 2003-08-09 14:48:47 +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 Prefix all engine 2 tests 2003-08-09 14:48:47 +00:00
abstract_redeclare.phpt Fixed typo 2003-10-20 04:49:18 +00:00
abstract_static.phpt Prefix all engine 2 tests 2003-08-09 14:48:47 +00:00
abstract.phpt Prefix all engine 2 tests 2003-08-09 14:48:47 +00:00
array_access_001.phpt Fix tests now that class names are shown in correct casing 2003-12-22 22:50:02 +00:00
array_access_002.phpt Fix tests now that class names are shown in correct casing 2003-12-22 22:50:02 +00:00
array_access_003.phpt Fix tests now that class names are shown in correct casing 2003-12-22 22:50:02 +00:00
array_access_004.phpt Fix tests now that class names are shown in correct casing 2003-12-22 22:50:02 +00:00
array_access_005.phpt Fix test 2003-12-19 10:23:05 +00: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 Fixed bug #26675 (Segfault on ArrayAccess use) 2003-12-22 16:27:14 +00:00
assign_op_property_001.phpt New tests for memory leaks 2003-12-19 15:08:56 +00:00
autoload_001.phpt Add some __autoload() tests. 2003-12-29 12:36:31 +00:00
autoload_002.phpt Add some __autoload() tests. 2003-12-29 12:36:31 +00:00
autoload_003.phpt Add some __autoload() tests. 2003-12-29 12:36:31 +00:00
autoload_004.phpt Add some __autoload() tests. 2003-12-29 12:36:31 +00:00
autoload_derived.p5c Add some __autoload() tests. 2003-12-29 12:36:31 +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
class_abstract.phpt Prefix all engine 2 tests 2003-08-09 14:48:47 +00: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 Prefix all engine 2 tests 2003-08-09 14:48:47 +00:00
class_stdclass.phpt Fix registering/derigistering of stdClass in ZTS and NON ZTS mode 2003-09-08 10:45:19 +00:00
clone_001.phpt Add more clone testing 2003-07-01 21:27:59 +00:00
clone_002.phpt Finally fix property cloning and fix the tests accordingly. 2003-07-02 07:24:11 +00:00
clone_003.phpt Fix test 2003-09-03 21:19:22 +00:00
clone_004.phpt More __clone testing 2003-07-03 19:53:01 +00:00
clone_005.phpt More __clone testing 2003-07-03 19:53:01 +00:00
constants_scope_001.phpt Added some tests for ZE2 features and their functionality. 2003-03-03 16:44:38 +00:00
ctor_dtor_inheritance.phpt Prefix all engine 2 tests 2003-08-09 14:48:47 +00:00
ctor_dtor.phpt Prefix all engine 2 tests 2003-08-09 14:48:47 +00: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_globals.phpt Accessing globals from a destructor causes memory corruption 2003-07-03 14:06:51 +00:00
destructor_and_references.phpt typofix 2004-01-17 06:18:09 +00:00
destructor_inheritance.phpt Add destructor inheritance test (bug #24637) 2003-08-11 00:02:32 +00: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 Add tests for static members 2003-07-01 18:34:42 +00:00
factory_and_singleton_002.phpt Synch/Unify error messages related to function/method calls 2003-09-02 14:08:59 +00:00
factory_and_singleton_003.phpt Synch/Unify error messages related to function/method calls 2003-09-02 14:08:59 +00:00
factory_and_singleton_004.phpt Synch/Unify error messages related to function/method calls 2003-09-02 14:08:59 +00:00
factory_and_singleton_005.phpt Synch/Unify error messages related to function/method calls 2003-09-02 14:08:59 +00:00
factory_and_singleton_006.phpt Synch/Unify error messages related to function/method calls 2003-09-02 14:08:59 +00:00
factory_and_singleton_007.phpt Synch/Unify error messages related to function/method calls 2003-09-02 14:08:59 +00:00
factory_and_singleton_008.phpt Synch/Unify error messages related to function/method calls 2003-09-02 14:08:59 +00:00
factory_and_singleton_009.phpt Add more tests. 2003-12-28 18:03:05 +00:00
factory_and_singleton_010.phpt Add more tests. 2003-12-28 18:03:05 +00:00
final_abstract.phpt Prefix all engine 2 tests 2003-08-09 14:48:47 +00:00
final_redeclare.phpt Prefix all engine 2 tests 2003-08-09 14:48:47 +00:00
final.phpt Prefix all engine 2 tests 2003-08-09 14:48:47 +00:00
incdec_property_001.phpt New tests for memory leaks 2003-12-19 15:08:56 +00:00
incdec_property_002.phpt New tests for memory leaks 2003-12-19 15:08:56 +00:00
incdec_property_003.phpt New tests for memory leaks 2003-12-19 15:08:56 +00:00
incdec_property_004.phpt New tests for memory leaks 2003-12-19 15:08:56 +00:00
inheritance_002.phpt - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5 2004-01-17 13:00:38 +00: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_class.phpt Prefix all engine 2 tests 2003-08-09 14:48:47 +00:00
interface_doubled.phpt Fix tests for E_STRICT and check for E_STRICT in run-tests.php. 2003-11-30 13:57:20 +00:00
interface_implemented.phpt Fix tests for E_STRICT and check for E_STRICT in run-tests.php. 2003-11-30 13:57:20 +00:00
interface_instantiate.phpt Prefix all engine 2 tests 2003-08-09 14:48:47 +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 Prefix all engine 2 tests 2003-08-09 14:48:47 +00:00
interface_method.phpt Prefix all engine 2 tests 2003-08-09 14:48:47 +00:00
interface_must_be_implemented.phpt Prefix all engine 2 tests 2003-08-09 14:48:47 +00:00
interfaces_001.phpt fix these tests 2003-03-28 18:58:18 +00:00
interfaces_002.phpt Fix tests now that class names are shown in correct casing 2003-12-22 22:50:02 +00:00
iterators_001.phpt Update test expectations 2003-11-10 18:09:07 +00:00
iterators_002.phpt Update test expectations 2003-11-10 18:09:07 +00:00
iterators_003.phpt Update test expectations 2003-11-10 18:09:07 +00:00
iterators_004.phpt Impement userspace iterator interfaces and tests. See tests for details 2003-10-22 20:04:48 +00:00
iterators_005.phpt Impement userspace iterator interfaces and tests. See tests for details 2003-10-22 20:04:48 +00:00
iterators_006.phpt Add new iterator test inspired by bug #26527 2003-11-18 07:33:30 +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.phpt <? -> <?php 2003-08-09 20:13:44 +00:00
private_redeclare.phpt Check private redeclare behavior 2003-07-03 10:05:01 +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
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 Tests show updating consts must happen once at runtime (revert optimization). 2003-09-04 16:00:01 +00:00
tostring.phpt Use __tostring() in all printing functions. 2003-12-29 22:26:48 +00:00
type_hinting_001.phpt Fix tests now that class names are shown in correct casing 2003-12-22 22:50:02 +00: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 Add test for foreach visibility 2003-12-19 10:16:08 +00:00