fork(1) download
  1. <?php
  2.  
  3. rename_function('count', 'contar');
  4.  
  5. $var = array(
  6. "one",
  7. "two",
  8. "three"
  9. );
  10.  
  11. $number = contar($var);
  12. echo $number;
  13.  
  14. ?>
Success #stdin #stdout 0.01s 13112KB
stdin
Standard input is empty
stdout
Fatal error: Call to undefined function rename_function() in /home/VjlmT0/prog.php on line 3