<?php namespace namespace_breaks_marios_solution_but_not_hans_solution; class C { public const WUT=5; } $v = "WUT"; var_dump(constant(C::class . "::" . $v)); var_dump(constant("C::" . $v));
You have javascript disabled. You will not be able to edit any code.