PHP Classes

File: vendor/phpunit/phpunit-mock-objects/tests/_fixture/FunctionCallback.php

Recommend this page to a friend!
  Packages of Abed Nego Ragil Putra   Laravel Blogging Platform   vendor/phpunit/phpunit-mock-objects/tests/_fixture/FunctionCallback.php   Download  
File: vendor/phpunit/phpunit-mock-objects/tests/_fixture/FunctionCallback.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: 132 bytes
 

Contents

Class file image Download
<?php
function functionCallback()
{
   
$args = func_get_args();

    if (
$args == ['foo', 'bar']) {
        return
'pass';
    }
}