Home
last modified time | relevance | path

Searched refs:inherited (Results 1 – 25 of 78) sorted by relevance

1234

/PHP-5.5/ext/reflection/tests/
H A DReflectionProperty_constructor_variation1.phpt2 ReflectionProperty::__construct(): ensure inherited private props can't be accessed through Reflect…
30 echo "--> Reflect inherited private from global scope:\n";
38 echo "\n\n--> Reflect inherited private from declaring scope:\n";
41 echo "\n\n--> Reflect inherited private from declaring scope via subclass:\n";
44 echo "\n\n--> Reflect inherited private from subclass:\n";
48 --> Reflect inherited private from global scope:
51 --> Reflect inherited private from declaring scope:
54 --> Reflect inherited private from declaring scope via subclass:
57 --> Reflect inherited private from subclass:
H A DReflectionClass_hasConstant_001.phpt26 echo "Check inherited constant: ";
35 Check inherited constant: bool(true)
H A DReflectionObject_export_basic3.phpt2 ReflectionObject::export() - ensure dynamic property with same name as inherited private property i…
H A DReflectionProperty_getDeclaringClass_variation1.phpt2 Test ReflectionProperty::getDeclaringClass() with inherited properties.
/PHP-5.5/tests/classes/
H A Dinterface_constant_inheritance_001.phpt2 Ensure an interface may not shadow an inherited constant.
17 Fatal error: Cannot inherit previously-inherited or override constant FOO from interface I1 in %s o…
H A Dinterface_constant_inheritance_002.phpt2 Ensure a class may not shadow a constant inherited from an interface.
17 Fatal error: Cannot inherit previously-inherited or override constant FOO from interface I in %s on…
H A Dfinal_ctor3.phpt2 Ensure implicit final inherited old-style constructor cannot be overridden.
H A Dctor_dtor_inheritance.phpt2 ZE2 A derived class can use the inherited constructor/destructor
9 // - inherited constructors/destructors are not called automatically
H A Ddestructor_inheritance.phpt2 ZE2 The inherited destructor is called
H A Dinterface_constant_inheritance_003.phpt20 Fatal error: Cannot inherit previously-inherited or override constant FOO from interface I2 in %s o…
H A Dmethod_override_optional_arg_002.phpt2 Omitting optional arg in method inherited from abstract class
H A Dbug23951.phpt2 Bug #23951 (Defines not working in inherited classes)
H A Dproperty_override_private_private.phpt2 Redeclare inherited private property as private.
H A Dproperty_override_private_protected.phpt2 Redeclare inherited private property as protected.
H A Dproperty_override_private_public.phpt2 Redeclare inherited private property as public.
H A Dproperty_override_protected_protected.phpt2 Redeclare inherited protected property as protected.
H A Dproperty_override_protected_public.phpt2 Redeclare inherited protected property as public.
H A Dproperty_override_public_public.phpt2 Redeclare inherited public property as public.
H A Dclass_final.phpt2 ZE2 A final class cannot be inherited
/PHP-5.5/Zend/tests/
H A Derrmsg_025.phpt2 errmsg: cannot inherit previously inherited constant
20 Fatal error: Cannot inherit previously-inherited or override constant FOO from interface test2 in %…
H A Dinter_04.phpt2 Trying declare interface with repeated name of inherited method
H A Dinter_01.phpt18 Fatal error: Cannot inherit previously-inherited or override constant foo from interface foo in %s …
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_sockets.c339 char *inherited = getenv("FPM_SOCKETS"); in fpm_sockets_init_main() local
347 while (inherited && *inherited) { in fpm_sockets_init_main()
348 char *comma = strchr(inherited, ','); in fpm_sockets_init_main()
356 eq = strchr(inherited, '='); in fpm_sockets_init_main()
360 type = fpm_sockets_domain_from_address(inherited); in fpm_sockets_init_main()
361 zlog(ZLOG_NOTICE, "using inherited socket fd=%d, \"%s\"", fd_no, inherited); in fpm_sockets_init_main()
362 fpm_sockets_hash_op(fd_no, 0, inherited, type, FPM_STORE_SOCKET); in fpm_sockets_init_main()
366 inherited = comma + 1; in fpm_sockets_init_main()
368 inherited = 0; in fpm_sockets_init_main()
/PHP-5.5/Zend/tests/traits/
H A Dbug65576a.phpt2 Bug #65576 (Constructor from trait conflicts with inherited constructor)
H A Dbug65576b.phpt2 Bug #65576 (Constructor from trait conflicts with inherited constructor)

Completed in 63 milliseconds

1234