Home
last modified time | relevance | path

Searched refs:offset (Results 451 – 475 of 815) sorted by relevance

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

/php-src/ext/standard/tests/strings/
H A Dbug72663_3.phpt17 Warning: unserialize(): Error at offset 50 of 50 bytes in %s on line %d
/php-src/ext/standard/tests/serialize/
H A Dbug74614.phpt12 Warning: unserialize(): Error at offset 38 of 113 bytes in %s on line %d
H A Dbug71311.phpt9 Fatal error: Uncaught UnexpectedValueException: Error at offset 10 of 11 bytes in %s%ebug71311.php:2
H A Dunserialize_leak.phpt16 Error at offset 24 of 113 bytes
H A Dbug75054.phpt11 Warning: unserialize(): Error at offset 43 of 145 bytes in %s on line %d
/php-src/Zend/tests/
H A Dgh8821.phpt18 Fatal error: Uncaught TypeError: Cannot access offset of type Alpha on array in %sgh8821.php:8
H A Dbug73792.phpt15 Warning: Illegal string offset "2bbb" in %s on line %d
H A Dcall_user_func_007.phpt16 Warning: Trying to access array offset on null in %s on line %d
H A Dbug31098.phpt62 Cannot access offset of type string on string
64 Cannot access offset of type string on string
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c2231 int offset; in init_frame() local
2561 if (offset != 0 && recurse_check_bit(common, offset)) in get_recurse_data_length()
2571 if (offset != 0 && recurse_check_bit(common, offset)) in get_recurse_data_length()
2584 if (offset != 0 && recurse_check_bit(common, offset)) in get_recurse_data_length()
2597 if (offset != 0 && recurse_check_bit(common, offset)) in get_recurse_data_length()
2604 if (offset != 0 && recurse_check_bit(common, offset)) in get_recurse_data_length()
2916 offset = OVECTOR_PRIV(offset); in copy_recurse_data()
6260 offset = -1; in fast_forward_first_n_chars()
6276 SLJIT_ASSERT(offset == -1 || (chars[offset].count >= 1 && chars[offset].count <= 2)); in fast_forward_first_n_chars()
6283 fast_forward_first_char2(common, chars[offset].chars[0], chars[offset].chars[1], offset); in fast_forward_first_n_chars()
[all …]
/php-src/ext/iconv/
H A Diconv.c647 if (offset < 0) { in _php_iconv_substr()
648 if ((offset += total_len) < 0) { in _php_iconv_substr()
649 offset = 0; in _php_iconv_substr()
652 offset = total_len; in _php_iconv_substr()
665 len = total_len - offset; in _php_iconv_substr()
699 if ((zend_long)cnt >= offset) { in _php_iconv_substr()
838 if (cnt >= offset) { in _php_iconv_strpos()
1828 zend_long offset, length = 0; in PHP_FUNCTION() local
1870 zend_long offset = 0; in PHP_FUNCTION() local
1889 if (offset < 0) { in PHP_FUNCTION()
[all …]
/php-src/ext/mysqli/tests/
H A Dmysqli_debug_control_string.phpt23 function try_control_string($link, $control_string, $trace_file, $offset) {
27 $offset + 1,
36 $offset + 2,
46 $offset + 3,
H A Dmysqli_fetch_all_oo.phpt82 …function func_mysqli_fetch_all_oo($link, $engine, $sql_type, $sql_value, $php_value, $offset, $reg…
85 printf("[%04d] [%d] %s\n", $offset, $link->errno, $link->error);
96 printf("[%04d] [%d] %s\n", $offset + 1, $link->errno, $link->error);
102 printf("[%04ds] [%d] %s - %s\n", $offset + 1, $link->errno, $link->error, $sql);
107 printf("[%04di] [%d] %s\n", $offset + 1, $link->errno, $link->error);
114 printf("[%04d] [%d] %s\n", $offset + 2, $link->errno, $link->error);
119 printf("[%04d] [%d] %s\n", $offset + 3, $link->errno, $link->error);
129 … printf("[%04d] Expecting %s/%s [reg exp = %s], got %s/%s resp. %s/%s. [%d] %s\n", $offset + 4,
137 printf("[%04d] Expecting %s/%s, got %s/%s resp. %s/%s. [%d] %s\n", $offset + 4,
/php-src/ext/spl/tests/
H A Diterator_to_array_nonscalar_keys.phpt24 Cannot access offset of type array on array
H A DSplDoublyLinkedList_offsetUnset_negative-parameter.phpt2 Check that SplDoublyLinkedList->offsetUnset() returns an error message when the offset is < 0.
H A Darray_026.phpt13 Warning: Trying to access array offset on null in %s on line %d
/php-src/ext/standard/tests/mail/
H A Dmail_util.inc245 public function getHeader(string $field, bool $ignoreCases = false, int $offset = 0)
248 $mail = array_change_key_case($this->mailData[$offset] ?? []);
251 $mail = $this->mailData[$offset] ?? [];
257 public function getBody(int $offset = 0): ?string
259 return $this->mailData[$offset]['Body'] ?? null;
/php-src/ext/exif/tests/bug77564/
H A Dbug77564.phpt12 Warning: exif_read_data(bug77564.jpg): Illegal IFD offset in %sbug77564.php on line %d
/php-src/ext/date/tests/
H A Dgmdate_variation10.phpt31 echo "\n-- Testing gmdate() function with timezone offset format --\n";
59 -- Testing gmdate() function with timezone offset format --
H A Dbug48058.phpt22 ["offset"]=>
/php-src/tests/strings/
H A Doffsets_general.phpt26 Cannot access offset of type string on string
/php-src/ext/dom/tests/modern/spec/
H A DText_splitText_edge_case.phpt23 Dom\Text::splitText(): Argument #1 ($offset) must be greater than or equal to 0
/php-src/ext/standard/tests/array/
H A Darray_slice_variation7.phpt13 $offset = 0;
88 var_dump( array_slice($input, $offset, $length, true) );
90 var_dump( array_slice($input, $offset, $length, false) );
/php-src/ext/intl/normalizer/
H A Dnormalizer_normalize.c308 int32_t offset = 0; in PHP_FUNCTION() local
327 U8_NEXT(input, offset, input_length, codepoint); in PHP_FUNCTION()
328 if ((size_t)offset != input_length) { in PHP_FUNCTION()
/php-src/ext/filter/
H A Dlogical_filters.c859 int offset = 8 - blocks; in _php_filter_validate_ipv6() local
860 for (i = 7; i > compressed_pos + offset; i--) { in _php_filter_validate_ipv6()
861 ip[i] = ip[i - offset]; in _php_filter_validate_ipv6()
863 for (i = compressed_pos + offset; i >= compressed_pos; i--) { in _php_filter_validate_ipv6()
985 int tokens, length, i, offset, exp_separator_set; in php_filter_validate_mac() local
1029 offset = i * (length + 1); in php_filter_validate_mac()
1031 if (i < tokens - 1 && input[offset + length] != separator) { in php_filter_validate_mac()
1035 if (php_filter_parse_hex(input + offset, length, &ret) < 0) { in php_filter_validate_mac()

Completed in 69 milliseconds

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