parser/phpast/samples/uses-closure.php

3 lines
33 B
PHP

<?php
function () use ($bar) {};