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