Home
last modified time | relevance | path

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

/php-src/ext/mysqli/tests/bind_insert/
H A Dsend_long_data.phpt26 mysqli_stmt_send_long_data($stmt, 1, "This is the first sentence.");
27 mysqli_stmt_send_long_data($stmt, 1, " And this is the second sentence.");
28 mysqli_stmt_send_long_data($stmt, 1, " And finally this is the last sentence.");
/php-src/ext/mysqli/tests/
H A Dmysqli_stmt_send_long_data.phpt2 mysqli_stmt_send_long_data()
67 $tmp = mysqli_stmt_send_long_data($stmt, -1, $blob);
72 if (false !== ($tmp = mysqli_stmt_send_long_data($stmt, 999, $blob)))
76 if (true !== ($tmp = mysqli_stmt_send_long_data($stmt, 1, $blob)))
111 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
52 if (true !== ($tmp = mysqli_stmt_send_long_data($stmt, 1, $blob)))
65 Warning: mysqli_stmt_send_long_data(): Skipped %d bytes. Last command STMT_SEND_LONG_DATA hasn't co…
67 Warning: mysqli_stmt_send_long_data(): There was an error while sending long data. Probably max_all…
80 if (false !== ($tmp = mysqli_stmt_send_long_data($stmt, 1, $blob2)))
H A Dmysqli_stmt_reset.phpt65 if (!mysqli_stmt_send_long_data($stmt, 0, $label))
/php-src/ext/mysqli/
H A Dmysqli.stub.php1638 function mysqli_stmt_send_long_data(mysqli_stmt $statement, int $param_num, string $data): bool {}
H A Dmysqli_arginfo.h801 ZEND_FUNCTION(mysqli_stmt_send_long_data);
917 ZEND_FE(mysqli_stmt_send_long_data, arginfo_mysqli_stmt_send_long_data)
H A Dmysqli_api.c1433 PHP_FUNCTION(mysqli_stmt_send_long_data) in PHP_FUNCTION() argument

Completed in 36 milliseconds