Home
last modified time | relevance | path

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

/PHP-7.4/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-7.4/Zend/
H A Dzend_exceptions.h74 if (EX(opline)->opcode != ZEND_HANDLE_EXCEPTION) { in zend_rethrow_exception()
75 EG(opline_before_exception) = EX(opline); in zend_rethrow_exception()
76 EX(opline) = EG(exception_op); in zend_rethrow_exception()
H A Dzend_vm_def.h3610 EX(call) = call;
3751 EX(call) = call;
3779 EX(call) = call;
3834 EX(call) = call;
3909 EX(call) = call;
3942 EX(call) = call;
3973 EX(call) = call;
5302 param = EX_VAR_NUM(EX(func)->op_array.last_var + EX(func)->op_array.T); in ZEND_HASH_FILL_PACKED()
5505 EX(call) = call;
6019 Z_PTR(EX(This)));
[all …]
H A Dzend_execute.c526 return &EX(This); in _get_obj_zval_ptr()
535 return &EX(This); in _get_obj_zval_ptr_undef()
544 return &EX(This); in _get_obj_zval_ptr_ptr()
1149 EX(func)->common.scope ? ZSTR_VAL(EX(func)->common.scope->name) : "", in zend_missing_arg_error()
1159 EX(func)->common.scope ? ZSTR_VAL(EX(func)->common.scope->name) : "", in zend_missing_arg_error()
1965 ht = EX(symbol_table); in zend_get_target_symbol_table()
3604 EX(call) = NULL; in i_init_func_execute_data()
3619 EX(opline) += num_args; in i_init_func_execute_data()
3691 EX(call) = NULL; in i_init_code_execute_data()
3733 EX(opline) = opline; in zend_init_func_execute_data()
[all …]
H A Dzend_execute.h341 ((void**)((char*)EX(run_time_cache) + (num)))
344 ((void**)((char*)EX(run_time_cache) + (num)))[0]
347 ((void**)((char*)EX(run_time_cache) + (num)))[0] = (ptr); \
351 (EXPECTED(((void**)((char*)EX(run_time_cache) + (num)))[0] == (void*)(ce)) ? \
352 ((void**)((char*)EX(run_time_cache) + (num)))[1] : \
356 void **slot = (void**)((char*)EX(run_time_cache) + (num)); \
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_vm_execute.h2926 EX(call) = call; in ZEND_INIT_FCALL_BY_NAME_SPEC_CONST_HANDLER()
2980 EX(call) = call; in ZEND_INIT_DYNAMIC_CALL_SPEC_CONST_HANDLER()
3013 EX(call) = call; in ZEND_INIT_NS_FCALL_BY_NAME_SPEC_CONST_HANDLER()
3044 EX(call) = call; in ZEND_INIT_FCALL_SPEC_CONST_HANDLER()
3150 EX(call) = call; in ZEND_INIT_DYNAMIC_CALL_SPEC_TMPVAR_HANDLER()
3266 EX(call) = call; in ZEND_INIT_DYNAMIC_CALL_SPEC_CV_HANDLER()
5857 EX(call) = call; in ZEND_INIT_METHOD_CALL_SPEC_CONST_CONST_HANDLER()
5998 EX(call) = call; in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CONST_HANDLER()
6072 EX(call) = call; in ZEND_INIT_USER_CALL_SPEC_CONST_CONST_HANDLER()
8128 EX(call) = call; in ZEND_INIT_METHOD_CALL_SPEC_CONST_TMPVAR_HANDLER()
[all …]
H A Dzend_closures.c49 zend_function *func = EX(func); in ZEND_METHOD()
260 fcc.function_handler = (EX(func)->internal_function.fn_flags & ZEND_ACC_STATIC) ? in ZEND_NAMED_FUNCTION()
261 EX(func)->internal_function.scope->__callstatic : EX(func)->internal_function.scope->__call; in ZEND_NAMED_FUNCTION()
264 ZVAL_STR(&fci.params[0], EX(func)->common.function_name); in ZEND_NAMED_FUNCTION()
355 EG(current_execute_data) = EX(prev_execute_data); in ZEND_METHOD()
680 zend_closure *closure = (zend_closure*)ZEND_CLOSURE_OBJECT(EX(func)); in ZEND_NAMED_FUNCTION()
683 EX(func) = NULL; in ZEND_NAMED_FUNCTION()
H A Dzend.h52 (!EX(prev_execute_data) || \
53 !ZEND_USER_CODE(EX(prev_execute_data)->func->common.type) || \
54 (EX(prev_execute_data)->opline->result_type != IS_UNUSED))
H A Dzend_exceptions.c289 if (Z_TYPE(EX(This)) == IS_OBJECT) { in ZEND_METHOD()
290 ce = Z_OBJCE(EX(This)); in ZEND_METHOD()
291 } else if (Z_CE(EX(This))) { in ZEND_METHOD()
292 ce = Z_CE(EX(This)); in ZEND_METHOD()
355 if (Z_TYPE(EX(This)) == IS_OBJECT) { in ZEND_METHOD()
356 ce = Z_OBJCE(EX(This)); in ZEND_METHOD()
357 } else if (Z_CE(EX(This))) { in ZEND_METHOD()
358 ce = Z_CE(EX(This)); in ZEND_METHOD()
H A Dzend_generators.c64 call = EX(call); in zend_generator_freeze_call_stack()
73 call = EX(call); in zend_generator_freeze_call_stack()
151 OBJ_RELEASE(ZEND_CLOSURE_OBJECT(EX(func))); in zend_generator_close()
282 zend_op_array *op_array = &EX(func)->op_array; in calc_gc_buffer_size()
353 op_array = &EX(func)->op_array; in zend_generator_get_gc()
369 uint32_t i, num_cvs = EX(func)->op_array.last_var; in zend_generator_get_gc()
387 ZVAL_OBJ(gc_buffer++, ZEND_CLOSURE_OBJECT(EX(func))); in zend_generator_get_gc()
H A Dzend_vm_execute.skl56 EX(prev_execute_data) = EG(current_execute_data);
H A Dzend_builtin_functions.c448 zend_execute_data *ex = EX(prev_execute_data); in ZEND_FUNCTION()
485 ex = EX(prev_execute_data); in ZEND_FUNCTION()
521 zend_execute_data *ex = EX(prev_execute_data); in ZEND_FUNCTION()
2230 ptr = EX(prev_execute_data); in ZEND_FUNCTION()
H A Dzend_compile.h576 #define EX(element) ((execute_data)->element) macro
H A Dzend_API.h365 #define ZEND_THIS (&EX(This))
368 #define ZEND_IS_METHOD_CALL() (EX(func)->common.scope != NULL)
/PHP-7.4/Zend/tests/try/
H A Dbug71604.phpt13 print "EX\n";
/PHP-7.4/Zend/tests/
H A Dex_func_null_during_property_write.phpt2 EX(func) can be null during write_property in an edge case
/PHP-7.4/ext/com_dotnet/
H A Dcom_handlers.c276 ((zend_internal_function*)EX(func))->function_name, in PHP_FUNCTION()
403 …if (SUCCESS == php_com_do_invoke_byref(obj, (zend_internal_function*)EX(func), DISPATCH_METHOD|DIS… in com_call_method()
/PHP-7.4/ext/ffi/
H A Dffi.c2762 zend_free_trampoline(EX(func)); in ZEND_FUNCTION()
2763 EX(func) = NULL; in ZEND_FUNCTION()
3655 if (Z_TYPE(EX(This)) == IS_OBJECT) { in ZEND_METHOD()
3668 if (Z_TYPE(EX(This)) != IS_OBJECT) { in ZEND_METHOD()
3688 if (Z_TYPE(EX(This)) != IS_OBJECT) { in ZEND_METHOD()
3803 if (Z_TYPE(EX(This)) == IS_OBJECT) { in ZEND_METHOD()
3816 if (Z_TYPE(EX(This)) != IS_OBJECT) { in ZEND_METHOD()
3836 if (Z_TYPE(EX(This)) != IS_OBJECT) { in ZEND_METHOD()
3964 if (Z_TYPE(EX(This)) == IS_OBJECT) { in ZEND_METHOD()
3977 if (Z_TYPE(EX(This)) != IS_OBJECT) { in ZEND_METHOD()
[all …]
/PHP-7.4/ext/hash/tests/
H A Dfnv1a32.phpt80 array( '-\'&D14{EX}*r@}~', 'f0b627fc' ),
/PHP-7.4/ext/opcache/Optimizer/
H A Dsccp.c1043 EX(func) = func; in ct_eval_func_call()
/PHP-7.4/ext/standard/
H A Dbasic_functions.c4986 if (!EX(prev_execute_data)->func->common.scope) {
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます9705 >18 leshort 200 Freescale 56800EX,
H A Dmagic9705 >18 leshort 200 Freescale 56800EX,

Completed in 376 milliseconds