php-src/tests/classes
2003-12-19 10:16:08 +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 modified test to reflect change in var_dump(). 2003-03-10 21:27:48 +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 Add new interface ArrayAccess to use objects as Arrays 2003-11-24 20:57:54 +00:00
array_access_002.phpt Add new interface ArrayAccess to use objects as Arrays 2003-11-24 20:57:54 +00:00
array_access_003.phpt Fix test 2003-12-14 17:42:57 +00:00
array_access_004.phpt Add new interface ArrayAccess to use objects as Arrays 2003-11-24 20:57:54 +00:00
array_access_005.phpt Add new test 2003-12-17 22:14:59 +00:00
bug23951.phpt Fix tests for E_STRICT and check for E_STRICT in run-tests.php. 2003-11-30 13:57:20 +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 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
destructor_and_references.phpt Fix tests for E_STRICT and check for E_STRICT in run-tests.php. 2003-11-30 13:57:20 +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
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
inheritance_002.phpt Prefix all engine 2 tests 2003-08-09 14:48:47 +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 Go with studlyCaps in error messages/backtrace/reflection output 2003-09-17 10:14:12 +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 Reenable __tostring() magic for print,echo,concatenation,function naming... 2003-12-15 16:59:21 +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 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