Home
last modified time | relevance | path

Searched refs:stmt_ins (Results 1 – 17 of 17) sorted by relevance

/dports/lang/php73/php-7.3.33/ext/mysqli/tests/
H A Dmysqli_stmt_bind_result_bit.phpt51 if (!$stmt_ins = mysqli_stmt_init($link_ins)) {
56 if (!mysqli_stmt_prepare($stmt_ins, "INSERT INTO test(id, bit_value) VALUES (?, ?)")) {
57 … printf("[005 - %d] [%d] %s\n", $bits, mysqli_stmt_errno($stmt_ins), mysqli_stmt_error($stmt_ins));
58 mysqli_stmt_close($stmt_ins);
64 mysqli_stmt_close($stmt_ins);
94 if (!mysqli_stmt_bind_param($stmt_ins, "dd", $value, $value)) {
95 … printf("[007 - %d] [%d] %s\n", $bits, mysqli_stmt_errno($stmt_ins), mysqli_stmt_error($stmt_ins));
96 mysqli_stmt_close($stmt_ins);
99 if (!mysqli_stmt_execute($stmt_ins)) {
100 … printf("[008 - %d] [%d] %s\n", $bits, mysqli_stmt_errno($stmt_ins), mysqli_stmt_error($stmt_ins));
[all …]
/dports/databases/php80-mysqli/php-8.0.15/ext/mysqli/tests/
H A Dmysqli_stmt_bind_result_bit.phpt50 if (!$stmt_ins = mysqli_stmt_init($link_ins)) {
55 if (!mysqli_stmt_prepare($stmt_ins, "INSERT INTO test(id, bit_value) VALUES (?, ?)")) {
56 … printf("[005 - %d] [%d] %s\n", $bits, mysqli_stmt_errno($stmt_ins), mysqli_stmt_error($stmt_ins));
57 mysqli_stmt_close($stmt_ins);
63 mysqli_stmt_close($stmt_ins);
93 if (!mysqli_stmt_bind_param($stmt_ins, "dd", $value, $value)) {
94 … printf("[007 - %d] [%d] %s\n", $bits, mysqli_stmt_errno($stmt_ins), mysqli_stmt_error($stmt_ins));
95 mysqli_stmt_close($stmt_ins);
98 if (!mysqli_stmt_execute($stmt_ins)) {
99 … printf("[008 - %d] [%d] %s\n", $bits, mysqli_stmt_errno($stmt_ins), mysqli_stmt_error($stmt_ins));
[all …]
/dports/databases/php74-mysqli/php-7.4.27/ext/mysqli/tests/
H A Dmysqli_stmt_bind_result_bit.phpt51 if (!$stmt_ins = mysqli_stmt_init($link_ins)) {
56 if (!mysqli_stmt_prepare($stmt_ins, "INSERT INTO test(id, bit_value) VALUES (?, ?)")) {
57 … printf("[005 - %d] [%d] %s\n", $bits, mysqli_stmt_errno($stmt_ins), mysqli_stmt_error($stmt_ins));
58 mysqli_stmt_close($stmt_ins);
64 mysqli_stmt_close($stmt_ins);
94 if (!mysqli_stmt_bind_param($stmt_ins, "dd", $value, $value)) {
95 … printf("[007 - %d] [%d] %s\n", $bits, mysqli_stmt_errno($stmt_ins), mysqli_stmt_error($stmt_ins));
96 mysqli_stmt_close($stmt_ins);
99 if (!mysqli_stmt_execute($stmt_ins)) {
100 … printf("[008 - %d] [%d] %s\n", $bits, mysqli_stmt_errno($stmt_ins), mysqli_stmt_error($stmt_ins));
[all …]
/dports/databases/php81-mysqli/php-8.1.1/ext/mysqli/tests/
H A Dmysqli_stmt_bind_result_bit.phpt51 if (!$stmt_ins = mysqli_stmt_init($link_ins)) {
56 if (!mysqli_stmt_prepare($stmt_ins, "INSERT INTO test(id, bit_value) VALUES (?, ?)")) {
57 … printf("[005 - %d] [%d] %s\n", $bits, mysqli_stmt_errno($stmt_ins), mysqli_stmt_error($stmt_ins));
58 mysqli_stmt_close($stmt_ins);
64 mysqli_stmt_close($stmt_ins);
94 if (!mysqli_stmt_bind_param($stmt_ins, "dd", $value, $value)) {
95 … printf("[007 - %d] [%d] %s\n", $bits, mysqli_stmt_errno($stmt_ins), mysqli_stmt_error($stmt_ins));
96 mysqli_stmt_close($stmt_ins);
99 if (!mysqli_stmt_execute($stmt_ins)) {
100 … printf("[008 - %d] [%d] %s\n", $bits, mysqli_stmt_errno($stmt_ins), mysqli_stmt_error($stmt_ins));
[all …]
/dports/databases/php73-mysqli/php-7.3.33/ext/mysqli/tests/
H A Dmysqli_stmt_bind_result_bit.phpt51 if (!$stmt_ins = mysqli_stmt_init($link_ins)) {
56 if (!mysqli_stmt_prepare($stmt_ins, "INSERT INTO test(id, bit_value) VALUES (?, ?)")) {
57 … printf("[005 - %d] [%d] %s\n", $bits, mysqli_stmt_errno($stmt_ins), mysqli_stmt_error($stmt_ins));
58 mysqli_stmt_close($stmt_ins);
64 mysqli_stmt_close($stmt_ins);
94 if (!mysqli_stmt_bind_param($stmt_ins, "dd", $value, $value)) {
95 … printf("[007 - %d] [%d] %s\n", $bits, mysqli_stmt_errno($stmt_ins), mysqli_stmt_error($stmt_ins));
96 mysqli_stmt_close($stmt_ins);
99 if (!mysqli_stmt_execute($stmt_ins)) {
100 … printf("[008 - %d] [%d] %s\n", $bits, mysqli_stmt_errno($stmt_ins), mysqli_stmt_error($stmt_ins));
[all …]
/dports/www/mod_php81/php-8.1.1/ext/mysqli/tests/
H A Dmysqli_stmt_bind_result_bit.phpt51 if (!$stmt_ins = mysqli_stmt_init($link_ins)) {
56 if (!mysqli_stmt_prepare($stmt_ins, "INSERT INTO test(id, bit_value) VALUES (?, ?)")) {
57 … printf("[005 - %d] [%d] %s\n", $bits, mysqli_stmt_errno($stmt_ins), mysqli_stmt_error($stmt_ins));
58 mysqli_stmt_close($stmt_ins);
64 mysqli_stmt_close($stmt_ins);
94 if (!mysqli_stmt_bind_param($stmt_ins, "dd", $value, $value)) {
95 … printf("[007 - %d] [%d] %s\n", $bits, mysqli_stmt_errno($stmt_ins), mysqli_stmt_error($stmt_ins));
96 mysqli_stmt_close($stmt_ins);
99 if (!mysqli_stmt_execute($stmt_ins)) {
100 … printf("[008 - %d] [%d] %s\n", $bits, mysqli_stmt_errno($stmt_ins), mysqli_stmt_error($stmt_ins));
[all …]
/dports/lang/php74/php-7.4.27/ext/mysqli/tests/
H A Dmysqli_stmt_bind_result_bit.phpt51 if (!$stmt_ins = mysqli_stmt_init($link_ins)) {
56 if (!mysqli_stmt_prepare($stmt_ins, "INSERT INTO test(id, bit_value) VALUES (?, ?)")) {
57 … printf("[005 - %d] [%d] %s\n", $bits, mysqli_stmt_errno($stmt_ins), mysqli_stmt_error($stmt_ins));
58 mysqli_stmt_close($stmt_ins);
64 mysqli_stmt_close($stmt_ins);
94 if (!mysqli_stmt_bind_param($stmt_ins, "dd", $value, $value)) {
95 … printf("[007 - %d] [%d] %s\n", $bits, mysqli_stmt_errno($stmt_ins), mysqli_stmt_error($stmt_ins));
96 mysqli_stmt_close($stmt_ins);
99 if (!mysqli_stmt_execute($stmt_ins)) {
100 … printf("[008 - %d] [%d] %s\n", $bits, mysqli_stmt_errno($stmt_ins), mysqli_stmt_error($stmt_ins));
[all …]
/dports/lang/php81/php-8.1.1/ext/mysqli/tests/
H A Dmysqli_stmt_bind_result_bit.phpt51 if (!$stmt_ins = mysqli_stmt_init($link_ins)) {
56 if (!mysqli_stmt_prepare($stmt_ins, "INSERT INTO test(id, bit_value) VALUES (?, ?)")) {
57 … printf("[005 - %d] [%d] %s\n", $bits, mysqli_stmt_errno($stmt_ins), mysqli_stmt_error($stmt_ins));
58 mysqli_stmt_close($stmt_ins);
64 mysqli_stmt_close($stmt_ins);
94 if (!mysqli_stmt_bind_param($stmt_ins, "dd", $value, $value)) {
95 … printf("[007 - %d] [%d] %s\n", $bits, mysqli_stmt_errno($stmt_ins), mysqli_stmt_error($stmt_ins));
96 mysqli_stmt_close($stmt_ins);
99 if (!mysqli_stmt_execute($stmt_ins)) {
100 … printf("[008 - %d] [%d] %s\n", $bits, mysqli_stmt_errno($stmt_ins), mysqli_stmt_error($stmt_ins));
[all …]
/dports/lang/php80/php-8.0.15/ext/mysqli/tests/
H A Dmysqli_stmt_bind_result_bit.phpt50 if (!$stmt_ins = mysqli_stmt_init($link_ins)) {
55 if (!mysqli_stmt_prepare($stmt_ins, "INSERT INTO test(id, bit_value) VALUES (?, ?)")) {
56 … printf("[005 - %d] [%d] %s\n", $bits, mysqli_stmt_errno($stmt_ins), mysqli_stmt_error($stmt_ins));
57 mysqli_stmt_close($stmt_ins);
63 mysqli_stmt_close($stmt_ins);
93 if (!mysqli_stmt_bind_param($stmt_ins, "dd", $value, $value)) {
94 … printf("[007 - %d] [%d] %s\n", $bits, mysqli_stmt_errno($stmt_ins), mysqli_stmt_error($stmt_ins));
95 mysqli_stmt_close($stmt_ins);
98 if (!mysqli_stmt_execute($stmt_ins)) {
99 … printf("[008 - %d] [%d] %s\n", $bits, mysqli_stmt_errno($stmt_ins), mysqli_stmt_error($stmt_ins));
[all …]
/dports/www/mod_php73/php-7.3.33/ext/mysqli/tests/
H A Dmysqli_stmt_bind_result_bit.phpt51 if (!$stmt_ins = mysqli_stmt_init($link_ins)) {
56 if (!mysqli_stmt_prepare($stmt_ins, "INSERT INTO test(id, bit_value) VALUES (?, ?)")) {
57 … printf("[005 - %d] [%d] %s\n", $bits, mysqli_stmt_errno($stmt_ins), mysqli_stmt_error($stmt_ins));
58 mysqli_stmt_close($stmt_ins);
64 mysqli_stmt_close($stmt_ins);
94 if (!mysqli_stmt_bind_param($stmt_ins, "dd", $value, $value)) {
95 … printf("[007 - %d] [%d] %s\n", $bits, mysqli_stmt_errno($stmt_ins), mysqli_stmt_error($stmt_ins));
96 mysqli_stmt_close($stmt_ins);
99 if (!mysqli_stmt_execute($stmt_ins)) {
100 … printf("[008 - %d] [%d] %s\n", $bits, mysqli_stmt_errno($stmt_ins), mysqli_stmt_error($stmt_ins));
[all …]
/dports/www/mod_php80/php-8.0.15/ext/mysqli/tests/
H A Dmysqli_stmt_bind_result_bit.phpt50 if (!$stmt_ins = mysqli_stmt_init($link_ins)) {
55 if (!mysqli_stmt_prepare($stmt_ins, "INSERT INTO test(id, bit_value) VALUES (?, ?)")) {
56 … printf("[005 - %d] [%d] %s\n", $bits, mysqli_stmt_errno($stmt_ins), mysqli_stmt_error($stmt_ins));
57 mysqli_stmt_close($stmt_ins);
63 mysqli_stmt_close($stmt_ins);
93 if (!mysqli_stmt_bind_param($stmt_ins, "dd", $value, $value)) {
94 … printf("[007 - %d] [%d] %s\n", $bits, mysqli_stmt_errno($stmt_ins), mysqli_stmt_error($stmt_ins));
95 mysqli_stmt_close($stmt_ins);
98 if (!mysqli_stmt_execute($stmt_ins)) {
99 … printf("[008 - %d] [%d] %s\n", $bits, mysqli_stmt_errno($stmt_ins), mysqli_stmt_error($stmt_ins));
[all …]
/dports/www/mod_php74/php-7.4.27/ext/mysqli/tests/
H A Dmysqli_stmt_bind_result_bit.phpt51 if (!$stmt_ins = mysqli_stmt_init($link_ins)) {
56 if (!mysqli_stmt_prepare($stmt_ins, "INSERT INTO test(id, bit_value) VALUES (?, ?)")) {
57 … printf("[005 - %d] [%d] %s\n", $bits, mysqli_stmt_errno($stmt_ins), mysqli_stmt_error($stmt_ins));
58 mysqli_stmt_close($stmt_ins);
64 mysqli_stmt_close($stmt_ins);
94 if (!mysqli_stmt_bind_param($stmt_ins, "dd", $value, $value)) {
95 … printf("[007 - %d] [%d] %s\n", $bits, mysqli_stmt_errno($stmt_ins), mysqli_stmt_error($stmt_ins));
96 mysqli_stmt_close($stmt_ins);
99 if (!mysqli_stmt_execute($stmt_ins)) {
100 … printf("[008 - %d] [%d] %s\n", $bits, mysqli_stmt_errno($stmt_ins), mysqli_stmt_error($stmt_ins));
[all …]
/dports/databases/spatialite/libspatialite-5.0.1/src/topology/
H A Dgaia_auxtopo_table.c2461 sqlite3_reset (stmt_ins); in do_eval_topogeo_seeds()
2915 if (stmt_ins != NULL) in gaiaTopoGeo_ToGeoTableGeneralize()
3373 sqlite3_reset (stmt_ins); in find_polyface_matches()
3795 if (stmt_ins != NULL) in gaiaTopoGeo_PolyFacesList()
4103 sqlite3_reset (stmt_ins); in find_lineedge_relationships()
4358 if (stmt_ins != NULL) in gaiaTopoGeo_LineEdgesList()
5457 sqlite3_reset (stmt_ins); in do_eval_topolayer_seeds()
5751 if (stmt_ins != NULL) in gaiaTopoGeo_CreateTopoLayer()
5944 if (stmt_ins != NULL) in gaiaTopoGeo_InitTopoLayer()
7036 if (stmt_ins != NULL) in gaiaTopoGeo_ExportTopoLayer()
[all …]
H A Dgaia_auxnet.c3707 sqlite3_reset (stmt_ins); in do_eval_toponet_seeds()
3795 ret = sqlite3_step (stmt_ins); in do_eval_toponet_seeds()
4074 sqlite3_finalize (stmt_ins); in gaiaTopoNet_ToGeoTableGeneralize()
4089 if (stmt_ins != NULL) in gaiaTopoNet_ToGeoTableGeneralize()
4090 sqlite3_finalize (stmt_ins); in gaiaTopoNet_ToGeoTableGeneralize()
4157 sqlite3_reset (stmt_ins); in find_linelink_matches()
4163 ret = sqlite3_step (stmt_ins); in find_linelink_matches()
4192 sqlite3_reset (stmt_ins); in find_linelink_matches()
4222 sqlite3_reset (stmt_ins); in insert_linelink_reverse()
4493 if (stmt_ins != NULL) in gaiaTopoNet_LineLinksList()
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/suite/innodb_undo/r/
H A Dundo_ddl_vs_dml.result15 PREPARE stmt_ins FROM "INSERT INTO serengeti VALUES (?, ?)";
20 EXECUTE stmt_ins USING @a, @b;
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/suite/innodb_undo/t/
H A Dundo_ddl_vs_dml.test30 PREPARE stmt_ins FROM "INSERT INTO serengeti VALUES (?, ?)";
35 EXECUTE stmt_ins USING @a, @b;
/dports/databases/spatialite/libspatialite-5.0.1/src/spatialite/
H A Dcreate_routing.c2669 sqlite3_stmt *stmt_ins = NULL; in do_create_routing_nodes() local
2764 ret = sqlite3_prepare_v2 (db_handle, sql, strlen (sql), &stmt_ins, NULL); in do_create_routing_nodes()
2849 (db_handle, stmt_ins, x, y, z, &msg)) in do_create_routing_nodes()
2876 (db_handle, stmt_ins, x, y, z, &msg)) in do_create_routing_nodes()
2977 sqlite3_finalize (stmt_ins); in do_create_routing_nodes()
3002 if (stmt_ins != NULL) in do_create_routing_nodes()
3003 sqlite3_finalize (stmt_ins); in do_create_routing_nodes()