1
0
mirror of https://github.com/php/php-src.git synced 2026-04-05 07:02:33 +02:00

Fixed strict zpp arginfo test

This commit is contained in:
Derick Rethans
2023-03-09 12:20:56 +00:00
parent f8891f2861
commit aead0c8059

View File

@@ -431,6 +431,7 @@ static ZEND_METHOD(_ZendTestClass, variadicTest) {
}
zend_argument_type_error(i + 1, "must be of class Iterator or a string, %s given", zend_zval_type_name(arg));
RETURN_THROWS();
}
object_init_ex(return_value, zend_get_called_scope(execute_data));