parser/phpast/samples/named-args.php
2022-08-09 14:16:09 +01:00

3 lines
31 B
PHP

<?php
foo(name: 'bar', 'foo');