Home
last modified time | relevance | path

Searched refs:mysqli_stmt_send_long_data (Results 1 – 8 of 8) sorted by relevance

/PHP-8.1/ext/mysqli/tests/
H A D026.phpt27 mysqli_stmt_send_long_data($stmt, 1, "This is the first sentence.");
28 mysqli_stmt_send_long_data($stmt, 1, " And this is the second sentence.");
29 mysqli_stmt_send_long_data($stmt, 1, " And finally this is the last sentence.");
H A Dmysqli_stmt_send_long_data.phpt2 mysqli_stmt_send_long_data()
68 $tmp = mysqli_stmt_send_long_data($stmt, -1, $blob);
73 if (false !== ($tmp = mysqli_stmt_send_long_data($stmt, 999, $blob)))
77 if (true !== ($tmp = mysqli_stmt_send_long_data($stmt, 1, $blob)))
112 mysqli_stmt_send_long_data(): Argument #2 ($param_num) must be greater than or equal to 0
H A Dmysqli_stmt_send_long_data_packet_size_mysqlnd.phpt2 mysqli_stmt_send_long_data() - exceed packet size, mysqlnd
55 if (true !== ($tmp = mysqli_stmt_send_long_data($stmt, 1, $blob)))
68 Warning: mysqli_stmt_send_long_data(): Skipped %d bytes. Last command STMT_SEND_LONG_DATA hasn't co…
70 Warning: mysqli_stmt_send_long_data(): There was an error while sending long data. Probably max_all…
83 if (false !== ($tmp = mysqli_stmt_send_long_data($stmt, 1, $blob2)))
H A Dmysqli_stmt_send_long_data_packet_size_libmysql.phpt2 mysqli_stmt_send_long_data() - exceed packet size, libmysql - bug #26824
58 if (true != ($tmp = mysqli_stmt_send_long_data($stmt, 1, $blob)))
78 if (true != ($tmp = mysqli_stmt_send_long_data($stmt, 1, $blob2)))
H A Dmysqli_stmt_reset.phpt67 if (!mysqli_stmt_send_long_data($stmt, 0, $label))
/PHP-8.1/ext/mysqli/
H A Dmysqli_arginfo.h829 ZEND_FUNCTION(mysqli_stmt_send_long_data);
957 ZEND_FE(mysqli_stmt_send_long_data, arginfo_mysqli_stmt_send_long_data)
1070 …ZEND_ME_MAPPING(send_long_data, mysqli_stmt_send_long_data, arginfo_class_mysqli_stmt_send_long_da…
H A Dmysqli.stub.php1042 function mysqli_stmt_send_long_data(mysqli_stmt $statement, int $param_num, string $data): bool {} function
H A Dmysqli_api.c1982 PHP_FUNCTION(mysqli_stmt_send_long_data) argument

Completed in 38 milliseconds