--TEST-- Class constants and doc comments --INI-- opcache.save_comments=1 --FILE-- getReflectionConstants() as $rc) { echo $rc->getName() . " : " . $rc->getValue() . "\n"; } } ?> --EXPECT-- X1 : 1 X2 : 2 X3 : 3 Y1 : 1 Y2 : 2 Y3 : 3