Home
last modified time | relevance | path

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

/php-src/Zend/tests/
H A Dgh14009_003.phpt2 GH-14009: Traits inherit prototype
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 Derrmsg_025.phpt2 errmsg: cannot inherit previously inherited constant
H A Dgh14009_002.phpt2 GH-14009: Traits inherit prototype
H A Dgh14009_004.phpt2 GH-14009: Traits inherit prototype
H A Dgh14009_001.phpt2 GH-14009: Traits inherit prototype
H A Dgh14009_005.phpt2 GH-14009: Traits inherit prototype
/php-src/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-src/ext/soap/tests/bugs/
H A Dbug54911.phpt2 Bug #54911 (Access to a undefined member in inherit SoapClient may cause Segmentation Fault)
/php-src/ext/ctype/tests/
H A Dlc_ctype_inheritance.phpt2 Do not inherit LC_CTYPE from environment
/php-src/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,
/php-src/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-src/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-src/ext/standard/
H A Dproc_open.c470 static inline HANDLE dup_handle(HANDLE src, BOOL inherit, BOOL closeorig) in dup_handle() argument
474 if (!DuplicateHandle(self, src, self, &copy, 0, inherit, DUPLICATE_SAME_ACCESS | in dup_handle()
/php-src/Zend/
H A Dzend_inheritance.c1608 bool inherit = do_inherit_constant_check(ce, parent_const, name); in do_inherit_class_constant() local
1609 ZEND_ASSERT(!inherit); in do_inherit_class_constant()

Completed in 42 milliseconds