observer.inc 95 B

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