| .. |
|
__call_001.phpt
|
Fix tests for E_STRICT and check for E_STRICT in run-tests.php.
|
22 years ago |
|
__call_002.phpt
|
MFB Enforce protocol of magic methods/classes
|
22 years ago |
|
__set__get_001.phpt
|
Fix tests now that class names are shown in correct casing
|
22 years ago |
|
__set__get_002.phpt
|
MFB Enforce protocol of magic methods/classes
|
22 years ago |
|
__set__get_003.phpt
|
MFB Enforce protocol of magic methods/classes
|
22 years ago |
|
__set__get_004.phpt
|
- Add new tests
|
21 years ago |
|
__set__get_005.phpt
|
- Add new test
|
21 years ago |
|
__set_data_corrupt.phpt
|
- MFH Add missing prefixes
|
20 years ago |
|
abstract.phpt
|
Prefix all engine 2 tests
|
23 years ago |
|
abstract_by_interface_001.phpt
|
- MFH Add new tests
|
20 years ago |
|
abstract_by_interface_002.phpt
|
- MFH Add new tests
|
20 years ago |
|
abstract_class.phpt
|
Prefix all engine 2 tests
|
23 years ago |
|
abstract_derived.phpt
|
- Fix tests affected by fix
|
21 years ago |
|
abstract_final.phpt
|
Prefix all engine 2 tests
|
23 years ago |
|
abstract_inherit.phpt
|
Prefix all engine 2 tests
|
23 years ago |
|
abstract_not_declared.phpt
|
- Fix tests affected by fix
|
21 years ago |
|
abstract_redeclare.phpt
|
- Fix tests affected by fix
|
21 years ago |
|
abstract_static.phpt
|
win32 test fixes
|
19 years ago |
|
abstract_user_call.phpt
|
- MFH tests
|
20 years ago |
|
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.
|
21 years ago |
|
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.
|
21 years ago |
|
array_access_003.phpt
|
Fixed bug #39775 ("Indirect modification ..." message is not shown)
|
19 years ago |
|
array_access_004.phpt
|
Fixed bug #39775 ("Indirect modification ..." message is not shown)
|
19 years ago |
|
array_access_005.phpt
|
Fixed bug #39775 ("Indirect modification ..." message is not shown)
|
19 years ago |
|
array_access_006.phpt
|
Assign_op operators (+=) were fixed for elements of overloaded objects
|
22 years ago |
|
array_access_007.phpt
|
Fixed bug #26675 (Segfault on ArrayAccess use)
|
22 years ago |
|
array_access_008.phpt
|
Fixed bug #39775 ("Indirect modification ..." message is not shown)
|
19 years ago |
|
array_access_009.phpt
|
- Drop doubled $
|
21 years ago |
|
array_access_010.phpt
|
- Add new test
|
21 years ago |
|
array_access_011.phpt
|
- Add new test
|
21 years ago |
|
array_access_012.phpt
|
Fixed bug #39775 ("Indirect modification ..." message is not shown)
|
19 years ago |
|
array_access_013.phpt
|
- MFH Speling
|
20 years ago |
|
assign_op_property_001.phpt
|
New tests for memory leaks
|
22 years ago |
|
autoload_001.phpt
|
- Do not autoload classes in skip code
|
22 years ago |
|
autoload_002.phpt
|
- Do not autoload classes in skip code
|
22 years ago |
|
autoload_003.phpt
|
- Do not autoload classes in skip code
|
22 years ago |
|
autoload_004.phpt
|
- Do not autoload classes in skip code
|
22 years ago |
|
autoload_005.phpt
|
- Add test
|
22 years ago |
|
autoload_006.phpt
|
- Add new test (related to #30234)
|
22 years ago |
|
autoload_derived.p5c
|
Add some __autoload() tests.
|
22 years ago |
|
autoload_implements.p5c
|
- Add new test (related to #30234)
|
22 years ago |
|
autoload_interface.p5c
|
- Add new test (related to #30234)
|
22 years ago |
|
autoload_root.p5c
|
Add some __autoload() tests.
|
22 years ago |
|
bug23951.phpt
|
Fix tests now that class names are shown in correct casing
|
22 years ago |
|
bug24399.phpt
|
Fix tests for E_STRICT and check for E_STRICT in run-tests.php.
|
22 years ago |
|
bug24445.phpt
|
Fixed some test names.
|
23 years ago |
|
bug26737.phpt
|
fix for bug 26737 : private & protected member variables not serialized
|
22 years ago |
|
bug27468.phpt
|
Fixed tests
|
19 years ago |
|
bug27504.phpt
|
- Add/fix tests
|
20 years ago |
|
bug29446.phpt
|
add testcase for bug #29446
|
22 years ago |
|
class_abstract.phpt
|
Prefix all engine 2 tests
|
23 years ago |
|
class_example.phpt
|
Fix tests for E_STRICT and check for E_STRICT in run-tests.php.
|
22 years ago |
|
class_final.phpt
|
Update test (reason: early binding changes its behavior)
|
22 years ago |
|
class_stdclass.phpt
|
Fix registering/derigistering of stdClass in ZTS and NON ZTS mode
|
23 years ago |
|
clone_001.phpt
|
Update tests
|
22 years ago |
|
clone_002.phpt
|
Update tests
|
22 years ago |
|
clone_003.phpt
|
Update tests
|
22 years ago |
|
clone_004.phpt
|
Update tests
|
22 years ago |
|
clone_005.phpt
|
More __clone testing
|
23 years ago |
|
clone_006.phpt
|
Fixed test file affected by fix for bug #30820 (static member conflict with $this->member silently ignored)
|
21 years ago |
|
constants_scope_001.phpt
|
Update test
|
22 years ago |
|
ctor_dtor.phpt
|
Test files were fixed acording to new constructor redeclaration semantic
|
22 years ago |
|
ctor_dtor_inheritance.phpt
|
Prefix all engine 2 tests
|
23 years ago |
|
ctor_failure.phpt
|
MFB: Enforce protocol on magic methods/functions
|
22 years ago |
|
ctor_in_interface_01.phpt
|
- MFH Constructors in interfaces
|
20 years ago |
|
ctor_in_interface_02.phpt
|
- MFH Constructors in interfaces
|
20 years ago |
|
ctor_in_interface_03.phpt
|
- MFH Constructors in interfaces
|
20 years ago |
|
ctor_in_interface_04.phpt
|
- MFH Constructors in interfaces
|
20 years ago |
|
ctor_name_clash.phpt
|
Don't really need the ZE2 check since this is in HEAD
|
21 years ago |
|
ctor_visibility.phpt
|
- Speling
|
20 years ago |
|
dereferencing_001.phpt
|
Fix tests now that class names are shown in correct casing
|
22 years ago |
|
destructor_and_echo.phpt
|
- MFH Add missing prefixes
|
20 years ago |
|
destructor_and_exceptions.phpt
|
- Add new tests
|
22 years ago |
|
destructor_and_globals.phpt
|
Accessing globals from a destructor causes memory corruption
|
23 years ago |
|
destructor_and_references.phpt
|
- MFH Add missing prefixes
|
20 years ago |
|
destructor_inheritance.phpt
|
Add destructor inheritance test (bug #24637)
|
23 years ago |
|
destructor_visibility_001.phpt
|
MFB Enforce protocol of magic methods/classes
|
22 years ago |
|
destructor_visibility_002.phpt
|
MFB Enforce protocol of magic methods/classes
|
22 years ago |
|
destructor_visibility_003.phpt
|
MFB Enforce protocol of magic methods/classes
|
22 years ago |
|
factory_001.phpt
|
Added some tests for ZE2 features and their functionality.
|
23 years ago |
|
factory_and_singleton_001.phpt
|
Add tests for static members
|
23 years ago |
|
factory_and_singleton_002.phpt
|
Synch/Unify error messages related to function/method calls
|
23 years ago |
|
factory_and_singleton_003.phpt
|
fix tests
|
20 years ago |
|
factory_and_singleton_004.phpt
|
fix tests
|
20 years ago |
|
factory_and_singleton_005.phpt
|
Synch/Unify error messages related to function/method calls
|
23 years ago |
|
factory_and_singleton_006.phpt
|
Synch/Unify error messages related to function/method calls
|
23 years ago |
|
factory_and_singleton_007.phpt
|
Update tests
|
22 years ago |
|
factory_and_singleton_008.phpt
|
Update tests
|
22 years ago |
|
factory_and_singleton_009.phpt
|
Add more tests.
|
22 years ago |
|
factory_and_singleton_010.phpt
|
Add more tests.
|
22 years ago |
|
final.phpt
|
Prefix all engine 2 tests
|
23 years ago |
|
final_abstract.phpt
|
Prefix all engine 2 tests
|
23 years ago |
|
final_ctor1.phpt
|
- MFH Fix Bug #35720 A final constructor can be overwritten
|
20 years ago |
|
final_ctor2.phpt
|
- MFH Fix Bug #35720 A final constructor can be overwritten
|
20 years ago |
|
final_redeclare.phpt
|
Update test (reason: early binding changes its behavior)
|
22 years ago |
|
incdec_property_001.phpt
|
New tests for memory leaks
|
22 years ago |
|
incdec_property_002.phpt
|
New tests for memory leaks
|
22 years ago |
|
incdec_property_003.phpt
|
New tests for memory leaks
|
22 years ago |
|
incdec_property_004.phpt
|
New tests for memory leaks
|
22 years ago |
|
inheritance.phpt
|
Fix tests for E_STRICT and check for E_STRICT in run-tests.php.
|
22 years ago |
|
inheritance_002.phpt
|
Test files were fixed acording to new constructor redeclaration semantic
|
22 years ago |
|
inheritance_003.phpt
|
- Add new tests
|
20 years ago |
|
inheritance_004.phpt
|
- Add new tests
|
20 years ago |
|
interface_and_extends.phpt
|
Fix: interfac -> interface
|
22 years ago |
|
interface_class.phpt
|
Prefix all engine 2 tests
|
23 years ago |
|
interface_doubled.phpt
|
- Fix interface tests. Interfaces should not use access modifiers
|
22 years ago |
|
interface_implemented.phpt
|
- Fix interface tests. Interfaces should not use access modifiers
|
22 years ago |
|
interface_instantiate.phpt
|
- Fix interface tests. Interfaces should not use access modifiers
|
22 years ago |
|
interface_member.phpt
|
Fix tests for E_STRICT and check for E_STRICT in run-tests.php.
|
22 years ago |
|
interface_method.phpt
|
Prefix all engine 2 tests
|
23 years ago |
|
interface_method_final.phpt
|
Prefix all engine 2 tests
|
23 years ago |
|
interface_method_private.phpt
|
- Fix test
|
22 years ago |
|
interface_must_be_implemented.phpt
|
Fixed error message
|
21 years ago |
|
interface_optional_arg.phpt
|
Add new tests (by magnus)
|
22 years ago |
|
interfaces_001.phpt
|
fix these tests
|
23 years ago |
|
interfaces_002.phpt
|
- Fix tests affected by fix
|
21 years ago |
|
interfaces_003.phpt
|
- MFH Sync error messages and simplify error message generation code
|
20 years ago |
|
iterators_001.phpt
|
- Fix tests by removing erroneous check from --SKIPIF--
|
22 years ago |
|
iterators_002.phpt
|
- Fix tests by removing erroneous check from --SKIPIF--
|
22 years ago |
|
iterators_003.phpt
|
- Fix tests by removing erroneous check from --SKIPIF--
|
22 years ago |
|
iterators_004.phpt
|
- Fix tests by removing erroneous check from --SKIPIF--
|
22 years ago |
|
iterators_005.phpt
|
- Fix tests by removing erroneous check from --SKIPIF--
|
22 years ago |
|
iterators_006.phpt
|
Rename hasMore() to valid() as discussed. (Part I)
|
22 years ago |
|
iterators_007.phpt
|
fix test
|
21 years ago |
|
object_reference_001.phpt
|
Fix tests for E_STRICT and check for E_STRICT in run-tests.php.
|
22 years ago |
|
private_001.phpt
|
Prefix all engine 2 tests
|
23 years ago |
|
private_002.phpt
|
Prefix all engine 2 tests
|
23 years ago |
|
private_003.phpt
|
Prefix all engine 2 tests
|
23 years ago |
|
private_003b.phpt
|
Prefix all engine 2 tests
|
23 years ago |
|
private_004.phpt
|
Prefix all engine 2 tests
|
23 years ago |
|
private_004b.phpt
|
Prefix all engine 2 tests
|
23 years ago |
|
private_005.phpt
|
Prefix all engine 2 tests
|
23 years ago |
|
private_005b.phpt
|
Prefix all engine 2 tests
|
23 years ago |
|
private_006.phpt
|
Prefix all engine 2 tests
|
23 years ago |
|
private_006b.phpt
|
Prefix all engine 2 tests
|
23 years ago |
|
private_007.phpt
|
Prefix all engine 2 tests
|
23 years ago |
|
private_007b.phpt
|
Prefix all engine 2 tests
|
23 years ago |
|
private_members.phpt
|
<? -> <?php
|
23 years ago |
|
private_redeclare.phpt
|
Check private redeclare behavior
|
23 years ago |
|
protected_001.phpt
|
Prefix all engine 2 tests
|
23 years ago |
|
protected_001b.phpt
|
Prefix all engine 2 tests
|
23 years ago |
|
protected_002.phpt
|
Prefix all engine 2 tests
|
23 years ago |
|
serialize_001.phpt
|
Fix test
|
21 years ago |
|
singleton_001.phpt
|
Added some tests for ZE2 features and their functionality.
|
23 years ago |
|
static_mix_1.phpt
|
Prefix all engine 2 tests
|
23 years ago |
|
static_mix_2.phpt
|
Prefix all engine 2 tests
|
23 years ago |
|
static_properties_001.phpt
|
Tests show updating consts must happen once at runtime (revert optimization).
|
23 years ago |
|
static_this.phpt
|
- MFH Add missing prefixes
|
20 years ago |
|
this.phpt
|
Add test
|
22 years ago |
|
tostring_001.phpt
|
there is no Unicode in 5_2
|
20 years ago |
|
tostring_002.phpt
|
- MFH tests
|
20 years ago |
|
tostring_003.phpt
|
- MFH tests
|
20 years ago |
|
type_hinting_001.phpt
|
- MFH improve error messages
|
20 years ago |
|
type_hinting_002.phpt
|
MFH: fix #39003 (__autoload() is called for type hinting)
|
20 years ago |
|
type_hinting_003.phpt
|
- MFH improve error messages
|
20 years ago |
|
visibility_000a.phpt
|
Prefix all engine 2 tests
|
23 years ago |
|
visibility_000b.phpt
|
Prefix all engine 2 tests
|
23 years ago |
|
visibility_000c.phpt
|
Prefix all engine 2 tests
|
23 years ago |
|
visibility_001a.phpt
|
Prefix all engine 2 tests
|
23 years ago |
|
visibility_001b.phpt
|
Prefix all engine 2 tests
|
23 years ago |
|
visibility_001c.phpt
|
Prefix all engine 2 tests
|
23 years ago |
|
visibility_002a.phpt
|
Prefix all engine 2 tests
|
23 years ago |
|
visibility_002b.phpt
|
Prefix all engine 2 tests
|
23 years ago |
|
visibility_002c.phpt
|
Prefix all engine 2 tests
|
23 years ago |
|
visibility_003a.phpt
|
Prefix all engine 2 tests
|
23 years ago |
|
visibility_003b.phpt
|
Prefix all engine 2 tests
|
23 years ago |
|
visibility_003c.phpt
|
Prefix all engine 2 tests
|
23 years ago |
|
visibility_004a.phpt
|
Prefix all engine 2 tests
|
23 years ago |
|
visibility_004b.phpt
|
Prefix all engine 2 tests
|
23 years ago |
|
visibility_004c.phpt
|
Prefix all engine 2 tests
|
23 years ago |
|
visibility_005.phpt
|
Add test for foreach visibility
|
22 years ago |