Why for php
\'00\' == \'0000\'
expression is true?
true
Is it explained somewhere in manual?
NOTE:
"If you compare a number with a string or the comparison involves numerical strings, then each string is converted to a number and the comparison performed numerically." (PHP manual)