Lines Matching refs:ob_get_contents
2 Test ob_get_contents() function : basic functionality
7 /* Prototype : proto string ob_get_contents(void)
14 echo "*** Testing ob_get_contents() : basic functionality ***\n";
17 echo "\n-- Testing ob_get_contents() function with Zero arguments --\n";
19 var_dump( ob_get_contents() );
23 $hello = ob_get_contents();
31 $hello2 = ob_get_contents();
33 var_dump(ob_get_contents());
40 var_dump(ob_get_contents());
47 var_dump(ob_get_contents());
53 *** Testing ob_get_contents() : basic functionality ***
55 -- Testing ob_get_contents() function with Zero arguments --