Skip to content

Commit 1487541

Browse files
committed
fix: add ZEND_PARSE_PARAMETERES_NONE()
1 parent 19c0949 commit 1487541

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ext/random/random.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1170,6 +1170,8 @@ PHP_METHOD(Random_NumberGenerator_XorShift128Plus, __debugInfo)
11701170
php_random_numbergenerator *generator = Z_RANDOM_NUMBERGENERATOR_P(ZEND_THIS);
11711171
zval tmp;
11721172

1173+
ZEND_PARSE_PARAMETERS_NONE();
1174+
11731175
if (!generator->std.properties) {
11741176
rebuild_object_properties(&generator->std);
11751177
}

0 commit comments

Comments
 (0)