Home
last modified time | relevance | path

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

12345678910>>...12

/PHP-8.2/ext/mysqli/tests/
H A Dmysqli_stmt_sqlstate.phpt28 printf("[007] Expecting string/00000, got %s/%s. [%d] %s\n",
H A Dmysqli_stmt_send_long_data.phpt74 printf("[014] Expecting boolean/false, got %s/%s. [%d] %s\n",
78 printf("[015] Expecting boolean/true, got %s/%s. [%d] %s\n",
H A Dmysqli_begin_transaction.phpt30 printf("[010] Cannot turn on autocommit, expecting true, got %s/%s\n", gettype($tmp), $tmp);
41 printf("[013] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_fetch_assoc_bit.phpt93 printf("[007 - %d] Expecting %s got %s\n", $bits, $value, $row['bit_value']);
99 …printf("[008 - %d] Expecting null got %s/%s\n", $bits, gettype($row['bit_value']), $row['bit_value…
H A Dmysqli_fetch_field.phpt36 printf("[004] Expecting charset %s/%d got %d\n",
40 printf("011] Expecting database '%s' got '%s'\n",
H A Dmysqli_stmt_execute_stored_proc.phpt54 printf("[018] Results seem wrong, got %s, [%d] %s\n",
92 printf("[026] Results seem wrong, got %s, [%d] %s\n",
132 printf("[035] Results seem wrong, got %s, [%d] %s\n",
174 printf("[045] Results seem wrong, got %s, [%d] %s\n",
H A Dmysqli_stmt_param_count.phpt32 printf("[%03d] Expecting %s/%d, got %s/%d\n", $offset + 3,
H A Dmysqli_change_user_new.phpt32 printf("[002] Expecting false, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_warning_unclonable.phpt29 …printf("[005] Expecting object/mysqli_warning, got %s/%s\n", gettype($tmp), (is_object($tmp) ? var…
H A Dmysqli_stmt_bind_limits.phpt55 …printf("[%03d + 03] Parameter count should be %d but got %d\n", $offset, $num_params * $rows, $stm…
77 …printf("[%03d + 03] Parameter count should be %d but got %d\n", $offset, $num_params * $rows, $stm…
H A Dmysqli_character_set.phpt86 printf("[012 + %s] Expecting %d, got %s, [%d] %s\n", $k,
91 printf("[013 + %s] Expecting %d, got %s, [%d] %s\n", $k,
H A Dmysqli_report.phpt12 … printf("[002] Expecting boolean/true even for invalid flags, got %s/%s\n", gettype($tmp), $tmp);
15 printf("[003] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
18 printf("[004] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
21 printf("[005] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
24 printf("[007] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
27 printf("[008] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
H A Dbug45019.phpt37 printf("[004] Row %d, expecting %s/%s got %s/%s\n",
H A Dmysqli_field_seek.phpt86 printf("[004] Expecting charset %s/%d got %d\n",
90 printf("[005] Expecting length %d got %d\n",
H A Dmysqli_stmt_get_result_bit.phpt109 printf("[009 - %d] Expecting %s got %s\n", $bits, $value, $row['bit_value']);
115 …printf("[010 - %d] Expecting null got %s/%s\n", $bits, gettype($row['bit_value']), $row['bit_value…
H A Dmysqli_fetch_object_oo.phpt32 printf("[005] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
40 printf("[006] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_query.phpt22 printf("[004] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
25 printf("[005] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
/PHP-8.2/ext/pdo_mysql/tests/
H A Dpdo_mysql_begintransaction.phpt114 … printf("[023] MySQL Server should indicate autocommit mode, expecting 1, got '%s', [%d] %s\n",
125 printf("[026] Autocommit mode of the MySQL Server should be off, got '%s', [%d] %s\n",
131 … printf("[027] MySQL Server should indicate autocommit mode, expecting 1, got '%s', [%d] %s\n",
206 [026] Autocommit mode of the MySQL Server should be off, got '1', [0] 00000
H A Dpdo_mysql_exec.phpt18 printf("[%03d] Expecting '%s'/%s got '%s'/%s when running '%s', [%s] %s\n",
77 // we got this far without problems. If there's an issue from now on, its a failure
116 // we got this far without problems. If there's an issue from now on, its a failure
157 printf("[034] Expecting %s/%s got %s/%s, [%s] %s\n",
H A Dbug_33689.phpt34 printf("Expecting pdo_type = 1 got %s\n", $tmp['pdo_type']);
H A Dpdo_mysql_types_zerofill.phpt48 printf("[%03d + 3] Expecting %s got %s\n", $offset, $row['id']);
55 … printf("[%03d + 5] Value seems wrong, accepting pattern %s got %s, check manually\n",
/PHP-8.2/ext/standard/tests/file/
H A Drename_variation3.phpt35 //ensure that link got renamed
H A Drename_variation2.phpt39 //ensure that link got renamed
/PHP-8.2/ext/pdo_odbc/tests/
H A Dmax_columns.phpt40 printf("Expected %d bytes, got %d\n", strlen($expect), strlen($row['data']));
/PHP-8.2/ext/gd/libgd/
H A Dgd_jpeg.c620 int got = gdGetBuf(src->buffer + nbytes, INPUT_BUF_SIZE - nbytes, src->infile); in fill_input_buffer() local
622 if (got == EOF || got == 0) { in fill_input_buffer()
629 nbytes += got; in fill_input_buffer()

Completed in 48 milliseconds

12345678910>>...12