summaryrefslogtreecommitdiff
path: root/ext/opcache/tests/bug76094.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/opcache/tests/bug76094.phpt')
-rw-r--r--ext/opcache/tests/bug76094.phpt14
1 files changed, 7 insertions, 7 deletions
diff --git a/ext/opcache/tests/bug76094.phpt b/ext/opcache/tests/bug76094.phpt
index 4f5e037ead..35f8d321de 100644
--- a/ext/opcache/tests/bug76094.phpt
+++ b/ext/opcache/tests/bug76094.phpt
@@ -11,13 +11,13 @@ opcache.optimization_level=-1
function MetaType($t)
{
- switch (strtoupper($t)) {
- case PHP_INT_MAX :
- return 1;
- case 0:
- default:
- return 0;
- }
+ switch (strtoupper($t)) {
+ case PHP_INT_MAX :
+ return 1;
+ case 0:
+ default:
+ return 0;
+ }
}
var_dump(MetaType("aa"));