Home
last modified time | relevance | path

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

/PHP-7.3/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.3/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.3/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.3/ext/soap/tests/bugs/
H A Dbug54911.phpt2 Bug #54911 (Access to a undefined member in inherit SoapClient may cause Segmentation Fault)
/PHP-7.3/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.3/ext/standard/
H A Dproc_open.c372 static inline HANDLE dup_handle(HANDLE src, BOOL inherit, BOOL closeorig) in dup_handle() argument
376 if (!DuplicateHandle(self, src, self, &copy, 0, inherit, DUPLICATE_SAME_ACCESS | in dup_handle()
/PHP-7.3/sapi/fpm/
H A Dphp-fpm.conf.in92 ; - The pool process will inherit the master process priority
H A Dwww.conf.in67 ; - The pool processes will inherit the master process priority
/PHP-7.3/
H A DNEWS314 . Fixed bug #79489 (.user.ini does not inherit). (cmb)

Completed in 88 milliseconds