MFB: Added test for php_sapi_name()

This commit is contained in:
Ilia Alshanetsky 2009-04-09 13:29:01 +00:00
parent e2576c3504
commit 0e59140380

View File

@ -0,0 +1,9 @@
--TEST--
php_sapi_name test
--FILE--
<?php
var_dump(php_sapi_name());
--EXPECTF--
string(3) "c%ci"