/PHP-7.2/ext/standard/tests/filters/ |
H A D | filter_errors_user.phpt | 92 test filtering of buffered data 96 Warning: stream_filter_append(): Filter failed to process pre-buffered data in %s 97 test filtering of non buffered data 102 test filtering of buffered data 105 test filtering of non buffered data 108 test filtering of buffered data 111 test filtering of non buffered data 114 test filtering of buffered data 119 test filtering of non buffered data 124 test filtering of buffered data [all …]
|
H A D | filter_errors_zlib_inflate.phpt | 11 test filtering of buffered data 13 Warning: stream_filter_append(): Filter failed to process pre-buffered data in %s 14 test filtering of non buffered data
|
H A D | filter_errors_convert_base64_decode.phpt | 11 test filtering of buffered data 15 Warning: stream_filter_append(): Filter failed to process pre-buffered data in %s 16 test filtering of non buffered data
|
H A D | filter_errors.inc | 16 echo "test filtering of buffered data\n"; 26 echo "test filtering of non buffered data\n";
|
/PHP-7.2/ext/mysqli/tests/ |
H A D | mysqli_stmt_store_result.phpt | 64 printf("[014] Unbuffered statement indicates more rows than buffered, [%d] %s\n", 68 printf("[015] unbuffered '%s'/%s, buffered '%s'/%s\n", 71 printf("[016] unbuffered '%s'/%s, buffered '%s'/%s\n",
|
H A D | mysqli_get_client_stats.phpt | 151 // buffered normal 152 print "Testing buffered normal...\n"; 202 print "Testing buffered normal... - SELECT id, label FROM test\n"; 320 print "Testing buffered Prepared Statements...\n"; 446 /* buffered result set - no skipping possible! */ 535 print "Checking for normal buffered side effects...\n"; 1289 Testing buffered normal... 1290 Testing buffered normal... - SELECT id, label FROM test 1294 Testing buffered Prepared Statements... 1295 Testing buffered Prepared Statements... - fetching all [all …]
|
H A D | 057.phpt | 52 /* this should show an error, cause results are not buffered */
|
H A D | mysqli_get_client_stats_ps.phpt | 44 printf("[003] Unbuffered rows got increased after buffered PS, expecting %d got %d.\n",
|
H A D | mysqli_fetch_array_large.phpt | 39 /* buffered result set - let's hope we do not run into PHP memory limit... */
|
H A D | mysqli_stmt_affected_rows.phpt | 168 …fered, num_rows cannot determine the row count before all rows have been fetched and/or buffered */
|
/PHP-7.2/ext/standard/tests/file/ |
H A D | bug27619.phpt | 2 Bug #27619 (filters not applied to pre-buffered data)
|
/PHP-7.2/ext/standard/tests/streams/ |
H A D | stream_get_meta_data_file_variation2.phpt | 21 echo "\n\nRead a line of the file, causing data to be buffered:\n"; 67 Read a line of the file, causing data to be buffered:
|
H A D | stream_get_meta_data_socket_variation1.phpt | 22 echo "\n\nRead a line from the client, causing data to be buffered:\n"; 59 Read a line from the client, causing data to be buffered:
|
H A D | bug60817.phpt | 2 Bug #60817: stream_get_line() reads from stream even when there is already sufficient data buffered
|
/PHP-7.2/sapi/phpdbg/ |
H A D | phpdbg_cmd.c | 742 PHPDBG_API char *phpdbg_read_input(char *buffered) /* {{{ */ in phpdbg_read_input() argument 749 if ((PHPDBG_G(flags) & PHPDBG_IS_REMOTE) && (buffered == NULL) && !phpdbg_active_sigsafe_mem()) { in phpdbg_read_input() 753 if (buffered == NULL) { in phpdbg_read_input() 776 cmd = buffered; in phpdbg_read_input() 782 …if (!buffered && cmd && !(PHPDBG_G(flags) & PHPDBG_IS_REMOTE) && isatty(PHPDBG_G(io)[PHPDBG_STDIN]… in phpdbg_read_input()
|
H A D | phpdbg_prompt.c | 136 char *buffered = NULL; in phpdbg_call_register() local 150 spprintf(&buffered, 0, "%s::%s", next->method.class, next->method.name); in phpdbg_call_register() 151 add_next_index_string(¶ms, buffered); in phpdbg_call_register() 155 spprintf(&buffered, 0, "%s::%s#%ld", next->method.class, next->method.name, next->num); in phpdbg_call_register() 156 add_next_index_string(¶ms, buffered); in phpdbg_call_register() 160 spprintf(&buffered, 0, "%s#%ld", next->str, next->num); in phpdbg_call_register() 161 add_next_index_string(¶ms, buffered); in phpdbg_call_register() 165 spprintf(&buffered, 0, "%s:%ld", next->file.name, next->file.line); in phpdbg_call_register() 166 add_next_index_string(¶ms, buffered); in phpdbg_call_register() 170 spprintf(&buffered, 0, "%s:#%ld", next->file.name, next->file.line); in phpdbg_call_register() [all …]
|
H A D | phpdbg_cmd.h | 134 PHPDBG_API char* phpdbg_read_input(char *buffered);
|
/PHP-7.2/ext/pdo_mysql/ |
H A D | mysql_statement.c | 140 if (!H->buffered) { in pdo_mysql_fill_stmt_from_result() 189 int calc_max_length = H->buffered && S->max_length == 1; in pdo_mysql_stmt_execute_prepared_libmysql() 261 if (H->buffered) { in pdo_mysql_stmt_execute_prepared_libmysql() 303 if (H->buffered) { in pdo_mysql_stmt_execute_prepared_mysqlnd() 391 if (H->buffered) { in pdo_mysql_stmt_next_rowset()
|
H A D | php_pdo_mysql_int.h | 109 unsigned buffered:1; member
|
H A D | mysql_driver.c | 414 ((pdo_mysql_db_handle *)dbh->driver_data)->buffered = bval; in pdo_mysql_set_attribute() 493 ZVAL_LONG(return_value, H->buffered); 642 H->buffered = H->emulate_prepare = 1; 654 H->buffered = pdo_attr_lval(driver_options, PDO_MYSQL_ATTR_USE_BUFFERED_QUERY, 1);
|
/PHP-7.2/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_exec_select.phpt | 43 // buffered or unbuffered does not matter!
|
H A D | pdo_mysql_stmt_closecursor.phpt | 12 /* TODO the results look wrong, why do we get 2014 with buffered AND unbuffered queries */ 47 // check if changing the fetch mode from unbuffered to buffered will
|
/PHP-7.2/ext/dba/tests/ |
H A D | dba_handler.inc | 63 dba_close($db_writer); // when the writer is open at least db3 would fail because of buffered io.
|
/PHP-7.2/ext/standard/ |
H A D | config.m4 | 4 dnl Check if flush should be called explicitly after buffered io 6 AC_CACHE_CHECK([whether flush should be called explicitly after a buffered io], ac_cv_flush_io,[ 49 AC_DEFINE(HAVE_FLUSHIO, 1, [Define if flush should be called explicitly after a buffered io.])
|
/PHP-7.2/ |
H A D | README.STREAMS | 192 create it for you. Be warned that doing so may cause buffered data to be lost
|