Searched refs:inherited (Results 1 – 25 of 101) sorted by relevance
12345
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.
443 char *inherited; in fpm_sockets_init_main() local459 inherited = getenv(envname); in fpm_sockets_init_main()460 if (!inherited) { in fpm_sockets_init_main()464 while (inherited && *inherited) { in fpm_sockets_init_main()465 char *comma = strchr(inherited, ','); in fpm_sockets_init_main()473 eq = strchr(inherited, '='); in fpm_sockets_init_main()475 int sockpath_len = eq - inherited; in fpm_sockets_init_main()480 memcpy(sockpath, inherited, sockpath_len); in fpm_sockets_init_main()489 inherited = comma + 1; in fpm_sockets_init_main()491 inherited = 0; in fpm_sockets_init_main()
15 echo "inherited\n";32 inherited
2 Final interface constants can be inherited
2 Class constants inherited from interfaces can be redeclared
2 Interface constants inherited from other interfaces can be redeclared
2 Bug GH-7757 (Multi-inherited final constant causes fatal error)
2 Interface constants cannot be inherited from other interfaces
2 Class constants cannot be inherited from two different interfaces
2 Ensure an interface may not shadow an inherited constant.
2 ZE2 A derived class can use the inherited constructor/destructor7 // - inherited constructors/destructors are not called automatically
2 ZE2 The inherited destructor is called
2 ZE2 A final class cannot be inherited
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 errmsg: cannot inherit previously inherited constant
2 Bug #71414 (Interface method override inherited method and implemented in a trait causes fatal erro…
2 #[Override]: Inheritance check of inherited trait method against interface
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 22 milliseconds