Home
last modified time | relevance | path

Searched refs:inherited (Results 1 – 25 of 95) sorted by last modified time

1234

/PHP-7.4/
H A DNEWS350 . Fixed bug #80024 (Duplication of info about inherited socket after pool
737 . Fixed bug #79917 (File cache segfault with a static variable in inherited
888 . Fixed bug #79548 (Preloading segfault with inherited method using static
1555 . Fixed bug #78514 (Preloading segfaults with inherited typed property).
1822 . Fixed bug #77922 (Double release of doc comment on inherited shadow
2375 . Fixed bug #77291 (magic methods inherited from a trait may be ignored).
/PHP-7.4/ext/spl/
H A Dspl_fixedarray.c214 int inherited = 0; in spl_fixedarray_object_new_ex() local
239 inherited = 1; in spl_fixedarray_object_new_ex()
254 if (inherited) { in spl_fixedarray_object_new_ex()
H A Dspl_array.c172 int inherited = 0; in spl_array_object_new_ex() local
215 inherited = 1; in spl_array_object_new_ex()
220 if (inherited) { in spl_array_object_new_ex()
254 if (inherited) { in spl_array_object_new_ex()
H A Dspl_heap.c402 int inherited = 0; in spl_heap_object_new_ex() local
444 inherited = 1; in spl_heap_object_new_ex()
451 if (inherited) { in spl_heap_object_new_ex()
H A Dspl_dllist.c374 int inherited = 0; in spl_dllist_object_new_ex() local
421 inherited = 1; in spl_dllist_object_new_ex()
427 if (inherited) { in spl_dllist_object_new_ex()
/PHP-7.4/ext/simplexml/
H A Dsimplexml.c2119 int inherited = 0; in php_sxe_find_fptr_count() local
2126 inherited = 1; in php_sxe_find_fptr_count()
2129 if (inherited) { in php_sxe_find_fptr_count()
/PHP-7.4/sapi/fpm/tests/
H A Dbug80024-socket-reduced-inherit.phpt2 FPM: bug80024 - Duplication of info about inherited socket after pool removing
H A Dlogtool.inc301 if (!$this->expectNotice($lines[$i], 'using inherited socket fd=\d+, "[^"]+"')) {
H A Dreload-uses-sigkill-as-last-measure.phpt45 $tester->expectLogNotice('using inherited socket fd=\d+, "127.0.0.1:\d+"');
/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/ext/standard/
H A Dconfig.m4316 AC_MSG_CHECKING([if your OS can spawn processes with inherited handles])
/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/date/tests/
H A Dbug65672.phpt2 Test for bug #65672: Broken classes inherited from DatePeriod
/PHP-7.4/Zend/tests/type_declarations/
H A Dtyped_properties_magic_set.phpt46 // Check that inherited properties work correctly
/PHP-7.4/tests/lang/
H A DforeachLoopObjects.002.phpt99 echo "\n\nIterate over various generations from within an inherited method:\n";
246 Iterate over various generations from within an inherited method:
/PHP-7.4/tests/classes/
H A Dinheritance_007.phpt2 Ensure inherited old-style constructor doesn't block other methods
H A Dmethod_override_optional_arg_002.phpt2 Omitting optional arg in method inherited from abstract class
H A Dfinal_ctor3.phpt2 Ensure implicit final inherited old-style constructor cannot be overridden.
H A Dinheritance_005.phpt2 Check for inherited old-style constructor.
/PHP-7.4/ext/standard/tests/assert/
H A Dbug73303.phpt2 Bug #73303: Scope not inherited by eval in assert()
/PHP-7.4/ext/reflection/tests/
H A DReflectionProperty_getDeclaringClass_variation1.phpt2 Test ReflectionProperty::getDeclaringClass() with inherited properties.
H A Dbug30148.phpt2 Reflection Bug #30148 (ReflectionMethod->isConstructor() fails for inherited classes)
/PHP-7.4/ext/intl/tests/
H A Dbug75090.phpt2 Bug #75090 Constants of parent IntlCalendar class not inherited
/PHP-7.4/Zend/tests/
H A Dbug77291.phpt2 Bug #77291 (magic methods inherited from a trait may be ignored)
H A Dbug29674.phpt2 Bug #29674 (inherited method doesn't have access to private variables of the derived class)

Completed in 69 milliseconds

1234