Home
last modified time | relevance | path

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

1234

/PHP-7.2/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 Dbug75231.phpt2 Bug #75231: ReflectionProperty#getValue() incorrectly works with inherited classes
/PHP-7.2/tests/classes/
H A Dinterface_constant_inheritance_001.phpt2 Ensure an interface may not shadow an inherited constant.
16 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.
16 Fatal error: Cannot inherit previously-inherited or override constant FOO from interface I in %s on…
H A Dctor_dtor_inheritance.phpt2 ZE2 A derived class can use the inherited constructor/destructor
7 // - inherited constructors/destructors are not called automatically
H A Ddestructor_inheritance.phpt2 ZE2 The inherited destructor is called
H A Dclass_final.phpt2 ZE2 A final class cannot be inherited
H A Dmethod_override_optional_arg_002.phpt2 Omitting optional arg in method inherited from abstract class
H A Dinterface_constant_inheritance_003.phpt19 Fatal error: Cannot inherit previously-inherited or override constant FOO from interface I2 in %s o…
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.
/PHP-7.2/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 Dbug71414.phpt2 Bug #71414 (Interface method override inherited method and implemented in a trait causes fatal erro…
H A Dinter_01.phpt18 Fatal error: Cannot inherit previously-inherited or override constant foo from interface foo in %s …
/PHP-7.2/sapi/fpm/fpm/
H A Dfpm_sockets.c379 char *inherited; in fpm_sockets_init_main() local
393 inherited = getenv(sockname); in fpm_sockets_init_main()
394 if (!inherited) { in fpm_sockets_init_main()
398 while (inherited && *inherited) { in fpm_sockets_init_main()
399 char *comma = strchr(inherited, ','); in fpm_sockets_init_main()
407 eq = strchr(inherited, '='); in fpm_sockets_init_main()
409 int sockpath_len = eq - inherited; in fpm_sockets_init_main()
414 memcpy(sockpath, inherited, sockpath_len); in fpm_sockets_init_main()
423 inherited = comma + 1; in fpm_sockets_init_main()
425 inherited = 0; in fpm_sockets_init_main()
/PHP-7.2/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)
/PHP-7.2/ext/standard/tests/assert/
H A Dbug73303.phpt2 Bug #73303: Scope not inherited by eval in assert()

Completed in 36 milliseconds

1234