Home
last modified time | relevance | path

Searched refs:opcodes (Results 26 – 39 of 39) sorted by relevance

12

/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_bp.c507 opline_break.opline = brake->opline = (zend_ulong)(op_array->opcodes + brake->opline_num); in phpdbg_resolve_op_array_break()
1008 return param->type == STR_PARAM || execute_data->opline - ops->opcodes == param->num; in phpdbg_find_breakpoint_param()
1041 return param->type == METHOD_PARAM || (execute_data->opline - ops->opcodes) == param->num; in phpdbg_find_breakpoint_param()
1128 …if (execute_data->opline == op_array->opcodes + op_array->num_args + !!(op_array->fn_flags & ZEND_… in phpdbg_find_breakpoint()
H A Dphpdbg_print.c60 zend_op *opline = &(op_array->opcodes[0]); in phpdbg_print_function_helper()
H A Dphpdbg_list.c364 fake_name = strpprintf(0, "%s%c%p", filename, 0, op_array->opcodes); in phpdbg_compile_string()
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()
488 insert_idx = cur - op_array->opcodes; in phpdbg_oplog_fill_executable()
686 insert_idx = cur->op - cur->opcodes; in PHP_FUNCTION()
H A Dxml.md340 - ops: number of opcodes in current executing context
355 …intinfo num="" /> (except for print opline) with num being the number of opcodes and one of these …
380 - <exec type="unsetops" />: indicates unsetting of the old compiled opcodes
/PHP-7.0/Zend/
H A Dzend_execute.c2123 EX(opline) = op_array->opcodes; in i_init_func_execute_data()
2197 EX(opline) = op_array->opcodes; in i_init_code_execute_data()
2226 EX(opline) = op_array->opcodes; in i_init_execute_data()
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()
2599 ZEND_ASSERT(last >= EX(func)->op_array.opcodes); in cleanup_live_vars()
H A Dzend_vm_def.h4205 ZEND_VM_SET_OPCODE(&EX(func)->op_array.opcodes[opline->extended_value]);
4228 ZEND_VM_SET_OPCODE(&EX(func)->op_array.opcodes[opline->extended_value]);
7158 uint32_t op_num = EG(opline_before_exception) - EX(func)->op_array.opcodes;
7200 zval *fast_call = EX_VAR(EX(func)->op_array.opcodes[finally_op_end].op1.var);
7209 ZEND_VM_SET_OPCODE(&EX(func)->op_array.opcodes[finally_op_num]);
7223 ZEND_VM_SET_OPCODE(&EX(func)->op_array.opcodes[catch_op_num]);
7621 fast_call->u2.lineno = opline - EX(func)->op_array.opcodes;
7633 const zend_op *fast_ret = EX(func)->op_array.opcodes + fast_call->u2.lineno;
7645 ZEND_VM_SET_OPCODE(&EX(func)->op_array.opcodes[opline->op2.opline_num]);
7652 ZEND_VM_SET_OPCODE(&EX(func)->op_array.opcodes[opline->op2.opline_num]);
[all …]
H A Dzend_execute_API.c68 active_opline-EG(active_op_array)->opcodes,
H A Dzend_object_handlers.c1109 func->opcodes = &EG(call_trampoline_op); in zend_get_call_trampoline_func()
H A Dzend_inheritance.c450 zend_op *op = fptr->op_array.opcodes; in zend_get_function_declaration()
H A Dzend_vm_execute.h1457 uint32_t op_num = EG(opline_before_exception) - EX(func)->op_array.opcodes;
1499 zval *fast_call = EX_VAR(EX(func)->op_array.opcodes[finally_op_end].op1.var);
1508 ZEND_VM_SET_OPCODE(&EX(func)->op_array.opcodes[finally_op_num]);
1522 ZEND_VM_SET_OPCODE(&EX(func)->op_array.opcodes[catch_op_num]);
1600 fast_call->u2.lineno = opline - EX(func)->op_array.opcodes;
1612 const zend_op *fast_ret = EX(func)->op_array.opcodes + fast_call->u2.lineno;
1624 ZEND_VM_SET_OPCODE(&EX(func)->op_array.opcodes[opline->op2.opline_num]);
1631 ZEND_VM_SET_OPCODE(&EX(func)->op_array.opcodes[opline->op2.opline_num]);
1634 cleanup_live_vars(execute_data, opline - EX(func)->op_array.opcodes, 0);
9684 ZEND_VM_SET_OPCODE(&EX(func)->op_array.opcodes[opline->extended_value]);
[all …]
/PHP-7.0/ext/pcre/pcrelib/
H A DChangeLog704 generated) now use special opcodes instead of wrapping in ONCE brackets.
1342 opcodes had not been added to the fixed-length checking code. I have (a)
1618 opcodes that mean there is no starting character; this means that when new
2009 added property types that matched character-matching opcodes).
2083 the lengths are correct (equal to the number of opcodes).
3007 4. Debugging: adjusted the names of opcodes for different kinds of parentheses
3527 them into atomic groups such as ($>a+). Now they have their own opcodes,
3605 39. Refactored the code to abolish the use of different opcodes for small
3741 The regular expression compiler produces polymorphic opcodes. That
4927 internal.h so that it is next to the definition of the opcodes.
[all …]
/PHP-7.0/ext/reflection/
H A Dphp_reflection.c658 zend_op *op = op_array->opcodes; in _get_recv_op()
/PHP-7.0/
H A DNEWS921 . Ignore non-executable opcodes in line mode of phpdbg_end_oplog(). (Bob)

Completed in 192 milliseconds

12