Source Code:
(back to article)
<?php define("MY_CONSTANT", "Hallo Welt"); echo sprintf("This is my constant: %s", MY_CONSTANT);
Result:
Report an issue