b0y-101 Mini Shell


Current Path : E:/www/b-group.old/spfin - Copy/testpayment/src/xdebug/tests/debugger/
File Upload :
Current File : E:/www/b-group.old/spfin - Copy/testpayment/src/xdebug/tests/debugger/bug01165.inc

<?php

function bar()
{
    return 42;
}

function foo($arg)
{
    echo $arg;
}

foo(bar());
echo 6 * 9;

?>

Copyright © 2019 by b0y-101