1 2 3 4 5 6 7 8
<?php function foo_observer_test() { echo __FUNCTION__ . PHP_EOL; } foo_observer_test();