Home
last modified time | relevance | path

Searched refs:offset (Results 176 – 200 of 706) sorted by relevance

12345678910>>...29

/PHP-8.0/Zend/tests/
H A Dstr_offset_004.phpt2 string offset 004
44 Warning: Illegal string offset -20 in %s on line %d
49 Warning: Only the first byte will be assigned to the string offset in %s on line %d
H A Disset_array.phpt45 Warning: Resource ID#%d used as offset, casting to integer (%d) in %s on line %d
47 Illegal offset type in isset or empty
48 Illegal offset type in isset or empty
H A Dbug41813.phpt2 Bug #41813 (segmentation fault when using string offset as an object)
12 Fatal error: Uncaught Error: Cannot use string offset as an object in %s:%d
H A Dbug79790.phpt2 Bug #79790: "Illegal offset type" exception during AST evaluation not handled properly
11 Fatal error: Uncaught TypeError: Illegal offset type in %s:%d
H A Dstr_offset_008.phpt2 string offset 008 indirect string modification by error handler
16 Err: String offset cast occurred
H A Doffset_array.phpt47 Warning: Resource ID#%d used as offset, casting to integer (%d) in %s on line %d
49 Illegal offset type
50 Illegal offset type
H A Dassign_dim_obj_null_return.phpt75 Illegal offset type
76 Illegal offset type
79 Illegal offset type
80 Illegal offset type
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 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
/PHP-8.0/ext/date/tests/
H A Dtimezone_name_from_abbr_basic1.phpt18 echo "-- Lookup with name and offset--\n";
29 var_dump( timezone_name_from_abbr("", 5400) ); // offset = 1.5 hrs
30 var_dump( timezone_name_from_abbr("", 62400) ); // offset = 24 hrs
40 -- Lookup with name and offset--
H A Dstrftime_variation5.phpt16 'Time zone offset' => "%Z",
17 'Time zone offset' => "%z",
40 --Time zone offset--
H A Dgmstrftime_variation5.phpt17 'Time zone offset' => "%Z",
18 'Time zone offset' => "%z",
41 --Time zone offset--
/PHP-8.0/Zend/
H A Dzend_alloc.h74 ZEND_API void* ZEND_FASTCALL _safe_emalloc(size_t nmemb, size_t size, size_t offset ZEND_FILE_LINE…
75 ZEND_API void* ZEND_FASTCALL _safe_malloc(size_t nmemb, size_t size, size_t offset) ZEND_ATTRIBUTE…
80 ZEND_API void* ZEND_FASTCALL _safe_erealloc(void *ptr, size_t nmemb, size_t size, size_t offset ZE…
81 ZEND_API void* ZEND_FASTCALL _safe_realloc(void *ptr, size_t nmemb, size_t size, size_t offset);
160 #define safe_emalloc(nmemb, size, offset) _safe_emalloc((nmemb), (size), (offset) ZEND_FILE_LINE_CC… argument
167 #define safe_erealloc(ptr, nmemb, size, offset) _safe_erealloc((ptr), (nmemb), (size), (offset) ZEN… argument
176 #define safe_emalloc_rel(nmemb, size, offset) _safe_emalloc((nmemb), (size), (offset) ZEND_FILE_LIN… argument
183 #define safe_erealloc_rel(ptr, nmemb, size, offset) _safe_erealloc((ptr), (nmemb), (size), (offset)… argument
194 …afe_pemalloc(nmemb, size, offset, persistent) ((persistent)?_safe_malloc(nmemb, size, offset):safe… argument
207 …nmemb, size, offset, persistent) ((persistent)?_safe_realloc((ptr), (nmemb), (size), (offset)):saf… argument
/PHP-8.0/ext/spl/tests/
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
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.0/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)
H A Dstrrpos_variation11.phpt144 ValueError: strrpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
150 ValueError: strrpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
156 ValueError: strrpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
159 ValueError: strrpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
162 ValueError: strrpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
165 ValueError: strrpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
171 ValueError: strrpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
174 ValueError: strrpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
H A Dstripos_variation11.phpt143 ValueError: stripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
149 ValueError: stripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
155 ValueError: stripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
158 ValueError: stripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
161 ValueError: stripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
164 ValueError: stripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
170 ValueError: stripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
173 ValueError: stripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
/PHP-8.0/ext/mysqli/tests/
H A Dmysqli_stmt_bind_result_zerofill.phpt13 function zerofill($offset, $link, $datatype, $insert = 1) {
24 $offset, mysqli_errno($link), mysqli_error($link));
30 $offset, mysqli_errno($link), mysqli_error($link));
58 printf("[%03d] Expecting '%s' got '%s'\n", $offset, $expected, $result);
63 printf("[%03d] Length reported is too small to run test\n", $offset);
/PHP-8.0/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-8.0/ext/standard/tests/file/
H A Dbug39673.phpt23 foreach ($offsets as $offset) {
24 $r = file_get_contents($filename, false, null, $offset);
/PHP-8.0/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.0/ext/intl/tests/
H A Dbug61487.phpt22 grapheme_stripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
23 grapheme_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
/PHP-8.0/ext/pdo_mysql/tests/
H A Dpdo_mysql_types_zerofill.phpt13 function test_type(&$db, $offset, $sql_type, $value, $ret_value = NULL, $pattern = NULL) {
24 $stmt->bindValue(1, $offset);
28 … printf("[%03d + 1] INSERT failed, %s\n", $offset, var_export($stmt->errorInfo(), true));
42 …printf("[%03d + 2] Fetched result seems wrong, dumping result: %s\n", $offset, var_export($row, tr…
46 if ($row['id'] != $offset) {
47 printf("[%03d + 3] Expecting %s got %s\n", $offset, $row['id']);
55 $offset, $pattern, var_export($row['label'], true));
69 printf("[%03d + 4] %s - input = %s/%s, output = %s/%s\n", $offset,
/PHP-8.0/scripts/dev/
H A Dcheck_parameters.php68 function update_lineno($offset) argument
80 if ($val < $offset) {
81 if (++$mid > $count || $lines_offset[$mid] > $offset) {
87 } else if ($val > $offset) {
88 if ($lines_offset[--$mid] < $offset) {
188 function check_function($name, $txt, $offset) argument
206 update_lineno($offset + $m[2][1]);

Completed in 32 milliseconds

12345678910>>...29