public function MethodCallbackByReference::callback

File

drupal/core/vendor/phpunit/phpunit-mock-objects/Tests/_files/MethodCallbackByReference.php, line 8

Class

MethodCallbackByReference

Code

public function callback($a, &$b, $c) {
  $b = 1;
}