php-8.0.30-src/ext/opcache/tests/preload_early_binding.inc

4 lines
34 B
PHP

<?php
var_dump(new X);
class X {}