Skip to content

Commit aead0c8

Browse files
committed
Fixed strict zpp arginfo test
1 parent f8891f2 commit aead0c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/zend_test/test.c

+1
Original file line numberDiff line numberDiff line change
@@ -431,6 +431,7 @@ static ZEND_METHOD(_ZendTestClass, variadicTest) {
431431
}
432432

433433
zend_argument_type_error(i + 1, "must be of class Iterator or a string, %s given", zend_zval_type_name(arg));
434+
RETURN_THROWS();
434435
}
435436

436437
object_init_ex(return_value, zend_get_called_scope(execute_data));

0 commit comments

Comments
 (0)