Home
last modified time | relevance | path

Searched refs:ZEND_USER_CODE (Results 1 – 25 of 35) 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.c337 if (!ZEND_USER_CODE(zif->type) && ZEND_MAP_PTR_GET(zif->run_time_cache) == NULL) in zend_init_internal_run_time_cache()
345 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_observer.c27 ZEND_OP_ARRAY_EXTENSION((&(function)->common), ZEND_USER_CODE((function)->type) \
224 …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_execute_API.c567 if (ZEND_USER_CODE(func->type)) { in zend_active_function_ex()
637 while (ex && (!ex->func || !ZEND_USER_CODE(ex->func->type))) { in zend_get_executed_filename_ex()
657 while (ex && (!ex->func || !ZEND_USER_CODE(ex->func->type))) { in zend_get_executed_lineno()
683 } else if (ex->func && (ZEND_USER_CODE(ex->func->type) || ex->func->common.scope)) { in zend_get_executed_scope()
1034 ZEND_USER_CODE(EG(current_execute_data)->func->common.type)) { in zend_call_function()
1776 while (ex && (!ex->func || !ZEND_USER_CODE(ex->func->common.type))) { in zend_rebuild_symbol_table()
1880 while (execute_data && (!execute_data->func || !ZEND_USER_CODE(execute_data->func->common.type))) { in zend_set_local_var()
1923 while (execute_data && (!execute_data->func || !ZEND_USER_CODE(execute_data->func->common.type))) { in zend_set_local_var_str()
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.c1840 if (ZEND_USER_CODE(call->func->type)) { in zend_fetch_debug_backtrace()
1867 if (call->func && ZEND_USER_CODE(call->func->common.type)) { in zend_fetch_debug_backtrace()
1918 if (prev && prev->func && ZEND_USER_CODE(prev->func->common.type)) { in zend_fetch_debug_backtrace()
1945 !ZEND_USER_CODE(prev_call->func->common.type) && in zend_fetch_debug_backtrace()
1951 if (prev && prev->func && ZEND_USER_CODE(prev->func->common.type)) { in zend_fetch_debug_backtrace()
2004 …if (prev && prev->func && ZEND_USER_CODE(prev->func->common.type) && prev->opline->opcode == ZEND_… in zend_fetch_debug_backtrace()
2065 && ZEND_USER_CODE(prev->func->common.type) in zend_fetch_debug_backtrace()
H A Dzend_objects.c164 && 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.h285 if (EXPECTED(ZEND_USER_CODE(func->type))) { in zend_vm_calc_used_stack()
380 if (ZEND_USER_CODE(func->type)) { in zend_active_function()
H A Dzend_fibers.c731 && ZEND_USER_CODE(EG(current_execute_data)->func->common.type)) { in zend_fiber_object_destroy()
772 …HashTable *symTable = zend_unfinished_execution_gc_ex(ex, ex->func && ZEND_USER_CODE(ex->func->typ… in zend_fiber_object_gc()
H A Dzend.h54 !ZEND_USER_CODE(EX(prev_execute_data)->func->common.type) || \
H A Dzend.c1445 while (ex && (!ex->func || !ZEND_USER_CODE(ex->func->type))) { in zend_error_zstr_at()
1554 ZEND_USER_CODE(EG(current_execute_data)->func->type) && in zend_error_zstr_at()
H A Dzend_compile.h1008 #define ZEND_USER_CODE(type) ((type) != ZEND_INTERNAL_FUNCTION) macro
H A Dzend_gc.c2050 if (!func || !ZEND_USER_CODE(func->type)) { in zend_gc_check_root_tmpvars()
2080 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()
H A Dzend_generators.c807 ZEND_USER_CODE(EG(current_execute_data)->func->common.type)) { in zend_generator_resume()
H A Dzend_opcode.c1033 if (!ZEND_USER_CODE(op_array->type)) { in pass_two()
/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.c664 && ZEND_USER_CODE(execute_data->func->type) in has_opline()
/php-src/ext/opcache/
H A DZendAccelerator.c1915 !ZEND_USER_CODE(EG(current_execute_data)->func->common.type) || in file_cache_compile_file()
2013 ZEND_USER_CODE(EG(current_execute_data)->func->common.type) && in persistent_compile_file()
2197 !ZEND_USER_CODE(EG(current_execute_data)->func->common.type) || in persistent_compile_file()
2484 ZEND_USER_CODE(EG(current_execute_data)->func->common.type) && in persistent_stream_open_function()
2507 ZEND_USER_CODE(EG(current_execute_data)->func->common.type) && in persistent_zend_resolve_path()
/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 118 milliseconds

12