Home
last modified time | relevance | path

Searched refs:got (Results 226 – 250 of 328) sorted by relevance

12345678910>>...14

/PHP-5.5/ext/mysqli/tests/
H A Dbug44897.phpt44 printf("[006] IN value and returned value differ. Expecting %s/%s got %s/%s\n",
65 printf("[010] IN value and returned value differ. Expecting %s/%s got %s/%s\n",
H A Dmysqli_change_user_set_names.phpt149 printf("[013] Expecting object/std_class, got %s/%s\n", gettype($charset), $charset);
152 printf("[014] Expecting connection charset to be %s got %s\n",
157 printf("[015] Expecting collation to be %s got %s\n",
H A Dmysqli_stmt_execute_stored_proc.phpt50 printf("[018] Results seem wrong, got %s, [%d] %s\n",
88 printf("[026] Results seem wrong, got %s, [%d] %s\n",
128 printf("[035] Results seem wrong, got %s, [%d] %s\n",
170 printf("[045] Results seem wrong, got %s, [%d] %s\n",
H A Dmysqli_poll_mixing_insert_select.phpt56 printf("[002] Expecting true got %s/%s\n", gettype($tmp), var_export($tmp, true));
121 printf("[005] Expecting true got %s/%s\n", gettype($tmp), var_export($tmp, true));
123 printf("[006] Expecting true got %s/%s\n", gettype($tmp), var_export($tmp, true));
H A Dmysqli_warning_unclonable.phpt30 …printf("[005] Expecting object/mysqli_warning, got %s/%s\n", gettype($tmp), (is_object($tmp) ? var…
H A Dmysqli_fetch_assoc_bit.phpt97 printf("[007 - %d] Expecting %s got %s\n", $bits, $value, $row['bit_value']);
103 …printf("[008 - %d] Expecting null got %s/%s\n", $bits, gettype($row['bit_value']), $row['bit_value…
H A Dmysqli_stmt_bind_limits.phpt53 …printf("[%03d + 03] Parameter count should be %d but got %d\n", $offset, $num_params * $rows, $stm…
75 …printf("[%03d + 03] Parameter count should be %d but got %d\n", $offset, $num_params * $rows, $stm…
H A Dmysqli_character_set.phpt89 printf("[012 + %s] Expecting %d, got %s, [%d] %s\n", $k,
94 printf("[013 + %s] Expecting %d, got %s, [%d] %s\n", $k,
H A Dmysqli_fetch_all.phpt19 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
22 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
89 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,
300 printf("[015] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
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_array_oo.phpt61 printf("[013] Expecting boolean/false although, got %s/%s. [%d] %s\n",
66 printf("[014] Expecting boolean/false, got %s/%s. [%d] %s\n",
116 printf("[%04d] Expecting %s/%s [reg exp = %s], got %s/%s resp. %s/%s. [%d] %s\n", $offset + 4,
124 printf("[%04d] Expecting %s/%s, got %s/%s resp. %s/%s. [%d] %s\n", $offset + 4,
275 printf("[015] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_exec_select.phpt17 printf("[%03d] Expecting '%s'/%s got '%s'/%s when running '%s', [%s] %s\n",
64 [006] Expecting '1'/integer got ''/boolean when running 'INSERT INTO test(id, col1) VALUES (2, 'b')…
H A Dpdo_mysql_exec.phpt17 printf("[%03d] Expecting '%s'/%s got '%s'/%s when running '%s', [%s] %s\n",
76 // we got this far without problems. If there's an issue from now on, its a failure
115 // we got this far without problems. If there's an issue from now on, its a failure
156 printf("[034] Expecting %s/%s got %s/%s, [%s] %s\n",
H A Dpdo_mysql_attr_oracle_nulls.phpt63 printf("[004] Expecting %s got %s\n",
72 printf("[005] Expecting %s got %s\n",
H A Dpdo_mysql_begintransaction.phpt111 printf("[023] MySQL Server should indicate autocommit mode, expecting 1, got '%s', [%d] %s\n",
122 printf("[026] Autocommit mode of the MySQL Server should be off, got '%s', [%d] %s\n",
128 printf("[027] MySQL Server should indicate autocommit mode, expecting 1, got '%s', [%d] %s\n",
203 [026] Autocommit mode of the MySQL Server should be off, got '1', [0] 00000
H A Dbug_33689.phpt31 printf("Expecting pdo_type = 2 got %s\n", $tmp['pdo_type']);
/PHP-5.5/ext/filter/tests/
H A D030.phpt56 echo "$ip failed (expected ", $exp?"true":"false", ", got ",
/PHP-5.5/ext/mysql/tests/
H A Dmysql_field_seek.phpt16 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
19 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysql_list_processes.phpt16 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysql_result.phpt18 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
21 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysql_fetch_object.phpt16 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
19 printf("[002] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysql_pconnect.phpt20 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
34 printf("[004] Expecting boolean/false, got %s/%s\n", gettype($link), $link);
/PHP-5.5/ext/standard/tests/file/
H A Drename_variation3.phpt35 //ensure that link got renamed
/PHP-5.5/ext/snmp/tests/
H A Dsnmp-object-error.phpt119 Warning: main(): max_oids should be positive integer or NULL, got 0 in %s on line %d
121 Warning: main(): max_oids should be positive integer or NULL, got 0 in %s on line %d
/PHP-5.5/ext/gd/libgd/
H A Dgd_jpeg.c607 int got = gdGetBuf(src->buffer + nbytes, INPUT_BUF_SIZE - nbytes, src->infile); in fill_input_buffer() local
609 if (got == EOF || got == 0) { in fill_input_buffer()
616 nbytes += got; in fill_input_buffer()

Completed in 51 milliseconds

12345678910>>...14