mirror of https://github.com/php/php-src
Browse Source
(1 == "1") is true (1 === "1") is false (integer != string) (0 == false) is true (0 === false) is false (integer != boolean)experimetnal/RETURN_REF_PATCH
1 changed files with 1 additions and 0 deletions
Loading…
Reference in new issue