Home
last modified time | relevance | path

Searched refs:got (Results 176 – 200 of 328) sorted by relevance

12345678910>>...14

/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_field_count.phpt17 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
20 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_last_insert_id.phpt44 printf("[004] Expecting id > 0 got %d, [%d] %s\n", $api_id, $link->errno, $link->error) ;
57 …printf("[007] API id should have been reset to 0 because previous query was SELECT, got API %d, SQ…
72 …printf("[010] API id should have been reset to 0 because previous query was SELECT, got API %d, SQ…
86 printf("[013] Expecting id > 0 got %d, [%d] %s\n", $api_id, $link->errno, $link->error) ;
90 printf("[015] SQL id %d should have had changed, got %d\n", $sql_id, $new_sql_id);
101 …printf("[017] API id should have been reset to 0 because previous query was SET, got API %d, SQL %…
147 …printf("[027] API id should have been reset to 0 because previous query failed, got API %d, SQL %d…
161 printf("[030] API id should be %d got %d\n", $sql_id, $api_id);
H A Dmysqli_thread_safe.phpt11 printf("[001] Expecting boolean/any, got %s/%s.\n", gettype($tmp), $tmp);
H A Dbug35517.phpt22 printf("[001] Expecting integer on 64bit got %s/%s\n", gettype($id), var_export($id, true));
25 printf("[002] Expecting string on 32bit got %s/%s\n", gettype($id), var_export($id, true));
H A Dmysqli_get_connection_stats_off.phpt26 printf("[002] Expecting non-empty array, got %s.\n", gettype($before));
45 printf("[004] Field %s should not have any other value but 0, got %s.\n",
H A Dmysqli_get_client_version.phpt9 printf("[001] Expecting int/any_non_empty, got %s/%s\n", gettype($info), $info);
H A Dmysqli_field_seek.phpt63 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
66 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
91 printf("[004] Expecting charset %s/%d got %d\n",
95 printf("[005] Expecting length %d got %d\n",
105 printf("[004] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_get_client_info.phpt13 printf("[001] Expecting string/any_non_empty, got %s/%s\n", gettype($info), $info);
H A Dmysqli_select_db.phpt18 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
21 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
28 printf("[004] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
104 printf("[017] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_stmt_get_result_metadata_fetch_field.phpt29 printf("[002] Expecting object/mysqli_result got %s/%s, [%d] %s\n",
35 printf("[003] Expecting object/mysqli_result got %s/%s, [%d] %s\n",
49 printf("[004] Expecting charset %s/%d got %d\n",
54 printf("[005] Expecting length %d got %d\n",
H A Dmysqli_ps_select_union.phpt37 printf("[004] Row %d, expecting %s/%s got %s/%s\n",
63 printf("[007] Row %d, expecting %s/%s got %s/%s\n",
93 printf("[011] Row %d, expecting %s/%s got %s/%s\n",
113 printf("[014] Row %d, expecting %s/%s got %s/%s\n",
142 printf("[018] Row %d, expecting %s/%s got %s/%s\n",
162 printf("[021] Row %d, expecting %s/%s got %s/%s\n",
202 printf("[26] Row %d, expecting %s/%s, got %s/%s\n",
242 printf("[31] Row %d, expecting %s/%s, got %s/%s\n",
H A Dmysqli_stmt_send_long_data_packet_size_libmysql.phpt59 printf("[009] Expecting boolean/true, got %s/%s. [%d] %s\n",
79 printf("[011] Expecting boolean/false, got %s/%s. [%d] %s\n",
84 printf("[012] Expecting boolean/false, got %s/%s, [%d] %s\n",
H A Dmysqli_stmt_bind_result.phpt19 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
22 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
31 printf("[002b] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
41 printf("[003] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
47 printf("[005] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
50 printf("[006] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
53 printf("[007] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
131 printf("[%04d] [%d] Expecting %s/'%s' [type hint = %s], got %s/'%s'\n",
143 printf("[%04d] [%d] %s, expecting 3 results, got only %d results\n",
303 printf("[3000] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_free_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);
H A D049.phpt23 printf("[001] Expecting '%s' got '%s'\n", $db, $row[0]);
H A Dmysqli_debug.phpt23 printf("[001] Expecting NULL/NULL, got %s/%s\n", gettype($tmp), $tmp);
27 printf("[002] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_fetch_field_types.phpt45 printf("[004] %s, expecting object got %s, [%d] %s\n", $sql_type,
59 printf("[006] Expecting %d for %s got code %d for %s\n",
82 // MYSQLI_TYPE_TINY_BLOB => array("TINYBLOB", "I got a tiny blog"), - blob
H A Dmysqli_pconn_reuse.phpt25 …printf("[002] Cannot set user variable to check if we got the same persistent connection, [%d] %s\…
50 …printf("[006] Cannot set user variable to check if we got the same persistent connection, [%d] %s\…
78 …printf("[010] Seems as if we have got a new connection, connections should have been cached and re…
/PHP-5.5/ext/mysql/tests/
H A Dmysql_ping.phpt18 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
36 printf("[004] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysql_select_db.phpt16 printf("[001] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
23 printf("[003] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
64 printf("[012] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysql_fetch_assoc.phpt18 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
21 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
45 printf("[008] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
/PHP-5.5/ext/imap/tests/
H A Dbug44098.phpt14 echo "failed: got <$res>, expected <exp>\n";
/PHP-5.5/ext/standard/tests/file/
H A Dbug49047.phpt12 if ($t2 != $t) echo "failed (got $t2, expecting $t)\n";
/PHP-5.5/Zend/tests/traits/
H A Dbug55424.phpt2 Bug #55424 (Method got missing from class when a trait defined an abstract method to express a requ…
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct_options.phpt22 printf("[%03d] Execting '%s'/%s got '%s'/%s' for options '%s'\n",
71 printf("[001] Expecting NULL got %s/%s\n", gettype($db), $db);
74 printf("[002] Expecting object got %s/%s¸\n", gettype($db), $db);
172 [021] Execting '1'/boolean got ''/boolean' for options 'PDO::MYSQL_ATTR_LOCAL_INFILE'
173 [023] Execting 'SET @a=1'/string got ''/boolean' for options 'PDO::MYSQL_ATTR_INIT_COMMAND'

Completed in 71 milliseconds

12345678910>>...14