real_cast.phpt 185 B

12345678910
  1. --TEST--
  2. The (real) cast is no longer supported
  3. --FILE--
  4. <?php
  5. var_dump((real) 42);
  6. ?>
  7. --EXPECTF--
  8. Parse error: The (real) cast has been removed, use (float) instead in %s on line %d