php-src/ext/standard/tests/versioning/php_sapi_name_variation001.phpt
Sebastian Schürmann 7942cd2c3c - Initial commit
2009-04-25 11:33:26 +00:00

15 lines
221 B
PHP

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