Home
last modified time | relevance | path

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

/PHP-8.2/Zend/
H A Dzend_execute_API.c501 if (!zend_is_executing()) { in get_active_class_name()
534 if (!zend_is_executing()) { in get_active_function_name()
562 ZEND_ASSERT(zend_is_executing()); in get_active_function_or_method_name()
582 if (!zend_is_executing()) { in get_active_function_arg_name()
676 ZEND_API bool zend_is_executing(void) /* {{{ */ in zend_is_executing() function
1419 } else if (zend_is_executing()) { in zend_timeout_handler()
H A Dzend_execute.h348 ZEND_API bool zend_is_executing(void);
H A Dzend.c1555 } else if (zend_is_executing()) { in get_filename_lineno()
1876 } else if (zend_is_executing()) { in zend_make_compiled_string_description()
/PHP-8.2/main/
H A Dfopen_wrappers.c589 if (zend_is_executing() &&
669 if (zend_is_executing() &&
H A Doutput.c110 } else if (zend_is_executing()) { in php_output_header()
/PHP-8.2/sapi/phpdbg/
H A Dphpdbg_list.c49 if (!PHPDBG_G(exec) && !zend_is_executing()) { in PHPDBG_LIST()
/PHP-8.2/ext/dom/
H A Dxpath.c47 if (! zend_is_executing()) { in dom_xpath_ext_function_php()
/PHP-8.2/ext/xsl/
H A Dxsltprocessor.c109 if (! zend_is_executing()) { in xsl_ext_function_php()
/PHP-8.2/main/streams/
H A Dplain_wrapper.c1673 if (zend_is_executing() && in _php_stream_fopen_with_path()
/PHP-8.2/ext/phar/
H A Dutil.c255 if (!zend_is_executing() || !PHAR_G(cwd)) { in phar_find_in_include_path()

Completed in 54 milliseconds