Home
last modified time | relevance | path

Searched refs:got (Results 151 – 175 of 285) sorted by relevance

12345678910>>...12

/PHP-8.2/ext/mysqli/tests/
H A Dmysqli_fetch_field_oo.phpt43 printf("[005] Expecting charset %s/%d got %d\n",
47 printf("[007] Expecting database '%s' got '%s'\n",
H A Dmysqli_character_set_name_oo.phpt42 …/bug.php?id=7923, collation %s instead of character set returned, expected string/%s, got %s/%s\n",
45 …printf("[011] Expecting character set %s/%s, got %s/%s\n", gettype($tmp['charset']), $tmp['charset…
H A Dmysqli_prepare.phpt16 printf("[003] Expecting boolean/false, got %s\n", gettype($tmp));
22 …printf("[005] Expecting boolean/false, got %s, [%d] %s\n", gettype($tmp), mysqli_errno($link), mys…
92 printf("[022] Expecting 'testvar'/1, got %s/%s. [%d] %s\n",
H A Dmysqli_dump_debug_info_oo.phpt20 printf("[003] Expecting boolean/[true|false] value, got %s/%s, [%d] %s\n",
H A Dmysqli_close_oo.phpt22 printf("[003] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_stmt_execute_stored_proc_next_result.phpt45 printf("[009] Results seem wrong, got %s, [%d] %s\n",
85 printf("[019] Results seem wrong, got %s, [%d] %s\n",
98 printf("[022] Results seem wrong, got %s, [%d] %s\n",
H A Dmysqli_change_user_set_names.phpt141 printf("[013] Expecting object/std_class, got %s/%s\n", gettype($charset), $charset);
144 printf("[014] Expecting connection charset to be %s got %s\n",
149 printf("[015] Expecting collation to be %s got %s\n",
H A Dbug44897.phpt40 printf("[006] IN value and returned value differ. Expecting %s/%s got %s/%s\n",
61 printf("[010] IN value and returned value differ. Expecting %s/%s got %s/%s\n",
H A Dmysqli_options_init_command.phpt31 printf("[003] Expecting 1 got %s\n", $row['_num_rows']);
50 printf("[007] Expecting 1 got %s\n", $row['_num_rows']);
H A Dmysqli_error_unicode.phpt22 …printf("[004] Expecting string/empty, got %s/%s. [%d] %s\n", gettype($tmp), $tmp, mysqli_errno($li…
H A Dmysqli_set_charset.phpt64 …printf("[011] Expecting boolean/false because of invalid character set, got %s/%s\n", gettype($ret…
72 printf("[013] Expecting boolean/true, got %s/%s\n", gettype($ret), $ret);
79 … printf("[015] Character set not changed? Expecting %s, got %s\n", $new_charset, $tmp['charset']);
H A Dmysqli_autocommit.phpt27 printf("[005] Expecting boolean/any, got %s/%s\n", gettype($tmp), $tmp);
41 printf("[009] Expecting true, got %s/%s\n", gettype($tmp), $tmp);
86 printf("[022] Expecting true, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_poll_mixing_insert_select.phpt52 printf("[002] Expecting true got %s/%s\n", gettype($tmp), var_export($tmp, true));
123 printf("[005] Expecting true got %s/%s\n", gettype($tmp), var_export($tmp, true));
125 printf("[006] Expecting true got %s/%s\n", gettype($tmp), var_export($tmp, true));
H A Dmysqli_autocommit_oo.phpt26 printf("[002] Expecting boolean/any, got %s/%s\n", gettype($tmp), $tmp);
40 printf("[006] Expecting true, got %s/%s\n", gettype($tmp), $tmp);
86 printf("[019] Expecting true, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_errno.phpt29 printf("[005] Expecting int/any non zero got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_num_fields.phpt23 printf("[%03d] Expecting %s/%d, got %s/%d\n", $offset + 1,
H A Dmysqli_stmt_attr_get.phpt33 … printf("[006] Expecting any type, but not boolean/false, got %s/%s for attribute %s/%s\n",
/PHP-8.2/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_blobs.phpt65 printf("[%03d + 3] Returned id column value seems wrong, expecting 1 got %s.\n",
80 printf("[%03d + 3] Returned id column value seems wrong, expecting 1 got %s.\n",
H A Dpdo_mysql_exec_select.phpt18 printf("[%03d] Expecting '%s'/%s got '%s'/%s when running '%s', [%s] %s\n",
65 [006] Expecting '1'/integer got ''/boolean when running 'INSERT INTO test(id, col1) VALUES (2, 'b')…
H A Dpdo_mysql___construct_options.phpt24 printf("[%03d] Expecting '%s'/%s got '%s'/%s' for options '%s'\n",
74 printf("[001] Expecting NULL got %s/%s\n", gettype($db), $db);
79 printf("[002] Expecting object got %s/%s¸\n", gettype($db), $db);
182 [023] Expecting 'SET @a=1'/string got ''/boolean' for options 'PDO::MYSQL_ATTR_INIT_COMMAND'
/PHP-8.2/ext/standard/tests/dir/
H A Ddir_bug73971.phpt2 Bug #73971 Filename got limited to MAX_PATH on Win32 when scan directory
/PHP-8.2/ext/filter/tests/
H A D030.phpt56 echo "$ip failed (expected ", $exp?"true":"false", ", got ",
/PHP-8.2/ext/standard/tests/file/windows_mb_path/
H A Dutil.inc84 echo "expected '$basename', got '$now'\n";
104 echo "expected '$basename', got '$now'\n";
/PHP-8.2/ext/mbstring/tests/
H A Dqprint_encoding.phpt14 …die('Expected ' . bin2hex($raw) . ' to convert to "' . $qprint . '"; actually got "' . $converted …
17 …die('Expected "' . $qprint . '" to convert to ' . bin2hex($raw) . '; actually got ' . bin2hex($con…
/PHP-8.2/ext/gd/tests/
H A Dbug43073.phpt48 echo "(expected $exp[$i][$j], got $bbox[$j])";

Completed in 28 milliseconds

12345678910>>...12