Lines Matching refs:current_execute_data

952 	    !EG(current_execute_data) &&  in zend_get_file_handle_timestamp()
1260 if (EXPECTED(EG(current_execute_data)) && in accel_make_persistent_key()
1894 if (!EG(current_execute_data) || !EG(current_execute_data)->opline || in file_cache_compile_file()
1895 !EG(current_execute_data)->func || in file_cache_compile_file()
1896 !ZEND_USER_CODE(EG(current_execute_data)->func->common.type) || in file_cache_compile_file()
1897 EG(current_execute_data)->opline->opcode != ZEND_INCLUDE_OR_EVAL || in file_cache_compile_file()
1898 (EG(current_execute_data)->opline->extended_value != ZEND_INCLUDE_ONCE && in file_cache_compile_file()
1899 EG(current_execute_data)->opline->extended_value != ZEND_REQUIRE_ONCE)) { in file_cache_compile_file()
1994 ((!EG(current_execute_data) && in persistent_compile_file()
1997 (EG(current_execute_data) && in persistent_compile_file()
1998 EG(current_execute_data)->func && in persistent_compile_file()
1999 ZEND_USER_CODE(EG(current_execute_data)->func->common.type) && in persistent_compile_file()
2000 ZCG(cache_opline) == EG(current_execute_data)->opline))) { in persistent_compile_file()
2217 if (!EG(current_execute_data) || in persistent_compile_file()
2218 !EG(current_execute_data)->func || in persistent_compile_file()
2219 !ZEND_USER_CODE(EG(current_execute_data)->func->common.type) || in persistent_compile_file()
2220 !EG(current_execute_data)->opline || in persistent_compile_file()
2221 EG(current_execute_data)->opline->opcode != ZEND_INCLUDE_OR_EVAL || in persistent_compile_file()
2222 (EG(current_execute_data)->opline->extended_value != ZEND_INCLUDE_ONCE && in persistent_compile_file()
2223 EG(current_execute_data)->opline->extended_value != ZEND_REQUIRE_ONCE)) { in persistent_compile_file()
2281 if ((!EG(current_execute_data) && in persistent_stream_open_function()
2284 (EG(current_execute_data) && in persistent_stream_open_function()
2285 EG(current_execute_data)->func && in persistent_stream_open_function()
2286 ZEND_USER_CODE(EG(current_execute_data)->func->common.type) && in persistent_stream_open_function()
2287 ZCG(cache_opline) == EG(current_execute_data)->opline)) { in persistent_stream_open_function()
2307 if ((!EG(current_execute_data) && in persistent_zend_resolve_path()
2309 (EG(current_execute_data) && in persistent_zend_resolve_path()
2310 EG(current_execute_data)->func && in persistent_zend_resolve_path()
2311 ZEND_USER_CODE(EG(current_execute_data)->func->common.type) && in persistent_zend_resolve_path()
2312 EG(current_execute_data)->opline->opcode == ZEND_INCLUDE_OR_EVAL && in persistent_zend_resolve_path()
2313 (EG(current_execute_data)->opline->extended_value == ZEND_INCLUDE_ONCE || in persistent_zend_resolve_path()
2314 EG(current_execute_data)->opline->extended_value == ZEND_REQUIRE_ONCE))) { in persistent_zend_resolve_path()
2329 ZCG(cache_opline) = EG(current_execute_data) ? EG(current_execute_data)->opline : NULL; in persistent_zend_resolve_path()
2362 ZCG(cache_opline) = EG(current_execute_data) ? EG(current_execute_data)->opline : NULL; in persistent_zend_resolve_path()
4398 old_execute_data = EG(current_execute_data);
4399 EG(current_execute_data) = NULL;
4416 EG(current_execute_data) = old_execute_data;
4647 zend_execute_data *orig_execute_data = EG(current_execute_data);
4653 EG(current_execute_data) = &fake_execute_data;
4657 EG(current_execute_data) = orig_execute_data;