<?php function helloWord(){ echo 'hello'; } function helloWord($msg){ echo $msg; }
Standard input is empty
Standard output is empty
PHP Fatal error: Cannot redeclare helloWord() (previously declared in /home/frGC7M/prog.php:3) in /home/frGC7M/prog.php on line 8