Home
last modified time | relevance | path

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

12345

/php-src/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 DReflectionProperty_getDeclaringClass_variation1.phpt2 Test ReflectionProperty::getDeclaringClass() with inherited properties.
/php-src/sapi/fpm/fpm/
H A Dfpm_sockets.c443 char *inherited; in fpm_sockets_init_main() local
459 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()
/php-src/ext/ctype/tests/
H A Dlc_ctype_inheritance.phpt15 echo "inherited\n";
32 inherited
/php-src/Zend/tests/constants/final_constants/
H A Dfinal_const6.phpt2 Final interface constants can be inherited
H A Dfinal_const9.phpt2 Class constants inherited from interfaces can be redeclared
H A Dfinal_const10.phpt2 Interface constants inherited from other interfaces can be redeclared
H A Dfinal_const13.phpt2 Bug GH-7757 (Multi-inherited final constant causes fatal error)
H A Dfinal_const12.phpt2 Interface constants cannot be inherited from other interfaces
H A Dfinal_const8.phpt2 Class constants cannot be inherited from two different interfaces
/php-src/tests/classes/
H A Dinterface_constant_inheritance_001.phpt2 Ensure an interface may not shadow an inherited constant.
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
/php-src/Zend/tests/
H A Dbug77922.phpt2 Bug #77922: Double release of doc comment on inherited shadow property
H A Dinter_04.phpt2 Trying declare interface with repeated name of inherited method
H A Dbug78787.phpt2 Bug #78787: Segfault with trait overriding inherited private shadow property
H A Derrmsg_025.phpt2 errmsg: cannot inherit previously inherited constant
H A Dbug71414.phpt2 Bug #71414 (Interface method override inherited method and implemented in a trait causes fatal erro…
/php-src/Zend/tests/attributes/override/
H A Dgh12189_6.phpt2 #[Override]: Inheritance check of inherited trait method against interface
/php-src/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-src/ext/standard/tests/general_functions/
H A Dproc_open_redirect.phpt49 echo "\nWith inherited stdout:\n";
80 With inherited stdout:
/php-src/ext/opcache/tests/
H A Dpreload_static_var_inheritance.phpt2 Bug #79548: Preloading segfault with inherited method using static variable

Completed in 46 milliseconds

12345