parser/phpast/samples/new.php
2022-07-25 19:15:09 +01:00

7 lines
58 B
PHP

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