I checked the opcodes of an application and noticed that the goto
command performs the JMP
operation. However, some structures such as if
, while
, and for
also use the JMP
like goto
.
The questions are:
1. Why shouldn’t we use goto
?
2. Has the goto
command been deprecated in PHP?
3. what's the meaning of Dinosaur in this picture?