Home
last modified time | relevance | path

Searched refs:gettype (Results 1 – 25 of 3772) sorted by relevance

12345678910>>...151

/dports/devel/swig/swig-4.0.2/Examples/test-suite/php/
H A Dpreproc_constants_c_runme.php7 check::equal(gettype(preproc_constants_c::CONST_INT1), "integer", "preproc_constants.CONST_INT1 has…
8 check::equal(gettype(preproc_constants_c::CONST_INT2), "integer", "preproc_constants.CONST_INT2 has…
9 check::equal(gettype(preproc_constants_c::CONST_UINT1), "integer", "preproc_constants.CONST_UINT1 h…
10 check::equal(gettype(preproc_constants_c::CONST_UINT2), "integer", "preproc_constants.CONST_UINT2 h…
11 check::equal(gettype(preproc_constants_c::CONST_UINT3), "integer", "preproc_constants.CONST_UINT3 h…
12 check::equal(gettype(preproc_constants_c::CONST_UINT4), "integer", "preproc_constants.CONST_UINT4 h…
13 check::equal(gettype(preproc_constants_c::CONST_LONG1), "integer", "preproc_constants.CONST_LONG1 h…
14 check::equal(gettype(preproc_constants_c::CONST_LONG2), "integer", "preproc_constants.CONST_LONG2 h…
55 check::equal(gettype(preproc_constants_c::EXPR_LTE), "integer", "preproc_constants.EXPR_LTE has une…
56 check::equal(gettype(preproc_constants_c::EXPR_GTE), "integer", "preproc_constants.EXPR_GTE has une…
[all …]
H A Dpreproc_constants_runme.php6 check::equal(gettype(preproc_constants::CONST_INT1), "integer", "preproc_constants.CONST_INT1 has u…
7 check::equal(gettype(preproc_constants::CONST_INT2), "integer", "preproc_constants.CONST_INT2 has u…
8 check::equal(gettype(preproc_constants::CONST_UINT1), "integer", "preproc_constants.CONST_UINT1 has…
9 check::equal(gettype(preproc_constants::CONST_UINT2), "integer", "preproc_constants.CONST_UINT2 has…
10 check::equal(gettype(preproc_constants::CONST_UINT3), "integer", "preproc_constants.CONST_UINT3 has…
11 check::equal(gettype(preproc_constants::CONST_UINT4), "integer", "preproc_constants.CONST_UINT4 has…
12 check::equal(gettype(preproc_constants::CONST_LONG1), "integer", "preproc_constants.CONST_LONG1 has…
13 check::equal(gettype(preproc_constants::CONST_LONG2), "integer", "preproc_constants.CONST_LONG2 has…
54 check::equal(gettype(preproc_constants::EXPR_LTE), "boolean", "preproc_constants.EXPR_LTE has unexp…
55 check::equal(gettype(preproc_constants::EXPR_GTE), "boolean", "preproc_constants.EXPR_GTE has unexp…
[all …]
/dports/lang/php73/php-7.3.33/ext/mysqli/tests/
H A Dmysqli_class_mysqli_interface.phpt177 $mysqli->errno, gettype($mysqli->errno),
182 $mysqli->error, gettype($mysqli->error),
195 $mysqli->insert_id, gettype($mysqli->insert_id),
200 $mysqli->sqlstate, gettype($mysqli->sqlstate),
205 $mysqli->stat, gettype($mysqli->stat),
206 mysqli_stat($link), gettype(mysqli_stat($link)));
210 $mysqli->host_info, gettype($mysqli->host_info),
216 $mysqli->info, gettype($mysqli->info),
217 mysqli_info($link), gettype(mysqli_info($link)));
220 assert(gettype($mysqli->thread_id) == gettype(mysqli_thread_id($link)));
[all …]
H A Dmysqli_class_mysqli_properties_no_conn.phpt32 @$mysqli->affected_rows, gettype(@$mysqli->affected_rows),
37 @$mysqli->client_info, gettype(@$mysqli->client_info),
47 @$mysqli->errno, gettype(@$mysqli->errno),
53 @$mysqli->error, gettype(@$mysqli->error),
58 @$mysqli->field_count, gettype(@$mysqli->field_count),
63 @$mysqli->insert_id, gettype(@$mysqli->insert_id),
68 @$mysqli->sqlstate, gettype(@$mysqli->sqlstate),
73 @$mysqli->host_info, gettype(@$mysqli->host_info),
79 @$mysqli->info, gettype(@$mysqli->info),
83 assert(gettype(@$mysqli->thread_id) == gettype(@mysqli_thread_id($mysqli)));
[all …]
H A Dmysqli_stmt_get_result_metadata.phpt61 printf("[009] %s/%s !== %s/%s\n", gettype($tmp1), $tmp1, gettype($tmp2), $tmp2);
66 printf("[010] %s/%s !== %s/%s\n", gettype($tmp1), $tmp1, gettype($tmp2), $tmp2);
69 printf("[011] %s/%s !== %s/%s\n", gettype($tmp1), $tmp1, gettype($tmp2), $tmp2);
73 printf("[012] %s/%s !== %s/%s\n", gettype($tmp1), $tmp1, gettype($tmp2), $tmp2);
98 …$k, gettype($info->name), $info->name, gettype($fields['meta'][$k]->name), $fields['meta'][$k]->na…
106 …$k, gettype($info->table), $info->table, gettype($fields['meta'][$k]->table), $fields['meta'][$k]-…
114 … $k, gettype($info->def), $info->def, gettype($fields['meta'][$k]->def), $fields['meta'][$k]->def);
130 …$k, gettype($info->flags), $info->flags, gettype($fields['meta'][$k]->flags), $fields['meta'][$k]-…
134 …$k, gettype($info->type), $info->type, gettype($fields['meta'][$k]->type), $fields['meta'][$k]->ty…
179 gettype($pos), $pos, gettype($tmp), $tmp);
[all …]
/dports/databases/php73-mysqli/php-7.3.33/ext/mysqli/tests/
H A Dmysqli_class_mysqli_interface.phpt177 $mysqli->errno, gettype($mysqli->errno),
182 $mysqli->error, gettype($mysqli->error),
195 $mysqli->insert_id, gettype($mysqli->insert_id),
200 $mysqli->sqlstate, gettype($mysqli->sqlstate),
205 $mysqli->stat, gettype($mysqli->stat),
206 mysqli_stat($link), gettype(mysqli_stat($link)));
210 $mysqli->host_info, gettype($mysqli->host_info),
216 $mysqli->info, gettype($mysqli->info),
217 mysqli_info($link), gettype(mysqli_info($link)));
220 assert(gettype($mysqli->thread_id) == gettype(mysqli_thread_id($link)));
[all …]
H A Dmysqli_class_mysqli_properties_no_conn.phpt32 @$mysqli->affected_rows, gettype(@$mysqli->affected_rows),
37 @$mysqli->client_info, gettype(@$mysqli->client_info),
47 @$mysqli->errno, gettype(@$mysqli->errno),
53 @$mysqli->error, gettype(@$mysqli->error),
58 @$mysqli->field_count, gettype(@$mysqli->field_count),
63 @$mysqli->insert_id, gettype(@$mysqli->insert_id),
68 @$mysqli->sqlstate, gettype(@$mysqli->sqlstate),
73 @$mysqli->host_info, gettype(@$mysqli->host_info),
79 @$mysqli->info, gettype(@$mysqli->info),
83 assert(gettype(@$mysqli->thread_id) == gettype(@mysqli_thread_id($mysqli)));
[all …]
H A Dmysqli_stmt_get_result_metadata.phpt61 printf("[009] %s/%s !== %s/%s\n", gettype($tmp1), $tmp1, gettype($tmp2), $tmp2);
66 printf("[010] %s/%s !== %s/%s\n", gettype($tmp1), $tmp1, gettype($tmp2), $tmp2);
69 printf("[011] %s/%s !== %s/%s\n", gettype($tmp1), $tmp1, gettype($tmp2), $tmp2);
73 printf("[012] %s/%s !== %s/%s\n", gettype($tmp1), $tmp1, gettype($tmp2), $tmp2);
98 …$k, gettype($info->name), $info->name, gettype($fields['meta'][$k]->name), $fields['meta'][$k]->na…
106 …$k, gettype($info->table), $info->table, gettype($fields['meta'][$k]->table), $fields['meta'][$k]-…
114 … $k, gettype($info->def), $info->def, gettype($fields['meta'][$k]->def), $fields['meta'][$k]->def);
130 …$k, gettype($info->flags), $info->flags, gettype($fields['meta'][$k]->flags), $fields['meta'][$k]-…
134 …$k, gettype($info->type), $info->type, gettype($fields['meta'][$k]->type), $fields['meta'][$k]->ty…
179 gettype($pos), $pos, gettype($tmp), $tmp);
[all …]
/dports/www/mod_php73/php-7.3.33/ext/mysqli/tests/
H A Dmysqli_class_mysqli_interface.phpt177 $mysqli->errno, gettype($mysqli->errno),
182 $mysqli->error, gettype($mysqli->error),
195 $mysqli->insert_id, gettype($mysqli->insert_id),
200 $mysqli->sqlstate, gettype($mysqli->sqlstate),
205 $mysqli->stat, gettype($mysqli->stat),
206 mysqli_stat($link), gettype(mysqli_stat($link)));
210 $mysqli->host_info, gettype($mysqli->host_info),
216 $mysqli->info, gettype($mysqli->info),
217 mysqli_info($link), gettype(mysqli_info($link)));
220 assert(gettype($mysqli->thread_id) == gettype(mysqli_thread_id($link)));
[all …]
H A Dmysqli_class_mysqli_properties_no_conn.phpt32 @$mysqli->affected_rows, gettype(@$mysqli->affected_rows),
37 @$mysqli->client_info, gettype(@$mysqli->client_info),
47 @$mysqli->errno, gettype(@$mysqli->errno),
53 @$mysqli->error, gettype(@$mysqli->error),
58 @$mysqli->field_count, gettype(@$mysqli->field_count),
63 @$mysqli->insert_id, gettype(@$mysqli->insert_id),
68 @$mysqli->sqlstate, gettype(@$mysqli->sqlstate),
73 @$mysqli->host_info, gettype(@$mysqli->host_info),
79 @$mysqli->info, gettype(@$mysqli->info),
83 assert(gettype(@$mysqli->thread_id) == gettype(@mysqli_thread_id($mysqli)));
[all …]
/dports/databases/php80-mysqli/php-8.0.15/ext/mysqli/tests/
H A Dmysqli_class_mysqli_interface.phpt175 $mysqli->errno, gettype($mysqli->errno),
176 mysqli_errno($link), gettype(mysqli_errno($link)));
180 $mysqli->error, gettype($mysqli->error),
181 mysqli_error($link), gettype(mysqli_error($link)));
193 $mysqli->insert_id, gettype($mysqli->insert_id),
198 $mysqli->sqlstate, gettype($mysqli->sqlstate),
203 $mysqli->host_info, gettype($mysqli->host_info),
209 $mysqli->info, gettype($mysqli->info),
210 mysqli_info($link), gettype(mysqli_info($link)));
213 assert(gettype($mysqli->thread_id) == gettype(mysqli_thread_id($link)));
[all …]
H A Dmysqli_stmt_get_result_metadata.phpt60 printf("[009] %s/%s !== %s/%s\n", gettype($tmp1), $tmp1, gettype($tmp2), $tmp2);
65 printf("[010] %s/%s !== %s/%s\n", gettype($tmp1), $tmp1, gettype($tmp2), $tmp2);
68 printf("[011] %s/%s !== %s/%s\n", gettype($tmp1), $tmp1, gettype($tmp2), $tmp2);
72 printf("[012] %s/%s !== %s/%s\n", gettype($tmp1), $tmp1, gettype($tmp2), $tmp2);
97 …$k, gettype($info->name), $info->name, gettype($fields['meta'][$k]->name), $fields['meta'][$k]->na…
105 …$k, gettype($info->table), $info->table, gettype($fields['meta'][$k]->table), $fields['meta'][$k]-…
113 … $k, gettype($info->def), $info->def, gettype($fields['meta'][$k]->def), $fields['meta'][$k]->def);
129 …$k, gettype($info->flags), $info->flags, gettype($fields['meta'][$k]->flags), $fields['meta'][$k]-…
133 …$k, gettype($info->type), $info->type, gettype($fields['meta'][$k]->type), $fields['meta'][$k]->ty…
178 gettype($pos), $pos, gettype($tmp), $tmp);
[all …]
/dports/databases/php74-mysqli/php-7.4.27/ext/mysqli/tests/
H A Dmysqli_class_mysqli_interface.phpt176 $mysqli->errno, gettype($mysqli->errno),
177 mysqli_errno($link), gettype(mysqli_errno($link)));
181 $mysqli->error, gettype($mysqli->error),
182 mysqli_error($link), gettype(mysqli_error($link)));
194 $mysqli->insert_id, gettype($mysqli->insert_id),
199 $mysqli->sqlstate, gettype($mysqli->sqlstate),
204 $mysqli->host_info, gettype($mysqli->host_info),
210 $mysqli->info, gettype($mysqli->info),
211 mysqli_info($link), gettype(mysqli_info($link)));
214 assert(gettype($mysqli->thread_id) == gettype(mysqli_thread_id($link)));
[all …]
H A Dmysqli_class_mysqli_properties_no_conn.phpt32 @$mysqli->affected_rows, gettype(@$mysqli->affected_rows),
37 @$mysqli->client_info, gettype(@$mysqli->client_info),
47 @$mysqli->errno, gettype(@$mysqli->errno),
53 @$mysqli->error, gettype(@$mysqli->error),
58 @$mysqli->field_count, gettype(@$mysqli->field_count),
63 @$mysqli->insert_id, gettype(@$mysqli->insert_id),
68 @$mysqli->sqlstate, gettype(@$mysqli->sqlstate),
73 @$mysqli->host_info, gettype(@$mysqli->host_info),
79 @$mysqli->info, gettype(@$mysqli->info),
83 assert(gettype(@$mysqli->thread_id) == gettype(@mysqli_thread_id($mysqli)));
[all …]
H A Dmysqli_stmt_get_result_metadata.phpt61 printf("[009] %s/%s !== %s/%s\n", gettype($tmp1), $tmp1, gettype($tmp2), $tmp2);
66 printf("[010] %s/%s !== %s/%s\n", gettype($tmp1), $tmp1, gettype($tmp2), $tmp2);
69 printf("[011] %s/%s !== %s/%s\n", gettype($tmp1), $tmp1, gettype($tmp2), $tmp2);
73 printf("[012] %s/%s !== %s/%s\n", gettype($tmp1), $tmp1, gettype($tmp2), $tmp2);
98 …$k, gettype($info->name), $info->name, gettype($fields['meta'][$k]->name), $fields['meta'][$k]->na…
106 …$k, gettype($info->table), $info->table, gettype($fields['meta'][$k]->table), $fields['meta'][$k]-…
114 … $k, gettype($info->def), $info->def, gettype($fields['meta'][$k]->def), $fields['meta'][$k]->def);
130 …$k, gettype($info->flags), $info->flags, gettype($fields['meta'][$k]->flags), $fields['meta'][$k]-…
134 …$k, gettype($info->type), $info->type, gettype($fields['meta'][$k]->type), $fields['meta'][$k]->ty…
179 gettype($pos), $pos, gettype($tmp), $tmp);
[all …]
/dports/databases/php81-mysqli/php-8.1.1/ext/mysqli/tests/
H A Dmysqli_class_mysqli_interface.phpt176 $mysqli->errno, gettype($mysqli->errno),
177 mysqli_errno($link), gettype(mysqli_errno($link)));
181 $mysqli->error, gettype($mysqli->error),
182 mysqli_error($link), gettype(mysqli_error($link)));
194 $mysqli->insert_id, gettype($mysqli->insert_id),
199 $mysqli->sqlstate, gettype($mysqli->sqlstate),
204 $mysqli->host_info, gettype($mysqli->host_info),
210 $mysqli->info, gettype($mysqli->info),
211 mysqli_info($link), gettype(mysqli_info($link)));
214 assert(gettype($mysqli->thread_id) == gettype(mysqli_thread_id($link)));
[all …]
H A Dmysqli_stmt_get_result_metadata.phpt61 printf("[009] %s/%s !== %s/%s\n", gettype($tmp1), $tmp1, gettype($tmp2), $tmp2);
66 printf("[010] %s/%s !== %s/%s\n", gettype($tmp1), $tmp1, gettype($tmp2), $tmp2);
69 printf("[011] %s/%s !== %s/%s\n", gettype($tmp1), $tmp1, gettype($tmp2), $tmp2);
73 printf("[012] %s/%s !== %s/%s\n", gettype($tmp1), $tmp1, gettype($tmp2), $tmp2);
98 …$k, gettype($info->name), $info->name, gettype($fields['meta'][$k]->name), $fields['meta'][$k]->na…
106 …$k, gettype($info->table), $info->table, gettype($fields['meta'][$k]->table), $fields['meta'][$k]-…
114 … $k, gettype($info->def), $info->def, gettype($fields['meta'][$k]->def), $fields['meta'][$k]->def);
130 …$k, gettype($info->flags), $info->flags, gettype($fields['meta'][$k]->flags), $fields['meta'][$k]-…
134 …$k, gettype($info->type), $info->type, gettype($fields['meta'][$k]->type), $fields['meta'][$k]->ty…
179 gettype($pos), $pos, gettype($tmp), $tmp);
[all …]
/dports/www/mod_php81/php-8.1.1/ext/mysqli/tests/
H A Dmysqli_class_mysqli_interface.phpt176 $mysqli->errno, gettype($mysqli->errno),
177 mysqli_errno($link), gettype(mysqli_errno($link)));
181 $mysqli->error, gettype($mysqli->error),
182 mysqli_error($link), gettype(mysqli_error($link)));
194 $mysqli->insert_id, gettype($mysqli->insert_id),
199 $mysqli->sqlstate, gettype($mysqli->sqlstate),
204 $mysqli->host_info, gettype($mysqli->host_info),
210 $mysqli->info, gettype($mysqli->info),
211 mysqli_info($link), gettype(mysqli_info($link)));
214 assert(gettype($mysqli->thread_id) == gettype(mysqli_thread_id($link)));
[all …]
/dports/lang/php81/php-8.1.1/ext/mysqli/tests/
H A Dmysqli_class_mysqli_interface.phpt176 $mysqli->errno, gettype($mysqli->errno),
177 mysqli_errno($link), gettype(mysqli_errno($link)));
181 $mysqli->error, gettype($mysqli->error),
182 mysqli_error($link), gettype(mysqli_error($link)));
194 $mysqli->insert_id, gettype($mysqli->insert_id),
199 $mysqli->sqlstate, gettype($mysqli->sqlstate),
204 $mysqli->host_info, gettype($mysqli->host_info),
210 $mysqli->info, gettype($mysqli->info),
211 mysqli_info($link), gettype(mysqli_info($link)));
214 assert(gettype($mysqli->thread_id) == gettype(mysqli_thread_id($link)));
[all …]
/dports/lang/php74/php-7.4.27/ext/mysqli/tests/
H A Dmysqli_class_mysqli_interface.phpt176 $mysqli->errno, gettype($mysqli->errno),
177 mysqli_errno($link), gettype(mysqli_errno($link)));
181 $mysqli->error, gettype($mysqli->error),
182 mysqli_error($link), gettype(mysqli_error($link)));
194 $mysqli->insert_id, gettype($mysqli->insert_id),
199 $mysqli->sqlstate, gettype($mysqli->sqlstate),
204 $mysqli->host_info, gettype($mysqli->host_info),
210 $mysqli->info, gettype($mysqli->info),
211 mysqli_info($link), gettype(mysqli_info($link)));
214 assert(gettype($mysqli->thread_id) == gettype(mysqli_thread_id($link)));
[all …]
H A Dmysqli_class_mysqli_properties_no_conn.phpt32 @$mysqli->affected_rows, gettype(@$mysqli->affected_rows),
37 @$mysqli->client_info, gettype(@$mysqli->client_info),
47 @$mysqli->errno, gettype(@$mysqli->errno),
53 @$mysqli->error, gettype(@$mysqli->error),
58 @$mysqli->field_count, gettype(@$mysqli->field_count),
63 @$mysqli->insert_id, gettype(@$mysqli->insert_id),
68 @$mysqli->sqlstate, gettype(@$mysqli->sqlstate),
73 @$mysqli->host_info, gettype(@$mysqli->host_info),
79 @$mysqli->info, gettype(@$mysqli->info),
83 assert(gettype(@$mysqli->thread_id) == gettype(@mysqli_thread_id($mysqli)));
[all …]
/dports/lang/php80/php-8.0.15/ext/mysqli/tests/
H A Dmysqli_class_mysqli_interface.phpt175 $mysqli->errno, gettype($mysqli->errno),
176 mysqli_errno($link), gettype(mysqli_errno($link)));
180 $mysqli->error, gettype($mysqli->error),
181 mysqli_error($link), gettype(mysqli_error($link)));
193 $mysqli->insert_id, gettype($mysqli->insert_id),
198 $mysqli->sqlstate, gettype($mysqli->sqlstate),
203 $mysqli->host_info, gettype($mysqli->host_info),
209 $mysqli->info, gettype($mysqli->info),
210 mysqli_info($link), gettype(mysqli_info($link)));
213 assert(gettype($mysqli->thread_id) == gettype(mysqli_thread_id($link)));
[all …]
/dports/www/mod_php74/php-7.4.27/ext/mysqli/tests/
H A Dmysqli_class_mysqli_properties_no_conn.phpt32 @$mysqli->affected_rows, gettype(@$mysqli->affected_rows),
37 @$mysqli->client_info, gettype(@$mysqli->client_info),
47 @$mysqli->errno, gettype(@$mysqli->errno),
53 @$mysqli->error, gettype(@$mysqli->error),
58 @$mysqli->field_count, gettype(@$mysqli->field_count),
63 @$mysqli->insert_id, gettype(@$mysqli->insert_id),
68 @$mysqli->sqlstate, gettype(@$mysqli->sqlstate),
73 @$mysqli->host_info, gettype(@$mysqli->host_info),
79 @$mysqli->info, gettype(@$mysqli->info),
83 assert(gettype(@$mysqli->thread_id) == gettype(@mysqli_thread_id($mysqli)));
[all …]
H A Dmysqli_class_mysqli_interface.phpt176 $mysqli->errno, gettype($mysqli->errno),
177 mysqli_errno($link), gettype(mysqli_errno($link)));
181 $mysqli->error, gettype($mysqli->error),
182 mysqli_error($link), gettype(mysqli_error($link)));
194 $mysqli->insert_id, gettype($mysqli->insert_id),
199 $mysqli->sqlstate, gettype($mysqli->sqlstate),
204 $mysqli->host_info, gettype($mysqli->host_info),
210 $mysqli->info, gettype($mysqli->info),
211 mysqli_info($link), gettype(mysqli_info($link)));
214 assert(gettype($mysqli->thread_id) == gettype(mysqli_thread_id($link)));
[all …]
/dports/www/mod_php80/php-8.0.15/ext/mysqli/tests/
H A Dmysqli_class_mysqli_interface.phpt175 $mysqli->errno, gettype($mysqli->errno),
176 mysqli_errno($link), gettype(mysqli_errno($link)));
180 $mysqli->error, gettype($mysqli->error),
181 mysqli_error($link), gettype(mysqli_error($link)));
193 $mysqli->insert_id, gettype($mysqli->insert_id),
198 $mysqli->sqlstate, gettype($mysqli->sqlstate),
203 $mysqli->host_info, gettype($mysqli->host_info),
209 $mysqli->info, gettype($mysqli->info),
210 mysqli_info($link), gettype(mysqli_info($link)));
213 assert(gettype($mysqli->thread_id) == gettype(mysqli_thread_id($link)));
[all …]

12345678910>>...151