Home
last modified time | relevance | path

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

1234

/php-src/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-src/tests/func/
H A D006.phpt16 $b = ob_get_contents();
18 $a = ob_get_contents();
/php-src/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-src/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-src/ext/standard/tests/general_functions/
H A Dob_start_closures.phpt19 $str1 = ob_get_contents ();
23 $str2 = ob_get_contents ();
/php-src/sapi/fpm/tests/
H A Dbug78323.phpt15 $output = ob_get_contents();
26 $output = ob_get_contents();
/php-src/sapi/cgi/tests/
H A Dbug78323.phpt15 $output = ob_get_contents();
27 $output = ob_get_contents();
/php-src/ext/pcre/tests/
H A Dcheck_jit_enabled.phpt14 $info = ob_get_contents();
/php-src/ext/standard/tests/strings/
H A D005.phpt14 var_dump(ob_get_contents());
H A D006.phpt9 var_dump(ob_get_contents());
H A D007-win32.phpt10 var_dump(ob_get_contents());
H A D007.phpt10 var_dump(ob_get_contents());
/php-src/ext/zlib/tests/
H A Dfunc.inc9 $info = ob_get_contents();
/php-src/Zend/tests/offsets/
H A Druntime_compile_time_offset_access.phpt44 $constOutput = ob_get_contents();
54 $varOutput = ob_get_contents();
H A Dinvalid_container_offset_behaviour.phpt68 $varOutput = ob_get_contents();
89 $varOutput = ob_get_contents();
H A Dobject_container_offset_behaviour.phpt50 $varOutput = ob_get_contents();
72 $varOutput = ob_get_contents();
/php-src/ext/soap/tests/
H A Dserver011.phpt18 $wsdl = ob_get_contents();
H A Dtransport001.phpt23 $response = ob_get_contents();
/php-src/ext/openssl/tests/
H A Dcheck_default_conf_path.phpt18 $info = ob_get_contents();
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_phpinfo.phpt17 $tmp = ob_get_contents();
/php-src/ext/soap/tests/bugs/
H A Dbug28969.phpt24 $response = ob_get_contents();
H A Dbug29844.phpt28 $response = ob_get_contents();

Completed in 135 milliseconds

1234