summaryrefslogtreecommitdiffstats
path: root/scratch.php
blob: 9c474501169531c4f123b8f0db1397be831652b2 (plain)
1
2
3
4
5
6
7
<?php

function foo() {
    echo "hello, world!" . PHP_EOL;
}

call_user_func("foo");