What will be the output of the following PHP code? <?php; do; {; print "hi";; }; while(0);; print "hello"; ?> a) infinite loop b) hihello c) hello d) error
確定! 回上一頁