Home
last modified time | relevance | path

Searched refs:ob_clean (Results 1 – 23 of 23) sorted by relevance

/php-src/tests/output/
H A Dob_clean_basic_001.phpt2 Test ob_clean() function : basic functionality
5 echo "*** Testing ob_clean() : basic functionality ***\n";
8 echo "\n-- Testing ob_clean() function with Zero arguments --\n";
9 var_dump( ob_clean() );
13 var_dump(ob_clean());
22 *** Testing ob_clean() : basic functionality ***
24 -- Testing ob_clean() function with Zero arguments --
26 Notice: ob_clean(): Failed to delete buffer. No buffer to delete in %s on line %d
H A Dob_004.phpt2 output buffering - ob_clean
7 ob_clean();
H A Dob_start_basic_unerasable_002.phpt2 ob_start(): Ensure unerasable buffer cannot be erased by ob_clean(), ob_end_clean() or ob_end_flush…
14 var_dump(ob_clean());
24 Notice: ob_clean(): Failed to delete buffer of callback (0) in %s on line 11
H A Dob_017.phpt18 ob_clean();
H A Dob_get_length_basic_001.phpt19 ob_clean();
/php-src/ext/zlib/tests/
H A Dgh7953.phpt2 GH-7953 (ob_clean() only may not set Content-* header)
11 ob_clean();
/php-src/ext/iconv/tests/
H A Dgh7953.phpt2 GH-7953 (ob_clean() only may not set Content-* header)
12 ob_clean();
/php-src/Zend/tests/offsets/
H A Druntime_compile_time_offset_access.phpt45 ob_clean();
55 ob_clean();
H A Dinvalid_container_offset_behaviour.phpt69 ob_clean();
90 ob_clean();
H A Dobject_container_offset_behaviour.phpt51 ob_clean();
73 ob_clean();
H A DArrayAccess_container_offset_behaviour.phpt113 ob_clean();
144 ob_clean();
H A Dnull_container_offset_behaviour.phpt264 ob_clean();
291 ob_clean();
H A Darray_container_offset_behaviour.phpt265 ob_clean();
292 ob_clean();
H A Dfalse_container_offset_behaviour.phpt272 ob_clean();
299 ob_clean();
H A DArrayObject_container_offset_behaviour.phpt315 ob_clean();
346 ob_clean();
H A Dstring_container_offset_behaviour.phpt638 ob_clean();
672 ob_clean();
/php-src/tests/lang/
H A Dbug24951.phpt28 ob_clean();
/php-src/ext/mysqli/tests/
H A Dmysqli_phpinfo.phpt13 @ob_clean();
/php-src/ext/soap/tests/
H A Dserver009.phpt40 ob_clean();
H A Dserver010.phpt37 ob_clean();
/php-src/main/
H A Doutput.c1335 PHP_FUNCTION(ob_clean) in PHP_FUNCTION() argument
/php-src/ext/standard/
H A Dbasic_functions.stub.php1541 function ob_clean(): bool {} function
H A Dbasic_functions_arginfo.h2317 ZEND_FUNCTION(ob_clean);
2938 ZEND_FE(ob_clean, arginfo_ob_clean)

Completed in 58 milliseconds