From: Dmitry Stogov Date: Wed, 11 May 2016 09:55:33 +0000 (+0300) Subject: Added test X-Git-Tag: php-7.1.0alpha1~162 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=515a61069a78db0277c54b85cb10b1ab2f52a13f;p=php Added test --- diff --git a/Zend/tests/generators/generator_with_arg_unpacking.phpt b/Zend/tests/generators/generator_with_arg_unpacking.phpt new file mode 100644 index 0000000000..edf0bafd31 --- /dev/null +++ b/Zend/tests/generators/generator_with_arg_unpacking.phpt @@ -0,0 +1,12 @@ +--TEST-- +Generators with arguments unpacking +--FILE-- + +--EXPECT-- +OK \ No newline at end of file