Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/php-static-scanner-instrumentalization.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/nikic/php-parser/test/code/prettyPrinter/stmt/goto.test')
-rw-r--r--vendor/nikic/php-parser/test/code/prettyPrinter/stmt/goto.test9
1 files changed, 9 insertions, 0 deletions
diff --git a/vendor/nikic/php-parser/test/code/prettyPrinter/stmt/goto.test b/vendor/nikic/php-parser/test/code/prettyPrinter/stmt/goto.test
new file mode 100644
index 0000000..61c7812
--- /dev/null
+++ b/vendor/nikic/php-parser/test/code/prettyPrinter/stmt/goto.test
@@ -0,0 +1,9 @@
+goto
+-----
+<?php
+
+marker:
+goto marker;
+-----
+marker:
+goto marker; \ No newline at end of file