Home
last modified time | relevance | path

Searched refs:got (Results 26 – 50 of 285) sorted by relevance

12345678910>>...12

/PHP-8.2/ext/mysqli/tests/
H A Dmysqli_change_user_oo.phpt26 printf("[006] Expecting false, got %s/%s\n", gettype($tmp), $tmp);
29 printf("[007] Expecting false, got %s/%s\n", gettype($tmp), $tmp);
32 printf("[008] Expecting false, got %s/%s\n", gettype($tmp), $tmp);
50 printf("[012] Expecting true, got %s/%s\n", gettype($tmp), $tmp);
58 printf("[014] Expecting user %s, got user() %s\n", $user, $tmp['user']);
60 printf("[015] Expecting database %s, got database() %s\n", $db, $tmp['dbname']);
72 printf("[018] Expecting false, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_info.phpt21 printf("[004] Expecting null, got %s/%s\n", gettype($tmp), $tmp);
27 printf("[006] Expecting string/any_non_empty, got %s/%s\n", gettype($tmp), $tmp);
33 printf("[008] Expecting string/any_non_empty, got %s/%s\n", gettype($tmp), $tmp);
39 printf("[010] Expecting string/any_non_empty, got %s/%s\n", gettype($tmp), $tmp);
45 printf("[012] Expecting string/any_non_empty, got %s/%s\n", gettype($tmp), $tmp);
51 printf("[014] Expecting null, got %s/%s\n", gettype($tmp), $tmp);
81 printf("[016] Expecting string/any_non_empty, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_change_user.phpt18 printf("[007] Expecting false, got %s/%s\n", gettype($tmp), $tmp);
25 printf("[009] Expecting false, got %s/%s\n", gettype($tmp), $tmp);
43 printf("[013] Expecting true, got %s/%s\n", gettype($tmp), $tmp);
51 printf("[015] Expecting user %s, got user() %s\n", $user, $tmp['user']);
53 printf("[016] Expecting database %s, got database() %s\n", $db, $tmp['dbname']);
56 printf("[011] Expecting false, got %s/%s\n", gettype($tmp), $tmp);
66 printf("[013] Expecting false, got %s/%s\n", gettype($tmp), $tmp);
78 printf("[015] Expecting true, got %s/%s\n", gettype($tmp), $tmp);
86 printf("[017] Expecting database '', got database() '%s'\n", $tmp['dbname']);
111 printf("[023] Expecting true, got %s/%s\n", gettype($tmp), $tmp);
[all …]
H A Dmysqli_stmt_get_result.phpt47 printf("[009] non-object, got %s/%s\n", gettype($tmp), var_export($tmp, 1));
72 printf("[016] NULL, got %s/%s\n", gettype($tmp), var_export($tmp, 1));
91 printf("[020] Expecting false, got %s/%s\n", gettype($tmp), var_export($tmp, 1));
97 printf("[024] Expecting object, got %s/%s\n", gettype($tmp), var_export($tmp, 1));
100 printf("[025] false, got %s/%s\n", gettype($tmp), var_export($tmp, 1));
105 printf("[028] Expecting boolean/true, got %s/%s\n", gettype($tmp), var_export($tmp, 1));
109 printf("[029] false, got %s/%s\n", gettype($tmp), var_export($tmp, 1));
143 printf("[037] Expecting boolean/true, got %s/%s\n", gettype($tmp), var_export($tmp, 1));
146 printf("[038] Expecting array, got %s/%s, [%d] %s\n",
151 printf("[039] Expecting boolean/false, got %s/%s, [%d] %s\n",
[all …]
H A Dmysqli_stmt_free_result.phpt34 printf("[006] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
40 printf("[008] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
43 printf("[009] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
57 printf("[013] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
60 printf("[014] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_store_result.phpt19 printf("[004] Expecting object, got %s/%s. [%d] %s\n",
23 printf("[005] Expecting boolean/true, got %s/%s. [%d] %s\n",
32 printf("[007] Expecting boolean/false, got %s/%s. [%d] %s\n",
39 printf("[009] Expecting boolean/false, got %s/%s\n",
H A D065.phpt30 printf("[003] Expecting 3/int got %s/%s\n", gettype($tmp), $tmp);
33 printf("[004] Expecting latin1/string got %s/%s\n", gettype($tmp), $tmp);
42 printf("[005] Expecting 2/int got %s/%s\n", gettype($tmp), $tmp);
45 printf("[005] Expecting gbk/string got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_insert_id.phpt16 printf("[003] Expecting int/0, got %s/%s\n", gettype($tmp), $tmp);
22 printf("[005] Expecting int/0, got %s/%s\n", gettype($tmp), $tmp);
30 printf("[007] Expecting int/0, got %s/%s\n", gettype($tmp), $tmp);
40 printf("[010] Expecting int/any >0, got %s/%s\n", gettype($last_id), $last_id);
70 … printf("[014] Expecting int/any > %d, got %s/%s\n", $last_id, gettype($next_id), $next_id);
83 … printf("[016] Expecting int/%d, got %s/%s\n", $last_id + 1, gettype($next_id), $next_id);
98 printf("[019] Something is wrong, check manually. Expecting %s got %s.\n",
110 printf("[021] Expecting int/1000, got %s/%s\n", gettype($tmp), $tmp);
116 printf("[023] Expecting int/>1000, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_multi_query.phpt16 printf("[003] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
72 printf("[013 - %d] Expecting %s got %s\n", $res_num, $res_num, $row['num']);
74 printf("[014 - %d] Expecting a got %s\n", $res_num, $row['somechar']);
82 … printf("[016 - %d] Expecting 2 column lengths got %d [%d] %s\n", $res_num, count($lengths));
86 … printf("[017 - %d] Strange column lengths for column %d, got %d expecting any > 0\n",
92 printf("[018 - %d] Expecting 1 row, got %d rows\n", $num_rows);
101 printf("[015] Expecting 3 result sets got %d result set[s]\n", $res_num);
H A Dmysqli_real_escape_string_big5.phpt45 printf("[004] Expecting \\\\, got %s\n", $tmp);
49 printf("[005] Expecting \", got %s\n", $tmp);
53 printf("[006] Expecting ', got %s\n", $tmp);
57 printf("[007] Expecting \\n, got %s\n", $tmp);
61 printf("[008] Expecting \\r, got %s\n", $tmp);
65 printf("[009] Expecting %s, got %s\n", "���H�U���e\\0���H�U���e", $tmp);
H A Dmysqli_pconn_conn_multiple.phpt27 printf("[003] Expecting boolean/true got %s/%s\n", gettype($tmp), $tmp);
30 printf("[004] Expecting int/any got %s/%s\n", gettype($tmp), $tmp);
52 printf("[009] Expecting boolean/true got %s/%s\n", gettype($tmp), $tmp);
55 printf("[010] Expecting int/any got %s/%s\n", gettype($tmp), $tmp);
70 printf("[013] Expecting NULL got %s/%s\n", gettype($tmp), $tmp);
77 printf("[015] Expecting true got %s/%s\n", gettype($tmp), $tmp);
89 printf("[018] Expecting boolean/true got %s/%s\n", gettype($tmp), $tmp);
92 printf("[019] Expecting int/any got %s/%s\n", gettype($tmp), $tmp);
117 printf("[025] Expecting int/any got %s/%s\n", gettype($tmp), $tmp);
132 printf("[028] Expecting true got %s/%s\n", gettype($tmp), $tmp);
[all …]
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);
63 printf("[015] Expecting user %s, got user() %s\n", $user, $tmp['user']);
65 printf("[016] Expecting database %s, got database() %s\n", $db, $tmp['dbname']);
82 printf("[021] Expecting false, got %s/%s\n", gettype($tmp), $tmp);
94 printf("[023] Expecting true, got %s/%s\n", gettype($tmp), $tmp);
102 printf("[025] Expecting database '', got database() '%s'\n", $tmp['dbname']);
H A Dmysqli_data_seek_oo.phpt30 printf("[007] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
34 printf("[008] Expecting record 4/d, got record %s/%s\n", $row['id'], $row['label']);
37 printf("[009] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
41 printf("[010] Expecting record 1/a, got record %s/%s\n", $row['id'], $row['label']);
44 printf("[011] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_get_charset.phpt59 printf("[015] Expecting object/std_class, got %s/%s\n", gettype($charset), $charset);
64 …printf("[016] Expecting string/%s, got %s/%s\n", $character_set_connection, gettype($charset->char…
68 …printf("[017] Expecting string/%s, got %s/%s\n", $collation_connection, gettype($charset->collatio…
72 …printf("[019] Expecting string - ideally %s*, got %s/%s\n", $character_sets_dir, gettype($charset-…
78 printf("[020] Expecting int between 0 ... %d, got %s/%s\n", $charset->max_length,
84 … printf("[021] Expecting int/%d, got %s/%s\n", $id, gettype($charset->number), $charset->number);
88 printf("[022] Expecting int/any, got %s/%s\n", gettype($charset->state), $charset->state);
H A Dmysqli_prepare_no_object.phpt14 …printf("[001] Expecting boolean/false, got %s/%s\n", gettype($tmp), (is_object($tmp) ? var_dump($t…
18 …printf("[002] Expecting boolean/false, got %s/%s\n", gettype($tmp), (is_object($tmp) ? var_dump($t…
28 …printf("[004] Expecting boolean/false, got %s/%s\n", gettype($tmp), (is_object($tmp) ? var_dump($t…
32 …printf("[005] Expecting boolean/false, got %s/%s\n", gettype($tmp), (is_object($tmp) ? var_dump($t…
H A Dmysqli_poll_kill.phpt25 printf("[002] Expecting boolean/true got %s/%s\n", gettype($tmp), var_export($tmp, true));
38 printf("[003] Expecting int/1 got %s/%s\n", gettype($tmp), var_export($tmp, true));
41 … printf("[004] Expecting non-empty array got %s/%s\n", gettype($links), var_export($links, true));
55 …printf("[006] Expecting non-empty array got %s/%s\n", gettype($errors), var_export($errors, true));
58 … printf("[007] Expecting empty array got %s/%s\n", gettype($reject), var_export($reject, true));
81 printf("[011] Expecting boolean/true got %s/%s\n", gettype($tmp), var_export($tmp, true));
147 printf("[017] Expecting boolean/false got %s/%s\n", gettype($tmp), var_export($tmp, true));
154 printf("[018] Expecting int/0 got %s/%s\n", gettype($tmp), var_export($tmp, true));
157 … printf("[019] Expecting non-empty array got %s/%s\n", gettype($links), var_export($links, true));
172 …printf("[021] Expecting non-empty array got %s/%s\n", gettype($errors), var_export($errors, true));
[all …]
H A Dmysqli_stmt_fetch.phpt35 printf("[006] Expecting NULL or boolean/false, got %s/%s\n", gettype($tmp), $tmp);
41 printf("[008] NULL, got %s/%s\n", gettype($tmp), $tmp);
56 printf("[012] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
59 printf("[013] Expecting boolean/true, got %s/%s, [%d] %s\n",
66 printf("[015] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_get_client_stats_ps.phpt44 printf("[003] Unbuffered rows got increased after buffered PS, expecting %d got %d.\n",
50 printf("[005] Buffered rows should be %d got %d.\n",
72 printf("[007] Unbuffered rows should be %d got %d.\n",
77 printf("[005] Buffered rows should be unchanged, expecting %d got %d.\n",
H A Dmysqli_init.phpt14 … printf("[001] Expecting object/mysqli_link or boolean/false, got %s/%s\n", gettype($link), $link);
17 printf("[002] Expecting object of type mysqli got object of type %s\n", get_class($link));
H A Dmysqli_connect_twice.phpt21 printf("[003] Expecting boolean/true got %s/%s\n", gettype($tmp), $tmp);
24 printf("[004] Expecting int/any got %s/%s\n", gettype($tmp), $tmp);
46 printf("[009] Expecting boolean/true got %s/%s\n", gettype($tmp), $tmp);
49 printf("[010] Expecting int/any got %s/%s\n", gettype($tmp), $tmp);
64 printf("[013] Expecting true got %s/%s\n", gettype($tmp), $tmp);
71 printf("[015] Expecting NULL got %s/%s\n", gettype($tmp), $tmp);
/PHP-8.2/ext/spl/tests/
H A Darray_021.phpt23 echo "got exception\n";
29 got exception
H A Dbug36825.phpt23 echo "got exception\n";
29 got exception
/PHP-8.2/ext/gd/tests/
H A Dimagecopyresampled_variation1.phpt50 printf("red: expected roughly %d, got %d\n", EXP_RED, $red);
53 printf("green: expected roughly %d, got %d\n", EXP_GREEN, $green);
56 printf("blue: expected roughly %d, got %d\n", EXP_BLUE, $blue);
59 printf("alpha: expected roughly %d, got %d\n", EXP_ALPHA, $alpha);
/PHP-8.2/ext/fileinfo/libmagic/
H A Dis_json.c265 int got = 0; in json_parse_number() local
276 got = 1; in json_parse_number()
285 got = 1; in json_parse_number()
289 if (got && (*uc == 'e' || *uc == 'E')) { in json_parse_number()
291 got = 0; in json_parse_number()
299 got = 1; in json_parse_number()
303 if (!got) in json_parse_number()
308 return got; in json_parse_number()
/PHP-8.2/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_server_version.phpt28 printf("[002] Client version string seems wrong, got '%s'\n", $version);
38 printf("[004] Minor version should be at least 0, got '%s'\n", $matches[2]);
40 printf("[005] Sub version should be at least 0, got '%s'\n", $matches[2]);
50 printf("[007] Minor version should be at least 0, got '%s'\n", $minor);
52 printf("[008] Sub version should be at least 0, got '%s'\n", $sub);

Completed in 33 milliseconds

12345678910>>...12