--TEST-- Class constant declarations --FILE-- --EXPECTF-- Notice: Undefined variable: undef in %s on line 5 Attempt to access various kinds of class constants: Notice: Use of undefined constant UNDEFINED - assumed 'UNDEFINED' in %s on line %d unicode(9) "UNDEFINED" int(1) float(1.5) int(1) float(1.5) int(-1) float(-1.5) int(15) unicode(%d) "%s" unicode(1) "C" unicode(3) "C::" unicode(0) "" int(1234) int(456) NULL unicode(6) "hello1" unicode(6) "hello2" unicode(6) "hello2" unicode(6) "hello2" Expecting fatal error: Fatal error: Undefined class constant 'c19' in %s on line 53