Home
last modified time | relevance | path

Searched refs:got (Results 226 – 250 of 285) sorted by relevance

12345678910>>...12

/PHP-8.2/ext/mysqli/tests/
H A Dmysqli_stmt_execute_stored_proc_out.phpt50 printf("[011] Results seem wrong got '%s'\n", $ver_out);
H A Dmysqli_query_stored_proc.phpt112 printf("[015] Results seem wrong, got %s, [%d] %s\n",
140 printf("[022] Results seem wrong, got %s, [%d] %s\n",
H A Dgh11438.phpt71 printf("[004] Expecting 1 got %s/'%s'", gettype($row['USER()']), $row['USER()']);
H A Dmysqli_debug_mysqlnd_only.phpt26 printf("[%03d][control string '%s'] Expecting boolean/true, got %s/%s.\n",
H A Dmysqli_stmt_result_metadata_sqltests.phpt47 printf("[%04d - %s] Expecting object/mysqli_result got object/%s\n",
115 printf("[%04d - %s] Expecting object/mysqli_result got object/%s\n",
H A Dmysqli_stmt_bind_result.phpt41 printf("[006] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
125 printf("[%04d] [%d] Expecting %s/'%s' [type hint = %s], got %s/'%s'\n",
137 printf("[%04d] [%d] %s, expecting 3 results, got only %d results\n",
H A Dbug_mysql_49406.phpt28 printf("[004] Expecting '2009-12-03' got '%s'\n", $row[0]);
H A Dmysqli_fetch_array_many_rows.phpt103 printf("[011] Expecting %d results, got %d results, [%d] %s\n",
H A Dmysqli_fetch_all.phpt128 … printf("[%04d] Expecting %s/%s [reg exp = %s], got %s/%s resp. %s/%s. [%d] %s\n", $offset + 4,
136 … printf("[%04d] Expecting %s/%s, got %s/%s resp. %s/%s. [%d] %s\n", $offset + 4,
301 printf("[018] Expecting object, got %s/%s. [%d] %s\n",
H A Dmysqli_fetch_all_oo.phpt84 printf("[019] Expecting boolean/false although, got %s/%s. [%d] %s\n",
139 … printf("[%04d] Expecting %s/%s [reg exp = %s], got %s/%s resp. %s/%s. [%d] %s\n", $offset + 4,
147 printf("[%04d] Expecting %s/%s, got %s/%s resp. %s/%s. [%d] %s\n", $offset + 4,
H A Dmysqli_fetch_array.phpt108 … printf("[%04d] Expecting %s/%s [reg exp = %s], got %s/%s resp. %s/%s. [%d] %s\n", $offset + 4,
118 printf("[%04d] Expecting %s/%s, got %s/%s resp. %s/%s. [%d] %s\n", $offset + 5,
132 printf("[%04d] Expecting %s/%s, got %s/%s resp. %s/%s. [%d] %s\n", $offset + 7,
H A Dmysqli_poll.phpt26 printf("[009] Expecting int/0 got %s/%s\n", gettype($tmp), var_export($tmp, true));
H A Dmysqli_pam_sha256.phpt95 printf("[004] Expecting 1 got %s/'%s'", gettype($row['id']), $row['id']);
H A Dmysqli_stmt_fetch_geom.phpt74 printf("[%04d] [%d] %s, expecting 3 results, got only %d results\n",
H A Dmysqli_stmt_get_result_geom.phpt114 printf("[%04d] [%d] %s, expecting 3 results, got only %d results\n",
H A Dmysqli_auth_pam.phpt117 printf("[004] Expecting 1 got %s/'%s'", gettype($row['id']), $row['id']);
H A Dmysqli_no_reconnect.phpt112 printf("[016] Expecting boolean/false got %s/%s\n", gettype($tmp), $tmp);
/PHP-8.2/ext/pdo_mysql/tests/
H A Dpdo_mysql_exec_ddl.phpt22 printf("[%03d] Expecting '%s'/%s got '%s'/%s when running '%s', [%s] %s\n",
H A Dpdo_mysql_local_infile_directory_allowed.phpt20 printf("[%03d] Expecting '%s'/%s got '%s'/%s when running '%s', [%s] %s\n",
H A Dpdo_mysql_local_infile_overrides_local_infile_directory.phpt20 printf("[%03d] Expecting '%s'/%s got '%s'/%s when running '%s', [%s] %s\n",
H A Dpdo_mysql_errorinfo.phpt22 printf("[%03d] Expecting error code '%s' got code '%s'\n",
H A Dpdo_mysql_exec_load_data.phpt40 printf("[%03d] Expecting '%s'/%s got '%s'/%s when running '%s', [%s] %s\n",
/PHP-8.2/main/streams/
H A Dmemory.c378 size_t got; in php_stream_temp_read() local
386 got = php_stream_read(ts->innerstream, buf, count); in php_stream_temp_read()
390 return got; in php_stream_temp_read()
/PHP-8.2/ext/gd/tests/
H A Dbug53504.phpt61 echo "(expected $exp, got $bbox[$i])";
H A Dfunc.inc93 echo "The image size differs: expected {$exp_x}x{$exp_y}, got {$act_x}x{$act_y}.\n";

Completed in 40 milliseconds

12345678910>>...12