Home
last modified time | relevance | path

Searched refs:ZEND_USER_CODE (Results 1 – 21 of 21) sorted by relevance

/PHP-7.0/Zend/
H A Dzend_dtrace.c36 while (ex && (!ex->func || !ZEND_USER_CODE(ex->func->type))) { in dtrace_get_executed_filename()
H A Dzend_builtin_functions.c2338 if ((!skip->func || !ZEND_USER_CODE(skip->func->common.type)) && in ZEND_FUNCTION()
2341 ZEND_USER_CODE(skip->prev_execute_data->func->common.type) && in ZEND_FUNCTION()
2350 if (skip->func && ZEND_USER_CODE(skip->func->common.type)) { in ZEND_FUNCTION()
2475 !ZEND_USER_CODE(prev_call->func->common.type)) { in ZEND_FUNCTION()
2479 if (prev->func && ZEND_USER_CODE(prev->func->common.type)) { in ZEND_FUNCTION()
2516 if (!ptr->func || !ZEND_USER_CODE(ptr->func->common.type)) { in zend_fetch_debug_backtrace()
2547 if ((!skip->func || !ZEND_USER_CODE(skip->func->common.type)) && in zend_fetch_debug_backtrace()
2550 ZEND_USER_CODE(skip->prev_execute_data->func->common.type) && in zend_fetch_debug_backtrace()
2559 if (skip->func && ZEND_USER_CODE(skip->func->common.type)) { in zend_fetch_debug_backtrace()
2583 !ZEND_USER_CODE(prev_call->func->common.type) && in zend_fetch_debug_backtrace()
[all …]
H A Dzend_execute_API.c480 while (ex && (!ex->func || !ZEND_USER_CODE(ex->func->type))) { in zend_get_executed_filename()
495 while (ex && (!ex->func || !ZEND_USER_CODE(ex->func->type))) { in zend_get_executed_filename_ex()
510 while (ex && (!ex->func || !ZEND_USER_CODE(ex->func->type))) { in zend_get_executed_lineno()
717 ZEND_USER_CODE(EG(current_execute_data)->func->common.type) && in zend_call_function()
1483 while (ex && (!ex->func || !ZEND_USER_CODE(ex->func->common.type))) { in zend_rebuild_symbol_table()
1588 while (execute_data && (!execute_data->func || !ZEND_USER_CODE(execute_data->func->common.type))) { in zend_set_local_var()
1630 while (execute_data && (!execute_data->func || !ZEND_USER_CODE(execute_data->func->common.type))) { in zend_set_local_var_str()
H A Dzend_closures.c167 if (ZEND_USER_CODE(my_function.type) && closure->func.common.scope != Z_OBJCE_P(newthis)) { in ZEND_METHOD()
180 } else if (ZEND_USER_CODE(my_function.type) && closure->func.common.scope != Z_OBJCE_P(newthis)) { in ZEND_METHOD()
234 …if (ZEND_USER_CODE(closure->func.type) && (closure->func.common.scope != new_closure->func.common.… in ZEND_METHOD()
H A Dzend.h63 !ZEND_USER_CODE(EX(prev_execute_data)->func->common.type) || \
H A Dzend_execute.h201 if (EXPECTED(ZEND_USER_CODE(func->type))) { in zend_vm_calc_used_stack()
H A Dzend.c1086 while (ex && (!ex->func || !ZEND_USER_CODE(ex->func->type))) { in zend_error()
1281 ZEND_USER_CODE(EG(current_execute_data)->func->type) && in zend_error()
H A Dzend_compile.h847 #define ZEND_USER_CODE(type) ((type & 1) == 0) macro
H A Dzend_opcode.c581 if (!ZEND_USER_CODE(op_array->type)) { in pass_two()
H A Dzend_exceptions.c167 !ZEND_USER_CODE(EG(current_execute_data)->func->common.type) || in zend_throw_exception_internal()
H A Dzend_execute.c659 if (ptr && ptr->func && ZEND_USER_CODE(ptr->func->common.type)) { in zend_verify_arg_error()
915 if (ptr && ptr->func && ZEND_USER_CODE(ptr->func->common.type)) { in zend_verify_missing_arg()
H A Dzend_API.c2882 while (ex && (!ex->func || !ZEND_USER_CODE(ex->func->type))) { in zend_is_callable_check_class()
H A Dzend_vm_def.h2455 if (old_execute_data->func && ZEND_USER_CODE(old_execute_data->func->op_array.type)) {
8034 if (!EX(func) || !ZEND_USER_CODE(EX(func)->type) || (call_info & ZEND_CALL_TOP)) {
H A Dzend_vm_execute.h546 if (old_execute_data->func && ZEND_USER_CODE(old_execute_data->func->op_array.type)) {
1823 if (!EX(func) || !ZEND_USER_CODE(EX(func)->type) || (call_info & ZEND_CALL_TOP)) {
/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_utils.h103 while (!ex->func || !ZEND_USER_CODE(ex->func->common.type)) { in phpdbg_user_execute_data()
H A Dphpdbg_prompt.c1643 …if (EG(current_execute_data) && EG(current_execute_data)->func && ZEND_USER_CODE(EG(current_execut…
1664 …if (EG(current_execute_data) && EG(current_execute_data)->func && ZEND_USER_CODE(EG(current_execut…
1719 if (!prev_ex->func || !ZEND_USER_CODE(prev_ex->func->common.type)) { in phpdbg_execute_ex()
1876 if (ZEND_USER_CODE(data->func->type)) { in phpdbg_force_interruption()
H A Dphpdbg_bp.c579 if (ZEND_USER_CODE(execute_data->func->common.type)) { in phpdbg_resolve_opline_break()
H A Dphpdbg.c331 while (ex && ex->func && !ZEND_USER_CODE(ex->func->type)) { in PHP_FUNCTION()
/PHP-7.0/sapi/fpm/fpm/
H A Dfpm_php_trace.c151 if (ZEND_USER_CODE(*type)) { in fpm_php_trace_dump()
/PHP-7.0/ext/opcache/
H A DZendAccelerator.c1630 !ZEND_USER_CODE(EG(current_execute_data)->func->common.type) || in file_cache_compile_file()
1703 ZEND_USER_CODE(EG(current_execute_data)->func->common.type) && in persistent_compile_file()
1905 !ZEND_USER_CODE(EG(current_execute_data)->func->common.type) || in persistent_compile_file()
1949 ZEND_USER_CODE(EG(current_execute_data)->func->common.type) && in persistent_stream_open_function()
1977 ZEND_USER_CODE(EG(current_execute_data)->func->common.type) && in persistent_zend_resolve_path()
/PHP-7.0/main/
H A Dmain.c774 ZEND_USER_CODE(EG(current_execute_data)->func->common.type) && in php_verror()

Completed in 228 milliseconds