<?php define(TEST, 'test'); ob_start(); echo TEST; if(stristr(ob_get_contents(),TEST)) { // TEST er "printet" } ?>