fork download
  1. <?php
  2.  
  3. namespace 🐲;
  4.  
  5. function 🐲($🐲) {
  6. echo $🐲;
  7. }
  8.  
  9. 🐲('hello!');
Success #stdin #stdout 0.03s 52480KB
stdin
Standard input is empty
stdout
hello!