summaryrefslogtreecommitdiff
path: root/sapi/cli/tests/php_cli_server_001.phpt
blob: c2ed8ddff176aba36ce9170a50d3dbbd8209a459 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--TEST--
basic function
--INI--
allow_url_fopen=1
--SKIPIF--
<?php
include "skipif.inc";
?>
--FILE--
<?php
include "php_cli_server.inc";
php_cli_server_start();
var_dump(file_get_contents("http://" . PHP_CLI_SERVER_ADDRESS));
?>
--EXPECT--
string(11) "Hello world"