Viewing File: /opt/alt/tests/alt-php84-pecl-imap_1.0.3-1.el8/tests/nil_constant.phpt

--TEST--
NIL constant is deprecated
--EXTENSIONS--
imap
--FILE--
<?php
var_dump(NIL);
?>
--EXPECTF--
Deprecated: Constant NIL is deprecated in %s on line %d
int(0)
Back to Directory File Manager
<