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.c531 if (!zend_is_executing()) { in get_active_class_name()
564 if (!zend_is_executing()) { in get_active_function_name()
607 ZEND_ASSERT(zend_is_executing()); in get_active_function_or_method_name()
625 if (!zend_is_executing()) { in get_active_function_arg_name()
719 ZEND_API bool zend_is_executing(void) /* {{{ */ in zend_is_executing() function
1483 } else if (zend_is_executing()) { in zend_timeout_handler()
H A Dzend_execute.h399 ZEND_API bool zend_is_executing(void);
H A Dzend.c1624 } else if (zend_is_executing()) { in get_filename_lineno()
1989 } else if (zend_is_executing()) { in zend_make_compiled_string_description()
/php-src/main/
H A Dfopen_wrappers.c601 if (zend_is_executing() &&
681 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.c68 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.c1688 if (zend_is_executing() && in _php_stream_fopen_with_path()
/php-src/ext/phar/
H A Dutil.c278 if (!zend_is_executing() || !PHAR_G(cwd)) { in phar_find_in_include_path()

Completed in 45 milliseconds