function foo in Zircon Profile 8
Same name in this branch
Same name and namespace in other branches
Parameters
mixed $bar:
1483 string references to 'foo'
- AbstractEventDispatcherTest::testEventReceivesTheDispatcherInstanceAsArgument in vendor/
symfony/ event-dispatcher/ Tests/ AbstractEventDispatcherTest.php - AbstractEventDispatcherTest::testGetListenersWhenAddedCallbackListenerIsRemoved in vendor/
symfony/ event-dispatcher/ Tests/ AbstractEventDispatcherTest.php - AbstractEventDispatcherTest::testHasListenersWhenAddedCallbackListenerIsRemoved in vendor/
symfony/ event-dispatcher/ Tests/ AbstractEventDispatcherTest.php - AbstractEventDispatcherTest::testHasListenersWithoutEventsReturnsFalseAfterHasListenersWithEventHasBeenCalled in vendor/
symfony/ event-dispatcher/ Tests/ AbstractEventDispatcherTest.php - AbstractProcessTest::testCallbackIsExecutedForOutput in vendor/
symfony/ process/ Tests/ AbstractProcessTest.php
File
- vendor/
phpunit/ php-code-coverage/ tests/ _files/ source_with_namespace.php, line 14
Namespace
bar\bazCode
function &foo($bar) {
$baz = function () {
};
$a = true ? true : false;
$b = "{$a}";
$c = "{$b}";
}