summaryrefslogtreecommitdiff
path: root/ext/opcache/tests/bug66440.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/opcache/tests/bug66440.phpt')
-rw-r--r--ext/opcache/tests/bug66440.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/opcache/tests/bug66440.phpt b/ext/opcache/tests/bug66440.phpt
index b546e32b3c..539b0ce7aa 100644
--- a/ext/opcache/tests/bug66440.phpt
+++ b/ext/opcache/tests/bug66440.phpt
@@ -10,7 +10,7 @@ opcache.file_update_protection=0
--FILE--
<?php
if(constant('PHP_BINARY')) {
- echo "OK\n";
+ echo "OK\n";
}
--EXPECT--
OK