Security update for Core, with self-updated composer
[yaffs-website] / vendor / nikic / php-parser / test / code / prettyPrinter / expr / call.test
diff --git a/vendor/nikic/php-parser/test/code/prettyPrinter/expr/call.test b/vendor/nikic/php-parser/test/code/prettyPrinter/expr/call.test
new file mode 100644 (file)
index 0000000..0ec8925
--- /dev/null
@@ -0,0 +1,13 @@
+Calls
+-----
+<?php
+
+f($a);
+f(&$a);
+f(...$a);
+f($a, &$b, ...$c);
+-----
+f($a);
+f(&$a);
+f(...$a);
+f($a, &$b, ...$c);
\ No newline at end of file