Initial commit

This commit is contained in:
Sebastian Schürmann 2009-04-25 18:28:02 +00:00
parent e2fe8ebf6d
commit ad8ab8ae5c

View File

@ -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