1
0
mirror of https://github.com/php/php-src.git synced 2026-03-27 17:52:16 +01:00
Files
archived-php-src/ext/standard/tests/versioning/php_sapi_name_variation001.phpt
2018-10-14 19:46:15 +02:00

15 lines
220 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