php-src/ext/standard/tests/versioning/php_sapi_name_variation001.phpt

15 lines
221 B
Plaintext
Raw Normal View History

2009-04-25 11:33:26 +00:00
--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