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