Home
last modified time | relevance | path

Searched refs:got (Results 76 – 100 of 328) sorted by relevance

12345678910>>...14

/PHP-5.5/ext/mysql/tests/
H A Dmysql_field_type.phpt16 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
19 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
27 printf("[004] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
30 printf("[005] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
35 printf("[008] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysql_num_rows.phpt16 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
19 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
31 printf("[%03d] Expecting %s/%d, got %s/%d\n", $offset + 1,
38 printf("[%03d] Expecting boolean/false, got %s/%s\n", $offset + 2, gettype($tmp), $tmp);
60 printf("[032] Expecting 0 rows got %d\n", mysql_num_rows($res));
67 printf("[033] Expecting %d rows got %d\n", $rows, mysql_num_rows($res));
H A Dmysql_set_charset.phpt23 printf("[001] Expecting NULL got %s/%s\n", $tmp, gettype($tmp));
26 printf("[002] Expecting boolean/false got %s/%s\n", $tmp, gettype($tmp));
29 printf("[003] Expecting boolean/false got %s/%s\n", $tmp, gettype($tmp));
32 printf("[004] Expecting NULL got %s/%s\n", $tmp, gettype($tmp));
52 printf("[006] Expecting %s/%s got %s/%s\n",
H A Dmysql_db_query.phpt19 printf("[001] Expecting NULL/NULL, got %s/%s\n", gettype($tmp), $tmp);
22 printf("[002] Expecting NULL/NULL, got %s/%s\n", gettype($tmp), $tmp);
25 printf("[003] Expecting NULL/NULL, got %s/%s\n", gettype($tmp), $tmp);
33 printf("[005] Expecting record 1/a, got record %s/%s\n", $row['id'], $row['label']);
48 printf("[008] Expecting record 1/a, got record %s/%s\n", $row['id'], $row['label']);
H A Dmysql_num_fields.phpt16 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
19 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
31 printf("[%03d] Expecting %s/%d, got %s/%d\n", $offset + 1,
38 printf("[%03d] Expecting boolean/false, got %s/%s\n", $offset + 2, gettype($tmp), $tmp);
H A Dmysql_db_name.phpt16 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
19 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
30 printf("[005] Expecting boolean/false, got %s/%s. [%d] %s\n",
34 printf("[006] Expecting boolean/false, got %s/%s. [%d] %s\n",
53 printf("[999] Expecting boolean/false, got %s/%s. [%d] %s\n",
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_stmt_reset.phpt23 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
26 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
34 printf("[004] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
37 printf("[005] Expecting boolean/true, got %s/%s, [%d] %s\n",
41 printf("[006] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
44 printf("[007] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
92 printf("[020] Expecting empty string, got string/%s\n", $row['label']);
97 printf("[021] Expecting NULL, got %s/%s\n");
H A Dmysqli_set_opt.phpt17 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
20 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
25 printf("[003] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
28 printf("[004] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
31 printf("[005] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_multi_query.phpt22 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
25 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
30 printf("[003] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
112 printf("[013 - %d] Expecting %s got %s\n", $res_num, $res_num, $row['num']);
114 printf("[014 - %d] Expecting a got %s\n", $res_num, $row['somechar']);
122 printf("[016 - %d] Expecting 2 column lengths got %d [%d] %s\n", $res_num, count($lengths));
126 printf("[017 - %d] Strange column lengths for column %d, got %d expecting any > 0\n",
132 printf("[018 - %d] Expecting 1 row, got %d rows\n", $num_rows);
141 printf("[015] Expecting 3 result sets got %d result set[s]\n", $res_num);
H A Dmysqli_connect_oo_warnings.phpt22 …printf("[001] Expecting NULL, got %s/%s\n", gettype($mysqli), (is_object($mysqli)) ? var_export($m…
26 …printf("[002] Expecting NULL, got %s/%s\n", gettype($mysqli), (is_object($mysqli)) ? var_export($m…
32 printf("[003] Expecting boolean/false, got %s/%s\n", gettype($link), $link);
37 printf("[004] Expecting boolean/false, got %s/%s\n", gettype($link), $link);
H A Dmysqli_num_fields.phpt17 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
20 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
32 printf("[%03d] Expecting %s/%d, got %s/%d\n", $offset + 1,
39 printf("[%03d] Expecting NULL, got %s/%s\n", $offset + 2, gettype($tmp), $tmp);
H A Dmysqli_stmt_init.phpt22 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
25 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
38 printf("[004] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
43 printf("[005] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_real_query.phpt16 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
19 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
24 printf("[003] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
27 printf("[004] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
30 printf("[005] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
39 …printf("[008] Expecting reseult object, got %s/%s [%d] %s\n", gettype($res), $res, mysqli_errno($l…
45 printf("[008] Expecting boolean/false, got %s/%s, [%d] %s\n", gettype($res), $res,
88 printf("[011] Expecting NULL, 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 NULL, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_real_escape_string_big5.phpt47 printf("[004] Expecting \\\\, got %s\n", $tmp);
51 printf("[005] Expecting \", got %s\n", $tmp);
55 printf("[006] Expecting ', got %s\n", $tmp);
59 printf("[007] Expecting \\n, got %s\n", $tmp);
63 printf("[008] Expecting \\r, got %s\n", $tmp);
67 printf("[009] Expecting %s, got %s\n", "���H�U���e\\0���H�U���e", $tmp);
H A Dmysqli_rollback.phpt26 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
29 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
36 printf("[004] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
39 printf("[005] Cannot turn off autocommit, expecting true, got %s/%s\n", gettype($tmp), $tmp);
52 printf("[009] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
67 printf("[014] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_stmt_store_result.phpt17 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
20 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
25 printf("[003] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
32 printf("[005] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
39 printf("[007] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
79 printf("[017] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_stmt_send_long_data.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, got %s/%s\n", gettype($tmp), $tmp);
80 printf("[012] Expecting boolean/false, got %s/%s. [%d] %s\n",
84 printf("[013] Expecting boolean/false, got %s/%s. [%d] %s\n",
88 printf("[014] Expecting boolean/false, got %s/%s. [%d] %s\n",
92 printf("[015] Expecting boolean/true, got %s/%s. [%d] %s\n",
119 printf("[022] Expecting NULL, got %s/%s\n");
124 printf("[023] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
H A D065.phpt32 printf("[003] Expecting 3/int got %s/%s\n", gettype($tmp), $tmp);
35 printf("[004] Expecting latin1/string got %s/%s\n", gettype($tmp), $tmp);
44 printf("[005] Expecting 2/int got %s/%s\n", gettype($tmp), $tmp);
47 printf("[005] Expecting gbk/string got %s/%s\n", gettype($tmp), $tmp);;
H A Dmysqli_error.phpt17 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
20 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
29 …printf("[004] Expecting string/empty, got %s/%s. [%d] %s\n", gettype($tmp), $tmp, mysqli_errno($li…
38 …printf("[006] Expecting string/[Table... doesn't exit], got %s/%s. [%d] %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_get_host_info.phpt14 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
17 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
21 printf("[003] Expecting string/any_non_empty, got %s/%s\n", gettype($info), $info);
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 NULL 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 NULL got %s/%s\n", gettype($tmp), $tmp);
[all …]
H A Dmysqli_poll_kill.phpt29 printf("[002] Expecting boolean/true got %s/%s\n", gettype($tmp), var_export($tmp, true));
42 printf("[003] Expecting int/1 got %s/%s\n", gettype($tmp), var_export($tmp, true));
45 printf("[004] Expecting non-empty array got %s/%s\n", gettype($links), var_export($links, true));
59 …printf("[006] Expecting non-empty array got %s/%s\n", gettype($errors), var_export($errors, true));
62 printf("[007] Expecting empty array got %s/%s\n", gettype($reject), var_export($reject, true));
85 printf("[011] Expecting boolean/true got %s/%s\n", gettype($tmp), var_export($tmp, true));
140 printf("[015] Expecting boolean/false got %s/%s\n", gettype($tmp), var_export($tmp, true));
147 printf("[016] Expecting int/0 got %s/%s\n", gettype($tmp), var_export($tmp, true));
150 printf("[017] Expecting non-empty array got %s/%s\n", gettype($links), var_export($links, true));
165 …printf("[019] Expecting non-empty array got %s/%s\n", gettype($errors), var_export($errors, true));
[all …]
/PHP-5.5/ext/spl/tests/
H A Darray_021.phpt23 echo "got exception\n";
30 got exception

Completed in 57 milliseconds

12345678910>>...14