<?php define(X,1/8); echo X."\n"; $y=1/8; echo $y."\n"; class foo { const bar = 1/8; } ?>
You have javascript disabled. You will not be able to edit any code.