xref: /PHP-8.3/ext/imap/tests/nil_constant.phpt (revision 2bc23cc6)
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