variabel tidak terdefinisi fungsi di dalam php

$myId = 0;
function run(){
  global $myId;
	echo $myId;
}
Realy Silly Shark