Home
last modified time | relevance | path

Searched refs:inherit (Results 1 – 19 of 19) sorted by relevance

/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 Dinter_05.phpt2 Trying to inherit a class in an interface
H A Dinter_007.phpt2 Trying inherit abstract function twice
H A Dinter_01.phpt18 Fatal error: Cannot inherit previously-inherited or override constant foo from interface foo in %s …
H A Dbug49472.phpt27 Fatal error: Cannot inherit previously-inherited or override constant c from interface ia in %s on …
/PHP-7.4/tests/classes/
H A Dinterface_constant_inheritance_003.phpt2 Ensure a class may not inherit two constants with the same name from two separate interfaces.
19 Fatal error: Cannot inherit previously-inherited or override constant FOO from interface I2 in %s o…
H A Dinterface_constant_inheritance_001.phpt16 Fatal error: Cannot inherit previously-inherited or override constant FOO from interface I1 in %s o…
H A Dinterface_constant_inheritance_002.phpt16 Fatal error: Cannot inherit previously-inherited or override constant FOO from interface I in %s on…
H A Dclass_final.phpt20 Fatal error: Class derived may not inherit from final class (base) in %s on line %d
/PHP-7.4/Zend/tests/weakrefs/
H A Dweakrefs_004.phpt8 Fatal error: Class Test may not inherit from final class (WeakReference) in %s on line %d
/PHP-7.4/Zend/tests/generators/errors/
H A Dgenerator_extend_error.phpt10 Fatal error: Class ExtendedGenerator may not inherit from final class (Generator) in %s on line %d
/PHP-7.4/Zend/tests/type_declarations/
H A Dtyped_properties_081.phpt2 Clone must inherit typed references
H A Dtyped_properties_026.phpt2 Test typed properties inherit traits with typed properties
/PHP-7.4/ext/soap/tests/bugs/
H A Dbug54911.phpt2 Bug #54911 (Access to a undefined member in inherit SoapClient may cause Segmentation Fault)
/PHP-7.4/TSRM/
H A Dtsrm_win32.c433 static HANDLE dupHandle(HANDLE fh, BOOL inherit) in dupHandle() argument
436 …if (!DuplicateHandle(self, fh, self, &copy, 0, inherit, DUPLICATE_SAME_ACCESS|DUPLICATE_CLOSE_SOUR… in dupHandle()
/PHP-7.4/sapi/fpm/
H A Dphp-fpm.conf.in92 ; - The pool process will inherit the master process priority
H A Dwww.conf.in68 ; - The pool processes will inherit the master process priority
/PHP-7.4/ext/standard/
H A Dproc_open.c366 static inline HANDLE dup_handle(HANDLE src, BOOL inherit, BOOL closeorig) in dup_handle() argument
370 if (!DuplicateHandle(self, src, self, &copy, 0, inherit, DUPLICATE_SAME_ACCESS | in dup_handle()
/PHP-7.4/
H A DNEWS871 . Fixed bug #79489 (.user.ini does not inherit). (cmb)

Completed in 29 milliseconds