Home
last modified time | relevance | path

Searched refs:current_execute_data (Results 51 – 63 of 63) sorted by relevance

123

/PHP-8.2/Zend/
H A Dzend_operators.c1419 if (EG(current_execute_data) && !CG(in_compilation)) { in mod_function()
1832 if (EG(current_execute_data) && !CG(in_compilation)) { in shift_left_function()
1869 if (EG(current_execute_data) && !CG(in_compilation)) { in shift_right_function()
H A Dzend_vm_execute.h1241 EG(current_execute_data) = call; in ZEND_DO_ICALL_SPEC_RETVAL_UNUSED_HANDLER()
1303 EG(current_execute_data) = call; in ZEND_DO_ICALL_SPEC_RETVAL_USED_HANDLER()
1365 EG(current_execute_data) = call; in ZEND_DO_ICALL_SPEC_OBSERVER_HANDLER()
1533 EG(current_execute_data) = call; in ZEND_DO_FCALL_BY_NAME_SPEC_RETVAL_UNUSED_HANDLER()
1628 EG(current_execute_data) = call; in ZEND_DO_FCALL_BY_NAME_SPEC_RETVAL_USED_HANDLER()
1724 EG(current_execute_data) = call; in ZEND_DO_FCALL_BY_NAME_SPEC_OBSERVER_HANDLER()
1831 EG(current_execute_data) = call; in ZEND_DO_FCALL_SPEC_RETVAL_UNUSED_HANDLER()
1940 EG(current_execute_data) = call; in ZEND_DO_FCALL_SPEC_RETVAL_USED_HANDLER()
2049 EG(current_execute_data) = call; in ZEND_DO_FCALL_SPEC_OBSERVER_HANDLER()
3425 EG(current_execute_data) = call; in ZEND_CALL_TRAMPOLINE_SPEC_HANDLER()
[all …]
H A Dzend_builtin_functions.c1717 call = EG(current_execute_data); in zend_fetch_debug_backtrace()
H A Dzend_API.h790 zend_execute_data *ex = EG(current_execute_data); in zend_forbid_dynamic_call()
H A Dzend_compile.c1264 zend_class_entry *called_scope = zend_get_called_scope(EG(current_execute_data)); in zend_type_to_string_resolved()
/PHP-8.2/ext/soap/
H A Dsoap.c94 zend_execute_data *_old_current_execute_data = EG(current_execute_data); \
105 EG(current_execute_data) = _old_current_execute_data; \
1736 _old_current_execute_data = EG(current_execute_data);
1805 EG(current_execute_data) = _old_current_execute_data;
/PHP-8.2/sapi/phpdbg/
H A Dphpdbg.c305 ex = EG(current_execute_data); in PHP_FUNCTION()
/PHP-8.2/ext/snmp/
H A Dsnmp.c1730 ZEND_CALL_USES_STRICT_TYPES(EG(current_execute_data)))) { in php_snmp_write_property()
/PHP-8.2/ext/dom/
H A Dphp_dom.c356 …if (!zend_verify_property_type(prop, &tmp, ZEND_CALL_USES_STRICT_TYPES(EG(current_execute_data))))… in dom_write_property()
/PHP-8.2/ext/opcache/jit/
H A Dzend_jit_trace.c7794 execute_data = EG(current_execute_data); in zend_jit_trace_hot_root()
8137 execute_data = EG(current_execute_data); in zend_jit_trace_hot_side()
8152 zend_execute_data *execute_data = EG(current_execute_data); in zend_jit_trace_exit()
H A Dzend_jit.c4246 zend_execute_data *execute_data = EG(current_execute_data); in zend_runtime_jit()
/PHP-8.2/ext/ffi/
H A Dffi.c3564 if (EG(current_execute_data)) { in zend_ffi_throw_parser_error()
5642 if (EG(current_execute_data)) {
/PHP-8.2/ext/standard/
H A Darray.c2511 zend_object *object = zend_get_this_object(EG(current_execute_data));

Completed in 294 milliseconds

123