Home
last modified time | relevance | path

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

12

/php-src/Zend/Optimizer/
H A Dsccp.c825 EX(func) = func; in ct_eval_func_call_ex()
/php-src/Zend/
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.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_API.h522 #define ZEND_THIS (&EX(This))
526 #define ZEND_IS_METHOD_CALL() (EX(func)->common.scope != NULL)
H A Dzend_builtin_functions.c167 zend_execute_data *ex = EX(prev_execute_data); in ZEND_FUNCTION()
201 ex = EX(prev_execute_data); in ZEND_FUNCTION()
236 zend_execute_data *ex = EX(prev_execute_data); in ZEND_FUNCTION()
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_compile.h648 #define EX(element) ((execute_data)->element) macro
H A Dzend_exceptions.h88 if (EX(opline)->opcode != ZEND_HANDLE_EXCEPTION) { in zend_rethrow_exception()
89 EG(opline_before_exception) = EX(opline); in zend_rethrow_exception()
90 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_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_execute_API.c564 zend_function *func = EX(func); in zend_active_function_ex()
568 const zend_op *op = EX(opline); in zend_active_function_ex()
H A Dzend_generators.c67 call = EX(call); in zend_generator_freeze_call_stack()
76 call = EX(call); in zend_generator_freeze_call_stack()
H A Dzend_object_handlers.c862 && EX(func) in zend_std_write_property()
863 && ZEND_USER_CODE(EX(func)->common.type) in zend_std_write_property()
864 && EX(opline) in zend_std_write_property()
865 && EX(opline)->opcode == ZEND_ASSIGN_OBJ in zend_std_write_property()
866 && EX(opline)->result_type) { in zend_std_write_property()
867 ZVAL_COPY_DEREF(EX_VAR(EX(opline)->result.var), variable_ptr); in zend_std_write_property()
H A Dzend_observer.c222 zend_function *func = EX(func); in prev_observed_frame()
H A Dzend_verify_type_inference.h37 …fprintf(stderr, "Inference verification failed at %04d %s (" msg ")\n", (int)(opline - EX(func)->o…
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;
5847 EX(call) = call;
6452 Z_PTR(EX(This)));
[all …]
H A Dzend_vm_execute.h3805 EX(call) = call; in ZEND_INIT_FCALL_BY_NAME_SPEC_CONST_HANDLER()
3858 EX(call) = call; in ZEND_INIT_DYNAMIC_CALL_SPEC_CONST_HANDLER()
3891 EX(call) = call; in ZEND_INIT_NS_FCALL_BY_NAME_SPEC_CONST_HANDLER()
3920 EX(call) = call; in ZEND_INIT_FCALL_SPEC_CONST_HANDLER()
3939 EX(call) = call; in ZEND_INIT_FCALL_OFFSET_SPEC_CONST_HANDLER()
4041 EX(call) = call; in ZEND_INIT_DYNAMIC_CALL_SPEC_TMPVAR_HANDLER()
4201 EX(call) = call; in ZEND_INIT_DYNAMIC_CALL_SPEC_CV_HANDLER()
7050 EX(call) = call; in ZEND_INIT_METHOD_CALL_SPEC_CONST_CONST_HANDLER()
7183 EX(call) = call; in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CONST_HANDLER()
7244 EX(call) = call; in ZEND_INIT_USER_CALL_SPEC_CONST_CONST_HANDLER()
[all …]
H A Dzend_vm_execute.skl66 EX(prev_execute_data) = EG(current_execute_data);
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()
/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/Zend/tests/try/
H A Dbug71604.phpt13 print "EX\n";
/php-src/docs/source/core/data-structures/
H A Dzval.rst106 uint32_t num_args; /* arguments number for EX(This) */
/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/ext/ffi/
H A Dffi.c2740 zend_ffi_type *type = EX(func)->internal_function.reserved[0]; in ZEND_FUNCTION()
2741 void *addr = EX(func)->internal_function.reserved[1]; in ZEND_FUNCTION()
2864 zend_string_release(EX(func)->common.function_name); in ZEND_FUNCTION()
2866 zend_free_trampoline(EX(func)); in ZEND_FUNCTION()
2867 EX(func) = NULL; in ZEND_FUNCTION()
3765 bool is_static_call = Z_TYPE(EX(This)) != IS_OBJECT; in ZEND_METHOD()
3795 zend_ffi *ffi = (zend_ffi*)Z_OBJ(EX(This)); in ZEND_METHOD()
3921 bool is_static_call = Z_TYPE(EX(This)) != IS_OBJECT; in ZEND_METHOD()
3945 zend_ffi *ffi = (zend_ffi*)Z_OBJ(EX(This)); in ZEND_METHOD()
4102 bool is_static_call = Z_TYPE(EX(This)) != IS_OBJECT; in ZEND_METHOD()
[all …]
/php-src/ext/fileinfo/tests/
H A Dmagic12067 >18 leshort 200 Freescale 56800EX,

Completed in 335 milliseconds

12