php-src/tests/classes
2003-08-05 08:49:56 +00:00
..
__call_001.phpt If this doesn't show "3.4" there is another error 2003-03-04 18:35:03 +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 modified test to reflect change in var_dump(). 2003-03-10 21:27:48 +00:00
abstract_class.phpt abstract classes must now be declared abstract 2003-03-07 00:01:08 +00:00
abstract_final.phpt Adding tests for final methods 2003-03-03 11:10:30 +00:00
abstract_inherit.phpt abstract classes must now be declared abstract 2003-03-07 00:01:08 +00:00
abstract_not_declared.phpt Change tests to reflect error message changes 2003-05-04 19:50:28 +00:00
abstract_redeclare.phpt Updated error message 2002-12-07 23:33:41 +00:00
abstract_static.phpt abstract classes must now be declared abstract 2003-03-07 00:01:08 +00:00
abstract.phpt abstract classes must now be declared abstract 2003-03-07 00:01:08 +00:00
bug23951.phpt fix test so it does not depend on variable order 2003-06-16 09:27:33 +00:00
bug24399.phpt fix these tests 2003-07-03 07:18:41 +00:00
bug24445.phpt Fix test name 2003-07-02 06:40:34 +00:00
class_abstract.phpt Add test case for abstract classes 2003-06-21 19:10:08 +00:00
class_example.phpt - Convert cfunction -> function. 2001-04-26 19:42:08 +00:00
class_final.phpt Add test case for final classes 2003-06-21 22:02:16 +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 Finally fix property cloning and fix the tests accordingly. 2003-07-02 07:24:11 +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 Adding tests for ctor/dtor handling 2003-03-03 11:18:59 +00:00
ctor_dtor.phpt Adding tests for ctor/dtor handling 2003-03-03 11:18:59 +00:00
dereferencing_001.phpt Added some tests for ZE2 features and their functionality. 2003-03-03 16:44:38 +00:00
destructor_and_globals.phpt Accessing globals from a destructor causes memory corruption 2003-07-03 14:06:51 +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 Disable prolebmatic test 2003-08-05 08:49:56 +00:00
factory_and_singleton_003.phpt Add tests for static members 2003-07-01 18:34:42 +00:00
factory_and_singleton_004.phpt Add tests for static members 2003-07-01 19:12:23 +00:00
factory_and_singleton_005.phpt fix these tests 2003-07-03 07:18:41 +00:00
factory_and_singleton_006.phpt fix these tests 2003-07-03 07:18:41 +00:00
factory_and_singleton_007.phpt Add tests for __clone visibility 2003-07-01 19:59:50 +00:00
factory_and_singleton_008.phpt Fix test (damn copy'n'paste) 2003-07-01 21:05:02 +00:00
final_abstract.phpt Adding tests for final methods 2003-03-03 11:10:30 +00:00
final_redeclare.phpt Adding tests for final methods 2003-03-03 11:10:30 +00:00
final.phpt Adding tests for final methods 2003-03-03 11:10:30 +00:00
inheritance_002.phpt Goodbye namespaces 2003-06-07 00:57:07 +00:00
inheritance.phpt - Convert cfunction -> function. 2001-04-26 19:42:08 +00:00
interface_class.phpt Added some interface tests 2003-03-12 00:09:59 +00:00
interface_doubled.phpt bugfix #22961 by cynic@php.net 2003-03-30 12:47:05 +00:00
interface_implemented.phpt Added some interface tests 2003-03-12 00:09:59 +00:00
interface_instantiate.phpt Added some interface tests 2003-03-12 00:09:59 +00:00
interface_member.phpt Added some interface tests 2003-03-12 00:09:59 +00:00
interface_method_final.phpt Added some interface tests 2003-03-12 00:09:59 +00:00
interface_method_private.phpt Added some interface tests 2003-03-12 00:09:59 +00:00
interface_method.phpt Added some interface tests 2003-03-12 00:09:59 +00:00
interface_must_be_implemented.phpt Change tests to reflect error message changes 2003-05-04 19:50:28 +00:00
interfaces_001.phpt fix these tests 2003-03-28 18:58:18 +00:00
interfaces_002.phpt Change tests to reflect error message changes 2003-05-04 19:50:28 +00:00
object_reference_001.phpt Added some tests for ZE2 features and their functionality. 2003-03-03 16:44:38 +00:00
private_001.phpt Add PPP method tests 2003-02-05 23:07:24 +00:00
private_002.phpt Add PPP method tests 2003-02-05 23:07:24 +00:00
private_003.phpt Add PPP method tests 2003-02-05 23:07:24 +00:00
private_003b.phpt Add PPP method tests 2003-02-05 23:07:24 +00:00
private_004.phpt Add PPP method tests 2003-02-05 23:07:24 +00:00
private_004b.phpt Add PPP method tests 2003-02-05 23:07:24 +00:00
private_005.phpt Add PPP method tests 2003-02-05 23:07:24 +00:00
private_005b.phpt Add PPP method tests 2003-02-05 23:07:24 +00:00
private_006.phpt Add PPP method tests 2003-02-05 23:07:24 +00:00
private_006b.phpt Add PPP method tests 2003-02-05 23:07:24 +00:00
private_007.phpt Add PPP method tests 2003-02-05 23:07:24 +00:00
private_007b.phpt Add PPP method tests 2003-02-05 23:07:24 +00:00
private_members.phpt Check handling of private class members 2003-07-01 23:50:01 +00:00
private_redeclare.phpt Check private redeclare behavior 2003-07-03 10:05:01 +00:00
protected_001.phpt Add PPP method tests 2003-02-05 23:07:24 +00:00
protected_001b.phpt Add PPP method tests 2003-02-05 23:07:24 +00:00
protected_002.phpt Add PPP method tests 2003-02-05 23:07:24 +00:00
singleton_001.phpt Added some tests for ZE2 features and their functionality. 2003-03-03 16:44:38 +00:00
static_mix_1.phpt "of cause" should have been "of course" but is not needed anyway 2002-12-10 11:21:30 +00:00
static_mix_2.phpt "of cause" should have been "of course" but is not needed anyway 2002-12-10 11:21:30 +00:00
type_hinting_001.phpt Added tests for interfaces and class type hinting. 2003-03-07 15:56:31 +00:00
visibility_000a.phpt Add PPP method tests 2003-02-05 23:07:24 +00:00
visibility_000b.phpt Add PPP method tests 2003-02-05 23:07:24 +00:00
visibility_000c.phpt Add PPP method tests 2003-02-05 23:07:24 +00:00
visibility_001a.phpt Add PPP method tests 2003-02-05 23:07:24 +00:00
visibility_001b.phpt Add PPP method tests 2003-02-05 23:07:24 +00:00
visibility_001c.phpt Add PPP method tests 2003-02-05 23:07:24 +00:00
visibility_002a.phpt Add PPP method tests 2003-02-05 23:07:24 +00:00
visibility_002b.phpt Add PPP method tests 2003-02-05 23:07:24 +00:00
visibility_002c.phpt Add PPP method tests 2003-02-05 23:07:24 +00:00
visibility_003a.phpt Add PPP method tests 2003-02-05 23:07:24 +00:00
visibility_003b.phpt Add PPP method tests 2003-02-05 23:07:24 +00:00
visibility_003c.phpt Add PPP method tests 2003-02-05 23:07:24 +00:00
visibility_004a.phpt Add PPP method tests 2003-02-05 23:07:24 +00:00
visibility_004b.phpt Add PPP method tests 2003-02-05 23:07:24 +00:00
visibility_004c.phpt Add PPP method tests 2003-02-05 23:07:24 +00:00