parser/phpast/samples/anon-class.php
2022-07-28 12:29:44 +01:00

4 lines
51 B
PHP

<?php
$foo = new class {};
$bar = new class(1) {};