1--TEST--
2php_sapi_name test
3--FILE--
4<?php
5
6var_dump(php_sapi_name());
7?>
8--EXPECTF--
9string(3) "c%ci"
10