Home
last modified time | relevance | path

Searched refs:opline (Results 76 – 84 of 84) sorted by relevance

1234

/php-src/ext/zend_test/
H A Dtest.c665 && execute_data->opline in has_opline()
672 assert(EG(current_execute_data)->opline->lineno != (uint32_t)-1); in zend_test_custom_malloc()
680 assert(EG(current_execute_data)->opline->lineno != (uint32_t)-1); in zend_test_custom_free()
688 assert(EG(current_execute_data)->opline->lineno != (uint32_t)-1); in zend_test_custom_realloc()
/php-src/Zend/
H A Dzend_execute_API.c568 const zend_op *op = EX(opline); in zend_active_function_ex()
661 if (!ex->opline) { in zend_get_executed_lineno()
665 if (EG(exception) && ex->opline->opcode == ZEND_HANDLE_EXCEPTION && in zend_get_executed_lineno()
666 ex->opline->lineno == 0 && EG(opline_before_exception)) { in zend_get_executed_lineno()
669 return ex->opline->lineno; in zend_get_executed_lineno()
H A Dzend.h55 (EX(prev_execute_data)->opline->result_type != IS_UNUSED))
H A Dzend_object_handlers.c864 && 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_gc.c2054 uint32_t op_num = ex->opline - ex->func->op_array.opcodes; in zend_gc_check_root_tmpvars()
2084 uint32_t op_num = ex->opline - ex->func->op_array.opcodes; in zend_gc_remove_root_tmpvars()
/php-src/main/
H A Dmain.c990 EG(current_execute_data)->opline && in php_verror()
991 EG(current_execute_data)->opline->opcode == ZEND_INCLUDE_OR_EVAL in php_verror()
993 switch (EG(current_execute_data)->opline->extended_value) { in php_verror()
/php-src/docs/source/core/data-structures/
H A Dzval.rst104 uint32_t opline_num; /* opline number (for FAST_CALL) */
/php-src/ext/reflection/
H A Dphp_reflection.c1791 zend_op *opline = ops->opcodes + ops->num_args; in ZEND_METHOD() local
1793 opline++; in ZEND_METHOD()
1796 for (; opline->opcode == ZEND_BIND_STATIC; opline++) { in ZEND_METHOD()
1797 if (!(opline->extended_value & (ZEND_BIND_IMPLICIT|ZEND_BIND_EXPLICIT))) { in ZEND_METHOD()
1803 (opline->extended_value & ~(ZEND_BIND_REF|ZEND_BIND_IMPLICIT|ZEND_BIND_EXPLICIT))); in ZEND_METHOD()
2318 ZVAL_LONG(return_value, ex->opline->lineno); in ZEND_METHOD()
7061 RETURN_LONG(prev_execute_data->opline->lineno); in ZEND_METHOD()
/php-src/sapi/phpdbg/
H A Dphpdbg.c314 phpdbg_set_breakpoint_opline_ex((phpdbg_opline_ptr_t) ex->opline + 1); in PHP_FUNCTION()

Completed in 71 milliseconds

1234