summaryrefslogtreecommitdiff
path: root/sapi/cli/tests/bug65275.inc
diff options
context:
space:
mode:
Diffstat (limited to 'sapi/cli/tests/bug65275.inc')
-rw-r--r--sapi/cli/tests/bug65275.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/cli/tests/bug65275.inc b/sapi/cli/tests/bug65275.inc
index 6b8a2ad948..addc026322 100644
--- a/sapi/cli/tests/bug65275.inc
+++ b/sapi/cli/tests/bug65275.inc
@@ -1,7 +1,7 @@
<?php
register_shutdown_function(function() {
- die(111);
+ die(111);
});
die(222);