<?php namespace Foo { const BAR = 1; } namespace Baz { $thing = 'BAR'; echo constant("\Foo\\$thing"); }
You have javascript disabled. You will not be able to edit any code.