Open fangyi-zhou opened 6 years ago
Note the extra
;
after theif
condition, theecho
statement will always execute.
Thank you for your correction, we have modified the mistake code on the PHP-Audit-Labs/Part1/Day4/files/9.png.
I believe the fixed version is still not correct
$ php -a
php > if ("1"=="0") echo "ok";
php >
Note the extra
;
after theif
condition, theecho
statement will always execute.