Home
last modified time | relevance | path

Searched refs:got (Results 51 – 75 of 328) sorted by relevance

12345678910>>...14

/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_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);
25 printf("[004] Expecting null, got %s/%s\n", gettype($tmp), $tmp);
31 printf("[006] Expecting string/any_non_empty, got %s/%s\n", gettype($tmp), $tmp);
40 printf("[008] Expecting string/any_non_empty, got %s/%s\n", gettype($tmp), $tmp);
46 printf("[010] Expecting string/any_non_empty, got %s/%s\n", gettype($tmp), $tmp);
52 printf("[012] Expecting string/any_non_empty, got %s/%s\n", gettype($tmp), $tmp);
58 printf("[014] Expecting null, got %s/%s\n", gettype($tmp), $tmp);
88 printf("[016] Expecting string/any_non_empty, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_stmt_get_warnings.phpt33 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
36 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
44 printf("[004] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
50 printf("[006] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
56 printf("[008] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
63 printf("[010] Expecting mysqli_warning object, got %s/%s\n", gettype($warning), $warning);
66 printf("[011] Expecting object of type mysqli_warning got type '%s'", get_class($warning));
88 printf("[016] Expected 2 warnings, got %d warnings\n", $i);
93 printf("[015] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_send_query.phpt24 printf("[001] Expecting NULL/NULL, got %s/%s\n", gettype($tmp), $tmp);
27 printf("[002] Expecting NULL/NULL, got %s/%s\n", gettype($tmp), $tmp);
36 printf("[004] Expecting NULL/NULL, got %s/%s\n", gettype($tmp), $tmp);
39 printf("[005] Expecting integer/any value, got %s/%s\n", gettype($tmp), $tmp);
44 printf("[006] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_thread_id.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 int/any but zero, got %s/%s. [%d] %s\n",
34 printf("[005] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_insert_id.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 int/0, got %s/%s\n", gettype($tmp), $tmp);
31 printf("[005] Expecting int/0, got %s/%s\n", gettype($tmp), $tmp);
39 printf("[007] Expecting int/0, got %s/%s\n", gettype($tmp), $tmp);
49 printf("[010] Expecting int/any >0, got %s/%s\n", gettype($last_id), $last_id);
79 printf("[014] Expecting int/any > %d, got %s/%s\n", $last_id, gettype($next_id), $next_id);
92 printf("[016] Expecting int/%d, got %s/%s\n", $last_id + 1, gettype($next_id), $next_id);
107 printf("[019] Something is wrong, check manually. Expecting %s got %s.\n",
119 printf("[021] Expecting int/1000, got %s/%s\n", gettype($tmp), $tmp);
[all …]
H A Dmysqli_real_escape_string_eucjpms.phpt46 printf("[004] Expecting \\\\, got %s\n", $tmp);
49 printf("[005] Expecting \", got %s\n", $tmp);
52 printf("[006] Expecting ', got %s\n", $tmp);
55 printf("[007] Expecting \\n, got %s\n", $tmp);
58 printf("[008] Expecting \\r, got %s\n", $tmp);
61 printf("[009] Expecting %s, got %s\n", "�����Ȥ߹�碌�Ǥ�\\0�����Ȥ߹�碌�Ǥ�", $tmp);
H A Dmysqli_real_escape_string_euckr.phpt45 printf("[004] Expecting \\\\, got %s\n", $tmp);
48 printf("[005] Expecting \", got %s\n", $tmp);
51 printf("[006] Expecting ', got %s\n", $tmp);
54 printf("[007] Expecting \\n, got %s\n", $tmp);
57 printf("[008] Expecting \\r, got %s\n", $tmp);
60 printf("[009] Expecting %s, got %s\n", "�Ǵ뼺\\0�Ǵ뼺", $tmp);
H A Dmysqli_real_escape_string_gb2312.phpt46 printf("[004] Expecting \\\\, got %s\n", $tmp);
49 printf("[005] Expecting \", got %s\n", $tmp);
52 printf("[006] Expecting ', got %s\n", $tmp);
55 printf("[007] Expecting \\n, got %s\n", $tmp);
58 printf("[008] Expecting \\r, got %s\n", $tmp);
61 printf("[009] Expecting %s, got %s\n", "����\\0����", $tmp);
H A Dmysqli_real_escape_string_gbk.phpt48 printf("[004] Expecting \\\\, got %s\n", $tmp);
51 printf("[005] Expecting \", got %s\n", $tmp);
54 printf("[006] Expecting ', got %s\n", $tmp);
57 printf("[007] Expecting \\n, got %s\n", $tmp);
60 printf("[008] Expecting \\r, got %s\n", $tmp);
63 printf("[009] Expecting %s, got %s\n", "�İ汾\\0�İ汾", $tmp);
H A Dmysqli_stmt_insert_id.phpt17 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
21 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
27 printf("[003] Expecting NULL/NULL, got %s/%s\n", gettype($tmp), $tmp);
35 printf("[005] Expecting int/0, got %s/%s\n", gettype($tmp), $tmp);
46 printf("[007] Expecting int/0, got %s/%s\n", gettype($tmp), $tmp);
61 printf("[010] Expecting int/any non zero, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_stmt_get_result2.phpt24 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
27 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
35 printf("[004] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
44 printf("[007] Expecting object/mysqli_result got %s/%s, [%d] %s\n",
53 printf("[008] boolean/false got %s/%s, [%d] %s\n",
59 printf("[009] Expecting object/mysqli_result got %s/%s, [%d] %s\n",
82 printf("[013] boolean/false got %s/%s, [%d] %s\n",
94 printf("[015] Expecting object/mysqli_result got %s/%s, [%d] %s\n",
113 printf("[019] Expecting object/mysqli_result got %s/%s, [%d] %s\n",
134 printf("[023] Expecting object/mysqli_result got %s/%s, [%d] %s\n",
[all …]
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);
51 …/bug.php?id=7923, collation %s instead of character set returned, expected string/%s, got %s/%s\n",
54 …printf("[011] Expecting character set %s/%s, got %s/%s\n", gettype($tmp['charset']), $tmp['charset…
66 printf("[013] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
70 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_stmt_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);
29 printf("[004] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
35 printf("[006] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
38 printf("[007] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
57 printf("[012] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
78 printf("[017] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_stmt_bind_param_references.phpt30 printf("[%03d + 3] Expecting %s/%s got %s/%s\n",
38 printf("[%03d + 4] Expecting %s/%s got %s/%s\n",
65 printf("[002] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
76 printf("[005] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
87 printf("[007] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
98 printf("[010] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
106 printf("[013] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
116 printf("[015] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
127 printf("[018] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
137 printf("[021] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
[all …]
H A Dmysqli_get_server_version.phpt14 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
17 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
23 printf("[003] Expecting int/any >= 30000, got %s/%s\n", gettype($info), $info);
H A Dmysqli_stmt_get_result_metadata.phpt97 printf("[015 - %d] Expecting name %s/%s got %s/%s\n",
101 printf("[016 - %d] Expecting orgname %s/%s got %s/%s\n",
105 printf("[017 - %d] Expecting table %s/%s got %s/%s\n",
109 printf("[018 - %d] Expecting orgtable %s/%s got %s/%s\n",
113 printf("[019 - %d] Expecting def %s/%s got %s/%s\n",
121 printf("[021 - %d] Expecting length %s/%s got %s/%s\n",
129 printf("[023 - %d] Expecting flags %s/%s got %s/%s\n",
133 printf("[024 - %d] Expecting type %s/%s got %s/%s\n",
137 printf("[025 - %d] Expecting decimals %s/%s got %s/%s\n",
178 printf("[031] Expecting %s/%s got %s/%s\n",
[all …]
H A Dmysqli_disable_reads_from_master.phpt21 printf("[001] Expecting NULL/NULL, got %s/%s\n", gettype($tmp), $tmp);
24 printf("[002] Expecting NULL/NULL, got %s/%s\n", gettype($tmp), $tmp);
32 printf("[004] Expecting boolean/[true|false] value, got %s/%s\n", gettype($tmp), $tmp);
37 printf("[005] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_enable_reads_from_master.phpt21 printf("[001] Expecting NULL/NULL, got %s/%s\n", gettype($tmp), $tmp);
24 printf("[002] Expecting NULL/NULL, got %s/%s\n", gettype($tmp), $tmp);
32 printf("[004] Expecting boolean/[true|false] value, got %s/%s\n", gettype($tmp), $tmp);
37 printf("[005] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_dump_debug_info.phpt17 printf("[001] Expecting NULL/NULL, got %s/%s\n", gettype($tmp), $tmp);
20 printf("[002] Expecting NULL/NULL, got %s/%s\n", gettype($tmp), $tmp);
29 printf("[004] Expecting boolean/[true|false] value, got %s/%s, [%d] %s\n",
36 printf("[005] Expecting NULL, got %s/%s\n",
H A Dmysqli_connect_errno.phpt18 printf("[001] Expecting integer/0, got %s/%s\n", gettype($tmp), $tmp);
25 printf("[003] Expecting integer/0, got %s/%s\n", gettype($tmp), $tmp);
31 …user=%s, passwd=***non_empty, dbname=%s, port=%s, socket=%s, expecting boolean/false, got %s/%s\n",
35 printf("[005] Expecting integer/any non-zero, got %s/%s\n", gettype($tmp), $tmp);
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_statement_class.phpt20 printf("[001] Expecting boolean/false got %s\n", var_export($tmp, true));
23 printf("[002] Expecting boolean/false got %s\n", var_export($tmp, true));
26 printf("[003] Expecting boolean/false got %s\n", var_export($tmp, true));
30 printf("[004] Expecting boolean/false got %s\n", var_export($tmp, true));
39 printf("[005] Expecting boolean/false got %s\n", var_export($tmp, true));
49 printf("[006] Expecting boolean/false got %s\n", var_export($tmp, true));
59 printf("[007] Expecting boolean/true got %s\n", var_export($tmp, true));
69 printf("[008] Expecting boolean/true got %s\n", var_export($tmp, true));
79 printf("[008] Expecting boolean/true got %s\n", var_export($tmp, true));
91 printf("[009] Expecting boolean/true got %s\n", var_export($tmp, true));
[all …]
/PHP-5.5/ext/mysql/tests/
H A Dmysql_thread_id.phpt16 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
21 printf("[002] Expecting int/any but zero, got %s/%s. [%d] %s\n",
25 printf("[003] Expecting int/any but zero, got %s/%s. [%d] %s\n",
33 printf("[003] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysql_field_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);
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_field_table.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_tablename.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("[00%d] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);

Completed in 66 milliseconds

12345678910>>...14