mirror of https://github.com/php/php-src
Browse Source
Best example with INF where equals and identical produce different results. <?php var_dump(INF==INF); var_dump(INF===INF);experimental/with_scalar_types
1 changed files with 6 additions and 2 deletions
Loading…
Reference in new issue