mirror of
https://github.com/php/php-src.git
synced 2024-11-23 09:54:15 +08:00
Add missing zpp_none call in Exception::__wakeup
This commit is contained in:
parent
954244b3cb
commit
f9ced0d4f7
@ -316,6 +316,8 @@ ZEND_METHOD(Exception, __construct)
|
||||
|
||||
ZEND_METHOD(Exception, __wakeup)
|
||||
{
|
||||
ZEND_PARSE_PARAMETERS_NONE();
|
||||
|
||||
zval value, *pvalue;
|
||||
zval *object = ZEND_THIS;
|
||||
CHECK_EXC_TYPE(ZEND_STR_MESSAGE, IS_STRING);
|
||||
|
Loading…
Reference in New Issue
Block a user