Home
last modified time | relevance | path

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

1234

/PHP-7.4/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 Dbug75231.phpt2 Bug #75231: ReflectionProperty#getValue() incorrectly works with inherited classes
H A DReflectionObject_export_basic3.phpt2 ReflectionObject::__toString() - ensure dynamic property with same name as inherited private proper…
/PHP-7.4/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 Ddestructor_inheritance.phpt2 ZE2 The inherited destructor is called
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 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.
/PHP-7.4/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 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 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.4/sapi/fpm/fpm/
H A Dfpm_sockets.c386 char *inherited; in fpm_sockets_init_main() local
396 inherited = getenv(envname); in fpm_sockets_init_main()
397 if (!inherited) { in fpm_sockets_init_main()
401 while (inherited && *inherited) { in fpm_sockets_init_main()
402 char *comma = strchr(inherited, ','); in fpm_sockets_init_main()
410 eq = strchr(inherited, '='); in fpm_sockets_init_main()
412 int sockpath_len = eq - inherited; in fpm_sockets_init_main()
417 memcpy(sockpath, inherited, sockpath_len); in fpm_sockets_init_main()
426 inherited = comma + 1; in fpm_sockets_init_main()
428 inherited = 0; in fpm_sockets_init_main()
/PHP-7.4/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.4/ext/standard/tests/general_functions/
H A Dproc_open_redirect.phpt35 echo "\nWith inherited stdout:\n";
70 With inherited stdout:
/PHP-7.4/ext/opcache/tests/
H A Dpreload_static_var_inheritance.phpt2 Bug #79548: Preloading segfault with inherited method using static variable
/PHP-7.4/ext/standard/tests/assert/
H A Dbug73303.phpt2 Bug #73303: Scope not inherited by eval in assert()

Completed in 51 milliseconds

1234