Home
last modified time | relevance | path

Searched refs:got (Results 201 – 225 of 303) sorted by relevance

12345678910>>...13

/PHP-7.4/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___construct_options.phpt22 printf("[%03d] Expecting '%s'/%s got '%s'/%s' for options '%s'\n",
72 printf("[001] Expecting NULL got %s/%s\n", gettype($db), $db);
77 printf("[002] Expecting object got %s/%s¸\n", gettype($db), $db);
173 [023] Expecting 'SET @a=1'/string got ''/boolean' for options 'PDO::MYSQL_ATTR_INIT_COMMAND'
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 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 Dbug_33689.phpt31 printf("Expecting pdo_type = 2 got %s\n", $tmp['pdo_type']);
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_options_init_command.phpt32 printf("[003] Expecting 1 got %s\n", $row['_num_rows']);
51 printf("[007] Expecting 1 got %s\n", $row['_num_rows']);
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_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 false, got %s/%s\n", gettype($tmp), $tmp);
312 printf("[018] Expecting object, got %s/%s. [%d] %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));
127 printf("[005] Expecting true got %s/%s\n", gettype($tmp), var_export($tmp, true));
129 printf("[006] Expecting true got %s/%s\n", gettype($tmp), var_export($tmp, true));
H A Dmysqli_change_user_new.phpt29 printf("[002] Expecting false, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_character_set.phpt85 printf("[012 + %s] Expecting %d, got %s, [%d] %s\n", $k,
90 printf("[013 + %s] Expecting %d, got %s, [%d] %s\n", $k,
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_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 false, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_report.phpt13 … printf("[002] Expecting boolean/true even for invalid flags, got %s/%s\n", gettype($tmp), $tmp);
16 printf("[003] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
19 printf("[004] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
22 printf("[005] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
25 printf("[007] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
28 printf("[008] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
/PHP-7.4/ext/zlib/tests/
H A Dgzencode_variation2-win32.phpt16 die("skip - at least zlib 1.2.11 required, got " . get_zlib_version());
/PHP-7.4/ext/filter/tests/
H A D030.phpt56 echo "$ip failed (expected ", $exp?"true":"false", ", got ",
/PHP-7.4/ext/standard/tests/file/windows_mb_path/
H A Dutil.inc84 echo "expected '$basename', got '$now'\n";
104 echo "expected '$basename', got '$now'\n";
/PHP-7.4/ext/gd/tests/
H A Dbug43073.phpt47 echo "(expected $exp[$i][$j], got $bbox[$j])";
/PHP-7.4/ext/mbstring/tests/
H A Dbug43301.phpt14 hello, I have got a cr*sh on you
/PHP-7.4/ext/standard/tests/file/
H A Drename_variation3.phpt35 //ensure that link got renamed
/PHP-7.4/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

Completed in 26 milliseconds

12345678910>>...13