mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Fixed expectation
This commit is contained in:
parent
da1e6679b7
commit
5341d17c34
1 changed files with 3 additions and 1 deletions
|
@ -794,7 +794,9 @@ ZEND_API ZEND_COLD void ZEND_FASTCALL zend_wrong_callback_exception(int num, cha
|
|||
_real_arg++; \
|
||||
_arg = _real_arg; \
|
||||
if (deref) { \
|
||||
ZVAL_DEREF(_arg); \
|
||||
if (EXPECTED(Z_ISREF_P(_arg))) { \
|
||||
_arg = Z_REFVAL_P(_arg); \
|
||||
} \
|
||||
} \
|
||||
if (separate) { \
|
||||
SEPARATE_ZVAL_NOREF(_arg); \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue