mirror of
https://github.com/php/php-src.git
synced 2024-11-25 19:05:31 +08:00
Remove some unnecessary CLS_FETCH()s.
This commit is contained in:
parent
9b9ab1793f
commit
2456af596f
@ -1078,7 +1078,6 @@ PHP_FUNCTION(fscanf)
|
||||
|
||||
zval ***args;
|
||||
int argCount;
|
||||
PLS_FETCH();
|
||||
|
||||
argCount = ZEND_NUM_ARGS();
|
||||
if (argCount < 2) {
|
||||
|
@ -335,7 +335,6 @@ static void php_error_cb(int type, const char *error_filename, const uint error_
|
||||
char buffer[1024];
|
||||
int size = 0;
|
||||
va_list args;
|
||||
CLS_FETCH();
|
||||
ELS_FETCH();
|
||||
PLS_FETCH();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user