mirror of
https://github.com/php/php-src.git
synced 2026-04-29 11:13:36 +02:00
12 lines
164 B
PHP
12 lines
164 B
PHP
--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)
|