BBnepal-Accounts/vendor/phpunit/php-token-stream/tests/_fixture/closure.php

8 lines
259 B
PHP
Raw Normal View History

2024-07-10 12:43:19 +00:00
<?php
$function1 = function($foo, $bar) use ($var) {};
$function2 = function(Foo $foo, $bar) use ($var) {};
$function3 = function ($foo, $bar, $baz) {};
$function4 = function (Foo $foo, $bar, $baz) {};
$function5 = function () {};
$function6 = function() {};