function foo

Parameters

mixed $bar:

705 string references to 'foo'
AbstractProcessTest::testCallbackIsExecutedForOutput in drupal/core/vendor/symfony/process/Symfony/Component/Process/Tests/AbstractProcessTest.php
AbstractProfilerStorageTest::testDuplicates in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/AbstractProfilerStorageTest.php
AbstractProxyTest::testId in drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Proxy/AbstractProxyTest.php
@runInSeparateProcess
AbstractProxyTest::testIdExceptionPhp53 in drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Proxy/AbstractProxyTest.php
@expectedException \LogicException
AbstractProxyTest::testIdExceptionPhp54 in drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Proxy/AbstractProxyTest.php
@runInSeparateProcess @expectedException \LogicException

... See full list

File

drupal/core/vendor/phpunit/php-code-coverage/Tests/_files/source_without_namespace.php, line 12

Code

function &foo($bar) {
  $baz = function () {
  };
  $a = TRUE ? TRUE : FALSE;
  $b = "{$a}";
  $c = "{$b}";
}