mirror of
https://github.com/php/php-src.git
synced 2025-08-19 17:04:47 +02:00
Unused var
This commit is contained in:
parent
7b195c9875
commit
cbc71995a8
1 changed files with 1 additions and 1 deletions
|
@ -242,7 +242,6 @@ ZEND_METHOD(exception, __wakeup)
|
|||
{
|
||||
zval *value;
|
||||
zval *object = getThis();
|
||||
HashTable *intern_ht = zend_std_get_properties(getThis() TSRMLS_CC);
|
||||
CHECK_EXC_TYPE("message", IS_STRING);
|
||||
CHECK_EXC_TYPE("string", IS_STRING);
|
||||
CHECK_EXC_TYPE("code", IS_LONG);
|
||||
|
@ -653,6 +652,7 @@ ZEND_METHOD(exception, getPrevious)
|
|||
previous = zend_read_property(default_exception_ce, getThis(), "previous", sizeof("previous")-1, 1 TSRMLS_CC);
|
||||
RETURN_ZVAL(previous, 1, 0);
|
||||
}
|
||||
/* }}} */
|
||||
|
||||
int zend_spprintf(char **message, int max_len, const char *format, ...) /* {{{ */
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue