Home
last modified time | relevance | path

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

12

/PHP-7.2/ext/opcache/Optimizer/
H A Dzend_optimizer.c1127 …(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.c3314 if (opline->result_type == IS_TMP_VAR) { in zend_update_type_info()
3420 if (opline->result_type == IS_TMP_VAR) { in zend_update_type_info()
3737 if (opline->opcode == ZEND_ASSIGN && opline->result_type == IS_UNUSED && in zend_type_narrowing()
/PHP-7.2/Zend/
H A Dzend_vm_def.h5907 if (opline->result_type & (IS_TMP_VAR|IS_CV)) {
5946 if (opline->result_type & (IS_TMP_VAR|IS_CV)) {
5990 if (opline->result_type & (IS_TMP_VAR|IS_CV)) {
6068 if (opline->result_type & (IS_TMP_VAR|IS_CV)) {
6111 if (opline->result_type & (IS_TMP_VAR|IS_CV)) {
6155 if (opline->result_type & (IS_TMP_VAR|IS_CV)) {
7088 if (throw_op->result_type & (IS_VAR | IS_TMP_VAR)) {
H A Dzend_execute.c107 #define RETURN_VALUE_USED(opline) ((opline)->result_type != IS_UNUSED)
3001 if (opline->result_type & (IS_VAR | IS_TMP_VAR)) { \
H A Dzend_vm_execute.h1777 if (throw_op->result_type & (IS_VAR | IS_TMP_VAR)) {
16873 if (opline->result_type & (IS_TMP_VAR|IS_CV)) {
16912 if (opline->result_type & (IS_TMP_VAR|IS_CV)) {
16956 if (opline->result_type & (IS_TMP_VAR|IS_CV)) {
17034 if (opline->result_type & (IS_TMP_VAR|IS_CV)) {
17077 if (opline->result_type & (IS_TMP_VAR|IS_CV)) {
17121 if (opline->result_type & (IS_TMP_VAR|IS_CV)) {
69038 if (spec & SPEC_RULE_RETVAL) offset = offset * 2 + (op->result_type != IS_UNUSED);
69091 if (spec & SPEC_RULE_RETVAL) offset = offset * 2 + (op->result_type != IS_UNUSED);
/PHP-7.2/ext/odbc/
H A Dphp_odbc.c1718 static void php_odbc_fetch_hash(INTERNAL_FUNCTION_PARAMETERS, int result_type) in php_odbc_fetch_hash() argument
1831 if (result_type & ODBC_NUM) { in php_odbc_fetch_hash()

Completed in 241 milliseconds

12