Home
last modified time | relevance | path

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

1...<<11121314

/PHP-5.5/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.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_types_zerofill.phpt47 printf("[%03d + 3] Expecting %s got %s\n", $offset, $row['id']);
54 printf("[%03d + 5] Value seems wrong, accepting pattern %s got %s, check manually\n",
H A Dpdo_mysql_errorcode.phpt20 printf("[%03d] Expecting error code '%s' got code '%s'\n",
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",
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_fetch_assoc_zerofill.phpt45 printf("[%03d] Expecting '%s' got '%s'\n", $offset, $expected, $row['zero']);
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_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 Dbug45019.phpt39 printf("[004] Row %d, expecting %s/%s got %s/%s\n",
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 Dmysqli_debug_control_string.phpt29 printf("[%03d][control string '%s'] Expecting boolean/true, 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_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 D057.phpt39 printf("[001] Expecting 0, got %d\n", $stmt->affected_rows);
H A Dmysqli_stmt_execute_stored_proc_out.phpt51 printf("[011] Results seem wrong got '%s'\n", $ver_out);
/PHP-5.5/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.5/ext/mysql/tests/
H A Dmysql_connect.phpt17 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
37 printf("[005] Expecting boolean/false, got %s/%s\n", gettype($link), $link);
H A Dmysql_client_encoding.phpt65 printf("[012] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);

Completed in 1478 milliseconds

1...<<11121314