summaryrefslogtreecommitdiff
path: root/ext/opcache/tests/bug69038.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/opcache/tests/bug69038.phpt')
-rw-r--r--ext/opcache/tests/bug69038.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/opcache/tests/bug69038.phpt b/ext/opcache/tests/bug69038.phpt
index ab625d74b0..1670a9eca6 100644
--- a/ext/opcache/tests/bug69038.phpt
+++ b/ext/opcache/tests/bug69038.phpt
@@ -9,7 +9,7 @@ opcache.optimization_level=-1
--FILE--
<?php
function a($a = "bad") {
-
+
switch (PHP_OS) {
case "LALALALA" : return "LALALAL";
case PHP_OS: return "okey";