diff options
Diffstat (limited to 'ext/opcache/tests/opt/sccp_029.phpt')
-rw-r--r-- | ext/opcache/tests/opt/sccp_029.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/opcache/tests/opt/sccp_029.phpt b/ext/opcache/tests/opt/sccp_029.phpt index 3a16477711..99459f74af 100644 --- a/ext/opcache/tests/opt/sccp_029.phpt +++ b/ext/opcache/tests/opt/sccp_029.phpt @@ -10,7 +10,7 @@ opcache.preload= --FILE-- <?php -class Test { +class Test { public string $x = "x"; } function test() { |