Home
last modified time | relevance | path

Searched refs:EX (Results 1 – 25 of 43) sorted by relevance

12

/php-src/ext/opcache/jit/
H A Dzend_jit_vm_helpers.c81 EX(opline)++; in zend_jit_leave_nested_func_helper()
83 opline = EX(opline); in zend_jit_leave_nested_func_helper()
849 obj = &EX(This);
915 opline = EX(opline);
973 prev_call = EX(call);
1020 && EX(func) == EX(prev_execute_data)->func
1042 if (EX(call)
1076 opline = EX(opline);
1092 prev_call = EX(call);
1096 opline = EX(opline);
[all …]
H A Dzend_jit_helpers.c401 opline = EX(opline); in zend_jit_fetch_dim_r_helper()
433 opline = EX(opline); in zend_jit_fetch_dim_r_helper()
461 opline = EX(opline); in zend_jit_fetch_dim_r_helper()
543 opline = EX(opline); in zend_jit_fetch_dim_is_helper()
575 opline = EX(opline); in zend_jit_fetch_dim_is_helper()
603 opline = EX(opline); in zend_jit_fetch_dim_is_helper()
784 opline = EX(opline); in zend_jit_fetch_dim_rw_helper()
811 opline = EX(opline); in zend_jit_fetch_dim_rw_helper()
841 opline = EX(opline); in zend_jit_fetch_dim_rw_helper()
916 opline = EX(opline); in zend_jit_fetch_dim_w_helper()
[all …]
H A Dzend_jit_trace.c7876 opline < EX(func)->op_array.opcodes + EX(func)->op_array.last); in zend_jit_trace_hot_root()
7885 EX(opline) = opline; in zend_jit_trace_hot_root()
7901 EX(func)->op_array.scope ? ZSTR_VAL(EX(func)->op_array.scope->name) : "", in zend_jit_trace_hot_root()
7994 opline = EX(opline); in zend_jit_trace_hot_root()
8252 EX(func)->op_array.scope ? ZSTR_VAL(EX(func)->op_array.scope->name) : "", in zend_jit_trace_hot_side()
8257 EX(opline)->lineno); in zend_jit_trace_hot_side()
8273 && EX(call))) { in zend_jit_trace_hot_side()
8396 EX(call) = call; in zend_jit_trace_exit()
8504 EX(opline) = opline; in zend_jit_trace_exit()
8515 ZEND_ASSERT(EX(opline) >= EX(func)->op_array.opcodes && in zend_jit_trace_exit()
[all …]
/php-src/Zend/
H A Dzend_vm_trace_lines.h29 if (EX(func) && EX(func)->op_array.filename) { in zend_vm_trace()
30 fprintf(vm_trace_file, "%s:%d\n", ZSTR_VAL(EX(func)->op_array.filename), opline->lineno); in zend_vm_trace()
H A Dzend_vm_def.h3619 EX(call) = call;
3752 EX(call) = call;
3780 EX(call) = call;
3833 EX(call) = call;
3895 EX(call) = call;
3928 EX(call) = call;
3957 EX(call) = call;
3976 EX(call) = call;
5846 EX(call) = call;
6451 Z_PTR(EX(This)));
[all …]
H A Dzend_exceptions.h86 if (EX(opline)->opcode != ZEND_HANDLE_EXCEPTION) { in zend_rethrow_exception()
87 EG(opline_before_exception) = EX(opline); in zend_rethrow_exception()
88 EX(opline) = EG(exception_op); in zend_rethrow_exception()
H A Dzend_execute.c533 return &EX(This); in _get_obj_zval_ptr()
541 return &EX(This); in _get_obj_zval_ptr_undef()
549 return &EX(This); in _get_obj_zval_ptr_ptr()
1377 EX(func)->common.scope ? ZSTR_VAL(EX(func)->common.scope->name) : "", in zend_missing_arg_error()
1387 EX(func)->common.scope ? ZSTR_VAL(EX(func)->common.scope->name) : "", in zend_missing_arg_error()
2196 ht = EX(symbol_table); in zend_get_target_symbol_table()
4005 EX(call) = NULL; in i_init_func_execute_data()
4092 EX(call) = NULL; in i_init_code_execute_data()
4134 EX(opline) = opline; in zend_init_func_execute_data()
4465 call = EX(call); in cleanup_unfinished_calls()
[all …]
H A Dzend_vm_execute.h3802 EX(call) = call; in ZEND_INIT_FCALL_BY_NAME_SPEC_CONST_HANDLER()
3855 EX(call) = call; in ZEND_INIT_DYNAMIC_CALL_SPEC_CONST_HANDLER()
3888 EX(call) = call; in ZEND_INIT_NS_FCALL_BY_NAME_SPEC_CONST_HANDLER()
3917 EX(call) = call; in ZEND_INIT_FCALL_SPEC_CONST_HANDLER()
3936 EX(call) = call; in ZEND_INIT_FCALL_OFFSET_SPEC_CONST_HANDLER()
4038 EX(call) = call; in ZEND_INIT_DYNAMIC_CALL_SPEC_TMPVAR_HANDLER()
4198 EX(call) = call; in ZEND_INIT_DYNAMIC_CALL_SPEC_CV_HANDLER()
7047 EX(call) = call; in ZEND_INIT_METHOD_CALL_SPEC_CONST_CONST_HANDLER()
7180 EX(call) = call; in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CONST_HANDLER()
7241 EX(call) = call; in ZEND_INIT_USER_CALL_SPEC_CONST_CONST_HANDLER()
[all …]
H A DREADME.md90 get_zval_ptr(&opline->op<X>, EX(Ts), &free_op<X>, <TYPE>)
92 get_zval_ptr_ptr(&opline->op<X>, EX(Ts), &free_op<X>, <TYPE>)
94 get_obj_zval_ptr(&opline->op<X>, EX(Ts), &free_op<X>, <TYPE>)
96 get_obj_zval_ptr_ptr(&opline->op<X>, EX(Ts), &free_op<X>, <TYPE>)
H A Dzend_closures.c45 zend_function *func = EX(func); in ZEND_METHOD()
296 fcc.function_handler = (EX(func)->internal_function.fn_flags & ZEND_ACC_STATIC) ? in ZEND_NAMED_FUNCTION()
297 EX(func)->internal_function.scope->__callstatic : EX(func)->internal_function.scope->__call; in ZEND_NAMED_FUNCTION()
301 ZVAL_STR(&fci.params[0], EX(func)->common.function_name); in ZEND_NAMED_FUNCTION()
305 array_init_size(&fci.params[1], ZEND_NUM_ARGS() + zend_hash_num_elements(EX(extra_named_params))); in ZEND_NAMED_FUNCTION()
309 ZEND_HASH_MAP_FOREACH_STR_KEY_VAL(EX(extra_named_params), name, named_param_zval) { in ZEND_NAMED_FUNCTION()
723 zend_closure *closure = (zend_closure*)ZEND_CLOSURE_OBJECT(EX(func)); in ZEND_NAMED_FUNCTION()
727 Z_OBJ(EX(This)) = &closure->std; in ZEND_NAMED_FUNCTION()
H A Dzend_execute.h439 ((void**)((char*)EX(run_time_cache) + (num)))
442 ((void**)((char*)EX(run_time_cache) + (num)))[0]
445 ((void**)((char*)EX(run_time_cache) + (num)))[0] = (ptr); \
449 (EXPECTED(((void**)((char*)EX(run_time_cache) + (num)))[0] == (void*)(ce)) ? \
450 ((void**)((char*)EX(run_time_cache) + (num)))[1] : \
454 void **slot = (void**)((char*)EX(run_time_cache) + (num)); \
H A Dzend.h53 (!EX(prev_execute_data) || \
54 !ZEND_USER_CODE(EX(prev_execute_data)->func->common.type) || \
55 (EX(prev_execute_data)->opline->result_type != IS_UNUSED))
H A Dzend_vm_execute.skl66 EX(prev_execute_data) = EG(current_execute_data);
H A Dzend_verify_type_inference.h37 …fprintf(stderr, "Inference verification failed at %04d %s (" msg ")\n", (int)(opline - EX(func)->o…
/php-src/sapi/phpdbg/tests/
H A Dset_exception_handler.phpt12 prompt> EX
18 set_exception_handler(function () { print "EX\n"; });
H A Dgenerator_run.phpt2 Ensure proper saving of EX(opline)
/php-src/ext/zend_test/
H A Dobserver.c29 …er handler -->\n", 2 * ZT_G(observer_nesting_depth), "", zend_get_opcode_name(EX(opline)->opcode)); in observer_show_opcode_in_user_handler()
64 if (!ZT_G(observer_show_opcode) || !ZEND_USER_CODE(EX(func)->type)) { in observer_show_opcode()
67 …code: '%s' -->\n", 2 * ZT_G(observer_nesting_depth), "", zend_get_opcode_name(EX(opline)->opcode)); in observer_show_opcode()
71 ZEND_ASSERT(!ZEND_USER_CODE(EX(func)->type) || in assert_observer_opline()
72 …(EX(opline) >= EX(func)->op_array.opcodes && EX(opline) < EX(func)->op_array.opcodes + EX(func)->o… in assert_observer_opline()
73 (EX(opline) >= EG(exception_op) && EX(opline) < EG(exception_op) + 3)); in assert_observer_opline()
H A Dtest.c80 RETVAL_STR_COPY(EX(func)->common.function_name); in ZEND_FUNCTION()
83 ZEND_ASSERT(EX(func)->common.fn_flags & ZEND_ACC_CALL_VIA_TRAMPOLINE); in ZEND_FUNCTION()
84 zend_string_release(EX(func)->common.function_name); in ZEND_FUNCTION()
85 zend_free_trampoline(EX(func)); in ZEND_FUNCTION()
86 EX(func) = NULL; in ZEND_FUNCTION()
/php-src/Zend/tests/try/
H A Dbug71604.phpt13 print "EX\n";
/php-src/ext/opcache/tests/jit/
H A Dgh13772.phpt2 EX(opline) is correctly set for nested JIT user code calls
/php-src/ext/pdo/
H A Dphp_pdo.h60 zend_throw_error(NULL, "%s object is uninitialized", ZSTR_VAL(Z_OBJ(EX(This))->ce->name)); \
/php-src/Zend/tests/
H A Dex_func_null_during_property_write.phpt2 EX(func) can be null during write_property in an edge case
/php-src/sapi/phpdbg/
H A Dphpdbg_print.c366 zend_dump_op_line(&EX(func)->op_array, NULL, EX(opline), ZEND_DUMP_LINE_NUMBERS, NULL); in phpdbg_print_opline()
371 zend_op_array *op_array = &EX(func)->op_array; in phpdbg_print_opline()
372 cur->op = (zend_op *) EX(opline); in phpdbg_print_opline()
/php-src/ext/com_dotnet/
H A Dcom_handlers.c252 zend_string *method = EX(func)->common.function_name; in PHP_FUNCTION()
272 …if (SUCCESS == php_com_do_invoke_byref(obj, (zend_internal_function*)EX(func), DISPATCH_METHOD|DIS… in PHP_FUNCTION()
283 ZEND_ASSERT(EX(func)->common.fn_flags & ZEND_ACC_CALL_VIA_TRAMPOLINE); in PHP_FUNCTION()
284 zend_string_release(EX(func)->common.function_name); in PHP_FUNCTION()
285 zend_free_trampoline(EX(func)); in PHP_FUNCTION()
286 EX(func) = NULL; in PHP_FUNCTION()
/php-src/sapi/fuzzer/
H A Dfuzzer-execute-common.h57 if ((ret = ((opcode_handler_t) EX(opline)->handler)(execute_data)) != 0) { in fuzzer_execute_ex()

Completed in 279 milliseconds

12