We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8710665 + e954baf commit 0067420Copy full SHA for 0067420
Zend/zend_API.h
@@ -733,7 +733,7 @@ ZEND_API ZEND_COLD void ZEND_FASTCALL zend_wrong_callback_error(zend_bool throw_
733
int _num_args = EX_NUM_ARGS(); \
734
int _i; \
735
zval *_real_arg, *_arg = NULL; \
736
- zend_expected_type _expected_type = IS_UNDEF; \
+ zend_expected_type _expected_type = Z_EXPECTED_LONG; \
737
char *_error = NULL; \
738
zend_bool _dummy; \
739
zend_bool _optional = 0; \
0 commit comments