| .. |
|
__call_001.phpt
|
If this doesn't show "3.4" there is another error
|
23 years ago |
|
__clone_001.phpt
|
Added some tests for ZE2 features and their functionality.
|
23 years ago |
|
__set__get_001.phpt
|
modified test to reflect change in var_dump().
|
23 years ago |
|
abstract.phpt
|
abstract classes must now be declared abstract
|
23 years ago |
|
abstract_class.phpt
|
abstract classes must now be declared abstract
|
23 years ago |
|
abstract_final.phpt
|
Adding tests for final methods
|
23 years ago |
|
abstract_inherit.phpt
|
abstract classes must now be declared abstract
|
23 years ago |
|
abstract_not_declared.phpt
|
Change tests to reflect error message changes
|
23 years ago |
|
abstract_redeclare.phpt
|
Updated error message
|
23 years ago |
|
abstract_static.phpt
|
abstract classes must now be declared abstract
|
23 years ago |
|
bug23951.phpt
|
fix test so it does not depend on variable order
|
23 years ago |
|
bug24399.phpt
|
fix these tests
|
23 years ago |
|
bug24445.phpt
|
Fix test name
|
23 years ago |
|
class_abstract.phpt
|
Add test case for abstract classes
|
23 years ago |
|
class_example.phpt
|
- Convert cfunction -> function.
|
25 years ago |
|
class_final.phpt
|
Add test case for final classes
|
23 years ago |
|
clone_001.phpt
|
Add more clone testing
|
23 years ago |
|
clone_002.phpt
|
Finally fix property cloning and fix the tests accordingly.
|
23 years ago |
|
clone_003.phpt
|
Finally fix property cloning and fix the tests accordingly.
|
23 years ago |
|
clone_004.phpt
|
More __clone testing
|
23 years ago |
|
clone_005.phpt
|
More __clone testing
|
23 years ago |
|
constants_scope_001.phpt
|
Added some tests for ZE2 features and their functionality.
|
23 years ago |
|
ctor_dtor.phpt
|
Adding tests for ctor/dtor handling
|
23 years ago |
|
ctor_dtor_inheritance.phpt
|
Adding tests for ctor/dtor handling
|
23 years ago |
|
dereferencing_001.phpt
|
Added some tests for ZE2 features and their functionality.
|
23 years ago |
|
destructor_and_globals.phpt
|
Accessing globals from a destructor causes memory corruption
|
23 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
|
fix these tests
|
23 years ago |
|
factory_and_singleton_003.phpt
|
Add tests for static members
|
23 years ago |
|
factory_and_singleton_004.phpt
|
Add tests for static members
|
23 years ago |
|
factory_and_singleton_005.phpt
|
fix these tests
|
23 years ago |
|
factory_and_singleton_006.phpt
|
fix these tests
|
23 years ago |
|
factory_and_singleton_007.phpt
|
Add tests for __clone visibility
|
23 years ago |
|
factory_and_singleton_008.phpt
|
Fix test (damn copy'n'paste)
|
23 years ago |
|
final.phpt
|
Adding tests for final methods
|
23 years ago |
|
final_abstract.phpt
|
Adding tests for final methods
|
23 years ago |
|
final_redeclare.phpt
|
Adding tests for final methods
|
23 years ago |
|
inheritance.phpt
|
- Convert cfunction -> function.
|
25 years ago |
|
inheritance_002.phpt
|
Goodbye namespaces
|
23 years ago |
|
interface_class.phpt
|
Added some interface tests
|
23 years ago |
|
interface_doubled.phpt
|
bugfix #22961 by cynic@php.net
|
23 years ago |
|
interface_implemented.phpt
|
Added some interface tests
|
23 years ago |
|
interface_instantiate.phpt
|
Added some interface tests
|
23 years ago |
|
interface_member.phpt
|
Added some interface tests
|
23 years ago |
|
interface_method.phpt
|
Added some interface tests
|
23 years ago |
|
interface_method_final.phpt
|
Added some interface tests
|
23 years ago |
|
interface_method_private.phpt
|
Added some interface tests
|
23 years ago |
|
interface_must_be_implemented.phpt
|
Change tests to reflect error message changes
|
23 years ago |
|
interfaces_001.phpt
|
fix these tests
|
23 years ago |
|
interfaces_002.phpt
|
Change tests to reflect error message changes
|
23 years ago |
|
object_reference_001.phpt
|
Added some tests for ZE2 features and their functionality.
|
23 years ago |
|
private_001.phpt
|
Add PPP method tests
|
23 years ago |
|
private_002.phpt
|
Add PPP method tests
|
23 years ago |
|
private_003.phpt
|
Add PPP method tests
|
23 years ago |
|
private_003b.phpt
|
Add PPP method tests
|
23 years ago |
|
private_004.phpt
|
Add PPP method tests
|
23 years ago |
|
private_004b.phpt
|
Add PPP method tests
|
23 years ago |
|
private_005.phpt
|
Add PPP method tests
|
23 years ago |
|
private_005b.phpt
|
Add PPP method tests
|
23 years ago |
|
private_006.phpt
|
Add PPP method tests
|
23 years ago |
|
private_006b.phpt
|
Add PPP method tests
|
23 years ago |
|
private_007.phpt
|
Add PPP method tests
|
23 years ago |
|
private_007b.phpt
|
Add PPP method tests
|
23 years ago |
|
private_members.phpt
|
Check handling of private class members
|
23 years ago |
|
private_redeclare.phpt
|
Check private redeclare behavior
|
23 years ago |
|
protected_001.phpt
|
Add PPP method tests
|
23 years ago |
|
protected_001b.phpt
|
Add PPP method tests
|
23 years ago |
|
protected_002.phpt
|
Add PPP method tests
|
23 years ago |
|
singleton_001.phpt
|
Added some tests for ZE2 features and their functionality.
|
23 years ago |
|
static_mix_1.phpt
|
"of cause" should have been "of course" but is not needed anyway
|
23 years ago |
|
static_mix_2.phpt
|
"of cause" should have been "of course" but is not needed anyway
|
23 years ago |
|
type_hinting_001.phpt
|
Added tests for interfaces and class type hinting.
|
23 years ago |
|
visibility_000a.phpt
|
Add PPP method tests
|
23 years ago |
|
visibility_000b.phpt
|
Add PPP method tests
|
23 years ago |
|
visibility_000c.phpt
|
Add PPP method tests
|
23 years ago |
|
visibility_001a.phpt
|
Add PPP method tests
|
23 years ago |
|
visibility_001b.phpt
|
Add PPP method tests
|
23 years ago |
|
visibility_001c.phpt
|
Add PPP method tests
|
23 years ago |
|
visibility_002a.phpt
|
Add PPP method tests
|
23 years ago |
|
visibility_002b.phpt
|
Add PPP method tests
|
23 years ago |
|
visibility_002c.phpt
|
Add PPP method tests
|
23 years ago |
|
visibility_003a.phpt
|
Add PPP method tests
|
23 years ago |
|
visibility_003b.phpt
|
Add PPP method tests
|
23 years ago |
|
visibility_003c.phpt
|
Add PPP method tests
|
23 years ago |
|
visibility_004a.phpt
|
Add PPP method tests
|
23 years ago |
|
visibility_004b.phpt
|
Add PPP method tests
|
23 years ago |
|
visibility_004c.phpt
|
Add PPP method tests
|
23 years ago |