Home
last modified time | relevance | path

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

12345

/php-src/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-src/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-src/ext/reflection/tests/
H A DReflectionClass_export_basic2.phpt2 ReflectionClass::__toString() - ensure inherited private props are hidden.
/php-src/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)
/php-src/Zend/tests/
H A Dbug29674.phpt2 Bug #29674 (inherited method doesn't have access to private variables of the derived class)
/php-src/ext/soap/tests/
H A Dclassmap003.phpt2 SOAP Classmap 3: encoding of inherited objects
H A Dclassmap006.phpt2 SOAP Classmap 6: encoding of inherited objects with namespace
H A Dclassmap007.phpt2 SOAP Classmap 7: encoding of inherited objects with namespace and cache wsdl
/php-src/Zend/tests/type_declarations/
H A Dtyped_properties_magic_set.phpt46 // Check that inherited properties work correctly
/php-src/ext/spl/
H A Dspl_fixedarray.c278 bool inherited = false; in spl_fixedarray_object_new_ex() local
296 inherited = true; in spl_fixedarray_object_new_ex()
301 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.c148 int inherited = 0; in spl_array_object_new_ex() local
189 inherited = 1; in spl_array_object_new_ex()
194 if (inherited) { in spl_array_object_new_ex()
/php-src/ext/standard/tests/serialize/
H A Dserialization_objects_011.phpt2 Object serialization / unserialization with inherited and hidden properties.
/php-src/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-src/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-src/ext/standard/
H A Dconfig.m4316 AC_MSG_CHECKING([if your OS can spawn processes with inherited handles])
/php-src/ext/simplexml/
H A Dsimplexml.c2138 int inherited = 0; in php_sxe_find_fptr_count() local
2145 inherited = 1; in php_sxe_find_fptr_count()
2148 if (inherited) { in php_sxe_find_fptr_count()

Completed in 50 milliseconds

12345