Lines Matching refs:ob_get_contents
2 Test ob_get_contents() function : basic functionality
7 echo "*** Testing ob_get_contents() : basic functionality ***\n";
10 echo "\n-- Testing ob_get_contents() function with Zero arguments --\n";
12 var_dump( ob_get_contents() );
16 $hello = ob_get_contents();
24 $hello2 = ob_get_contents();
26 var_dump(ob_get_contents());
33 var_dump(ob_get_contents());
40 var_dump(ob_get_contents());
46 *** Testing ob_get_contents() : basic functionality ***
48 -- Testing ob_get_contents() function with Zero arguments --