1
0
mirror of https://github.com/php/php-src.git synced 2026-03-25 00:32:23 +01:00
Files
archived-php-src/ext/standard/tests/versioning/php_sapi_name.phpt
Máté Kocsis 7aacc705d0 Add many missing closing PHP tags to tests
Closes GH-5958
2020-08-09 22:03:36 +02:00

10 lines
103 B
PHP

--TEST--
php_sapi_name test
--FILE--
<?php
var_dump(php_sapi_name());
?>
--EXPECTF--
string(3) "c%ci"