Home
last modified time | relevance | path

Searched refs:zend_is_executing (Results 1 – 10 of 10) sorted by relevance

/PHP-7.1/main/
H A Dfopen_wrappers.c581 if (zend_is_executing() &&
660 if (zend_is_executing() &&
H A Doutput.c115 } else if (zend_is_executing()) { in php_output_header()
/PHP-7.1/Zend/
H A Dzend_execute_API.c422 if (!zend_is_executing()) { in get_active_class_name()
454 if (!zend_is_executing()) { in get_active_function_name()
542 ZEND_API zend_bool zend_is_executing(void) /* {{{ */ in zend_is_executing() function
1216 } else if (zend_is_executing()) { in zend_timeout_handler()
H A Dzend_execute.h293 ZEND_API zend_bool zend_is_executing(void);
H A Dzend.c1147 } else if (zend_is_executing()) { in zend_error()
1512 } else if (zend_is_executing()) { in zend_make_compiled_string_description()
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_list.c51 if (!PHPDBG_G(exec) && !zend_is_executing()) { in PHPDBG_LIST()
/PHP-7.1/ext/dom/
H A Dxpath.c87 if (! zend_is_executing()) { in dom_xpath_ext_function_php()
/PHP-7.1/ext/xsl/
H A Dxsltprocessor.c191 if (! zend_is_executing()) { in xsl_ext_function_php()
/PHP-7.1/main/streams/
H A Dplain_wrapper.c1538 if (zend_is_executing() && in _php_stream_fopen_with_path()
/PHP-7.1/ext/phar/
H A Dutil.c259 if (!zend_is_executing() || !PHAR_G(cwd)) { in phar_find_in_include_path()

Completed in 51 milliseconds