Home
last modified time | relevance | path

Searched refs:offset (Results 251 – 275 of 806) sorted by relevance

1...<<11121314151617181920>>...33

/php-src/ext/mbstring/tests/
H A Dmb_str_functions_opt-parameter.phpt20 Deprecated: mb_strpos(): Passing null to parameter #3 ($offset) of type int is deprecated in %s on …
23 Deprecated: mb_strrpos(): Passing null to parameter #3 ($offset) of type int is deprecated in %s on…
26 Deprecated: mb_stripos(): Passing null to parameter #3 ($offset) of type int is deprecated in %s on…
29 Deprecated: mb_strripos(): Passing null to parameter #3 ($offset) of type int is deprecated in %s o…
H A Dmb_strrpos_error2.phpt15 $offset = 5;
19 var_dump(mb_strrpos($haystack, $needle , $offset, $encoding));
/php-src/ext/dom/
H A Dhtml_collection.c101 zval *dom_html_collection_read_dimension(zend_object *object, zval *offset, int type, zval *rv) in dom_html_collection_read_dimension() argument
103 if (UNEXPECTED(!offset)) { in dom_html_collection_read_dimension()
108 dom_nodelist_dimension_index index = dom_modern_nodelist_get_index(offset); in dom_html_collection_read_dimension()
110 zend_illegal_container_offset(object->ce->name, offset, type); in dom_html_collection_read_dimension()
/php-src/ext/standard/tests/array/
H A Dbug68553.phpt37 Warning: Resource ID#%d used as offset, casting to integer (%d) in %s on line %d
82 Cannot access offset of type stdClass on array
83 Cannot access offset of type array on array
/php-src/ext/mysqli/tests/
H A Dmysqli_poll.phpt48 function poll_async($offset, $link, $links, $errors, $reject, $exp_ready, $use_oo_syntax) {
61 printf("[%03d + 2] Can fetch resultset although no query has been run!\n", $offset);
64 $offset, mysqli_errno($mysqli), mysqli_error($mysqli));
66 … printf("[%03d + 4] Cannot fetch and no error set - non resultset query (no SELECT)!\n", $offset);
72 $offset, mysqli_thread_id($mysqli), mysqli_errno($mysqli), mysqli_error($mysqli));
76 $offset, mysqli_thread_id($mysqli), mysqli_errno($mysqli), mysqli_error($mysqli));
/php-src/ext/iconv/tests/
H A Diconv_strpos_error2.phpt14 $offset = 2;
17 var_dump( iconv_strpos($haystack, $needle, $offset, $encoding) );
/php-src/ext/intl/
H A Dphp_intl.stub.php377 /** @param int $offset */
378 function datefmt_parse(IntlDateFormatter $formatter, string $string, &$offset = null): int|float|fa… argument
381 * @param int $offset
397 /** @param int $offset */
404 * @param int $offset
434 function grapheme_strpos(string $haystack, string $needle, int $offset = 0): int|false {} argument
436 function grapheme_stripos(string $haystack, string $needle, int $offset = 0): int|false {} argument
438 function grapheme_strrpos(string $haystack, string $needle, int $offset = 0): int|false {} argument
440 function grapheme_strripos(string $haystack, string $needle, int $offset = 0): int|false {} argument
442 function grapheme_substr(string $string, int $offset, ?int $length = null): string|false {} argument
[all …]
/php-src/ext/opcache/jit/ir/
H A Dir_disasm.c194 *offset = addr - node->addr; in ir_disasm_find_symbol()
308 *offset = 0; in ir_disasm_resolver()
345 int64_t offset = 0; local
563 if (offset != 0) {
564 if (offset > 0) {
565 fprintf(f, "+0x%" PRIx64, offset);
626 if (offset != 0) {
627 if (offset > 0) {
628 fprintf(f, "+0x%" PRIx64, offset);
716 int64_t offset; local
[all …]
H A Dir_aarch64.dasc33 #define IR_MEM_BO(base, offset) IR_MEM(base, offset, IR_REG_NONE, 0)
1112 int32_t offset;
1120 return offset;
1139 offset = IR_SPILL_POS_TO_OFFSET(offset);
1574 int offset;
1657 int offset;
1713 int offset;
4186 offset = 0;
4218 offset = 0;
4363 offset = 0;
[all …]
/php-src/ext/spl/tests/
H A Diterator_032.phpt44 Cannot seek to 0 which is below the offset 1
46 Cannot seek to 3 which is behind offset 1 plus count 2
/php-src/ext/exif/tests/
H A Dbug77563.phpt11 Warning: exif_thumbnail(bug77563.jpg): IFD data too short: 0x0009 offset 0x0008 in %s%ebug77563.php…
13 Warning: exif_thumbnail(bug77563.jpg): Illegal IFD offset in %s%ebug77563.php on line %d
/php-src/Zend/tests/
H A Ddereference_010.phpt24 Warning: Trying to access array offset on int in %s on line %d
27 Warning: Trying to access array offset on int in %s on line %d
H A Dbug70089.phpt32 string(36) "Cannot use string offset as an array"
33 string(36) "Cannot use string offset as an array"
/php-src/ext/intl/tests/
H A Dgh11658.phpt17 Warning: MessageFormatter::formatMessage(): pattern syntax error (parse error at offset 6, after "s…
20 Warning: msgfmt_format_message(): pattern syntax error (parse error at offset 6, after "some {", be…
/php-src/ext/dom/tests/modern/html/interactions/
H A DHTMLCollection_dimension_errors.phpt31 Cannot access offset of type bool on DOM\HTMLCollection
32 Cannot access offset of type bool in isset or empty
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_bindparam.phpt19 function pdo_mysql_stmt_bindparam($db, $offset) {
25 printf("[%03d + 1] Cannot bind parameter, %s %s\n", $offset,
32 printf("[%03d + 2] Cannot bind integer column, %s %s\n", $offset,
36 printf("[%03d + 3] Cannot bind string column, %s %s\n", $offset,
58 printf("[%03d + 4] Cannot bind parameter, %s %s\n", $offset,
62 printf("[%03d + 5] Cannot execute statement, %s %s\n", $offset,
71 printf("[%03d + 6] Cannot bind NULL column, %s %s\n", $offset,
75 printf("[%03d + 3] Cannot bind string column, %s %s\n", $offset,
H A Dpdo_mysql_types.phpt14 …function test_type(&$db, $offset, $sql_type, $value, $ret_value = NULL, $pattern = NULL, $alternat…
25 $stmt->bindValue(1, $offset);
28 printf("[%03d + 1] INSERT failed, %s\n", $offset, var_export($stmt->errorInfo(), true));
37 …printf("[%03d + 2] Fetched result seems wrong, dumping result: %s\n", $offset, var_export($row, tr…
41 if ($row['id'] != $offset) {
42 printf("[%03d + 3] Expecting %s got %s\n", $offset, $row['id']);
49 $offset, $pattern, var_export($row['label'], true));
62 … printf("[%03d + 4] %s - input = %s/%s, output = %s/%s (alternative type: %s)\n", $offset,
H A Dpdo_mysql_exec_load_data.phpt33 function exec_and_count($offset, &$db, $sql, $exp) {
38 $offset, $exp, gettype($exp), $ret, gettype($ret), $sql,
50 $offset, $sql, $db->errorCode(), implode(' ', $db->errorInfo()));
82 foreach ($expected as $offset => $exp) {
84 if ($ret[$offset][$key] != $value) {
/php-src/ext/phar/
H A Dphar_internal.h246 zend_long offset; member
327 zend_long offset; member
408 …tic inline void phar_set_fp_type(phar_entry_info *entry, enum phar_fp_type type, zend_off_t offset) in phar_set_fp_type() argument
414 entry->offset = offset; in phar_set_fp_type()
419 data->offset = offset; in phar_set_fp_type()
433 return entry->offset; in phar_get_fp_offset()
436 if (!PHAR_G(cached_fp)[entry->phar->phar_pos].manifest[entry->manifest_pos].offset) { in phar_get_fp_offset()
437 PHAR_G(cached_fp)[entry->phar->phar_pos].manifest[entry->manifest_pos].offset = entry->offset; in phar_get_fp_offset()
440 return PHAR_G(cached_fp)[entry->phar->phar_pos].manifest[entry->manifest_pos].offset; in phar_get_fp_offset()
564 int phar_seek_efp(phar_entry_info *entry, zend_off_t offset, int whence, zend_off_t position, int f…
/php-src/ext/date/tests/
H A Ddate_create-relative.phpt45 foreach ($offsets AS $offset) {
47 $dt = date_create("$base_time $direction$offset");
48 echo "$direction$offset: " . date_format($dt, DATE_ISO8601) . "\n";
H A Dgmstrftime_variation5.phpt17 'Time zone offset' => "%Z",
18 'Time zone offset' => "%z",
49 --Time zone offset--
H A Dstrftime_variation5.phpt16 'Time zone offset' => "%Z",
17 'Time zone offset' => "%z",
48 --Time zone offset--
/php-src/ext/standard/tests/serialize/
H A Dunserialize_extra_data_002.phpt29 Warning: unserialize(): Extra data starting at offset 81 of 88 bytes in %s on line %d
31 Warning: unserialize(): Extra data starting at offset 42 of 49 bytes in %s on line %d
/php-src/ext/opcache/tests/jit/
H A Dgh12748.phpt2 GH-12748: Function JIT emits "could not convert to int" warning at the same time as invalid offset
35 Cannot access offset of type stdClass on string
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeS390X.c915 sljit_s32 offset; member
1582 offset >>= 1; in sljit_generate_code()
1611 offset >>= 1; in sljit_generate_code()
1631 offset >>= 1; in sljit_generate_code()
1700 sljit_s32 offset, i, tmp; in sljit_emit_enter() local
1748 offset += SSIZE_OF(sw); in sljit_emit_enter()
1754 offset += SSIZE_OF(sw); in sljit_emit_enter()
1759 offset += SSIZE_OF(sw); in sljit_emit_enter()
1862 offset += SSIZE_OF(sw); in emit_stack_frame_release()
1868 offset += SSIZE_OF(sw); in emit_stack_frame_release()
[all …]

Completed in 51 milliseconds

1...<<11121314151617181920>>...33