Your IP : 216.73.216.48


Current Path : /hdd/hdd12/install/php/php-7.4.32/Zend/tests/
Upload File :
Current File : //hdd/hdd12/install/php/php-7.4.32/Zend/tests/bug51791.phpt

--TEST--
Bug #51791 (constant() failed to check undefined constant and php interpreter stopped)
--FILE--
<?php

class A  {
    const B = 1;
}
var_dump(constant('A::B1'));

?>
--EXPECTF--
Warning: constant(): Couldn't find constant A::B1 in %s on line %d
NULL