ru_php/ext/opcache/tests/preload_gh21059.inc

8 lines
99 B
PHP

<?php
class Foo {
public const C = static function() {
echo "Hello world\n";
};
}