Home
last modified time | relevance | path

Searched refs:opline (Results 26 – 29 of 29) sorted by relevance

12

/PHP-5.5/Zend/
H A Dzend_execute.c63 #define RETURN_VALUE_USED(opline) (!((opline)->result_type & EXT_TYPE_UNUSED)) argument
103 #define SELECTIVE_PZVAL_LOCK(pzv, opline) if (RETURN_VALUE_USED(opline)) { PZVAL_LOCK(pzv); } argument
594 …, fname, need_msg, need_kind, given_msg, given_kind, ptr->op_array->filename, ptr->opline->lineno); in zend_verify_arg_error()
1483 …zval **return_value_ptr = &EX_TMP_VAR(execute_data_ptr, execute_data_ptr->opline->result.var)->var… in execute_internal()
1484 …*) execute_data_ptr->function_state.function)->handler(execute_data_ptr->opline->extended_value, *… in execute_internal()
1667 …EX(opline) = UNEXPECTED((op_array->fn_flags & ZEND_ACC_INTERACTIVE) != 0) && EG(start_op) ? EG(sta… in i_create_execute_data_from_op_array()
1668 EG(opline_ptr) = &EX(opline); in i_create_execute_data_from_op_array()
H A Dzend.c1255 EG(current_execute_data)->opline && in zend_error()
1256 EG(current_execute_data)->opline->opcode == ZEND_INCLUDE_OR_EVAL && in zend_error()
1257 EG(current_execute_data)->opline->extended_value == ZEND_EVAL)) { in zend_error()
/PHP-5.5/ext/opcache/
H A DZendAccelerator.c1809 zend_op *opline = *EG(opline_ptr); local
1811 if (opline->opcode == ZEND_INCLUDE_OR_EVAL &&
1812 (opline->op2.u.constant.value.lval == ZEND_INCLUDE_ONCE ||
1813 opline->op2.u.constant.value.lval == ZEND_REQUIRE_ONCE)) {
1822 if (opline->op1.op_type == IS_CONST) {
1823 filename_len = Z_STRLEN(opline->op1.u.constant);
1840 ZCG(cache_opline) = opline;
1854 ZCG(cache_opline) = opline;
1878 ZCG(cache_opline) = opline;
/PHP-5.5/main/
H A Dmain.c732 EG(current_execute_data)->opline && in php_verror()
733 EG(current_execute_data)->opline->opcode == ZEND_INCLUDE_OR_EVAL in php_verror()
735 switch (EG(current_execute_data)->opline->extended_value) { in php_verror()
1147 EG(current_execute_data)->opline && in php_error_cb()
1148 EG(current_execute_data)->opline->opcode == ZEND_INCLUDE_OR_EVAL && in php_error_cb()
1149 EG(current_execute_data)->opline->extended_value == ZEND_EVAL); in php_error_cb()

Completed in 26 milliseconds

12