You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Dmitry Stogov ff363e2e7c Implemented RFC: Replace "Missing argument" warning with "Too few arguments" exception 10 years ago
..
__call_001.phpt Fix tests for E_STRICT and check for E_STRICT in run-tests.php. 23 years ago
__call_002.phpt MFB Enforce protocol of magic methods/classes 22 years ago
__call_003.phpt Adding tests for class features, including __autoload(), property inheritance rules and class constants. 18 years ago
__call_004.phpt Use "float" and "integer" in typehint and zpp errors 11 years ago
__call_005.phpt MFH: Changed error messages to use "cannot" instead of "can not" (meaning "also can") 17 years ago
__call_006.phpt Use "float" and "integer" in typehint and zpp errors 11 years ago
__call_007.phpt Implemented RFC: Fix inconsistent behavior of $this variable 10 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 Tests are fixed according to new var_dump()/pront_r() format (to pass in non-unicode mode) 21 years ago
__set_data_corrupt.phpt - Add missing prefixes 20 years ago
abstract.phpt Update exception names in tests after formatting changes. 11 years ago
abstract_by_interface_001.phpt - Add new tests 20 years ago
abstract_by_interface_002.phpt - Add new tests 20 years ago
abstract_class.phpt Update exception names in tests after formatting changes. 11 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 Update exception names in tests after formatting changes. 11 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 Reclassify E_STRICT notices 11 years ago
abstract_user_call.phpt Update exception names in tests after formatting changes. 11 years ago
array_access_001.phpt Fix tests (removed space on error message "Undefined index: ...") 18 years ago
array_access_002.phpt Fix tests (removed space on error message "Undefined index: ...") 18 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 Added some class tests; Replaced some hardcoded instance ids with %d. 18 years ago
array_access_010.phpt Changed silent conversion of array to string to produce a notice. (Patrick) 15 years ago
array_access_011.phpt Added some class tests; Replaced some hardcoded instance ids with %d. 18 years ago
array_access_012.phpt Update exception names in tests after formatting changes. 11 years ago
array_access_013.phpt - Speling 20 years ago
array_conversion_keys.phpt Adding test to stabelize keys used when converting objects to arrays 13 years ago
arrayobject_001.phpt Remove empty sections. Fix bad use of --SKIP-- 17 years ago
assign_op_property_001.phpt Fix incorrect use of assignment in where equality was intended - class tests. 18 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_007.phpt Adding tests for class features, including __autoload(), property inheritance rules and class constants. 18 years ago
autoload_008.phpt Adding tests for class features, including __autoload(), property inheritance rules and class constants. 18 years ago
autoload_009.phpt Merge branch 'master' into throwable-interface 11 years ago
autoload_010.phpt Adding tests for class features, including __autoload(), property inheritance rules and class constants. 18 years ago
autoload_011.phpt Adding tests for class features, including __autoload(), property inheritance rules and class constants. 18 years ago
autoload_012.phpt 2 more test fixes 18 years ago
autoload_013.phpt Adding tests for class features, including __autoload(), property inheritance rules and class constants. 18 years ago
autoload_014.phpt Adding tests for class features, including __autoload(), property inheritance rules and class constants. 18 years ago
autoload_015.phpt Adding tests for class features, including __autoload(), property inheritance rules and class constants. 18 years ago
autoload_016.phpt Adding tests for class features, including __autoload(), property inheritance rules and class constants. 18 years ago
autoload_017.phpt Use "float" and "integer" in typehint and zpp errors 11 years ago
autoload_018.phpt Adding tests for class features, including __autoload(), property inheritance rules and class constants. 18 years ago
autoload_019.phpt Adding tests for class features, including __autoload(), property inheritance rules and class constants. 18 years ago
autoload_020.phpt Adding tests for class features, including __autoload(), property inheritance rules and class constants. 18 years ago
autoload_021.phpt Update exception names in tests after formatting changes. 11 years ago
autoload_derived.p5c Use "float" and "integer" in typehint and zpp errors 11 years ago
autoload_implements.p5c Use "float" and "integer" in typehint and zpp errors 11 years ago
autoload_interface.p5c Use "float" and "integer" in typehint and zpp errors 11 years ago
autoload_root.p5c Use "float" and "integer" in typehint and zpp errors 11 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. 23 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 Update exception names in tests after formatting changes. 11 years ago
bug29446.phpt - killed off UEXPECT 18 years ago
bug63462.phpt Fixed wrong XFAIL test - already fixed 12 years ago
bug65768.phpt Fixed bug #65768: DateTimeImmutable::diff does not work 12 years ago
class_abstract.phpt Update exception names in tests after formatting changes. 11 years ago
class_example.phpt Fix tests for E_STRICT and check for E_STRICT in run-tests.php. 23 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 Tests are fixed according to new var_dump()/pront_r() format (to pass in non-unicode mode) 21 years ago
clone_004.phpt Update tests 22 years ago
clone_005.phpt More __clone testing 23 years ago
clone_006.phpt Reclassify E_STRICT notices 11 years ago
constants_basic_001.phpt Update exception names in tests after formatting changes. 11 years ago
constants_basic_002.phpt Adding tests for class features, including __autoload(), property inheritance rules and class constants. 18 years ago
constants_basic_003.inc Use "float" and "integer" in typehint and zpp errors 11 years ago
constants_basic_003.phpt Adding tests for class features, including __autoload(), property inheritance rules and class constants. 18 years ago
constants_basic_004.phpt Adding tests for class features, including __autoload(), property inheritance rules and class constants. 18 years ago
constants_basic_005.phpt Adding tests for class features, including __autoload(), property inheritance rules and class constants. 18 years ago
constants_basic_006.phpt Adding tests for class features, including __autoload(), property inheritance rules and class constants. 18 years ago
constants_comments_001.phpt Implemented the RFC `Support Class Constant Visibility`. 10 years ago
constants_error_001.phpt Adding tests for class features, including __autoload(), property inheritance rules and class constants. 18 years ago
constants_error_002.phpt Merge branch 'master' into phpng 12 years ago
constants_error_003.phpt Adding tests for class features, including __autoload(), property inheritance rules and class constants. 18 years ago
constants_error_004.phpt typo fixes - https://github.com/vlajos/misspell_fixer 11 years ago
constants_error_005.phpt Update error message 12 years ago
constants_error_006.phpt Adding tests for class features, including __autoload(), property inheritance rules and class constants. 18 years ago
constants_error_007.phpt Adding tests for class features, including __autoload(), property inheritance rules and class constants. 18 years ago
constants_scope_001.phpt Update test 22 years ago
constants_visibility_001.phpt Implemented the RFC `Support Class Constant Visibility`. 10 years ago
constants_visibility_002.phpt Implemented the RFC `Support Class Constant Visibility`. 10 years ago
constants_visibility_003.phpt Implemented the RFC `Support Class Constant Visibility`. 10 years ago
constants_visibility_004.phpt Implemented the RFC `Support Class Constant Visibility`. 10 years ago
constants_visibility_005.phpt Implemented the RFC `Support Class Constant Visibility`. 10 years ago
constants_visibility_006.phpt Implemented the RFC `Support Class Constant Visibility`. 10 years ago
constants_visibility_007.phpt Implemented the RFC `Support Class Constant Visibility`. 10 years ago
constants_visibility_error_001.phpt Implemented the RFC `Support Class Constant Visibility`. 10 years ago
constants_visibility_error_002.phpt Implemented the RFC `Support Class Constant Visibility`. 10 years ago
constants_visibility_error_003.phpt Implemented the RFC `Support Class Constant Visibility`. 10 years ago
constants_visibility_error_004.phpt Implemented the RFC `Support Class Constant Visibility`. 10 years ago
ctor_dtor.phpt Deprecate PHP 4 constructors 11 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 Show full signature upon inheritance mismatch 11 years ago
ctor_in_interface_02.phpt trivial change try to ci a "fake" merge 14 years ago
ctor_in_interface_03.phpt Show full signature upon inheritance mismatch 11 years ago
ctor_in_interface_04.phpt Show full signature upon inheritance mismatch 11 years ago
ctor_name_clash.phpt Finish PHP 4 constructor deprecation 11 years ago
ctor_visibility.phpt Update exception names in tests after formatting changes. 11 years ago
dereferencing_001.phpt Deprecate PHP 4 constructors 11 years ago
destructor_and_echo.phpt - 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 - Add missing prefixes 20 years ago
destructor_inheritance.phpt - killed off UEXPECT 18 years ago
destructor_visibility_001.phpt Update exception names in tests after formatting changes. 11 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 Update exception names in tests after formatting changes. 11 years ago
factory_and_singleton_004.phpt Update exception names in tests after formatting changes. 11 years ago
factory_and_singleton_005.phpt Update exception names in tests after formatting changes. 11 years ago
factory_and_singleton_006.phpt Update exception names in tests after formatting changes. 11 years ago
factory_and_singleton_007.phpt Update exception names in tests after formatting changes. 11 years ago
factory_and_singleton_008.phpt Update exception names in tests after formatting changes. 11 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 Use "float" and "integer" in typehint and zpp errors 11 years ago
final_abstract.phpt Prefix all engine 2 tests 23 years ago
final_ctor1.phpt Finish PHP 4 constructor deprecation 11 years ago
final_ctor2.phpt Finish PHP 4 constructor deprecation 11 years ago
final_ctor3.phpt Finish PHP 4 constructor deprecation 11 years ago
final_redeclare.phpt Update test (reason: early binding changes its behavior) 22 years ago
implicit_instantiation_001.phpt Fixed typo - inconsistent notice for undefined property (introduced by fix for #49348) 13 years ago
incdec_property_001.phpt Fix incorrect use of assignment in where equality was intended - class tests. 18 years ago
incdec_property_002.phpt Fix incorrect use of assignment in where equality was intended - class tests. 18 years ago
incdec_property_003.phpt Fix incorrect use of assignment in where equality was intended - class tests. 18 years ago
incdec_property_004.phpt Fix incorrect use of assignment in where equality was intended - class tests. 18 years ago
inheritance.phpt Fix tests for E_STRICT and check for E_STRICT in run-tests.php. 23 years ago
inheritance_002.phpt Finish PHP 4 constructor deprecation 11 years ago
inheritance_003.phpt Reclassify E_STRICT notices 11 years ago
inheritance_004.phpt Show full signature upon inheritance mismatch 11 years ago
inheritance_005.phpt Finish PHP 4 constructor deprecation 11 years ago
inheritance_006.phpt Use "float" and "integer" in typehint and zpp errors 11 years ago
inheritance_007.phpt Finish PHP 4 constructor deprecation 11 years ago
interface_and_extends.phpt Fix: interfac -> interface 22 years ago
interface_class.phpt Prefix all engine 2 tests 23 years ago
interface_constant_inheritance_001.phpt - Fixed tests 16 years ago
interface_constant_inheritance_002.phpt - Fixed tests 16 years ago
interface_constant_inheritance_003.phpt - Fixed tests 16 years ago
interface_constant_inheritance_004.phpt Add new tests for class/object functions and features. 18 years ago
interface_constant_inheritance_005.phpt Implemented the RFC `Support Class Constant Visibility`. 10 years ago
interface_constant_inheritance_006.phpt Implemented the RFC `Support Class Constant Visibility`. 10 years ago
interface_constant_inheritance_007.phpt Implemented the RFC `Support Class Constant Visibility`. 10 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 Update exception names in tests after formatting changes. 11 years ago
interface_member.phpt Fix tests for E_STRICT and check for E_STRICT in run-tests.php. 23 years ago
interface_method.phpt Fix code in test 12 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
interface_optional_arg_002.phpt - killed off UEXPECT 18 years ago
interface_optional_arg_003.inc Use "float" and "integer" in typehint and zpp errors 11 years ago
interface_optional_arg_003.phpt Use "float" and "integer" in typehint and zpp errors 11 years ago
interfaces_001.phpt Updated tests to reflect exception class changes. 11 years ago
interfaces_002.phpt Updated tests to reflect exception class changes. 11 years ago
interfaces_003.phpt Implemented RFC: Replace "Missing argument" warning with "Too few arguments" exception 10 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 - killed off UEXPECT 18 years ago
iterators_007.phpt fix test 21 years ago
iterators_008.phpt Use "float" and "integer" in typehint and zpp errors 11 years ago
method_call_variation_001.phpt Fix test to conform with UVS changes 12 years ago
method_override_optional_arg_001.phpt Reclassify E_STRICT notices 11 years ago
method_override_optional_arg_002.phpt Reclassify E_STRICT notices 11 years ago
object_reference_001.phpt Deprecate PHP 4 constructors 11 years ago
private_001.phpt Update exception names in tests after formatting changes. 11 years ago
private_002.phpt Update exception names in tests after formatting changes. 11 years ago
private_003.phpt Update exception names in tests after formatting changes. 11 years ago
private_003b.phpt Update exception names in tests after formatting changes. 11 years ago
private_004.phpt Update exception names in tests after formatting changes. 11 years ago
private_004b.phpt Update exception names in tests after formatting changes. 11 years ago
private_005.phpt Update exception names in tests after formatting changes. 11 years ago
private_005b.phpt Update exception names in tests after formatting changes. 11 years ago
private_006.phpt Prefix all engine 2 tests 23 years ago
private_006b.phpt Use "float" and "integer" in typehint and zpp errors 11 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 Tests are fixed according to new var_dump()/pront_r() format (to pass in non-unicode mode) 21 years ago
private_members_serialization.phpt Adding test to verify that __sleep can handle parent classes' private members 13 years ago
private_redeclare.phpt Update exception names in tests after formatting changes. 11 years ago
property_override_privateStatic_private.phpt Adding tests for class features, including __autoload(), property inheritance rules and class constants. 18 years ago
property_override_privateStatic_privateStatic.phpt Adding tests for class features, including __autoload(), property inheritance rules and class constants. 18 years ago
property_override_privateStatic_protected.phpt Adding tests for class features, including __autoload(), property inheritance rules and class constants. 18 years ago
property_override_privateStatic_protectedStatic.phpt Adding tests for class features, including __autoload(), property inheritance rules and class constants. 18 years ago
property_override_privateStatic_public.phpt Adding tests for class features, including __autoload(), property inheritance rules and class constants. 18 years ago
property_override_privateStatic_publicStatic.phpt Adding tests for class features, including __autoload(), property inheritance rules and class constants. 18 years ago
property_override_private_private.phpt Adding tests for class features, including __autoload(), property inheritance rules and class constants. 18 years ago
property_override_private_privateStatic.phpt Adding tests for class features, including __autoload(), property inheritance rules and class constants. 18 years ago
property_override_private_protected.phpt Adding tests for class features, including __autoload(), property inheritance rules and class constants. 18 years ago
property_override_private_protectedStatic.phpt Adding tests for class features, including __autoload(), property inheritance rules and class constants. 18 years ago
property_override_private_public.phpt Adding tests for class features, including __autoload(), property inheritance rules and class constants. 18 years ago
property_override_private_publicStatic.phpt Adding tests for class features, including __autoload(), property inheritance rules and class constants. 18 years ago
property_override_protectedStatic_private.phpt Adding tests for class features, including __autoload(), property inheritance rules and class constants. 18 years ago
property_override_protectedStatic_privateStatic.phpt Adding tests for class features, including __autoload(), property inheritance rules and class constants. 18 years ago
property_override_protectedStatic_protected.phpt Adding tests for class features, including __autoload(), property inheritance rules and class constants. 18 years ago
property_override_protectedStatic_protectedStatic.phpt Adding tests for class features, including __autoload(), property inheritance rules and class constants. 18 years ago
property_override_protectedStatic_public.phpt Adding tests for class features, including __autoload(), property inheritance rules and class constants. 18 years ago
property_override_protectedStatic_publicStatic.phpt Remove inconsistent behaviour when a protected static prop is overridden by public static prop (details: http://turl.ca/phhhf ). 18 years ago
property_override_protected_private.phpt - Only one line heading 18 years ago
property_override_protected_privateStatic.phpt Adding tests for class features, including __autoload(), property inheritance rules and class constants. 18 years ago
property_override_protected_protected.phpt Adding tests for class features, including __autoload(), property inheritance rules and class constants. 18 years ago
property_override_protected_protectedStatic.phpt Adding tests for class features, including __autoload(), property inheritance rules and class constants. 18 years ago
property_override_protected_public.phpt Adding tests for class features, including __autoload(), property inheritance rules and class constants. 18 years ago
property_override_protected_publicStatic.phpt Adding tests for class features, including __autoload(), property inheritance rules and class constants. 18 years ago
property_override_publicStatic_private.phpt Adding tests for class features, including __autoload(), property inheritance rules and class constants. 18 years ago
property_override_publicStatic_privateStatic.phpt Adding tests for class features, including __autoload(), property inheritance rules and class constants. 18 years ago
property_override_publicStatic_protected.phpt Adding tests for class features, including __autoload(), property inheritance rules and class constants. 18 years ago
property_override_publicStatic_protectedStatic.phpt Adding tests for class features, including __autoload(), property inheritance rules and class constants. 18 years ago
property_override_publicStatic_public.phpt Adding tests for class features, including __autoload(), property inheritance rules and class constants. 18 years ago
property_override_publicStatic_publicStatic.phpt Adding tests for class features, including __autoload(), property inheritance rules and class constants. 18 years ago
property_override_public_private.phpt Adding tests for class features, including __autoload(), property inheritance rules and class constants. 18 years ago
property_override_public_privateStatic.phpt Adding tests for class features, including __autoload(), property inheritance rules and class constants. 18 years ago
property_override_public_protected.phpt Adding tests for class features, including __autoload(), property inheritance rules and class constants. 18 years ago
property_override_public_protectedStatic.phpt Adding tests for class features, including __autoload(), property inheritance rules and class constants. 18 years ago
property_override_public_public.phpt Adding tests for class features, including __autoload(), property inheritance rules and class constants. 18 years ago
property_override_public_publicStatic.phpt Adding tests for class features, including __autoload(), property inheritance rules and class constants. 18 years ago
property_recreate_private.phpt Update exception names in tests after formatting changes. 11 years ago
property_recreate_protected.phpt Update exception names in tests after formatting changes. 11 years ago
protected_001.phpt Update exception names in tests after formatting changes. 11 years ago
protected_001b.phpt Update exception names in tests after formatting changes. 11 years ago
protected_002.phpt Update exception names in tests after formatting changes. 11 years ago
serialize_001.phpt Add some class related tests, fix hard-coded object ID in serialize_001.phpt. 17 years ago
singleton_001.phpt Added some tests for ZE2 features and their functionality. 23 years ago
static_mix_1.phpt Use "float" and "integer" in typehint and zpp errors 11 years ago
static_mix_2.phpt - killed off UEXPECT 18 years ago
static_properties_001.phpt Tests show updating consts must happen once at runtime (revert optimization). 23 years ago
static_properties_003.phpt Reclassify E_STRICT notices 11 years ago
static_properties_003_error1.phpt Update exception names in tests after formatting changes. 11 years ago
static_properties_003_error2.phpt Update exception names in tests after formatting changes. 11 years ago
static_properties_003_error3.phpt Update exception names in tests after formatting changes. 11 years ago
static_properties_003_error4.phpt Update exception names in tests after formatting changes. 11 years ago
static_properties_004.phpt Use "float" and "integer" in typehint and zpp errors 11 years ago
static_properties_undeclared_assign.phpt Update exception names in tests after formatting changes. 11 years ago
static_properties_undeclared_assignInc.phpt Update exception names in tests after formatting changes. 11 years ago
static_properties_undeclared_assignRef.phpt Update exception names in tests after formatting changes. 11 years ago
static_properties_undeclared_inc.phpt Update exception names in tests after formatting changes. 11 years ago
static_properties_undeclared_isset.phpt Use "float" and "integer" in typehint and zpp errors 11 years ago
static_properties_undeclared_read.phpt Update exception names in tests after formatting changes. 11 years ago
static_this.phpt Implemented RFC: Fix inconsistent behavior of $this variable 10 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 - Add new tests 21 years ago
tostring_003.phpt Fixed Bug #70967 (Weird error handling for __toString when Error is thrown) 10 years ago
tostring_004.phpt Drop duplicate object-to-type notices 11 years ago
type_hinting_001.phpt Merge branch 'master' into throwable-interface 11 years ago
type_hinting_002.phpt Merge branch 'master' into throwable-interface 11 years ago
type_hinting_003.phpt Merge branch 'master' into throwable-interface 11 years ago
type_hinting_004.phpt Switch code on thrown TypeError and ParseError to 0, update related tests 11 years ago
type_hinting_005a.phpt Show full signature upon inheritance mismatch 11 years ago
type_hinting_005b.phpt Show full signature upon inheritance mismatch 11 years ago
type_hinting_005c.phpt Show full signature upon inheritance mismatch 11 years ago
type_hinting_005d.phpt Show full signature upon inheritance mismatch 11 years ago
unset_properties.phpt fix tests 13 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 Fixed bug #40757 (get_object_vars get nothing in child class) 19 years ago