Home
last modified time | relevance | path

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

12345

/PHP-8.3/tests/classes/
H A Dproperty_override_protected_private.phpt2 Redeclare inherited protected property as private (duplicates Zend/tests/errmsg_023.phpt).
H A Dprivate_redeclare.phpt2 ZE2 A derived class does not know anything about inherited private methods
H A Dinterface_implemented.phpt2 ZE2 An interface is inherited
/PHP-8.3/ext/date/tests/
H A DDateTime_createFromImmutable-002.phpt2 Tests for inherited DateTime::createFromImmutable
H A Dbug65672.phpt2 Test for bug #65672: Broken classes inherited from DatePeriod
/PHP-8.3/ext/reflection/tests/
H A DReflectionClass_export_basic2.phpt2 ReflectionClass::__toString() - ensure inherited private props are hidden.
/PHP-8.3/sapi/fpm/tests/
H A Dbug68442-signal-reload.phpt32 $tester->expectLogNotice('using inherited socket fd=\d+, "127.0.0.1:\d+"');
H A Dbug77934-reload-process-control.phpt33 $tester->expectLogNotice('using inherited socket fd=\d+, "127.0.0.1:\d+"');
H A Dbug80024-socket-reduced-inherit.phpt2 FPM: bug80024 - Duplication of info about inherited socket after pool removing
H A Dreload-uses-sigkill-as-last-measure.phpt47 $tester->expectLogNotice('using inherited socket fd=\d+, "127.0.0.1:\d+"');
H A Dsocket-close-on-exec.phpt40 We expect that both LISTEN (inherited from the master process) and ACCEPTED (ESTABLISHED)
H A Dlogtool.inc437 if ( ! $this->expectNotice('using inherited socket fd=\d+, "[^"]+"')) {
/PHP-8.3/Zend/tests/
H A Dbug29674.phpt2 Bug #29674 (inherited method doesn't have access to private variables of the derived class)
/PHP-8.3/ext/soap/tests/
H A Dclassmap003.phpt2 SOAP Classmap 3: encoding of inherited objects
/PHP-8.3/Zend/tests/type_declarations/
H A Dtyped_properties_magic_set.phpt46 // Check that inherited properties work correctly
/PHP-8.3/ext/spl/
H A Dspl_fixedarray.c282 bool inherited = false; in spl_fixedarray_object_new_ex() local
300 inherited = true; in spl_fixedarray_object_new_ex()
305 if (UNEXPECTED(inherited)) { in spl_fixedarray_object_new_ex()
H A Dspl_heap.c410 int inherited = 0; in spl_heap_object_new_ex() local
449 inherited = 1; in spl_heap_object_new_ex()
454 if (inherited) { in spl_heap_object_new_ex()
H A Dspl_dllist.c313 int inherited = 0; in spl_dllist_object_new_ex() local
357 inherited = 1; in spl_dllist_object_new_ex()
362 if (inherited) { in spl_dllist_object_new_ex()
H A Dspl_array.c151 int inherited = 0; in spl_array_object_new_ex() local
192 inherited = 1; in spl_array_object_new_ex()
197 if (inherited) { in spl_array_object_new_ex()
/PHP-8.3/ext/standard/tests/serialize/
H A Dserialization_objects_011.phpt2 Object serialization / unserialization with inherited and hidden properties.
/PHP-8.3/tests/lang/
H A DforeachLoopObjects.002.phpt99 echo "\n\nIterate over various generations from within an inherited method:\n";
245 Iterate over various generations from within an inherited method:
/PHP-8.3/ext/standard/
H A Dconfig.m4328 AC_MSG_CHECKING([if your OS can spawn processes with inherited handles])
/PHP-8.3/ext/mbstring/tests/
H A Diso2022jp_kddi_encoding.phpt218 …* That test is inherited from the old implementation (from libmbfl), and I have no way to confirm …
/PHP-8.3/ext/simplexml/
H A Dsimplexml.c2195 int inherited = 0; in php_sxe_find_fptr_count() local
2202 inherited = 1; in php_sxe_find_fptr_count()
2205 if (inherited) { in php_sxe_find_fptr_count()
/PHP-8.3/
H A DUPGRADING37 inherited from the parent class. This will create a separate static
42 . Class constant visibility variance is now correctly checked when inherited

Completed in 102 milliseconds

12345