Home
last modified time | relevance | path

Searched refs:offset (Results 76 – 100 of 700) sorted by last modified time

12345678910>>...28

/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_stmt_bind_result_zerofill.phpt14 function zerofill($offset, $link, $datatype, $insert = 1) {
25 $offset, mysqli_errno($link), mysqli_error($link));
31 $offset, mysqli_errno($link), mysqli_error($link));
59 printf("[%03d] Expecting '%s' got '%s'\n", $offset, $expected, $result);
64 printf("[%03d] Length reported is too small to run test\n", $offset);
H A Dmysqli_pam_sha256_public_key_option_invalid.phpt94 function sha_connect($offset, $host, $db, $port, $socket, $file) {
98 … printf("[%03d + 001] mysqli_options failed, [%d] %s\n", $offset, $link->errno, $link->error);
103 printf("[%03d + 002] [%d] %s\n", $offset, $link->connect_errno, $link->connect_error);
108 printf("[%03d + 003] [%d] %s\n", $offset, $link->errno, $link->error);
112 printf("[%03d + 004] [%d] %s\n", $offset, $link->errno, $link->error);
117 … printf("[%03d + 005] Expecting 1 got %s/'%s'", $offset, gettype($row['id']), $row['id']);
H A Dmysqli_next_result.phpt33 function func_test_mysqli_next_result($link, $query, $offset, $num_results) {
36 printf("[%03d] [%d] %s\n", $offset, mysqli_errno($link), mysqli_error($link));
47 … printf("[%03d] Expecting %d result(s), got %d result(s)\n", $offset + 2, $num_results, $i);
51 … printf("[%03d] mysqli_more_results() indicates more results than expected\n", $offset + 3);
54 printf("[%03d] [%d] %s\n", $offset + 4, mysqli_errno($link), mysqli_error($link));
H A Dmysqli_num_fields.phpt24 function func_test_mysqli_num_fields($link, $query, $expected, $offset, $test_free = false) {
27 printf("[%03d] [%d] %s\n", $offset, mysqli_errno($link), mysqli_error($link));
32 printf("[%03d] Expecting %s/%d, got %s/%d\n", $offset + 1,
39 printf("[%03d] Expecting false, got %s/%s\n", $offset + 2, gettype($tmp), $tmp);
H A Dmysqli_num_rows.phpt24 function func_test_mysqli_num_rows($link, $query, $expected, $offset, $test_free = false) {
27 printf("[%03d] [%d] %s\n", $offset, mysqli_errno($link), mysqli_error($link));
32 printf("[%03d] Expecting %s/%d, got %s/%d\n", $offset + 1,
39 printf("[%03d] Expecting false, got %s/%s\n", $offset + 2, gettype($tmp), $tmp);
H A Dmysqli_poll.phpt63 function poll_async($offset, $link, $links, $errors, $reject, $exp_ready, $use_oo_syntax) {
76 printf("[%03d + 2] Can fetch resultset although no query has been run!\n", $offset);
79 $offset, mysqli_errno($mysqli), mysqli_error($mysqli));
81 … printf("[%03d + 4] Cannot fetch and no error set - non resultset query (no SELECT)!\n", $offset);
87 $offset, mysqli_thread_id($mysqli), mysqli_errno($mysqli), mysqli_error($mysqli));
91 $offset, mysqli_thread_id($mysqli), mysqli_errno($mysqli), mysqli_error($mysqli));
H A Dmysqli_fetch_assoc_zerofill.phpt14 function zerofill($offset, $link, $datatype, $insert = 1) {
25 $offset, mysqli_errno($link), mysqli_error($link));
31 $offset, mysqli_errno($link), mysqli_error($link));
45 printf("[%03d] Expecting '%s' got '%s'\n", $offset, $expected, $row['zero']);
50 printf("[%03d] Length reported is too small to run test\n", $offset);
H A Dmysqli_fetch_field_direct.phpt48 Warning: mysqli_fetch_field_direct(): Field offset is invalid for resultset in %s on line %d
79 Warning: mysqli_fetch_field_direct(): Field offset is invalid for resultset in %s on line %d
H A Dmysqli_fetch_field_direct_oo.phpt57 Warning: mysqli_result::fetch_field_direct(): Field offset is invalid for resultset in %s on line %d
88 Warning: mysqli_result::fetch_field_direct(): Field offset is invalid for resultset in %s on line %d
H A Dmysqli_fetch_all.phpt94 …function func_mysqli_fetch_all($link, $engine, $sql_type, $sql_value, $php_value, $offset, $regexp…
97 printf("[%04d] [%d] %s\n", $offset, mysqli_errno($link), mysqli_error($link));
108 printf("[%04d] [%d] %s\n", $offset + 1, mysqli_errno($link), mysqli_error($link));
114 … printf("[%04ds] [%d] %s - %s\n", $offset + 1, mysqli_errno($link), mysqli_error($link), $sql);
119 … printf("[%04di] [%d] %s\n", $offset + 1, mysqli_errno($link), mysqli_error($link));
126 printf("[%04d] [%d] %s\n", $offset + 2, mysqli_errno($link), mysqli_error($link));
131 printf("[%04d] [%d] %s\n", $offset + 3, mysqli_errno($link), mysqli_error($link));
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,
H A Dmysqli_fetch_all_oo.phpt95 …function func_mysqli_fetch_all_oo($link, $engine, $sql_type, $sql_value, $php_value, $offset, $reg…
98 printf("[%04d] [%d] %s\n", $offset, $link->errno, $link->error);
109 printf("[%04d] [%d] %s\n", $offset + 1, $link->errno, $link->error);
115 printf("[%04ds] [%d] %s - %s\n", $offset + 1, $link->errno, $link->error, $sql);
120 printf("[%04di] [%d] %s\n", $offset + 1, $link->errno, $link->error);
127 printf("[%04d] [%d] %s\n", $offset + 2, $link->errno, $link->error);
132 printf("[%04d] [%d] %s\n", $offset + 3, $link->errno, $link->error);
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,
H A Dmysqli_fetch_array.phpt72 …function func_mysqli_fetch_array($link, $engine, $sql_type, $sql_value, $php_value, $offset, $rege…
75 printf("[%04d] [%d] %s\n", $offset, mysqli_errno($link), mysqli_error($link));
86 printf("[%04d] [%d] %s\n", $offset + 1, mysqli_errno($link), mysqli_error($link));
92 … printf("[%04ds] [%d] %s - %s\n", $offset + 1, mysqli_errno($link), mysqli_error($link), $sql);
97 … printf("[%04di] [%d] %s\n", $offset + 1, mysqli_errno($link), mysqli_error($link));
103 printf("[%04d] [%d] %s\n", $offset + 2, mysqli_errno($link), mysqli_error($link));
108 printf("[%04d] [%d] %s\n", $offset + 3, mysqli_errno($link), mysqli_error($link));
114 … 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 + 5,
133 $offset + 6, $sql_type);
[all …]
H A Dmysqli_fetch_array_large.phpt14 function mysqli_fetch_array_large($offset, $link, $package_size) {
35 … printf("[%03d + 1] len = %d, [%d] %s\n", $offset, $len, mysqli_errno($link), mysqli_error($link));
41 … printf("[%03d + 2] len = %d, [%d] %s\n", $offset, $len, mysqli_errno($link), mysqli_error($link));
48 … $offset, $random_char, $row['label'], $len, mysqli_errno($link), mysqli_error($link));
55 … printf("[%03d + 4] len = %d, [%d] %s\n", $offset, $len, mysqli_errno($link), mysqli_error($link));
61 …printf("[%03d + 5] len = %d, [%d] %s, [%d] %s\n", $offset, $len, mysqli_stmt_errno($stmt), mysqli_…
67 …printf("[%03d + 6] len = %d, [%d] %s, [%d] %s\n", $offset, $len, mysqli_stmt_errno($stmt), mysqli_…
74 … $offset, $random_char, $label, $len, mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
121 $offset = 3;
135 if (!mysqli_fetch_array_large($offset++, $link, $package_size)) {
H A Dmysqli_fetch_array_oo.phpt71 …function func_mysqli_fetch_array($mysqli, $engine, $sql_type, $sql_value, $php_value, $offset, $re…
74 printf("[%04d] [%d] %s\n", $offset, $mysqli->errno, $mysqli->error);
85 printf("[%04d] [%d] %s\n", $offset + 1, $mysqli->errno, $mysqli->error);
91 … printf("[%04ds] [%d] %s - %s\n", $offset + 1, $mysqli->errno, $mysqli->error, $sql);
96 printf("[%04di] [%d] %s\n", $offset + 1, $mysqli->errno, $mysqli->error);
103 printf("[%04d] [%d] %s\n", $offset + 2, $mysqli->errno, $mysqli->error);
108 printf("[%04d] [%d] %s\n", $offset + 3, $mysqli->errno, $mysqli->error);
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,
H A Dmysqli_field_seek.phpt127 Warning: mysqli_field_seek(): Invalid field offset in %s on line %d
217 Warning: mysqli_field_seek(): Invalid field offset in %s on line %d
H A Dmysqli_field_tell.phpt98 Warning: mysqli_field_seek(): Invalid field offset in %s on line %d
102 Warning: mysqli_field_seek(): Invalid field offset in %s on line %d
H A Dmysqli_debug_control_string.phpt26 function try_control_string($link, $control_string, $trace_file, $offset) {
30 $offset + 1,
39 $offset + 2,
49 $offset + 3,
H A Dmysqli_debug_mysqlnd_control_string.phpt26 function try_control_string($link, $control_string, $trace_file, $offset) {
31 $offset + 1,
40 $offset + 2,
53 $offset + 3,
H A Dmysqli_debug_mysqlnd_only.phpt27 function try_control_string($link, $control_string, $trace_file, $offset) {
32 $offset + 1,
41 $offset + 2,
54 $offset + 3,
H A Dmysqli_class_mysqli_result_reflection.phpt102 Inspecting parameter 'offset' of method 'data_seek'
H A Dlocal_infile_tools.inc50 function create_standard_csv($offset, $verbose = true) {
55 printf("[%03d + 1] Cannot create CVS file '%s'\n", $offset, $file);
66 printf("[%03d + 3] Cannot write CVS file '%s'\n", $offset, $file);
75 $offset, $file);
81 function try_handler($offset, $link, $file, $handler, $expected = null) {
86 printf("[%03d] Cannot set infile handler to '%s'\n", $offset, $handler);
102 $offset + 2,
107 printf("[%03d] [%d] %s\n", $offset + 3, mysqli_errno($link), mysqli_error($link));
121 $offset + 5, $k,
127 $offset + 6, $k,
[all …]
H A Dbug42378.phpt19 $offset,
29 $offset + 1,
42 $offset + 2,
55 $offset,
68 $offset + 1,
75 $offset + 2,
82 $offset + 3,
92 $offset + 4,
99 $offset + 5,
106 $offset + 6,
[all …]
/PHP-7.4/ext/fileinfo/libmagic/
H A Dfile.h305 int32_t offset; /* offset to magic number */ member
412 uint32_t offset; /* a copy of m->offset while we */ member
427 size_t offset; /* starting offset in source: XXX - should this be off_t? */ member
519 uint32_t offset; member
/PHP-7.4/ext/tidy/
H A Dtidy.c1088 tidy_object_handlers_node.offset = tidy_object_handlers_doc.offset = XtOffsetOf(PHPTidyObj, std); in PHP_MINIT_FUNCTION()
/PHP-7.4/ext/snmp/
H A Dsnmp.c353 int offset; member
693 objid_query->offset = objid_query->count; in php_snmp_internal()
732 …for (count = 0; objid_query->offset < objid_query->count && count < objid_query->step; objid_query… in php_snmp_internal()
734 …->offset].name, objid_query->vars[objid_query->offset].name_length, objid_query->vars[objid_query-… in php_snmp_internal()
735 …d(buf, sizeof(buf), objid_query->vars[objid_query->offset].name, objid_query->vars[objid_query->of… in php_snmp_internal()
743 …p_add_null_var(pdu, objid_query->vars[objid_query->offset].name, objid_query->vars[objid_query->of… in php_snmp_internal()
790 objid_query->offset = 0; in php_snmp_internal()
871 …objid_query->offset = ((objid_query->offset > objid_query->step) ? (objid_query->offset - objid_qu… in php_snmp_internal()
1055 for (objid_query->offset = 0; objid_query->offset < objid_query->count; objid_query->offset++) { in php_snmp_parse_oid()
1057 …id_query->vars[objid_query->offset].oid, objid_query->vars[objid_query->offset].name, &(objid_quer… in php_snmp_parse_oid()
[all …]

Completed in 59 milliseconds

12345678910>>...28