Home
last modified time | relevance | path

Searched refs:result_type (Results 26 – 31 of 31) sorted by relevance

12

/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_optimizer.c927 if ((free_opline->result_type & (IS_TMP_VAR|IS_VAR)) && free_opline->result.var == var) { in zend_optimizer_get_loop_var_def()
1199 …(opline->result_type == IS_UNUSED ? 0 : (RES_INFO() & (MAY_BE_UNDEF|MAY_BE_ANY|MAY_BE_REF|MAY_BE_A… in zend_redo_pass_two_ex()
H A Dzend_inference.c3523 opline->result_type == IS_VAR, in zend_update_type_info()
3569 if (opline->result_type != IS_TMP_VAR) { in zend_update_type_info()
3586 if (opline->result_type != IS_TMP_VAR) { in zend_update_type_info()
3699 if (opline->result_type == IS_TMP_VAR) { in zend_update_type_info()
4027 if (opline->opcode == ZEND_ASSIGN && opline->result_type == IS_UNUSED && in zend_type_narrowing()
/PHP-7.4/ext/odbc/
H A Dphp_odbc.c1715 static void php_odbc_fetch_hash(INTERNAL_FUNCTION_PARAMETERS, int result_type) in php_odbc_fetch_hash() argument
1838 if (result_type & ODBC_NUM) { in php_odbc_fetch_hash()
/PHP-7.4/Zend/
H A Dzend_execute.c123 #define RETURN_VALUE_USED(opline) ((opline)->result_type != IS_UNUSED)
4717 if (opline->result_type & (IS_VAR | IS_TMP_VAR)) { \
H A Dzend_vm_def.h7552 if (throw_op->result_type & (IS_VAR | IS_TMP_VAR)) {
H A Dzend_vm_execute.h2625 if (throw_op->result_type & (IS_VAR | IS_TMP_VAR)) { in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()
61134 offset = offset * 2 + (op->result_type != IS_UNUSED);
61180 else if (spec & SPEC_RULE_RETVAL) offset = offset * 2 + (op->result_type != IS_UNUSED);

Completed in 192 milliseconds

12