Home
last modified time | relevance | path

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

12

/php-src/Zend/
H A Dzend_dtrace.c34 while (ex && (!ex->func || !ZEND_USER_CODE(ex->func->type))) { in dtrace_get_executed_filename()
H A Dzend_extensions.c342 if (!ZEND_USER_CODE(zif->type) && ZEND_MAP_PTR_GET(zif->run_time_cache) == NULL) { in zend_init_internal_run_time_cache()
349 if (!ZEND_USER_CODE(zif->type) && ZEND_MAP_PTR_GET(zif->run_time_cache) == NULL) { in zend_init_internal_run_time_cache()
H A Dzend_execute_API.c383 ZEND_ASSERT(ZEND_USER_CODE(prop_info->hooks[i]->type)); in zend_shutdown_executor_values()
592 if (ZEND_USER_CODE(func->type)) { in zend_active_function_ex()
662 while (ex && (!ex->func || !ZEND_USER_CODE(ex->func->type))) { in zend_get_executed_filename_ex()
682 while (ex && (!ex->func || !ZEND_USER_CODE(ex->func->type))) { in zend_get_executed_lineno()
708 } else if (ex->func && (ZEND_USER_CODE(ex->func->type) || ex->func->common.scope)) { in zend_get_executed_scope()
1059 ZEND_USER_CODE(EG(current_execute_data)->func->common.type)) { in zend_call_function()
1801 while (ex && (!ex->func || !ZEND_USER_CODE(ex->func->common.type))) { in zend_rebuild_symbol_table()
1905 while (execute_data && (!execute_data->func || !ZEND_USER_CODE(execute_data->func->common.type))) { in zend_set_local_var()
1948 while (execute_data && (!execute_data->func || !ZEND_USER_CODE(execute_data->func->common.type))) { in zend_set_local_var_str()
H A Dzend_observer.h36 #define ZEND_OBSERVER_HANDLE(function) (ZEND_USER_CODE((function)->type) \
H A Dzend_verify_type_inference.h197 && ZEND_USER_CODE(execute_data->prev_execute_data->func->type)) { in zend_verify_inference_def()
H A Dzend_builtin_functions.c1908 if (ZEND_USER_CODE(call->func->type)) { in zend_fetch_debug_backtrace()
1941 if (call->func && ZEND_USER_CODE(call->func->common.type)) { in zend_fetch_debug_backtrace()
1992 if (prev && prev->func && ZEND_USER_CODE(prev->func->common.type)) { in zend_fetch_debug_backtrace()
2019 !ZEND_USER_CODE(prev_call->func->common.type) && in zend_fetch_debug_backtrace()
2025 if (prev && prev->func && ZEND_USER_CODE(prev->func->common.type)) { in zend_fetch_debug_backtrace()
2078 …if (prev && prev->func && ZEND_USER_CODE(prev->func->common.type) && prev->opline->opcode == ZEND_… in zend_fetch_debug_backtrace()
2139 && ZEND_USER_CODE(prev->func->common.type) in zend_fetch_debug_backtrace()
H A Dzend_objects.c185 && ZEND_USER_CODE(EG(current_execute_data)->func->common.type)) { in zend_objects_destroy_object()
H A Dzend_closures.c178 if (ZEND_USER_CODE(closure->func.type)) { in ZEND_METHOD()
191 if (ZEND_USER_CODE(my_function->type) in ZEND_METHOD()
204 if (ZEND_USER_CODE(my_function->type)) { in ZEND_METHOD()
H A Dzend_execute.h290 if (EXPECTED(ZEND_USER_CODE(func->type))) { in zend_vm_calc_used_stack()
385 if (ZEND_USER_CODE(func->type)) { in zend_active_function()
H A Dzend_observer.c246 …return (zend_execute_data **)&Z_PTR_P(EX_VAR_NUM((ZEND_USER_CODE(func->type) ? func->op_array.last… in prev_observed_frame()
H A Dzend.h54 !ZEND_USER_CODE(EX(prev_execute_data)->func->common.type) || \
H A Dzend_fibers.c788 && ZEND_USER_CODE(EG(current_execute_data)->func->common.type)) { in zend_fiber_object_destroy()
846 …symTable = zend_unfinished_execution_gc_ex(ex, ex->func && ZEND_USER_CODE(ex->func->type) ? ex->ca… in zend_fiber_object_gc()
H A Dzend.c1468 while (ex && (!ex->func || !ZEND_USER_CODE(ex->func->type))) { in zend_error_zstr_at()
1577 ZEND_USER_CODE(EG(current_execute_data)->func->type) && in zend_error_zstr_at()
H A Dzend_compile.h1059 #define ZEND_USER_CODE(type) ((type) != ZEND_INTERNAL_FUNCTION) macro
H A Dzend_gc.c2160 if (!func || !ZEND_USER_CODE(func->type)) { in zend_gc_check_root_tmpvars()
2190 if (!func || !ZEND_USER_CODE(func->type)) { in zend_gc_remove_root_tmpvars()
H A Dzend_exceptions.c167 || !ZEND_USER_CODE(execute_data->func->common.type) in is_handle_exception_set()
/php-src/sapi/phpdbg/
H A Dphpdbg_utils.h99 while (!ex->func || !ZEND_USER_CODE(ex->func->common.type)) { in phpdbg_user_execute_data()
H A Dphpdbg_prompt.c1618 …if (EG(current_execute_data) && EG(current_execute_data)->func && ZEND_USER_CODE(EG(current_execut…
1686 if (!prev_ex->func || !ZEND_USER_CODE(prev_ex->func->common.type)) { in phpdbg_execute_ex()
1841 if (ZEND_USER_CODE(data->func->type)) { in phpdbg_force_interruption()
/php-src/sapi/fpm/fpm/
H A Dfpm_php_trace.c144 if (ZEND_USER_CODE(*type)) { in fpm_php_trace_dump()
/php-src/ext/zend_test/
H A Dobserver.c64 if (!ZT_G(observer_show_opcode) || !ZEND_USER_CODE(EX(func)->type)) { in observer_show_opcode()
71 ZEND_ASSERT(!ZEND_USER_CODE(EX(func)->type) || in assert_observer_opline()
H A Dfiber.c180 && ZEND_USER_CODE(EG(current_execute_data)->func->common.type)) { in zend_test_fiber_object_destroy()
H A Dtest.c677 && ZEND_USER_CODE(execute_data->func->type) in has_opline()
/php-src/ext/opcache/
H A DZendAccelerator.c1926 !ZEND_USER_CODE(EG(current_execute_data)->func->common.type) || in file_cache_compile_file()
2024 ZEND_USER_CODE(EG(current_execute_data)->func->common.type) && in persistent_compile_file()
2208 !ZEND_USER_CODE(EG(current_execute_data)->func->common.type) || in persistent_compile_file()
2508 ZEND_USER_CODE(EG(current_execute_data)->func->common.type) && in persistent_stream_open_function()
2531 ZEND_USER_CODE(EG(current_execute_data)->func->common.type) && in persistent_zend_resolve_path()
H A Dzend_accelerator_module.c939 if (ZEND_USER_CODE(func->type)) {
/php-src/main/
H A Dphp_variables.c168 if (ex->func && ZEND_USER_CODE(ex->func->common.type)) { in php_register_variable_ex()

Completed in 131 milliseconds

12