Home
last modified time | relevance | path

Searched refs:inherited (Results 51 – 75 of 78) sorted by relevance

1234

/PHP-5.5/tests/classes/
H A Dproperty_override_protected_privateStatic.phpt2 Redeclare inherited protected property as private static.
H A Dproperty_override_protected_protectedStatic.phpt2 Redeclare inherited protected property as protected static.
H A Dproperty_override_protected_publicStatic.phpt2 Redeclare inherited protected property as public static.
H A Dproperty_override_publicStatic_privateStatic.phpt2 Redeclare inherited public static property as private static.
H A Dproperty_override_publicStatic_protectedStatic.phpt2 Redeclare inherited public static property as protected static.
H A Dproperty_override_public_privateStatic.phpt2 Redeclare inherited public property as private static.
H A Dproperty_override_public_protectedStatic.phpt2 Redeclare inherited public property as protected static.
H A Dproperty_override_public_publicStatic.phpt2 Redeclare inherited public property as public static.
H A Dproperty_override_protected_private.phpt2 Redeclare inherited protected property as private (duplicates Zend/tests/errmsg_023.phpt).
H A Dinheritance_007.phpt2 Ensure inherited old-style constructor doesn't block other methods
H A Dprivate_redeclare.phpt2 ZE2 A derived class does not know anything about inherited private methods
H A Dinheritance_005.phpt2 Check for inherited old-style constructor.
H A Dinterface_implemented.phpt2 ZE2 An interface is inherited
/PHP-5.5/Zend/tests/
H A Dmethod_static_var.phpt22 …* function_add_ref() makes a clone of static variables for inherited functions, so $i in Bar::test…
H A Dbug29674.phpt2 Bug #29674 (inherited method doesn't have access to private variables of the derived class)
/PHP-5.5/ext/reflection/tests/
H A Dbug30148.phpt2 Reflection Bug #30148 (ReflectionMethod->isConstructor() fails for inherited classes)
/PHP-5.5/ext/soap/tests/
H A Dclassmap003.phpt2 SOAP Classmap 3: encoding of inherited objects
/PHP-5.5/ext/spl/
H A Dspl_fixedarray.c228 int inherited = 0; in spl_fixedarray_object_new_ex() local
261 inherited = 1; in spl_fixedarray_object_new_ex()
276 if (inherited) { in spl_fixedarray_object_new_ex()
H A Dspl_dllist.c372 int inherited = 0; in spl_dllist_object_new_ex() local
422 inherited = 1; in spl_dllist_object_new_ex()
430 if (inherited) { in spl_dllist_object_new_ex()
H A Dspl_heap.c390 int inherited = 0; in spl_heap_object_new_ex() local
449 inherited = 1; in spl_heap_object_new_ex()
458 if (inherited) { in spl_heap_object_new_ex()
H A Dspl_array.c173 int inherited = 0; in spl_array_object_new_ex() local
224 inherited = 1; in spl_array_object_new_ex()
229 if (inherited) { in spl_array_object_new_ex()
261 if (inherited) { in spl_array_object_new_ex()
/PHP-5.5/ext/standard/tests/serialize/
H A Dserialization_objects_011.phpt2 Object serialization / unserialization with inherited and hidden properties.
/PHP-5.5/tests/lang/
H A DforeachLoopObjects.002.phpt99 echo "\n\nIterate over various generations from within an inherited method:\n";
246 Iterate over various generations from within an inherited method:
/PHP-5.5/ext/opcache/
H A DREADME153 inherited classes by using the current environment. The problem with this
/PHP-5.5/ext/simplexml/
H A Dsimplexml.c2094 int inherited = 0; in php_sxe_object_new() local
2119 inherited = 1; in php_sxe_object_new()
2122 if (inherited) { in php_sxe_object_new()

Completed in 51 milliseconds

1234