Home
last modified time | relevance | path

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

/PHP-7.4/main/
H A Dfopen_wrappers.c587 if (zend_is_executing() &&
669 if (zend_is_executing() &&
H A Doutput.c112 } else if (zend_is_executing()) { in php_output_header()
/PHP-7.4/Zend/
H A Dzend_execute_API.c438 if (!zend_is_executing()) { in get_active_class_name()
470 if (!zend_is_executing()) { in get_active_function_name()
558 ZEND_API zend_bool zend_is_executing(void) /* {{{ */ in zend_is_executing() function
1191 } else if (zend_is_executing()) { in zend_timeout_handler()
H A Dzend_execute.h304 ZEND_API zend_bool zend_is_executing(void);
H A Dzend.c1450 } else if (zend_is_executing()) { in get_filename_lineno()
1713 } else if (zend_is_executing()) { in zend_make_compiled_string_description()
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_list.c51 if (!PHPDBG_G(exec) && !zend_is_executing()) { in PHPDBG_LIST()
/PHP-7.4/ext/dom/
H A Dxpath.c85 if (! zend_is_executing()) { in dom_xpath_ext_function_php()
/PHP-7.4/ext/xsl/
H A Dxsltprocessor.c192 if (! zend_is_executing()) { in xsl_ext_function_php()
/PHP-7.4/main/streams/
H A Dplain_wrapper.c1605 if (zend_is_executing() && in _php_stream_fopen_with_path()
/PHP-7.4/ext/phar/
H A Dutil.c255 if (!zend_is_executing() || !PHAR_G(cwd)) { in phar_find_in_include_path()

Completed in 34 milliseconds