summaryrefslogtreecommitdiff
path: root/sapi/cli/tests/bug67429_2.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'sapi/cli/tests/bug67429_2.phpt')
-rw-r--r--sapi/cli/tests/bug67429_2.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/cli/tests/bug67429_2.phpt b/sapi/cli/tests/bug67429_2.phpt
index 381c7af8e5..5c4fffe410 100644
--- a/sapi/cli/tests/bug67429_2.phpt
+++ b/sapi/cli/tests/bug67429_2.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(426);
PHP
);