nil_constant.phpt 164 B

1234567891011
  1. --TEST--
  2. NIL constant is deprecated
  3. --EXTENSIONS--
  4. imap
  5. --FILE--
  6. <?php
  7. var_dump(NIL);
  8. ?>
  9. --EXPECTF--
  10. Deprecated: Constant NIL is deprecated in %s on line %d
  11. int(0)