Home
last modified time | relevance | path

Searched refs:offset (Results 626 – 649 of 649) sorted by relevance

1...<<212223242526

/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt1087 Within a compiled pattern, offset values are used to point from one
2074 try to free it. Normally, the offset from the start of the pattern to
2110 &erroffset, /* for error offset */
3094 0, /* start at offset 0 in the subject */
3348 starting offset by two characters instead of one.
4121 0, /* start at offset 0 in the subject */
4196 the offset to the start, and the second is the offset to the end. In
8794 is set to the offset of the character where matching started.
8808 offset where matching began.
9091 Partial match at offset 5: 123a
[all …]
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug37083.phpt18 …"urn:java:de.pangaea.metadataportal.search.SearchService"><offset xsi:type="xsd:int">0</offset><qu…
/PHP-5.5/ext/fileinfo/libmagic/
H A Dapprentice.c1588 m->offset = (uint32_t)strtoul(l, &t, 0); in parse()
2941 m->offset = swap4((uint32_t)m->offset);
/PHP-5.5/ext/date/lib/
H A Dparse_date.re700 * offset/isdst then */
767 long offset = 0;
773 offset = timelib_lookup_abbr(ptr, dst, &tz_abbr, &found);
789 retval = offset;
H A Dparse_date.c769 long offset = 0; in timelib_parse_zone() local
775 offset = timelib_lookup_abbr(ptr, dst, &tz_abbr, &found); in timelib_parse_zone()
791 retval = offset; in timelib_parse_zone()
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregcomp.c179 unset_addr_list_add(UnsetAddrList* uslist, int offset, struct _Node* node) in unset_addr_list_add() argument
192 uslist->us[uslist->num].offset = offset; in unset_addr_list_add()
1938 int i, offset; in unset_addr_list_fix() local
1946 offset = uslist->us[i].offset; in unset_addr_list_fix()
1948 BBUF_WRITE(reg, offset, &addr, SIZE_ABSADDR); in unset_addr_list_fix()
H A DHISTORY186 invalid offset value was used in STATE_CHECK_BUFF_INIT().
/PHP-5.5/ext/intl/
H A Dphp_intl.c215 ZEND_ARG_INFO(0, offset)
/PHP-5.5/ext/pdo/
H A Dpdo_sql_parser.re519 * c-basic-offset: 4
/PHP-5.5/ext/pdo_mysql/
H A Dmysql_statement.c590 static int pdo_mysql_stmt_fetch(pdo_stmt_t *stmt, enum pdo_fetch_orientation ori, long offset TSRML…
/PHP-5.5/ext/zlib/
H A Dzlib.c825 ZEND_ARG_INFO(0, offset)
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput8963 Partial match at offset 3: foob
7190 Partial match at offset 6: abc12
7192 Partial match at offset 6: abc12
7198 Partial match at offset 3: +ab
7200 Partial match at offset 3: +ab
7340 Partial match at offset 3: abc
7406 Error -24 (bad offset value)
7408 Error -24 (bad offset value)
H A Dtestoutput71239 Failed: \C not allowed in lookbehind assertion at offset 10
H A Dtestinput14731 /--- This should succeed, as the skip causes bump to offset 1 (the mark). Note
5107 /--- This should fail, as the skip causes a bump to offset 3 (the skip) ---/
H A Dtestoutput91242 Failed: \C not allowed in lookbehind assertion at offset 10
H A Dtestoutput17896 /--- This should succeed, as the skip causes bump to offset 1 (the mark). Note
8486 /--- This should fail, as the skip causes a bump to offset 3 (the skip) ---/
/PHP-5.5/ext/pcre/pcrelib/
H A DChangeLog1570 as the output vector has at least 2 elements. The offset of the start of
1573 6. When the UTF-8 string check fails for pcre_compile(), the offset that is
1576 enough not to be a problem. It makes the returned offset consistent with
1581 failure, the offset and reason code are output.
1914 as a starting offset was within the subject string. There is now a new
1915 error, PCRE_ERROR_BADOFFSET, which is returned if the starting offset is
1920 starting offset points to the beginning of a UTF-8 character was
2131 "internal error: code overflow at offset...". This happened only when
2299 slots in the offset vector, the offset of the earliest inspected character
3794 error: code overflow at offset 49" or "glibc detected double free or
[all …]
H A DNEWS576 check that a starting offset points to the start of a character. Failure of the
/PHP-5.5/ext/mbstring/oniguruma/doc/
H A DAPI213 normal return: match position offset (i.e. p - str >= 0)
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic4809 # 1st record offset + 1 = header size
5841 #offset is 128
5894 >>>>>0x49 ubyte >0 at offset 0x%x
5902 >>>>>0x74 ubyte >0 at offset 0x%x
5910 >>>>>0x79 ubyte >0 at offset 0x%x
5931 >>>>0xBD ubyte x at offset 0x1%x
5937 >>>>0xA9 ubyte x at offset 0x1%x
5947 >>>>0x1b5 ubyte >0 at offset 0x1%x
5951 >>>>0x1b6 ubyte >0 at offset 0x1%x
6301 # offset variant
[all …]
/PHP-5.5/
H A DNEWS125 offset). (Stas)
1303 per offset too). (Derick)
1512 . Fixed bug #65821 (By-ref foreach on property access of string offset
2193 at a given offset). (Mark Baker, David Soria Parra)
5957 . support for abbreviation and offset based timezone specifiers for
6154 - Fixed bug #47438 (mysql_fetch_field ignores zero offset). (Johannes)
7700 timezone offset). (Derick)
8569 offset & maxlen). (Nuno)
8999 passes an offset). (Derick)
9050 - Added offset & length parameters to substr_count() function. (Ilia)
[all …]
H A DREADME.STREAMS38 PHPAPI int php_stream_seek(php_stream * stream, off_t offset, int whence);
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.h747 int (*xShmLock)(sqlite3_file*, int offset, int n, int flags);
/PHP-5.5/ext/session/
H A Dsession.c2743 Z_LVAL_P(progress->current_file_bytes_processed) = data->offset + data->length;

Completed in 253 milliseconds

1...<<212223242526