Home
last modified time | relevance | path

Searched refs:got (Results 276 – 300 of 328) sorted by relevance

1...<<11121314

/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_nextrowset.phpt34 printf("[002] Expecting false got %s\n", var_export($tmp, true));
38 printf("[003] Expecting false got %s\n", var_export($tmp, true));
H A Dpdo_mysql_exec_ddl.phpt21 printf("[%03d] Expecting '%s'/%s got '%s'/%s when running '%s', [%s] %s\n",
H A Dpdo_mysql_errorinfo.phpt21 printf("[%03d] Expecting error code '%s' got code '%s'\n",
H A Dpdo_mysql_exec_load_data.phpt28 printf("[%03d] Expecting '%s'/%s got '%s'/%s when running '%s', [%s] %s\n",
H A Dpdo_mysql_prepare_load_data.phpt28 printf("[%03d] Expecting '%s'/%s got '%s'/%s when running '%s', [%s] %s\n",
H A Dpdo_mysql_stmt_blobfromsteam.phpt74 printf("[%03d + 6] Expecting true, got %s. %s\n",
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_fetch_all_oo.phpt90 printf("[019] Expecting boolean/false although, got %s/%s. [%d] %s\n",
142 printf("[%04d] Expecting %s/%s [reg exp = %s], got %s/%s resp. %s/%s. [%d] %s\n", $offset + 4,
150 printf("[%04d] Expecting %s/%s, got %s/%s resp. %s/%s. [%d] %s\n", $offset + 4,
302 printf("[015] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_query_stored_proc.phpt113 printf("[015] Results seem wrong, got %s, [%d] %s\n",
141 printf("[022] Results seem wrong, got %s, [%d] %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 Dbug_mysql_49406.phpt27 printf("[004] Expecting '2009-12-03' got '%s'\n", $row[0]);
H A Dmysqli_debug_mysqlnd_only.phpt31 printf("[%03d][control string '%s'] Expecting boolean/true, got %s/%s.\n",
H A Dmysqli_fetch_array_many_rows.phpt103 printf("[011] Expecting %d results, got %d results, [%d] %s\n",
H A Dmysqli_auth_pam.phpt79 printf("[004] Expecting 1 got %s/'%s'", gettype($row['id']), $row['id']);
H A Dmysqli_pam_sha256.phpt97 printf("[004] Expecting 1 got %s/'%s'", gettype($row['id']), $row['id']);
H A Dmysqli_stmt_get_result_geom.phpt114 printf("[%04d] [%d] %s, expecting 3 results, got only %d results\n",
H A Dmysqli_pam_sha256_public_key_ini.phpt112 printf("[004] Expecting 1 got %s/'%s'", gettype($row['id']), $row['id']);
H A Dmysqli_reconnect.phpt110 printf("[017] Expecting boolean/true got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_stmt_fetch_geom.phpt74 printf("[%04d] [%d] %s, expecting 3 results, got only %d results\n",
H A Dmysqli_stmt_bind_result_format.phpt103 printf("[%03d] Expecting %s/%s got %s/%s with %s - %s.\n",
123 printf("[%03d] Row %d - expecting %s/%s got %s/%s [%s] with %s - %s.\n",
H A Dmysqli_stmt_get_result_types.phpt86 printf("[%04d] [%d] Expecting %s/'%s' [type hint = %s], got %s/'%s'\n",
99 printf("[%04d] [%d] %s, expecting 3 results, got only %d results\n",
H A Dmysqli_connect_oo_defaults.phpt121 …printf("[011] Expecting string/%s, got %s/%s\n", $user, gettype($tmp['username']), $tmp['username'…
/PHP-5.5/ext/snmp/tests/
H A Dsnmp2_set.phpt151 Warning: snmp2_set(): Bogus type '-1', should be single char, got 2 in %s on line %d
203 Warning: snmp2_set(): '%s': bogus type 'sw', should be single char, got 2 in %s on line %s
209 Warning: snmp2_set(): '%s': bogus type 'sb', should be single char, got 2 in %s on line %s
H A Dsnmpset.phpt151 Warning: snmpset(): Bogus type '-1', should be single char, got 2 in %s on line %d
203 Warning: snmpset(): '%s': bogus type 'sw', should be single char, got 2 in %s on line %s
209 Warning: snmpset(): '%s': bogus type 'sb', should be single char, got 2 in %s on line %s
/PHP-5.5/main/streams/
H A Dmemory.c396 size_t got; in php_stream_temp_read() local
404 got = php_stream_read(ts->innerstream, buf, count); in php_stream_temp_read()
408 return got; in php_stream_temp_read()
/PHP-5.5/ext/mysql/tests/
H A Dbug55473.phpt62 …printf("[006] [%d] different number of opened_files : expected %d, got %d", $i, $opened_files, $tm…

Completed in 47 milliseconds

1...<<11121314