PHP Classes

File: vendor/phpunit/php-token-stream/tests/_fixture/closure.php

Recommend this page to a friend!
  Packages of Abed Nego Ragil Putra   Laravel Blogging Platform   vendor/phpunit/php-token-stream/tests/_fixture/closure.php   Download  
File: vendor/phpunit/php-token-stream/tests/_fixture/closure.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: Laravel Blogging Platform
Manage blog posts using Laravel and Bootstrap
Author: By
Last change:
Date: 8 months ago
Size: 259 bytes
 

Contents

Class file image Download
<?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() {};