Home
last modified time | relevance | path

Searched refs:gettype (Results 26 – 50 of 264) sorted by path

1234567891011

/PHP-7.4/ext/mysqli/tests/
H A Dbug35517.phpt21 if ((gettype($id) !== 'int') && (gettype($id) != 'integer'))
22 … printf("[001] Expecting integer on 64bit got %s/%s\n", gettype($id), var_export($id, true));
24 if (gettype($id) !== 'string') {
25 … printf("[002] Expecting string on 32bit got %s/%s\n", gettype($id), var_export($id, true));
H A Dbug42378.phpt107 gettype($expected), $expected,
108 gettype($result), $result,
139 gettype($v), $v,
140 gettype($result), $result,
H A Dbug44897.phpt45 $new_label, gettype($new_label), $out_new_label, gettype($out_new_label));
66 $new_label, gettype($new_label), $out_new_label, gettype($out_new_label));
H A Dbug45019.phpt40 $index + 1, gettype($data[$index]), $data[$index], gettype($column1), $column1);
H A Dmysqli_affected_rows.phpt17 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
20 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
23 printf("[003] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
31 gettype($tmp), $tmp, mysqli_errno($link), mysqli_error($link));
43 printf("[010] Expecting int/1, got %s/%s\n", gettype($tmp), $tmp);
48 printf("[011] Expecting int/-1, got %s/%s\n", gettype($tmp), $tmp);
54 printf("[013] Expecting int/2, got %s/%s\n", gettype($tmp), $tmp);
60 printf("[015] Expecting int/2, got %s/%s\n", gettype($tmp), $tmp);
67 printf("[017] Expecting int/1, got %s/%s\n", gettype($tmp), $tmp);
73 printf("[019] Expecting int/4, got %s/%s\n", gettype($tmp), $tmp);
[all …]
H A Dmysqli_affected_rows_oo.phpt15 printf("[000a] Expecting false, got %s/%s\n", gettype($tmp), $tmp);
23 printf("[002] Expecting int/0, got %s/%s\n", gettype($tmp), $tmp);
35 printf("[006] Expecting int/1, got %s/%s\n", gettype($tmp), $tmp);
40 printf("[007] Expecting int/-1, got %s/%s\n", gettype($tmp), $tmp);
46 printf("[009] Expecting int/2, got %s/%s\n", gettype($tmp), $tmp);
52 printf("[011] Expecting int/2, got %s/%s\n", gettype($tmp), $tmp);
59 printf("[013] Expecting int/1, got %s/%s\n", gettype($tmp), $tmp);
65 printf("[015] Expecting int/4, got %s/%s\n", gettype($tmp), $tmp);
71 printf("[016] Expecting int/2, got %s/%s\n", gettype($tmp), $tmp);
77 printf("[018] Expecting int/1, got %s/%s\n", gettype($tmp), $tmp);
[all …]
H A Dmysqli_auth_pam.phpt117 printf("[004] Expecting 1 got %s/'%s'", gettype($row['id']), $row['id']);
H A Dmysqli_autocommit.phpt26 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
29 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
32 printf("[003] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
40 printf("[005] Expecting boolean/any, got %s/%s\n", gettype($tmp), $tmp);
54 printf("[009] Expecting true, got %s/%s\n", gettype($tmp), $tmp);
99 printf("[022] Expecting true, got %s/%s\n", gettype($tmp), $tmp);
138 printf("[033] Expecting false, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_autocommit_oo.phpt29 printf("[002] Expecting boolean/any, got %s/%s\n", gettype($tmp), $tmp);
43 printf("[006] Expecting true, got %s/%s\n", gettype($tmp), $tmp);
89 printf("[019] Expecting true, got %s/%s\n", gettype($tmp), $tmp);
128 printf("[030] Expecting false, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_begin_transaction.phpt24 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
27 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
30 printf("[003] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
37 printf("[005] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
40 printf("[006] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
43 printf("[007] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
52 printf("[010] Cannot turn on autocommit, expecting true, got %s/%s\n", gettype($tmp), $tmp);
63 printf("[013] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_change_user.phpt17 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
20 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
23 printf("[003] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
26 printf("[004] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
29 printf("[005] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
36 printf("[007] Expecting false, got %s/%s\n", gettype($tmp), $tmp);
43 printf("[009] Expecting false, got %s/%s\n", gettype($tmp), $tmp);
61 printf("[013] Expecting true, got %s/%s\n", gettype($tmp), $tmp);
74 printf("[011] Expecting false, got %s/%s\n", gettype($tmp), $tmp);
84 printf("[013] Expecting false, got %s/%s\n", gettype($tmp), $tmp);
[all …]
H A Dmysqli_change_user_new.phpt29 printf("[002] Expecting false, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_change_user_old.phpt28 printf("[007] Expecting false, got %s/%s\n", gettype($tmp), $tmp);
31 printf("[008] Expecting false, got %s/%s\n", gettype($tmp), $tmp);
34 printf("[009] Expecting false, got %s/%s\n", gettype($tmp), $tmp);
55 printf("[013] Expecting true, got %s/%s\n", gettype($tmp), $tmp);
82 printf("[021] Expecting false, got %s/%s\n", gettype($tmp), $tmp);
94 printf("[023] Expecting true, got %s/%s\n", gettype($tmp), $tmp);
107 printf("[026] Expecting false, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_change_user_oo.phpt29 printf("[006] Expecting false, got %s/%s\n", gettype($tmp), $tmp);
32 printf("[007] Expecting false, got %s/%s\n", gettype($tmp), $tmp);
35 printf("[008] Expecting false, got %s/%s\n", gettype($tmp), $tmp);
53 printf("[012] Expecting true, got %s/%s\n", gettype($tmp), $tmp);
75 printf("[018] Expecting false, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_change_user_set_names.phpt141 printf("[013] Expecting object/std_class, got %s/%s\n", gettype($charset), $charset);
H A Dmysqli_character_set_name.phpt18 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
21 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
24 printf("[003] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
52 $tmp['collation'], $tmp['charset'], gettype($charset), $charset);
54 …[011] Expecting character set %s/%s, got %s/%s\n", gettype($tmp['charset']), $tmp['charset'], gett…
60 …i_character_set_name returned %s/%s, expected %s/%s\n", gettype($charset2), $charset2, gettype($c…
66 printf("[013] Expecting false, got %s/%s\n", gettype($tmp), $tmp);
70 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_character_set_name_oo.phpt22 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
46 $tmp['collation'], $tmp['charset'], gettype($charset), $charset);
48 …[011] Expecting character set %s/%s, got %s/%s\n", gettype($tmp['charset']), $tmp['charset'], gett…
55 gettype($charset2), $charset2, gettype($charset), $charset);
61 printf("[013] Expecting false, got %s/%s\n", gettype($tmp), $tmp);
65 printf("[014] Expecting false, got %s/%s\n", gettype($tmp), $tmp);
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_class_mysqli_result_interface.phpt84 $mysqli_result->current_field, gettype($mysqli_result->current_field),
85 $tmp, gettype($tmp));
89 $mysqli_result->field_count, gettype($mysqli_result->field_count),
90 $tmp, gettype($tmp));
95 gettype($mysqli_result->lengths),
97 gettype($tmp));
101 $mysqli_result->num_rows, gettype($mysqli_result->num_rows),
102 $tmp, gettype($tmp));
107 gettype($mysqli_result->type));
117 printf("[002] Expecting NULL got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_class_mysqli_stmt_interface.phpt134 printf("[003] Expecting NULL got %s/%s\n", gettype($stmt), $stmt);
H A Dmysqli_close.phpt17 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
20 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
28 printf("[004] Expecting NULL/NULL, got %s/%s\n", gettype($tmp), $tmp);
32 printf("[005] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
35 printf("[006] Expecting false, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_close_oo.phpt21 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
25 printf("[003] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
28 printf("[004] Expecting false got %s/%s\n", gettype($tmp), $tmp);
31 printf("[005] Expecting false, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_commit.phpt24 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
27 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
30 printf("[003] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
37 … printf("[005] Cannot turn off autocommit, expecting true, got %s/%s\n", gettype($tmp), $tmp);
50 printf("[009] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
68 printf("[014] Expecting false, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_commit_oo.phpt25 printf("[013] Expecting false got %s/%s\n", gettype($tmp), $tmp);
34 printf("[002] Expecting boolean/true got %s/%s\n", gettype($tmp), $tmp);
38 … printf("[003] Cannot turn off autocommit, expecting true, got %s/%s\n", gettype($tmp), $tmp);
55 printf("[007] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
94 printf("[017] Expecting false, got %s/%s\n", gettype($tmp), $tmp);

Completed in 37 milliseconds

1234567891011