summaryrefslogtreecommitdiff
path: root/Zend/zend_vm_execute.h
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@zend.com>2018-07-04 00:50:57 +0300
committerDmitry Stogov <dmitry@zend.com>2018-07-04 00:50:57 +0300
commit7eb045d31a108323e3878947419cde94e2ba8645 (patch)
treec1225081083fb8231be428bfd1f80fff01da383e /Zend/zend_vm_execute.h
parente080fb6d92b7ed942613388be6f5b4c7e6d74e05 (diff)
downloadphp-git-7eb045d31a108323e3878947419cde94e2ba8645.tar.gz
API cleanup. Removed unused functions (kept compatibility macros).
Diffstat (limited to 'Zend/zend_vm_execute.h')
-rw-r--r--Zend/zend_vm_execute.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/Zend/zend_vm_execute.h b/Zend/zend_vm_execute.h
index 4ca9f76a03..c8e198b0b6 100644
--- a/Zend/zend_vm_execute.h
+++ b/Zend/zend_vm_execute.h
@@ -3523,7 +3523,7 @@ static ZEND_VM_COLD ZEND_OPCODE_HANDLER_RET ZEND_FASTCALL ZEND_EXIT_SPEC_CONST_H
break;
}
}
- zend_print_variable(ptr);
+ zend_print_zval(ptr, 0);
}
} while (0);
@@ -12727,7 +12727,7 @@ static ZEND_VM_COLD ZEND_OPCODE_HANDLER_RET ZEND_FASTCALL ZEND_EXIT_SPEC_TMPVAR_
break;
}
}
- zend_print_variable(ptr);
+ zend_print_zval(ptr, 0);
}
} while (0);
zval_ptr_dtor_nogc(free_op1);
@@ -30417,7 +30417,7 @@ static ZEND_VM_COLD ZEND_OPCODE_HANDLER_RET ZEND_FASTCALL ZEND_EXIT_SPEC_UNUSED_
break;
}
}
- zend_print_variable(ptr);
+ zend_print_zval(ptr, 0);
}
} while (0);
@@ -37487,7 +37487,7 @@ static ZEND_VM_COLD ZEND_OPCODE_HANDLER_RET ZEND_FASTCALL ZEND_EXIT_SPEC_CV_HAND
break;
}
}
- zend_print_variable(ptr);
+ zend_print_zval(ptr, 0);
}
} while (0);