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