<?php

function foo_observer_test()
{
    echo __FUNCTION__ . PHP_EOL;
}

foo_observer_test();
