Home
last modified time | relevance | path

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

/PHP-5.6/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-5.6/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.
20 Fatal error: Cannot inherit previously-inherited or override constant FOO from interface I2 in %s o…
H A Dinterface_constant_inheritance_001.phpt17 Fatal error: Cannot inherit previously-inherited or override constant FOO from interface I1 in %s o…
H A Dinterface_constant_inheritance_002.phpt17 Fatal error: Cannot inherit previously-inherited or override constant FOO from interface I in %s on…
H A Dclass_final.phpt22 Fatal error: Class derived may not inherit from final class (base) in %s on line %d
/PHP-5.6/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-5.6/ext/soap/tests/bugs/
H A Dbug54911.phpt2 Bug #54911 (Access to a undefined member in inherit SoapClient may cause Segmentation Fault)
/PHP-5.6/ext/pdo/
H A DTODO49 the stmt will inherit its value. If not set explicitly in code, the
/PHP-5.6/TSRM/
H A Dtsrm_win32.c442 static HANDLE dupHandle(HANDLE fh, BOOL inherit) { in dupHandle() argument
444 …if (!DuplicateHandle(self, fh, self, &copy, 0, inherit, DUPLICATE_SAME_ACCESS|DUPLICATE_CLOSE_SOUR… in dupHandle()
/PHP-5.6/ext/standard/
H A Dproc_open.c418 static inline HANDLE dup_handle(HANDLE src, BOOL inherit, BOOL closeorig) in dup_handle() argument
422 if (!DuplicateHandle(self, src, self, &copy, 0, inherit, DUPLICATE_SAME_ACCESS | in dup_handle()
/PHP-5.6/sapi/fpm/
H A Dphp-fpm.conf.in82 ; - The pool process will inherit the master process priority
195 ; - The pool processes will inherit the master process priority
H A Dwww.conf.in67 ; - The pool processes will inherit the master process priority
/PHP-5.6/Zend/
H A DZEND_CHANGES189 implement them). Neither a class nor an interface can inherit
534 exception classes that don't inherit from Exception it is best to
/PHP-5.6/
H A DNEWS296 . Fixed bug #72992 (mbstring.internal_encoding doesn't inherit default_charset).
5577 . Fixed bug #54911 (Access to a undefined member in inherit SoapClient may

Completed in 103 milliseconds