Home
last modified time | relevance | path

Searched refs:offset (Results 201 – 225 of 806) sorted by relevance

12345678910>>...33

/php-src/Zend/tests/
H A Dstring_offset_int_min_max.phpt12 Warning: Uninitialized string offset %d in %s on line %d
15 Warning: Uninitialized string offset -%d in %s on line %d
H A Dstr_offset_006.phpt2 string offset 006 indirect string modification by error handler
15 Err: String offset cast occurred
H A Dstrict_001.phpt2 using resource as array offset
17 Warning: Resource ID#%d used as offset, casting to integer (%d) in %s on line %d
H A Dconst_dereference_002.phpt15 Warning: Illegal string offset "0foo" in %s on line %d
17 Warning: Illegal string offset "0bar" in %s on line %d
H A Dstr_offset_008.phpt2 string offset 008 indirect string modification by error handler
16 Err: String offset cast occurred
H A Disset_array.phpt47 Warning: Resource ID#%d used as offset, casting to integer (%d) in %s on line %d
49 Cannot access offset of type array in isset or empty
50 Cannot access offset of type stdClass in isset or empty
H A Dbug79790.phpt2 Bug #79790: "Illegal offset type" exception during AST evaluation not handled properly
11 Fatal error: Uncaught TypeError: Cannot access offset of type array on array in %s:%d
H A Dassign_dim_obj_null_return.phpt75 Cannot access offset of type array on array
76 Cannot access offset of type stdClass on array
79 Cannot access offset of type array on array
80 Cannot access offset of type stdClass on array
/php-src/ext/shmop/
H A Dshmop.stub.php13 function shmop_read(Shmop $shmop, int $offset, int $size): string {} argument
20 function shmop_write(Shmop $shmop, string $data, int $offset): int {} argument
/php-src/ext/date/lib/
H A Dparse_tz.c265 tz->type[i].offset = 0; in read_64bit_types()
383 (offset == tz->type[i].offset) && in find_ttinfo_index()
408 tz->type[tz->bit64.typecnt].offset = offset; in add_new_ttinfo_index()
551 tz->leap_times[i].offset in timelib_dump_tzinfo()
891 offset = to->offset; in timelib_get_time_zone_info()
896 offset = 0; in timelib_get_time_zone_info()
903 leap_secs = -tl->offset; in timelib_get_time_zone_info()
906 tmp->offset = offset; in timelib_get_time_zone_info()
923 if (offset) { in timelib_get_time_zone_offset_info()
924 *offset = to->offset; in timelib_get_time_zone_offset_info()
[all …]
/php-src/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);
/php-src/ext/pcre/tests/
H A Derrors06.phpt2 Test preg_match() function : error conditions - Malformed UTF-8 offset
7 var_dump(preg_last_error_msg() === 'The offset did not correspond to the beginning of a valid UTF-8…
/php-src/ext/dom/
H A Dnodelist.h36 dom_nodelist_dimension_index dom_modern_nodelist_get_index(const zval *offset);
37 zval *dom_modern_nodelist_read_dimension(zend_object *object, zval *offset, int type, zval *rv);
/php-src/ext/standard/tests/strings/
H A Dstrrpos_negative_offset.phpt2 strr[i]pos() function with negative offset
35 strrpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
42 strripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
/php-src/ext/spl/tests/SplObjectStorage/
H A DSplObjectStorage_unserialize_bad.phpt24 Error at offset 6 of 34 bytes
25 Error at offset 46 of 89 bytes
48 Error at offset 78 of 78 bytes
/php-src/ext/standard/tests/array/
H A Darray_slice_variation6.phpt12 $offset = 1;
16 var_dump(array_slice($input, $offset, $i));
19 var_dump(array_slice($input, $offset, PHP_INT_MAX));
22 var_dump(array_slice($input, $offset, -PHP_INT_MAX));
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_types_zerofill.phpt14 function test_type(&$db, $offset, $sql_type, $value, $ret_value = NULL, $pattern = NULL) {
25 $stmt->bindValue(1, $offset);
29 … printf("[%03d + 1] INSERT failed, %s\n", $offset, var_export($stmt->errorInfo(), true));
43 …printf("[%03d + 2] Fetched result seems wrong, dumping result: %s\n", $offset, var_export($row, tr…
47 if ($row['id'] != $offset) {
48 printf("[%03d + 3] Expecting %s got %s\n", $offset, $row['id']);
56 $offset, $pattern, var_export($row['label'], true));
70 printf("[%03d + 4] %s - input = %s/%s, output = %s/%s\n", $offset,
H A Dpdo_mysql_local_infile_directory_allowed.phpt16 function exec_and_count($offset, &$db, $sql, $exp) {
21 $offset, $exp, gettype($exp), $ret, gettype($ret), $sql,
27 $offset, $sql, $db->errorCode(), implode(' ', $db->errorInfo()));
54 foreach ($expected as $offset => $exp) {
56 $actual_value = trim(strval($ret[$offset][$key]));
H A Dpdo_mysql_local_infile_overrides_local_infile_directory.phpt16 function exec_and_count($offset, &$db, $sql, $exp) {
21 $offset, $exp, gettype($exp), $ret, gettype($ret), $sql,
27 $offset, $sql, $db->errorCode(), implode(' ', $db->errorInfo()));
54 foreach ($expected as $offset => $exp) {
56 $actual_value = trim(strval($ret[$offset][$key]));
H A Dpdo_mysql_get_attribute.phpt15 function set_and_get($offset, $db, $attribute, $value) {
20 $offset, $attribute, var_export($tmp, true));
26 $offset, $value_type, gettype($value));
33 …$offset, $attribute, var_export($value, true), gettype($value), var_export($tmp, true), gettype($t…
38 $offset, $e->getMessage(),
/php-src/ext/spl/tests/
H A Dbug64106.phpt7 public function offsetGet($offset): mixed { var_dump($offset); return null; }
/php-src/scripts/dev/
H A Dcheck_parameters.php69 function update_lineno($offset) argument
81 if ($val < $offset) {
82 if (++$mid > $count || $lines_offset[$mid] > $offset) {
88 } else if ($val > $offset) {
89 if ($lines_offset[--$mid] < $offset) {
189 function check_function($name, $txt, $offset) argument
207 update_lineno($offset + $m[2][1]);
/php-src/ext/standard/tests/serialize/
H A Dbug73341.phpt28 Error at offset 6 of 7 bytes
30 Warning: unserialize(): Error at offset 19 of 79 bytes in %s on line %d
33 Error at offset 24 of 34 bytes
/php-src/ext/dom/tests/modern/spec/
H A DNodeList_dimensions.phpt61 Cannot access offset of type bool on DOM\NodeList
63 Cannot access offset of type null on DOM\NodeList
73 Cannot access offset of type string on DOM\NodeList
75 Cannot access offset of type string on DOM\NodeList
/php-src/ext/dom/lexbor/lexbor/core/
H A Din.h35 size_t offset; member
87 const lxb_char_t *pos, size_t offset);
96 const lxb_char_t *pos, size_t offset);
116 return node->offset; in lexbor_in_node_offset()

Completed in 30 milliseconds

12345678910>>...33