Home
last modified time | relevance | path

Searched refs:inherit (Results 1 – 14 of 14) sorted by path

/PHP-8.2/TSRM/
H A Dtsrm_win32.c430 static HANDLE dupHandle(HANDLE fh, BOOL inherit) in dupHandle() argument
433 …if (!DuplicateHandle(self, fh, self, &copy, 0, inherit, DUPLICATE_SAME_ACCESS|DUPLICATE_CLOSE_SOUR… in dupHandle()
/PHP-8.2/
H A DUPGRADING34 . New methods and constants were added to some DOM classes. If you inherit
/PHP-8.2/Zend/tests/
H A Derrmsg_025.phpt2 errmsg: cannot inherit previously inherited constant
H A Dinter_007.phpt2 Trying inherit abstract function twice
H A Dinter_05.phpt2 Trying to inherit a class in an interface
/PHP-8.2/Zend/tests/type_declarations/
H A Dtyped_properties_026.phpt2 Test typed properties inherit traits with typed properties
H A Dtyped_properties_081.phpt2 Clone must inherit typed references
/PHP-8.2/Zend/
H A Dzend_inheritance.c1421 bool inherit = do_inherit_constant_check(ce, parent_const, name); in do_inherit_class_constant() local
1422 ZEND_ASSERT(!inherit); in do_inherit_class_constant()
/PHP-8.2/ext/ctype/tests/
H A Dlc_ctype_inheritance.phpt2 Do not inherit LC_CTYPE from environment
/PHP-8.2/ext/soap/tests/bugs/
H A Dbug54911.phpt2 Bug #54911 (Access to a undefined member in inherit SoapClient may cause Segmentation Fault)
/PHP-8.2/ext/standard/
H A Dproc_open.c471 static inline HANDLE dup_handle(HANDLE src, BOOL inherit, BOOL closeorig) in dup_handle() argument
475 if (!DuplicateHandle(self, src, self, &copy, 0, inherit, DUPLICATE_SAME_ACCESS | in dup_handle()
/PHP-8.2/sapi/fpm/
H A Dphp-fpm.conf.in92 ; - The pool process will inherit the master process priority
H A Dwww.conf.in78 ; - The pool processes will inherit the master process priority
/PHP-8.2/sapi/fpm/tests/
H A Dsocket-close-on-exec.phpt44 e.g. PHP-FPM can inherit them from the test-runner. We cannot control the runner,

Completed in 71 milliseconds