fork download
  1. <?php
  2. function florg () {
  3. echo "florg";
  4. }
  5. echo FlOrG();
  6.  
  7. function áäấắǻǟ () {
  8. echo "ah?";
  9. }
  10. echo aaaaaa();
  11. ?>
Runtime error #stdin #stdout #stderr 0.01s 20520KB
stdin
Standard input is empty
stdout
florg
stderr
PHP Fatal error:  Call to undefined function aaaaaa() in /home/8yq13c/prog.php on line 10