Home
last modified time | relevance | path

Searched refs:ob_get_contents (Results 1 – 25 of 74) sorted by relevance

123

/PHP-8.0/tests/output/
H A Dob_get_contents_basic_001.phpt2 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 ***
[all …]
H A Dob_008.phpt2 output buffering - ob_get_contents
7 echo ob_get_contents();
H A Dob_start_basic_unerasable_001.phpt2 ob_start(): Ensure content of unerasable buffer can be accessed by ob_get_contents().
14 $str = ob_get_contents();
/PHP-8.0/tests/func/
H A D006.phpt16 $b = ob_get_contents();
18 $a = ob_get_contents();
/PHP-8.0/tests/lang/
H A Dbug7515.phpt14 $x=ob_get_contents();
21 $y=ob_get_contents();
H A Dbug30578.phpt18 $buffered_data = ob_get_contents();
/PHP-8.0/sapi/cli/tests/
H A Dbug78323.phpt20 $output = ob_get_contents();
32 $output = ob_get_contents();
44 $output = ob_get_contents();
56 $output = ob_get_contents();
/PHP-8.0/ext/standard/tests/general_functions/
H A Dob_start_closures.phpt19 $str1 = ob_get_contents ();
23 $str2 = ob_get_contents ();
/PHP-8.0/sapi/fpm/tests/
H A Dbug78323.phpt15 $output = ob_get_contents();
26 $output = ob_get_contents();
/PHP-8.0/sapi/cgi/tests/
H A Dbug78323.phpt15 $output = ob_get_contents();
27 $output = ob_get_contents();
/PHP-8.0/ext/pcre/tests/
H A Dcheck_jit_enabled.phpt13 $info = ob_get_contents();
/PHP-8.0/ext/standard/tests/strings/
H A D005.phpt14 var_dump(ob_get_contents());
H A D006.phpt11 var_dump(ob_get_contents());
H A D007-win32.phpt12 var_dump(ob_get_contents());
H A D007.phpt12 var_dump(ob_get_contents());
/PHP-8.0/ext/zlib/tests/
H A Dfunc.inc9 $info = ob_get_contents();
/PHP-8.0/ext/soap/tests/
H A Dserver011.phpt18 $wsdl = ob_get_contents();
H A Dtransport001.phpt22 $response = ob_get_contents();
/PHP-8.0/ext/openssl/tests/
H A Dcheck_default_conf_path.phpt16 $info = ob_get_contents();
/PHP-8.0/ext/standard/tests/file/
H A Dis_file_variation3.phpt13 \ob_get_contents();
/PHP-8.0/ext/pdo_oci/tests/
H A Dpdo_oci_phpinfo.phpt16 $tmp = ob_get_contents();
/PHP-8.0/ext/pdo_mysql/tests/
H A Dpdo_mysql_phpinfo.phpt17 $tmp = ob_get_contents();
/PHP-8.0/ext/soap/tests/bugs/
H A Dbug28969.phpt23 $response = ob_get_contents();
H A Dbug29844.phpt27 $response = ob_get_contents();
H A Dbug38055.phpt26 $response = ob_get_contents();

Completed in 18 milliseconds

123