Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_execute_API.c503 if (!zend_is_executing()) { in get_active_class_name()
536 if (!zend_is_executing()) { in get_active_function_name()
579 ZEND_ASSERT(zend_is_executing()); in get_active_function_or_method_name()
597 if (!zend_is_executing()) { in get_active_function_arg_name()
691 ZEND_API bool zend_is_executing(void) /* {{{ */ in zend_is_executing() function
1455 } else if (zend_is_executing()) { in zend_timeout_handler()
H A Dzend_execute.h393 ZEND_API bool zend_is_executing(void);
H A Dzend.c1589 } else if (zend_is_executing()) { in get_filename_lineno()
1954 } else if (zend_is_executing()) { in zend_make_compiled_string_description()
/php-src/main/
H A Dfopen_wrappers.c589 if (zend_is_executing() &&
669 if (zend_is_executing() &&
H A Doutput.c109 } else if (zend_is_executing()) { in php_output_header()
/php-src/sapi/phpdbg/
H A Dphpdbg_list.c49 if (!PHPDBG_G(exec) && !zend_is_executing()) { in PHPDBG_LIST()
/php-src/ext/dom/
H A Dxpath.c67 if (UNEXPECTED(!zend_is_executing())) { in dom_xpath_ext_fetch_intern()
/php-src/ext/xsl/
H A Dxsltprocessor.c71 if (UNEXPECTED(!zend_is_executing())) { in xsl_ext_fetch_intern()
/php-src/main/streams/
H A Dplain_wrapper.c1678 if (zend_is_executing() && in _php_stream_fopen_with_path()
/php-src/ext/phar/
H A Dutil.c255 if (!zend_is_executing() || !PHAR_G(cwd)) { in phar_find_in_include_path()

Completed in 52 milliseconds