Home
last modified time | relevance | path

Searched refs:flush (Results 51 – 75 of 79) sorted by relevance

1234

/PHP-8.0/ext/oci8/tests/
H A Dlob_031.phpt30 $blob->flush();
H A Dlob_001.phpt36 var_dump($blob->flush());
/PHP-8.0/ext/mysqli/tests/
H A Dmysqli_set_charset.phpt92 /* Uncomment to see where it hangs - var_dump($tmp); flush(); */
99 /* Uncomment to see where it hangs - var_dump($tmp); flush(); */
/PHP-8.0/ext/xmlwriter/
H A Dphp_xmlwriter_arginfo.h170 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, flush, _IS_BOOL, 0, "true")
323 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, flush, _IS_BOOL, 0, "true")
464 ZEND_ME_MAPPING(flush, xmlwriter_flush, arginfo_class_XMLWriter_flush, ZEND_ACC_PUBLIC)
/PHP-8.0/ext/standard/
H A Dconfig.m42 dnl Check if flush should be called explicitly after buffered io
4 AC_CACHE_CHECK([whether flush should be called explicitly after a buffered io], ac_cv_flush_io,[
51 AC_DEFINE(HAVE_FLUSHIO, 1, [Define if flush should be called explicitly after a buffered io.])
H A Dbasic_functions.stub.php274 function flush(): void {} function
/PHP-8.0/main/
H A Dphp_output.h199 PHPAPI void php_output_set_implicit_flush(int flush);
H A DSAPI.h226 void (*flush)(void *server_context); member
H A DSAPI.c994 if (sapi_module.flush) { in sapi_flush()
995 sapi_module.flush(SG(server_context)); in sapi_flush()
H A Doutput.c747 PHPAPI void php_output_set_implicit_flush(int flush) in php_output_set_implicit_flush() argument
749 if (flush) { in php_output_set_implicit_flush()
H A Dphp_streams.h119 int (*flush)(php_stream *stream); member
/PHP-8.0/docs/
H A Dstreams.md252 read, write, close, flush, seek, gets and cast operations. Of these, an
253 implementation need only implement write, read, close and flush. The gets method
384 Implement the other operations - remember that write, read, close and flush are
/PHP-8.0/win32/build/
H A Dmkdist.php531 flush();
/PHP-8.0/Zend/
H A Dbench.php79 flush();
/PHP-8.0/ext/mysqlnd/
H A Dmysqlnd_ps.c676 s->m->flush(s); in MYSQLND_METHOD()
1182 s->m->flush(s); in MYSQLND_METHOD()
1208 MYSQLND_METHOD(mysqlnd_stmt, flush)(MYSQLND_STMT * const s) in MYSQLND_METHOD() argument
2246 MYSQLND_METHOD(mysqlnd_stmt, flush),
H A Dmysqlnd.h243 #define mysqlnd_stmt_flush(stmt) (stmt)->m->flush((stmt))
H A Dmysqlnd_structs.h865 func_mysqlnd_stmt__flush flush; in MYSQLND_CLASS_METHODS_TYPE() local
/PHP-8.0/ext/oci8/
H A Doci8.stub.php634 public function flush(int $flag = 0): bool {} function in OCILob
H A Doci8_arginfo.h769 ZEND_ME_MAPPING(flush, oci_lob_flush, arginfo_class_OCILob_flush, ZEND_ACC_PUBLIC)
/PHP-8.0/ext/pcre/pcre2lib/sljit/
H A DsljitNativeTILEGX_64.c1143 …ic sljit_s32 emit_const(struct sljit_compiler *compiler, sljit_s32 dst_ar, sljit_sw imm, int flush) in emit_const() argument
1147 if (flush) { in emit_const()
1158 …sljit_s32 emit_const_64(struct sljit_compiler *compiler, sljit_s32 dst_ar, sljit_sw imm, int flush) in emit_const_64() argument
1162 if (flush) { in emit_const_64()
/PHP-8.0/
H A Drun-tests.php947 flush();
970 flush();
3339 flush();
H A Dphp.ini-development281 ; Implicit flush tells PHP to tell the output layer to flush itself
283 ; PHP function flush() after each and every call to print() or echo() and each
286 ; http://php.net/implicit-flush
H A Dphp.ini-production281 ; Implicit flush tells PHP to tell the output layer to flush itself
283 ; PHP function flush() after each and every call to print() or echo() and each
286 ; http://php.net/implicit-flush
/PHP-8.0/main/streams/
H A Dstreams.c1232 if (stream->ops->flush) { in _php_stream_flush()
1233 ret = stream->ops->flush(stream); in _php_stream_flush()
/PHP-8.0/ext/opcache/
H A DZendAccelerator.c4820 void (*orig_flush)(void *server_context) = sapi_module.flush;
4912 sapi_module.flush = preload_flush;
4976 sapi_module.flush = orig_flush;

Completed in 106 milliseconds

1234