Home
last modified time | relevance | path

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

/PHP-7.3/main/
H A Dfopen_wrappers.c575 if (zend_is_executing() &&
654 if (zend_is_executing() &&
H A Doutput.c113 } else if (zend_is_executing()) { in php_output_header()
/PHP-7.3/Zend/
H A Dzend_execute_API.c391 if (!zend_is_executing()) { in get_active_class_name()
423 if (!zend_is_executing()) { in get_active_function_name()
511 ZEND_API zend_bool zend_is_executing(void) /* {{{ */ in zend_is_executing() function
1118 } else if (zend_is_executing()) { in zend_timeout_handler()
H A Dzend_execute.h301 ZEND_API zend_bool zend_is_executing(void);
H A Dzend.c1245 } else if (zend_is_executing()) { in zend_error()
1598 } else if (zend_is_executing()) { in zend_make_compiled_string_description()
/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_list.c51 if (!PHPDBG_G(exec) && !zend_is_executing()) { in PHPDBG_LIST()
/PHP-7.3/ext/dom/
H A Dxpath.c85 if (! zend_is_executing()) { in dom_xpath_ext_function_php()
/PHP-7.3/ext/xsl/
H A Dxsltprocessor.c189 if (! zend_is_executing()) { in xsl_ext_function_php()
/PHP-7.3/main/streams/
H A Dplain_wrapper.c1572 if (zend_is_executing() && in _php_stream_fopen_with_path()
/PHP-7.3/ext/phar/
H A Dutil.c257 if (!zend_is_executing() || !PHAR_G(cwd)) { in phar_find_in_include_path()

Completed in 51 milliseconds