Home
last modified time | relevance | path

Searched refs:flush (Results 26 – 50 of 79) sorted by relevance

1234

/PHP-8.0/ext/xmlwriter/tests/
H A D001.phpt2 XMLWriter: libxml2 XML Writer, file buffer, flush
H A DOO_005.phpt23 $output_bytes = $xw->flush(true);
H A D004.phpt2 XMLWriter: libxml2 XML Writer, file buffer, flush
H A DOO_006.phpt20 $output_bytes = $xw->flush(true);
H A D003.phpt2 XMLWriter: libxml2 XML Writer, membuffer, flush, attribute
H A DOO_008.phpt25 $output = $xw->flush(true);
H A DOO_010.phpt25 $output = $xw->flush(true);
H A DOO_011.phpt27 $output = $xw->flush(true);
H A Dbug39504.phpt28 print $xw->flush(true);
H A DOO_007.phpt28 $output = $xw->flush(true);
H A DOO_009.phpt33 $output = $xw->flush(true);
H A Dbug41287.phpt32 print $xw->flush(true);
/PHP-8.0/ext/opcache/tests/
H A Dissue0079.phpt25 // flush();
/PHP-8.0/ext/standard/tests/array/
H A Dbug12776.phpt11 print "val: $val; key: $key\n"; flush();
/PHP-8.0/sapi/cgi/tests/
H A Dapache_response_headers.phpt23 flush();
/PHP-8.0/ext/reflection/tests/
H A DReflectionClass_isSubclassOf_error2.phpt18 flush();
/PHP-8.0/sapi/fpm/tests/
H A Dlog-bwp-msg-flush-split-real.phpt2 FPM: Buffered worker output plain log with msg with flush split in buffer
H A Dlog-bwp-msg-flush-split-fallback.phpt2 FPM: Buffered worker output plain log with msg with flush split in buffer
/PHP-8.0/ext/xmlwriter/
H A Dphp_xmlwriter.stub.php85 function xmlwriter_output_memory(XMLWriter $writer, bool $flush = true): string {} argument
337 public function outputMemory(bool $flush = true) {} argument
343 public function flush(bool $empty = true) {} function in XMLWriter
/PHP-8.0/ext/oci8/tests/
H A Dlob_013.phpt31 var_dump($blob->flush());
H A Dlob_002.phpt33 var_dump($blob->flush());
H A Dlob_003.phpt32 var_dump($blob->flush());
/PHP-8.0/Zend/tests/
H A Dbug38779_1.phpt23 var_dump("flush!");
/PHP-8.0/ext/mysqli/tests/
H A Dmysqli_pconnect.phpt57 flush();
/PHP-8.0/ext/fileinfo/libmagic/
H A Dsoftmagic.c236 flush: in match()
246 goto flush; in match()
270 flush++; in match()
273 flush = 0; in match()
278 if (flush) { in match()
283 goto flush; in match()
314 goto flush; in match()
338 goto flush; in match()
368 flush = 1; in match()
375 flush = 0; in match()
[all …]

Completed in 26 milliseconds

1234