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