Home
last modified time | relevance | path

Searched refs:offset (Results 376 – 400 of 700) sorted by relevance

1...<<11121314151617181920>>...28

/PHP-7.4/ext/pcre/tests/
H A Dpreg_match_all_error3.phpt6 … int preg_match_all(string pattern, string subject, array subpatterns [, int flags [, int offset]])
H A Dbug37911.phpt40 Warning: preg_replace_callback(): Compilation failed: %s name must start with a non-digit at offset
/PHP-7.4/ext/intl/normalizer/
H A Dnormalizer_normalize.c352 int32_t offset = 0; in PHP_FUNCTION() local
369 U8_NEXT(input, offset, input_length, codepoint); in PHP_FUNCTION()
370 if ((size_t)offset != input_length) { in PHP_FUNCTION()
/PHP-7.4/ext/iconv/
H A Diconv.c68 ZEND_ARG_INFO(0, offset)
76 ZEND_ARG_INFO(0, offset)
825 if (offset < 0) { in _php_iconv_substr()
842 len = total_len - offset; in _php_iconv_substr()
1031 if (offset >= 0) { in _php_iconv_strpos()
1032 if (cnt >= (size_t)offset) { in _php_iconv_strpos()
2101 zend_long offset, length = 0; in PHP_FUNCTION() local
2108 &str, &offset, &length, in PHP_FUNCTION()
2141 zend_long offset = 0; in PHP_FUNCTION() local
2158 if (offset < 0) { in PHP_FUNCTION()
[all …]
/PHP-7.4/ext/standard/tests/serialize/
H A Dbug70963.phpt29 Notice: unserialize(): Error at offset %d of %d bytes in %sbug70963.php on line 3
H A Dbug68545.phpt9 Notice: unserialize(): Error at offset %d of %d bytes in %sbug68545.php on line %d
/PHP-7.4/ext/phar/
H A Dstream.h35 static int phar_stream_seek( php_stream *stream, zend_off_t offset, int whence, zend_off_t *newo…
/PHP-7.4/ext/spl/tests/
H A Dspl_limit_iterator_check_limits.phpt35 Parameter offset must be >= 0
/PHP-7.4/Zend/tests/
H A Dbug70089.phpt34 string(36) "Cannot use string offset as an array"
/PHP-7.4/ext/zlib/
H A Dzlib_fopen_wrapper.c56 static int php_gziop_seek(php_stream *stream, zend_off_t offset, int whence, zend_off_t *newoffs) in php_gziop_seek() argument
66 *newoffs = gzseek(self->gz_file, offset, whence); in php_gziop_seek()
/PHP-7.4/ext/date/tests/
H A Dgmdate_variation10.phpt37 echo "\n-- Testing gmdate() function with timezone offset format --\n";
66 -- Testing gmdate() function with timezone offset format --
H A Ddate_sunrise_and_sunset_basic.phpt12 offset: +1 GMT
H A Dtimezone_offset_get_basic1.phpt6 * Description: Returns the timezone offset from GMT
H A DDateTimeZone_getOffset_basic1.phpt6 * Description: Returns the timezone offset from GMT
/PHP-7.4/ext/oci8/
H A Doci8_interface.c296 zend_long offset = 0; in PHP_FUNCTION() local
317 if (offset < 0) { in PHP_FUNCTION()
533 zend_long offset, whence = PHP_OCI_SEEK_SET; in PHP_FUNCTION() local
560 descriptor->lob_current_position += (ub4) offset; in PHP_FUNCTION()
563 if ((descriptor->lob_size + offset) >= 0) { in PHP_FUNCTION()
564 descriptor->lob_current_position = descriptor->lob_size + (ub4) offset; in PHP_FUNCTION()
572 descriptor->lob_current_position = (offset > 0) ? (ub4) offset : 0; in PHP_FUNCTION()
745 zend_long offset = -1, length = -1; in PHP_FUNCTION() local
752 if (ZEND_NUM_ARGS() > 0 && offset < 0) { in PHP_FUNCTION()
767 if (ZEND_NUM_ARGS() > 1 && offset < 0) { in PHP_FUNCTION()
[all …]
/PHP-7.4/Zend/
H A Dzend_compile.h362 uint32_t offset; /* property offset for object properties or member
371 #define OBJ_PROP(obj, offset) \ argument
372 ((zval*)((char*)(obj) + offset))
377 #define OBJ_PROP_TO_NUM(offset) \ argument
378 ((offset - OBJ_PROP_TO_OFFSET(0)) / sizeof(zval))
607 #define ZEND_OFFSET_TO_OPLINE(base, offset) \ argument
608 ((zend_op*)(((char*)(base)) + (int)offset))
610 #define ZEND_OFFSET_TO_OPLINE_NUM(op_array, base, offset) \ argument
611 (ZEND_OFFSET_TO_OPLINE(base, offset) - op_array->opcodes)
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_fetch_all.phpt94 …function func_mysqli_fetch_all($link, $engine, $sql_type, $sql_value, $php_value, $offset, $regexp…
97 printf("[%04d] [%d] %s\n", $offset, mysqli_errno($link), mysqli_error($link));
108 printf("[%04d] [%d] %s\n", $offset + 1, mysqli_errno($link), mysqli_error($link));
114 … printf("[%04ds] [%d] %s - %s\n", $offset + 1, mysqli_errno($link), mysqli_error($link), $sql);
119 … printf("[%04di] [%d] %s\n", $offset + 1, mysqli_errno($link), mysqli_error($link));
126 printf("[%04d] [%d] %s\n", $offset + 2, mysqli_errno($link), mysqli_error($link));
131 printf("[%04d] [%d] %s\n", $offset + 3, mysqli_errno($link), mysqli_error($link));
142 … printf("[%04d] Expecting %s/%s [reg exp = %s], got %s/%s resp. %s/%s. [%d] %s\n", $offset + 4,
150 … printf("[%04d] Expecting %s/%s, got %s/%s resp. %s/%s. [%d] %s\n", $offset + 4,
/PHP-7.4/ext/standard/tests/strings/
H A Dstrrpos_negative_offset.phpt2 strr[i]pos() function with negative offset
/PHP-7.4/ext/standard/tests/array/
H A Darray_splice_variation4.phpt6 * proto array array_splice(array input, int offset [, int length [, array replacement]])
H A Darray_unshift_variation4.phpt104 Warning: Illegal offset type in %s on line %d
106 Notice: Resource ID#%d used as offset, casting to integer (%d) in %s on line %d
108 Warning: Illegal offset type in %s on line %d
110 Notice: Resource ID#%d used as offset, casting to integer (%d) in %s on line %d
H A Darray_reverse_variation4.phpt86 Warning: Illegal offset type in %s on line %d
88 Notice: Resource ID#%d used as offset, casting to integer (%d) in %s on line %d
90 Warning: Illegal offset type in %s on line %d
92 Notice: Resource ID#%d used as offset, casting to integer (%d) in %s on line %d
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitProtExecAllocator.c276 #define AS_BLOCK_HEADER(base, offset) \ argument
277 ((struct block_header*)(((sljit_u8*)base) + offset))
278 #define AS_FREE_BLOCK(base, offset) \ argument
279 ((struct free_block*)(((sljit_u8*)base) + offset))
/PHP-7.4/ext/gd/tests/
H A Dbug75111.phpt11 $str .= pack("V", -0x120000); // offset of image data
/PHP-7.4/ext/mbstring/tests/
H A Dmb_strwidth.phpt20 // Note: Did not start form -22 offset. Staring from 0.
/PHP-7.4/ext/exif/tests/
H A Dbug60150.phpt15 Warning: exif_read_data(bug60150.jpg): Process tag(x9003=DateTimeOriginal): Illegal pointer offset(…

Completed in 109 milliseconds

1...<<11121314151617181920>>...28