summaryrefslogtreecommitdiff
path: root/ext/opcache/tests/preload_bug78376.inc
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2020-02-03 22:52:20 +0100
committerNikita Popov <nikita.ppv@gmail.com>2020-02-03 22:52:20 +0100
commitf8d795820e780a6322e054c26c581570613c14f0 (patch)
tree99d3ae01ce564752807341c5743863b4c92513f8 /ext/opcache/tests/preload_bug78376.inc
parentd2cb200e10ada6fa44c54a29292bb4665728fff0 (diff)
downloadphp-git-f8d795820e780a6322e054c26c581570613c14f0.tar.gz
Reindent phpt files
Diffstat (limited to 'ext/opcache/tests/preload_bug78376.inc')
-rw-r--r--ext/opcache/tests/preload_bug78376.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/opcache/tests/preload_bug78376.inc b/ext/opcache/tests/preload_bug78376.inc
index c482e0a821..87145ba3c5 100644
--- a/ext/opcache/tests/preload_bug78376.inc
+++ b/ext/opcache/tests/preload_bug78376.inc
@@ -1,6 +1,6 @@
<?php
const CNST = 'aaaa';
class A {
- public static $a = CNST;
+ public static $a = CNST;
}
$a = \A::$a;