--TEST-- Class constant declarations --FILE-- --EXPECTF-- Warning: Undefined variable $undef in %s on line %d Attempt to access various kinds of class constants: int(1) float(1.5) int(1) float(1.5) int(-1) float(-1.5) int(13) string(%d) "%s" string(1) "C" string(0) "" string(0) "" int(1234) int(456) NULL string(6) "hello1" string(6) "hello2" string(6) "hello2" string(6) "hello2" Expecting fatal error: Fatal error: Uncaught Error: Undefined constant C::c19 in %s:%d Stack trace: #0 {main} thrown in %s on line %d