Home
last modified time | relevance | path

Searched refs:got (Results 251 – 275 of 322) sorted by relevance

1...<<111213

/PHP-5.4/ext/standard/tests/file/
H A Drename_variation2.phpt39 //ensure that link got renamed
H A Drename_variation.phpt36 // ensure that file got renamed to new name
H A Drename_variation-win32.phpt44 // ensure that file got renamed to new name
H A Drename_variation8-win32.phpt31 //ensure that $new_dir_name got created
H A Drename_variation8.phpt31 //ensure that $new_dir_name got created
/PHP-5.4/ext/gd/libgd/
H A Dgdtest.c401 int got = fread (buf, 1, len, (FILE *) context); in freadWrapper() local
402 return got; in freadWrapper()
/PHP-5.4/ext/mysqli/tests/
H A Dmysqli_fetch_array_large.phpt47 printf("[%03d + 3] Wrong results - expecting '%s' got '%s', len = %d, [%d] %s\n",
73 printf("[%03d + 7] Wrong results - expecting '%s' got '%s', len = %d, [%d] %s\n",
H A Dmysqli_stmt_bind_result_bit.phpt134 printf("[013 - %d] Expecting %s got %s\n", $bits, $value, $row['bit_value']);
140 …printf("[014 - %d] Expecting null got %s/%s\n", $bits, gettype($row['bit_value']), $row['bit_value…
H A Dmysqli_fetch_assoc_zerofill.phpt45 printf("[%03d] Expecting '%s' got '%s'\n", $offset, $expected, $row['zero']);
H A Dlocal_infile_tools.inc130 printf("[%03d/%d] Expecting %s got %s\n",
136 printf("[%03d/%d] Expecting %s got %s\n",
H A Dmysqli_real_connect_pconn.phpt32 …printf("[005] Expecting boolean/false got %s/%s. Can connect to the server using host=%s, user=%s,…
145 printf("[026] Expecting not NULL, got %s/%s\n", gettype($tmp), $tmp);
H A Dbug42378.phpt105 printf("[%03d] Expecting %s/%s got %s/%s with %s - %s.\n",
136 printf("[%03d] Row %d - expecting %s/%s got %s/%s [%s] with %s - %s.\n",
H A Dbug45019.phpt39 printf("[004] Row %d, expecting %s/%s got %s/%s\n",
H A Dmysqli_class_mysqli_result_interface.phpt114 printf("[001] Expecting object/mysqli_result got %s/%s\n", gettye($res), $res);
117 printf("[002] Expecting NULL got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_fetch_object.phpt19 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
22 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_debug_control_string.phpt29 printf("[%03d][control string '%s'] Expecting boolean/true, got %s/%s.\n",
H A Dmysqli_pconn_disabled.phpt26 …printf("[002] Cannot set user variable to check if we got the same persistent connection, [%d] %s\…
H A Dmysqli_stmt_bind_result_zerofill.phpt59 printf("[%03d] Expecting '%s' got '%s'\n", $offset, $expected, $result);
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_stmt_execute_stored_proc_out.phpt51 printf("[011] Results seem wrong got '%s'\n", $ver_out);
/PHP-5.4/ext/mysql/tests/
H A Dbug55473.phpt62 …printf("[006] [%d] different number of opened_files : expected %d, got %d", $i, $opened_files, $tm…
H A Dmysql_client_encoding.phpt65 printf("[012] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
/PHP-5.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_errorcode.phpt20 printf("[%03d] Expecting error code '%s' got code '%s'\n",
H A Dpdo_mysql_stmt_nextrowset.phpt32 printf("[002] Expecting false got %s\n", var_export($tmp, true));
36 printf("[003] Expecting false got %s\n", var_export($tmp, true));
H A Dpdo_mysql_types.phpt41 printf("[%03d + 3] Expecting %s got %s\n", $offset, $row['id']);
47 printf("[%03d + 5] Value seems wrong, accepting pattern %s got %s, check manually\n",

Completed in 67 milliseconds

1...<<111213