mirror of
https://github.com/php/php-src.git
synced 2024-11-24 18:34:21 +08:00
MFB: Added test for php_sapi_name()
This commit is contained in:
parent
e2576c3504
commit
0e59140380
9
ext/standard/tests/versioning/php_sapi_name.phpt
Normal file
9
ext/standard/tests/versioning/php_sapi_name.phpt
Normal file
@ -0,0 +1,9 @@
|
||||
--TEST--
|
||||
php_sapi_name test
|
||||
--FILE--
|
||||
<?php
|
||||
|
||||
var_dump(php_sapi_name());
|
||||
|
||||
--EXPECTF--
|
||||
string(3) "c%ci"
|
Loading…
Reference in New Issue
Block a user