]> granicus.if.org Git - php/commit
MFH: change E_NOTICE to E_ERROR when using a class constant from non-existent class
authorAntony Dovgal <tony2001@php.net>
Thu, 7 Jun 2007 08:37:40 +0000 (08:37 +0000)
committerAntony Dovgal <tony2001@php.net>
Thu, 7 Jun 2007 08:37:40 +0000 (08:37 +0000)
commit91da96ba71867b72278aeb4d6deaff334c7f3771
tree68e66f41a07914481cb3507ab08f4d81d7c2251b
parent20b5c66e14838928b656419144020ce415e3b25a
MFH: change E_NOTICE to E_ERROR when using a class constant from non-existent class
(noticed by Jani)
add tests
Zend/tests/class_constants_001.phpt [new file with mode: 0644]
Zend/tests/class_constants_002.phpt [new file with mode: 0644]
Zend/tests/class_constants_003.phpt [new file with mode: 0644]
Zend/zend_constants.c