php-src/tests/classes
Marcus Boerger dcd10fb714 Add new test
2004-08-26 22:53:51 +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
__call_002.phpt MFB Enforce protocol of magic methods/classes 2004-08-02 08:29:59 +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
__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_data_corrupt.phpt - Test for possible data corruption with __set 2004-03-18 15:14:02 +00:00
abstract_class.phpt Prefix all engine 2 tests 2003-08-09 14:48:47 +00:00
abstract_derived.phpt Fixes for abstract classes 2004-02-26 20:11:28 +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 The order of error has changed here. So the expectations must change too. 2004-02-27 09:17:55 +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 2004-02-12 14:12:37 +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 - 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_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
bug26737.phpt fix for bug 26737 : private & protected member variables not serialized 2004-08-21 13:49:19 +00:00
bug27468.phpt Test file was fixed (stack trace is removed) 2004-03-05 12:16:28 +00:00
bug27504.phpt - initial commit 2004-03-16 16:45:44 +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 Update test (reason: early binding changes its behavior) 2004-02-04 17:45:08 +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 Update tests 2004-02-03 21:52:46 +00:00
clone_002.phpt Update tests 2004-02-03 21:52:46 +00:00
clone_003.phpt Update tests 2004-02-03 21:52:46 +00:00
clone_004.phpt Update tests 2004-02-03 21:52:46 +00:00
clone_005.phpt More __clone testing 2003-07-03 19:53:01 +00:00
clone_006.phpt Update tests 2004-02-03 21:52:46 +00:00
constants_scope_001.phpt Update test 2004-03-09 16:51:02 +00:00
ctor_dtor_inheritance.phpt Prefix all engine 2 tests 2003-08-09 14:48:47 +00:00
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
dereferencing_001.phpt Fix tests now that class names are shown in correct casing 2003-12-22 22:50:02 +00:00
destructor_and_echo.phpt - Add new patch for reordered shutdown sequence 2004-07-25 16:12:18 +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
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 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 Update tests 2004-02-03 22:07:29 +00:00
factory_and_singleton_008.phpt Update tests 2004-02-03 22:07:29 +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 Update test (reason: early binding changes its behavior) 2004-02-04 17:47:35 +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 Test files were fixed acording to new constructor redeclaration semantic 2004-03-05 12:18:16 +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_and_extends.phpt Add new test 2004-08-26 22:53:51 +00:00
interface_class.phpt Prefix all engine 2 tests 2003-08-09 14:48:47 +00:00
interface_construct.phpt Add new tests (by magnus) 2004-04-20 00:00:51 +00:00
interface_doubled.phpt Fix: <interface> [extends <interface> [, <ineterface>]* ] 2004-02-11 22:13:39 +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
interface_optional_arg.phpt Add new tests (by magnus) 2004-04-20 00:00:51 +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 Fix tests after foreach patch 2004-08-12 08:01:41 +00:00
iterators_002.phpt Fix tests after foreach patch 2004-08-12 08:01:41 +00:00
iterators_003.phpt Rename hasMore() to valid() as discussed. (Part I) 2004-03-08 17:33:31 +00:00
iterators_004.phpt Rename hasMore() to valid() as discussed. (Part I) 2004-03-08 17:33:31 +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 Rename hasMore() to valid() as discussed. (Part I) 2004-03-08 17:33:31 +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
this.phpt Add test 2004-02-04 22:18:35 +00:00
tostring.phpt Adapt ecpectations to 5.0 reality 2004-03-28 14:09:47 +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
type_hinting_002.phpt Add new test 2004-03-27 15:49:23 +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