Home
last modified time | relevance | path

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

1234

/PHP-7.4/ext/reflection/tests/
H A Dbug30148.phpt2 Reflection Bug #30148 (ReflectionMethod->isConstructor() fails for inherited classes)
/PHP-7.4/ext/soap/tests/
H A Dclassmap003.phpt2 SOAP Classmap 3: encoding of inherited objects
/PHP-7.4/tests/classes/
H A Dinheritance_007.phpt2 Ensure inherited old-style constructor doesn't block other methods
H A Dinheritance_005.phpt2 Check for inherited old-style constructor.
H A Dinterface_implemented.phpt2 ZE2 An interface is inherited
/PHP-7.4/ext/date/tests/
H A Dbug65672.phpt2 Test for bug #65672: Broken classes inherited from DatePeriod
/PHP-7.4/sapi/fpm/tests/
H A Dreload-uses-sigkill-as-last-measure.phpt45 $tester->expectLogNotice('using inherited socket fd=\d+, "127.0.0.1:\d+"');
H A Dbug74083-concurrent-reload.phpt60 $tester->expectLogNotice('using inherited socket fd=\d+, "127.0.0.1:\d+"');
H A Dbug76601-reload-child-signals.phpt76 $tester->expectLogNotice('using inherited socket fd=\d+, "127.0.0.1:\d+"');
H A Dlogtool.inc301 if (!$this->expectNotice($lines[$i], 'using inherited socket fd=\d+, "[^"]+"')) {
/PHP-7.4/Zend/tests/type_declarations/
H A Dtyped_properties_magic_set.phpt46 // Check that inherited properties work correctly
/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_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()
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()
/PHP-7.4/ext/standard/tests/serialize/
H A Dserialization_objects_011.phpt2 Object serialization / unserialization with inherited and hidden properties.
/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/ext/standard/
H A Dconfig.m4316 AC_MSG_CHECKING([if your OS can spawn processes with inherited handles])
/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/
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).

Completed in 94 milliseconds

1234