1--TEST-- 2php_sapi_name() function when switching to webserver by using post 3--POST-- 4foo=BAR 5--CREDITS-- 6Sebastian Schürmann 7sebs@php.net 8Testfest 2009 Munich 9--FILE-- 10<?php 11echo php_sapi_name(); 12?> 13--EXPECT-- 14cgi-fcgi 15