Home
last modified time | relevance | path

Searched refs:offset (Results 651 – 675 of 700) sorted by relevance

1...<<2122232425262728

/PHP-7.4/ext/intl/tests/
H A Dgrapheme.phpt56 $res_str .= "\n" . 'function grapheme_strpos($haystack, $needle, $offset = 0) {}' . "\n\n";
125 $res_str .= "\n" . 'function grapheme_stripos($haystack, $needle, $offset = 0) {}' . "\n\n";
193 $res_str .= "\n" . 'function grapheme_strrpos($haystack, $needle, $offset = 0) {}' . "\n\n";
259 $res_str .= "\n" . 'function grapheme_strripos($haystack, $needle, $offset = 0) {}' . "\n\n";
554 // haystack, count, [[offset], [next]], result
794 function grapheme_strpos($haystack, $needle, $offset = 0) {}
838 function grapheme_stripos($haystack, $needle, $offset = 0) {}
880 function grapheme_strrpos($haystack, $needle, $offset = 0) {}
919 function grapheme_strripos($haystack, $needle, $offset = 0) {}
H A Dgrapheme2.phpt56 $res_str .= "\n" . 'function grapheme_strpos($haystack, $needle, $offset = 0) {}' . "\n\n";
125 $res_str .= "\n" . 'function grapheme_stripos($haystack, $needle, $offset = 0) {}' . "\n\n";
193 $res_str .= "\n" . 'function grapheme_strrpos($haystack, $needle, $offset = 0) {}' . "\n\n";
259 $res_str .= "\n" . 'function grapheme_strripos($haystack, $needle, $offset = 0) {}' . "\n\n";
554 // haystack, count, [[offset], [next]], result
794 function grapheme_strpos($haystack, $needle, $offset = 0) {}
838 function grapheme_stripos($haystack, $needle, $offset = 0) {}
880 function grapheme_strrpos($haystack, $needle, $offset = 0) {}
919 function grapheme_strripos($haystack, $needle, $offset = 0) {}
/PHP-7.4/ext/opcache/
H A DZendAccelerator.c2719 …accel_remap_huge_pages(void *start, size_t size, size_t real_size, const char *name, size_t offset) in accel_remap_huge_pages() argument
2787 long unsigned int start, end, offset, inode; in accel_move_code_to_huge_pages() local
2792 ret = fscanf(f, "%lx-%lx %4s %lx %5s %ld %s\n", &start, &end, perm, &offset, dev, &inode, name); in accel_move_code_to_huge_pages()
2809 …pages((void*)seg_start, seg_end - seg_start, real_end - seg_start, name, offset + seg_start - star… in accel_move_code_to_huge_pages()
3423 val = &ce->default_static_members_table[prop->offset]; in get_unresolved_initializer()
3425 val = &ce->default_properties_table[OBJ_PROP_TO_NUM(prop->offset)]; in get_unresolved_initializer()
4535 zval *offset; in accel_preload() local
4540 …if ((offset = zend_get_constant_str("__COMPILER_HALT_OFFSET__", sizeof("__COMPILER_HALT_OFFSET__")… in accel_preload()
4541 script->compiler_halt_offset = Z_LVAL_P(offset); in accel_preload()
/PHP-7.4/ext/fileinfo/
H A Dfileinfo.c219 finfo_object_handlers.offset = XtOffsetOf(finfo_object, zo); in PHP_MINIT_FUNCTION()
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_class_mysqli_result_reflection.phpt102 Inspecting parameter 'offset' of method 'data_seek'
/PHP-7.4/ext/intl/calendar/
H A Dcalendar_class.cpp454 Calendar_handlers.offset = XtOffsetOf(Calendar_object, zo); in calendar_register_IntlCalendar_class()
/PHP-7.4/ext/standard/tests/strings/
H A Dstripos_variation10.phpt5 /* Prototype : int stripos ( string $haystack, string $needle [, int $offset] );
H A Dstrrpos_variation11.phpt5 /* Prototype : int strrpos ( string $haystack, string $needle [, int $offset] );
H A Dstripos_variation11.phpt5 /* Prototype : int stripos ( string $haystack, string $needle [, int $offset] );
/PHP-7.4/ext/intl/timezone/
H A Dtimezone_class.cpp514 TimeZone_handlers.offset = XtOffsetOf(TimeZone_object, zo); in timezone_register_IntlTimeZone_class()
/PHP-7.4/ext/oci8/
H A Doci8.c159 ZEND_ARG_INFO(0, offset)
190 ZEND_ARG_INFO(0, offset)
216 ZEND_ARG_INFO(0, offset)
524 ZEND_ARG_INFO(0, offset)
548 ZEND_ARG_INFO(0, offset)
569 ZEND_ARG_INFO(0, offset)
/PHP-7.4/ext/gd/libgd/
H A Dgd.c1473 if ((c < f->offset) || (c >= (f->offset + f->nchars))) { in gdImageChar()
1476 fline = (c - f->offset) * f->h * f->w; in gdImageChar()
1501 if ((c < f->offset) || (c >= (f->offset + f->nchars))) { in gdImageCharUp()
1504 fline = (c - f->offset) * f->h * f->w; in gdImageCharUp()
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます2798 # offset of compressed data
7579 # is the offset 12 or the offset 16 correct?
10217 #offset is 128
10662 # offset variant
12715 # offset to horizontal offset table 58h~88 5eh
12717 # offset character offset table
12719 # offset to font data
12794 # offset of name table
12880 # offset to 1st font
23202 # offset 0x58.
[all …]
H A Dmagic2798 # offset of compressed data
7579 # is the offset 12 or the offset 16 correct?
10217 #offset is 128
10662 # offset variant
12715 # offset to horizontal offset table 58h~88 5eh
12717 # offset character offset table
12719 # offset to font data
12794 # offset of name table
12880 # offset to 1st font
23202 # offset 0x58.
[all …]
/PHP-7.4/ext/spl/
H A Dspl_heap.c1224 spl_handler_SplHeap.offset = XtOffsetOf(spl_heap_object, std); in PHP_MINIT_FUNCTION()
1245 spl_handler_SplPriorityQueue.offset = XtOffsetOf(spl_heap_object, std); in PHP_MINIT_FUNCTION()
/PHP-7.4/ext/gd/
H A Dgd.c814 ZEND_ARG_INFO(0, offset)
3680 if ((c < f->offset) || (c >= (f->offset + f->nchars))) { in php_gdimagecharup()
3684 fline = (c - f->offset) * f->h * f->w; in php_gdimagecharup()
4643 double div, offset; in PHP_FUNCTION() local
4647 if (zend_parse_parameters(ZEND_NUM_ARGS(), "radd", &SIM, &hash_matrix, &div, &offset) == FAILURE) { in PHP_FUNCTION()
4678 res = gdImageConvolution(im_src, matrix, (float)div, (float)offset); in PHP_FUNCTION()
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_result.c1838 MYSQLND_METHOD(mysqlnd_res, fetch_field_data)(MYSQLND_RES * result, const unsigned int offset, zval… in MYSQLND_METHOD()
1845 DBG_INF_FMT("offset=%u", offset); in MYSQLND_METHOD()
1858 while (i++ < offset) { in MYSQLND_METHOD()
H A Dmysqlnd_structs.h651 …c_mysqlnd_res__fetch_field_data)(MYSQLND_RES *result, const unsigned int offset, zval *return_valu…
1107 size_t offset; member
/PHP-7.4/ext/standard/tests/file/
H A Dfseek_ftell_rewind_basic1.phpt5 /* Prototype: int fseek ( resource $handle, int $offset [, int $whence] );
H A Dfseek_ftell_rewind_basic2-win32-mb.phpt10 /* Prototype: int fseek ( resource $handle, int $offset [, int $whence] );
H A Dfseek_ftell_rewind_basic2-win32.phpt10 /* Prototype: int fseek ( resource $handle, int $offset [, int $whence] );
H A Dfseek_ftell_rewind_basic2.phpt10 /* Prototype: int fseek ( resource $handle, int $offset [, int $whence] );
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitLir.h1368 …jit_get_local_base(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw, sljit_sw offset);
/PHP-7.4/ext/soap/tests/bugs/
H A Dbug37083.phpt18 …"urn:java:de.pangaea.metadataportal.search.SearchService"><offset xsi:type="xsd:int">0</offset><qu…
/PHP-7.4/ext/date/lib/
H A Dparse_date.re701 * offset/isdst then */
838 timelib_long offset = 0;
844 offset = timelib_lookup_abbr(ptr, dst, &tz_abbr, &found);
862 retval = offset;
2336 …add_pbf_error(s, TIMELIB_ERR_INVALID_TZ_OFFSET, "Invalid timezone offset in minutes", string, begi…

Completed in 296 milliseconds

1...<<2122232425262728