-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /usr/src/php/Zend/tests/
File Upload :
Current File : //usr/src/php/Zend/tests/bug51791.phpt

--TEST--
Bug #51791 (constant() failed to check undefined constant and php interpreter stoped)
--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

Copyright © 2017 || Recoded By Mr.Bumblebee