Searched refs:zend_is_executing (Results 1 – 10 of 10) sorted by relevance
581 if (zend_is_executing() &&660 if (zend_is_executing() &&
115 } else if (zend_is_executing()) { in php_output_header()
422 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() function1216 } else if (zend_is_executing()) { in zend_timeout_handler()
293 ZEND_API zend_bool zend_is_executing(void);
1147 } else if (zend_is_executing()) { in zend_error()1512 } else if (zend_is_executing()) { in zend_make_compiled_string_description()
51 if (!PHPDBG_G(exec) && !zend_is_executing()) { in PHPDBG_LIST()
87 if (! zend_is_executing()) { in dom_xpath_ext_function_php()
191 if (! zend_is_executing()) { in xsl_ext_function_php()
1538 if (zend_is_executing() && in _php_stream_fopen_with_path()
259 if (!zend_is_executing() || !PHAR_G(cwd)) { in phar_find_in_include_path()
Completed in 61 milliseconds