Kohana v3.3.0
This commit is contained in:
9
vendor/phpunit/phpunit-mock-objects/Tests/_files/FunctionCallback.php
vendored
Normal file
9
vendor/phpunit/phpunit-mock-objects/Tests/_files/FunctionCallback.php
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
function functionCallback()
|
||||
{
|
||||
$args = func_get_args();
|
||||
|
||||
if ($args == array('foo', 'bar')) {
|
||||
return 'pass';
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user