Home
last modified time | relevance | path

Searched refs:zend_op (Results 26 – 34 of 34) sorted by relevance

12

/PHP-7.0/Zend/
H A Dzend_inheritance.c447 zend_op *precv = NULL; in zend_get_function_declaration()
450 zend_op *op = fptr->op_array.opcodes; in zend_get_function_declaration()
451 zend_op *end = op + fptr->op_array.last; in zend_get_function_declaration()
H A Dzend_execute.c2378 static zend_always_inline zend_bool zend_is_by_ref_func_arg_fetch(const zend_op *opline, zend_execu… in zend_is_by_ref_func_arg_fetch()
2445 zend_op *opline = EX(func)->op_array.opcodes + op_num; in cleanup_unfinished_calls()
2584 zend_op *brk_opline = &EX(func)->op_array.opcodes[brk_cont->brk]; in cleanup_live_vars()
2596 zend_op *last = EX(func)->op_array.opcodes + op_num; in cleanup_live_vars()
H A Dzend.c1075 const zend_op *opline; in zend_error()
H A Dzend_execute_API.c864 const zend_op *current_opline_before_exception = EG(opline_before_exception); in zend_call_function()
H A Dzend_vm_def.h2411 const zend_op *old_opline = EX(opline);
7166 const zend_op *exc_opline = EG(opline_before_exception);
7633 const zend_op *fast_ret = EX(func)->op_array.opcodes + fast_call->u2.lineno;
7863 zend_op *target = OP_JMP_ADDR(opline, opline->op2);
7864 zend_op *result = target - 1;
H A Dzend_vm_execute.h310 static const void *zend_vm_get_opcode_handler(zend_uchar opcode, const zend_op* op);
321 register const zend_op* volatile opline __asm__(ZEND_VM_IP_GLOBAL_REG);
370 # define USE_OPLINE const zend_op *opline = EX(opline);
397 const zend_op *orig_opline = opline;
502 const zend_op *old_opline = EX(opline);
1465 const zend_op *exc_opline = EG(opline_before_exception);
1612 const zend_op *fast_ret = EX(func)->op_array.opcodes + fast_call->u2.lineno;
1652 zend_op *target = OP_JMP_ADDR(opline, opline->op2);
1653 zend_op *result = target - 1;
50351 ZEND_API void zend_vm_set_opcode_handler(zend_op* op)
[all …]
/PHP-7.0/ext/opcache/
H A Dzend_file_cache.c405 zend_op *opline, *end; in zend_file_cache_serialize_op_array()
979 zend_op *opline, *end; in zend_file_cache_unserialize_op_array()
/PHP-7.0/sapi/phpdbg/
H A Dphpdbg.c467 zend_op *cur = op_array->opcodes + op_array->num_args + !!(op_array->fn_flags & ZEND_ACC_VARIADIC); in phpdbg_oplog_fill_executable()
468 zend_op *end = op_array->opcodes + op_array->last; in phpdbg_oplog_fill_executable()
H A Dphpdbg_bp.c1066 const zend_op *orig_opline = EG(current_execute_data)->opline; in phpdbg_find_conditional_breakpoint()

Completed in 172 milliseconds

12