Home
last modified time | relevance | path

Searched refs:got (Results 126 – 150 of 285) sorted by relevance

12345678910>>...12

/PHP-8.2/ext/mysqli/tests/
H A Dmysqli_stmt_num_rows.phpt36 printf("[%03d] Expecting %s/%d, got %s/%d\n", $offset + 3,
72 printf("[53 - %03d] Expecting int/0, got %s/%s\n", $i, gettype($tmp), $tmp);
87 printf("[54] Expecting int/7, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_stmt_send_long_data_packet_size_mysqlnd.phpt53 printf("[009] Expecting boolean/true, got %s/%s. [%d] %s\n",
81 printf("[011] Expecting boolean/false, got %s/%s. [%d] %s\n",
86 printf("[012] Expecting boolean/false, got %s/%s, [%d] %s\n",
H A Dmysqli_commit_oo.phpt34 printf("[002] Expecting boolean/true got %s/%s\n", gettype($tmp), $tmp);
38 … printf("[003] Cannot turn off autocommit, expecting true, got %s/%s\n", gettype($tmp), $tmp);
55 printf("[007] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
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…
H A Dmysqli_rollback.phpt23 … printf("[005] Cannot turn off autocommit, expecting true, got %s/%s\n", gettype($tmp), $tmp);
36 printf("[009] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_character_set_name.phpt39 …/bug.php?id=7923, collation %s instead of character set returned, expected string/%s, got %s/%s\n",
42 …printf("[011] Expecting character set %s/%s, got %s/%s\n", gettype($tmp['charset']), $tmp['charset…
H A Dmysqli_thread_id.phpt16 printf("[003] Expecting int/any but zero, got %s/%s. [%d] %s\n",
H A Dbug33263.phpt30 printf("[001] Expecting '%s' got %s/'%s'.\n",
H A Dmysqli_stmt_bind_param_type_juggling.phpt63 …printf("[%03d + 10] Expecting 2 rows, got %d rows [%d] %s\n", $offset, $tmp, mysqli_errno($link), …
68 … printf("[%03d + 11] Expecting col1 = %s, col2 = %s got col1 = %s, col2 = %s - [%d] %s\n",
77 … printf("[%03d + 12] Expecting col1 = %s, col2 = %s got col1 = %s, col2 = %s - [%d] %s\n",
H A Dmysqli_close.phpt19 printf("[005] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_release_savepoint.phpt35 … printf("[009] Cannot turn off autocommit, expecting true, got %s/%s\n", gettype($tmp), $tmp);
46 printf("[012] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_commit.phpt23 … printf("[005] Cannot turn off autocommit, expecting true, got %s/%s\n", gettype($tmp), $tmp);
36 printf("[009] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_options_int_and_float_native.phpt64 printf("[007] Expecting %s - %s/%s got %s/%s\n",
90 printf("[011] Expecting %s - %s/string got %s/%s\n",
H A Dmysqli_get_host_info.phpt15 printf("[003] Expecting string/any_non_empty, got %s/%s\n", gettype($info), $info);
H A Dmysqli_dump_debug_info.phpt20 printf("[004] Expecting boolean/[true|false] value, got %s/%s, [%d] %s\n",
/PHP-8.2/ext/mbstring/tests/
H A Dhtmlent_encoding.phpt14 …die('Expected ' . bin2hex($raw) . ' to convert to "' . $htmlent . '"; actually got "' . $converted…
20 …die('Expected "' . $htmlent . '" to convert to ' . bin2hex($raw) . '; actually got ' . bin2hex($co…
H A Dbase64_encoding.phpt14 …die('Expected ' . bin2hex($raw) . ' to convert to "' . $base64 . '"; actually got "' . $converted …
17 …die('Expected "' . $base64 . '" to convert to ' . bin2hex($raw) . '; actually got ' . bin2hex($con…
/PHP-8.2/ext/exif/tests/
H A Dbug60150.phpt16 Warning: exif_read_data(bug60150.jpg): Error reading from file: got=x%x(=%d) != itemlen-%d=x%x(=%d)…
/PHP-8.2/ext/ldap/tests/
H A Dldap_set_option_crlcheck_basic.phpt13 die("skip OpenSSL required for CRL check options, got: $package");
/PHP-8.2/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_variable_columncount.phpt31 … printf("[%03d + 1] Expecting array('one' => 1), got %s\n", $offset, var_export($row, true));
37 …printf("[%03d + 2] Expecting array('one' => 1, 'two' => 2), got %s\n", $offset, var_export($row, t…
40 printf("[%03d + 3] Expecting one array element got two\n", $offset);
H A Dpdo_mysql_attr_connection_status.phpt18 printf("[002] Expecting string, got '%s'\n", var_export($status, true));
/PHP-8.2/ext/zlib/tests/
H A Dgzencode_variation2-win32.phpt16 die("skip - at least zlib 1.2.11 required, got " . get_zlib_version());
/PHP-8.2/ext/dom/tests/
H A DDOMDocument_loadXML_variation2.phpt22 … Element book content does not follow the DTD, expecting (title , author), got (title author autho…
H A DDOMDocument_load_variation2.phpt22 … Element book content does not follow the DTD, expecting (title , author), got (title author autho…
/PHP-8.2/ext/soap/tests/
H A Dbug71610.phpt28 looks like we got no XML document

Completed in 23 milliseconds

12345678910>>...12