Home
last modified time | relevance | path

Searched refs:offset (Results 226 – 250 of 786) sorted by relevance

12345678910>>...32

/PHP-8.2/ext/pcre/tests/
H A Dpcre_extra.phpt11 Warning: preg_match(): Compilation failed: unrecognized character follows \ at offset 1 in %spcre_e…
14 Warning: preg_match(): Compilation failed: unrecognized character follows \ at offset 1 in %spcre_e…
/PHP-8.2/ext/standard/tests/file/
H A Dbug39673.phpt23 foreach ($offsets as $offset) {
24 $r = file_get_contents($filename, false, null, $offset);
/PHP-8.2/ext/intl/tests/
H A Dbug61487.phpt23 grapheme_stripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
24 grapheme_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
/PHP-8.2/ext/pcre/pcre2lib/sljit/
H A DsljitNativeS390X.c924 sljit_s32 offset; member
1577 offset >>= 1; in sljit_generate_code()
1606 offset >>= 1; in sljit_generate_code()
1626 offset >>= 1; in sljit_generate_code()
1679 sljit_s32 offset, i, tmp; in sljit_emit_enter() local
1727 offset += SSIZE_OF(sw); in sljit_emit_enter()
1733 offset += SSIZE_OF(sw); in sljit_emit_enter()
1738 offset += SSIZE_OF(sw); in sljit_emit_enter()
1836 offset += SSIZE_OF(sw); in emit_stack_frame_release()
1842 offset += SSIZE_OF(sw); in emit_stack_frame_release()
[all …]
/PHP-8.2/Zend/tests/
H A Doffset_assign.phpt11 Warning: Illegal string offset "2x" in %s on line %d
13 Fatal error: Uncaught Error: Cannot use string offset as an array in %soffset_assign.php:%d
H A Doffset_array.phpt49 Warning: Resource ID#%d used as offset, casting to integer (%d) in %s on line %d
51 Cannot access offset of type stdClass on array
52 Cannot access offset of type array on array
H A Dbug76534.phpt2 Bug #76534 (PHP hangs on 'illegal string offset on string references with an error handler)
13 Fatal error: Uncaught Exception: Illegal string offset "2bar" in %s:%d
H A Dbug53432.phpt57 Warning: Illegal string offset -1 in %s on line %d
60 Cannot access offset of type string on string
66 Error: Cannot use string offset as an array
/PHP-8.2/ext/spl/tests/
H A Dbug51119.phpt2 SPL: LimitIterator zero is valid offset
25 LimitIterator::__construct(): Argument #2 ($offset) must be greater than or equal to 0
/PHP-8.2/ext/standard/tests/serialize/
H A Dserialization_objects_017.phpt13 Warning: unserialize(): Error at offset 9 of 22 bytes in %s on line %d
16 Warning: unserialize(): Error at offset 10 of 22 bytes in %s on line %d
/PHP-8.2/Zend/
H A Dzend_weakrefs.c327 if (offset == NULL) { in zend_weakmap_read_dimension()
332 ZVAL_DEREF(offset); in zend_weakmap_read_dimension()
333 if (Z_TYPE_P(offset) != IS_OBJECT) { in zend_weakmap_read_dimension()
339 zend_object *obj_addr = Z_OBJ_P(offset); in zend_weakmap_read_dimension()
358 if (offset == NULL) { in zend_weakmap_write_dimension()
363 ZVAL_DEREF(offset); in zend_weakmap_write_dimension()
364 if (Z_TYPE_P(offset) != IS_OBJECT) { in zend_weakmap_write_dimension()
392 ZVAL_DEREF(offset); in zend_weakmap_has_dimension()
393 if (Z_TYPE_P(offset) != IS_OBJECT) { in zend_weakmap_has_dimension()
412 ZVAL_DEREF(offset); in zend_weakmap_unset_dimension()
[all …]
/PHP-8.2/ext/intl/breakiterator/
H A Dcodepointiterator_internal.h70 int32_t following(int32_t offset) override;
72 int32_t preceding(int32_t offset) override;
74 UBool isBoundary(int32_t offset) override;
/PHP-8.2/ext/mysqli/tests/
H A Dmysqli_stmt_param_count.phpt22 function func_test_mysqli_stmt_param_count($stmt, $query, $expected, $offset) {
25 printf("[%03d] [%d] %s\n", $offset, mysqli_stmt_errno($stmt), mysqli_error($stmt));
30 printf("[%03d] Expecting %s/%d, got %s/%d\n", $offset + 3,
H A Dmysqli_stmt_bind_result_format.phpt19 $offset,
28 $offset + 1,
41 $offset + 2,
54 $offset,
66 $offset + 1,
73 $offset + 2,
80 $offset + 3,
90 $offset + 4,
97 $offset + 5,
104 $offset + 6,
[all …]
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-8.2/ext/com_dotnet/
H A Dcom_saproxy.c106 ZVAL_COPY_VALUE(&args[i-1], offset); in saproxy_read_dimension()
125 php_com_saproxy_create(object, rv, offset); in saproxy_read_dimension()
138 convert_to_long(offset); in saproxy_read_dimension()
153 if (Z_LVAL_P(offset) < lbound || Z_LVAL_P(offset) > ubound) { in saproxy_read_dimension()
175 indices[dims-1] = (LONG)Z_LVAL_P(offset); in saproxy_read_dimension()
201 php_com_saproxy_create(object, rv, offset); in saproxy_read_dimension()
207 static void saproxy_write_dimension(zend_object *object, zval *offset, zval *value) in saproxy_write_dimension() argument
223 ZVAL_COPY_VALUE(&args[i-1], offset); in saproxy_write_dimension()
252 convert_to_long(offset); in saproxy_write_dimension()
253 indices[dims-1] = (LONG)Z_LVAL_P(offset); in saproxy_write_dimension()
[all …]
/PHP-8.2/ext/date/lib/
H A Dunixtime2tm.c100 int32_t offset = 0; in timelib_update_from_sse() local
102 timelib_get_time_zone_offset_info(tm->sse, tm->tz_info, &offset, NULL, NULL); in timelib_update_from_sse()
103 timelib_unixtime2gmt(tm, tm->sse + offset); in timelib_update_from_sse()
141 timelib_unixtime2gmt(tm, ts + gmt_offset->offset); in timelib_unixtime2local()
146 tm->z = gmt_offset->offset; in timelib_unixtime2local()
196 t->z = gmt_offset->offset; in timelib_set_timezone()
/PHP-8.2/ext/mbstring/tests/
H A Dmb_strripos_error2.phpt14 $offset = 2;
18 var_dump( mb_strripos($haystack, $needle, $offset, $encoding) );
H A Dmb_stripos_error2.phpt14 $offset = 2;
18 var_dump( mb_stripos($haystack, $needle, $offset, $encoding) );
H A Dmb_strpos_error2.phpt14 $offset = 2;
18 var_dump( mb_strpos($haystack, $needle, $offset, $encoding) );
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-8.2/win32/
H A Dreaddir.c86 dp->offset = 0; in opendir()
103 if (dp->offset != 0) { in readdir()
119 dp->offset++; in readdir()
122 dp->dent.d_off = dp->offset; in readdir()
161 dp->offset = 0; in rewinddir()
/PHP-8.2/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-8.2/ext/iconv/tests/
H A Diconv_strpos_error2.phpt14 $offset = 2;
17 var_dump( iconv_strpos($haystack, $needle, $offset, $encoding) );

Completed in 60 milliseconds

12345678910>>...32