]> granicus.if.org Git - php/commitdiff
Initial commit
authorSebastian Schürmann <sebs@php.net>
Sat, 25 Apr 2009 18:28:02 +0000 (18:28 +0000)
committerSebastian Schürmann <sebs@php.net>
Sat, 25 Apr 2009 18:28:02 +0000 (18:28 +0000)
ext/standard/tests/versioning/php_sapi_name_variation001.phpt [new file with mode: 0644]

diff --git a/ext/standard/tests/versioning/php_sapi_name_variation001.phpt b/ext/standard/tests/versioning/php_sapi_name_variation001.phpt
new file mode 100644 (file)
index 0000000..4e45870
--- /dev/null
@@ -0,0 +1,14 @@
+--TEST--
+php_sapi_name() function when switching to webserver by using post 
+--POST--
+foo=BAR
+--CREDITS--
+Sebastian Schürmann
+sebs@php.net
+Testfest 2009 Munich
+--FILE--
+<?php
+echo php_sapi_name();
+?>
+--EXPECT--
+cgi-fcgi