Searched refs:inherited (Results 1 – 25 of 91) sorted by relevance
1234
2 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:
26 echo "Check inherited constant: ";35 Check inherited constant: bool(true)
2 Test ReflectionProperty::getDeclaringClass() with inherited properties.
2 Bug #75231: ReflectionProperty#getValue() incorrectly works with inherited classes
2 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…
2 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…
2 ZE2 The inherited destructor is called
2 ZE2 A derived class can use the inherited constructor/destructor7 // - inherited constructors/destructors are not called automatically
2 ZE2 A final class cannot be inherited
2 Omitting optional arg in method inherited from abstract class
19 Fatal error: Cannot inherit previously-inherited or override constant FOO from interface I2 in %s o…
2 Bug #23951 (Defines not working in inherited classes)
2 Redeclare inherited private property as private.
2 Redeclare inherited private property as protected.
2 errmsg: cannot inherit previously inherited constant20 Fatal error: Cannot inherit previously-inherited or override constant FOO from interface test2 in %…
2 Bug #77922: Double release of doc comment on inherited shadow property
2 Trying declare interface with repeated name of inherited method
2 Bug #78787: Segfault with trait overriding inherited private shadow property
2 Bug #71414 (Interface method override inherited method and implemented in a trait causes fatal erro…
18 Fatal error: Cannot inherit previously-inherited or override constant foo from interface foo in %s …
395 char *inherited; in fpm_sockets_init_main() local405 inherited = getenv(envname); in fpm_sockets_init_main()406 if (!inherited) { in fpm_sockets_init_main()410 while (inherited && *inherited) { in fpm_sockets_init_main()411 char *comma = strchr(inherited, ','); in fpm_sockets_init_main()419 eq = strchr(inherited, '='); in fpm_sockets_init_main()421 int sockpath_len = eq - inherited; in fpm_sockets_init_main()426 memcpy(sockpath, inherited, sockpath_len); in fpm_sockets_init_main()435 inherited = comma + 1; in fpm_sockets_init_main()437 inherited = 0; in fpm_sockets_init_main()
2 Bug #65576 (Constructor from trait conflicts with inherited constructor)
2 Bug #79548: Preloading segfault with inherited method using static variable
49 echo "\nWith inherited stdout:\n";80 With inherited stdout:
Completed in 27 milliseconds