summaryrefslogtreecommitdiff
path: root/sapi/cgi/tests/001.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'sapi/cgi/tests/001.phpt')
-rw-r--r--sapi/cgi/tests/001.phpt22
1 files changed, 22 insertions, 0 deletions
diff --git a/sapi/cgi/tests/001.phpt b/sapi/cgi/tests/001.phpt
new file mode 100644
index 000000000..74c694f7c
--- /dev/null
+++ b/sapi/cgi/tests/001.phpt
@@ -0,0 +1,22 @@
+--TEST--
+version string
+--SKIPIF--
+<?php include "skipif.inc"; ?>
+--FILE--
+<?php
+
+include "include.inc";
+
+$php = get_cgi_path();
+reset_env_vars();
+
+var_dump(`$php -n -v`);
+
+echo "Done\n";
+?>
+--EXPECTF--
+string(%d) "PHP %s (cgi%s (built: %s
+Copyright (c) 1997-20%s The PHP Group
+Zend Engine v%s, Copyright (c) 1998-20%s Zend Technologies
+"
+Done