diff options
Diffstat (limited to 'ext/opcache/tests/issue0183.phpt')
-rw-r--r-- | ext/opcache/tests/issue0183.phpt | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/ext/opcache/tests/issue0183.phpt b/ext/opcache/tests/issue0183.phpt index 9e18f6d2e8..26da4d97cc 100644 --- a/ext/opcache/tests/issue0183.phpt +++ b/ext/opcache/tests/issue0183.phpt @@ -11,15 +11,15 @@ opcache.optimization_level=-1 <?php switch (PHP_OS) { - case "Windows": - break; - case "Darwin": - break; - case "Linux": - echo "okey"; - break; - default: - break; + case "Windows": + break; + case "Darwin": + break; + case "Linux": + echo "okey"; + break; + default: + break; } --EXPECT-- okey |