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