summaryrefslogtreecommitdiff
path: root/sapi/cli/tests/bug67429_1.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'sapi/cli/tests/bug67429_1.phpt')
-rw-r--r--sapi/cli/tests/bug67429_1.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/cli/tests/bug67429_1.phpt b/sapi/cli/tests/bug67429_1.phpt
index 5b23818bdb..5519463340 100644
--- a/sapi/cli/tests/bug67429_1.phpt
+++ b/sapi/cli/tests/bug67429_1.phpt
@@ -8,7 +8,7 @@ include "skipif.inc";
<?php
include "php_cli_server.inc";
-$proc_handle = php_cli_server_start(<<<PHP
+php_cli_server_start(<<<PHP
http_response_code(308);
PHP
);