Home
last modified time | relevance | path

Searched refs:offset (Results 751 – 775 of 812) sorted by relevance

1...<<313233

/php-src/ext/spl/
H A Dspl_array_arginfo.h146 ZEND_ARG_TYPE_INFO(0, offset, IS_LONG, 0)
H A Dspl_directory_arginfo.h113 ZEND_ARG_TYPE_INFO(0, offset, IS_LONG, 0)
216 ZEND_ARG_TYPE_INFO(0, offset, IS_LONG, 0)
H A Dspl_heap.c1141 spl_handler_SplHeap.offset = XtOffsetOf(spl_heap_object, std); in PHP_MINIT_FUNCTION()
1162 spl_handler_SplPriorityQueue.offset = XtOffsetOf(spl_heap_object, std); in PHP_MINIT_FUNCTION()
/php-src/Zend/
H A Dzend.h364 …OLD void zend_illegal_container_offset(const zend_string *container, const zval *offset, int type);
H A Dzend_closures.c908 void zend_closure_bind_var_ex(zval *closure_zv, uint32_t offset, zval *val) /* {{{ */ in zend_closure_bind_var_ex() argument
912 zval *var = (zval*)((char*)static_variables->arData + offset); in zend_closure_bind_var_ex()
H A Dzend_ast.c449 static zend_result zend_ast_add_array_element(zval *result, zval *offset, zval *expr) in zend_ast_add_array_element() argument
451 if (Z_TYPE_P(offset) == IS_UNDEF) { in zend_ast_add_array_element()
460 if (array_set_zval_key(Z_ARRVAL_P(result), offset, expr) == FAILURE) { in zend_ast_add_array_element()
464 zval_ptr_dtor_nogc(offset); in zend_ast_add_array_element()
/php-src/ext/dom/
H A Dphp_dom_arginfo.h180 ZEND_ARG_TYPE_INFO(0, offset, IS_LONG, 0)
185 ZEND_ARG_TYPE_INFO(0, offset, IS_LONG, 0)
190 ZEND_ARG_TYPE_INFO(0, offset, IS_LONG, 0)
195 ZEND_ARG_TYPE_INFO(0, offset, IS_LONG, 0)
492 ZEND_ARG_TYPE_INFO(0, offset, IS_LONG, 0)
839 ZEND_ARG_TYPE_INFO(0, offset, IS_LONG, 0)
848 ZEND_ARG_TYPE_INFO(0, offset, IS_LONG, 0)
853 ZEND_ARG_TYPE_INFO(0, offset, IS_LONG, 0)
858 ZEND_ARG_TYPE_INFO(0, offset, IS_LONG, 0)
872 ZEND_ARG_TYPE_INFO(0, offset, IS_LONG, 0)
/php-src/ext/mysqli/
H A Dmysqli_arginfo.h53 ZEND_ARG_TYPE_INFO(0, offset, IS_LONG, 0)
312 ZEND_ARG_TYPE_INFO(0, offset, IS_LONG, 0)
598 ZEND_ARG_TYPE_INFO(0, offset, IS_LONG, 0)
667 ZEND_ARG_TYPE_INFO(0, offset, IS_LONG, 0)
/php-src/ext/intl/tests/
H A Dgrapheme.phpt57 $res_str .= "\n" . 'function grapheme_strpos($haystack, $needle, $offset = 0) {}' . "\n\n";
126 $res_str .= "\n" . 'function grapheme_stripos($haystack, $needle, $offset = 0) {}' . "\n\n";
194 $res_str .= "\n" . 'function grapheme_strrpos($haystack, $needle, $offset = 0) {}' . "\n\n";
260 $res_str .= "\n" . 'function grapheme_strripos($haystack, $needle, $offset = 0) {}' . "\n\n";
571 // haystack, count, [[offset], [next]], result
811 function grapheme_strpos($haystack, $needle, $offset = 0) {}
855 function grapheme_stripos($haystack, $needle, $offset = 0) {}
897 function grapheme_strrpos($haystack, $needle, $offset = 0) {}
936 function grapheme_strripos($haystack, $needle, $offset = 0) {}
H A Dgrapheme2.phpt57 $res_str .= "\n" . 'function grapheme_strpos($haystack, $needle, $offset = 0) {}' . "\n\n";
126 $res_str .= "\n" . 'function grapheme_stripos($haystack, $needle, $offset = 0) {}' . "\n\n";
194 $res_str .= "\n" . 'function grapheme_strrpos($haystack, $needle, $offset = 0) {}' . "\n\n";
260 $res_str .= "\n" . 'function grapheme_strripos($haystack, $needle, $offset = 0) {}' . "\n\n";
559 // haystack, count, [[offset], [next]], result
799 function grapheme_strpos($haystack, $needle, $offset = 0) {}
843 function grapheme_stripos($haystack, $needle, $offset = 0) {}
885 function grapheme_strrpos($haystack, $needle, $offset = 0) {}
924 function grapheme_strripos($haystack, $needle, $offset = 0) {}
/php-src/ext/mbstring/tests/
H A Dmb_decode_numericentity.phpt74 // Convmap with positive offset
/php-src/ext/intl/formatter/
H A Dformatter_arginfo.h24 ZEND_ARG_INFO_WITH_DEFAULT_VALUE(1, offset, "null")
35 ZEND_ARG_INFO_WITH_DEFAULT_VALUE(1, offset, "null")
/php-src/ext/opcache/
H A Dzend_file_cache.c77 OVERLAPPED offset = {0,0,0,0,NULL}; in zend_file_cache_flock() local
80 LOCKFILE_EXCLUSIVE_LOCK, 0, 1, 0, &offset) == TRUE) { in zend_file_cache_flock()
85 0, 0, 1, 0, &offset) == TRUE) { in zend_file_cache_flock()
90 0, 1, 0, &offset) == TRUE) { in zend_file_cache_flock()
H A DZendAccelerator.c2953 …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
3023 long unsigned int start, end, offset, inode; in accel_move_code_to_huge_pages() local
3030 …ret = sscanf(buffer, "%lx-%lx %4s %lx %9s %lu %s\n", &start, &end, perm, &offset, dev, &inode, nam… in accel_move_code_to_huge_pages()
3050 …pages((void*)seg_start, seg_end - seg_start, real_end - seg_start, name, offset + seg_start - star… in accel_move_code_to_huge_pages()
4417 zval *offset; local
4422 …if ((offset = zend_get_constant_str("__COMPILER_HALT_OFFSET__", sizeof("__COMPILER_HALT_OFFSET__")…
4423 script->compiler_halt_offset = Z_LVAL_P(offset);
/php-src/ext/curl/
H A Dmulti.c579 curl_multi_handlers.offset = XtOffsetOf(php_curlm, std); in curl_multi_register_handlers()
/php-src/ext/gd/libgd/
H A Dgd.c1443 if ((c < f->offset) || (c >= (f->offset + f->nchars))) { in gdImageChar()
1446 fline = (c - f->offset) * f->h * f->w; in gdImageChar()
1471 if ((c < f->offset) || (c >= (f->offset + f->nchars))) { in gdImageCharUp()
1474 fline = (c - f->offset) * f->h * f->w; in gdImageCharUp()
/php-src/ext/json/
H A Djson_encoder.c153 prop = OBJ_PROP(obj, prop_info->offset); in php_json_encode_array()
/php-src/ext/tidy/
H A Dtidy.c849 tidy_object_handlers_node.offset = tidy_object_handlers_doc.offset = XtOffsetOf(PHPTidyObj, std); in PHP_MINIT_FUNCTION()
/php-src/ext/zlib/
H A Dzlib.c1344 inflate_context_object_handlers.offset = XtOffsetOf(php_zlib_context, std); in PHP_INI_END()
1355 deflate_context_object_handlers.offset = XtOffsetOf(php_zlib_context, std); in PHP_INI_END()
/php-src/ext/gd/
H A Dgd.stub.php757 function imageconvolution(GdImage $image, array $matrix, float $divisor, float $offset): bool {} argument
/php-src/ext/pgsql/
H A Dpgsql.stub.php801 function pg_lo_seek(PgSql\Lob $lob, int $offset, int $whence = SEEK_CUR): bool {} argument
/php-src/ext/standard/
H A Dvar.c1188 prop = OBJ_PROP(obj, prop_info->offset); in php_var_serialize_intern()
1202 prop = OBJ_PROP(obj, prop_info->offset); in php_var_serialize_intern()
/php-src/ext/xmlwriter/
H A Dphp_xmlwriter.c931 xmlwriter_object_handlers.offset = XtOffsetOf(ze_xmlwriter_object, std); in PHP_MINIT_FUNCTION()
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_common.c4670 …ljit_get_local_base(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw, sljit_sw offset) argument
4673 CHECK(check_sljit_get_local_base(compiler, dst, dstw, offset));
4682 ADJUST_LOCAL_OFFSET(SLJIT_MEM1(SLJIT_SP), offset);
4685 if (NOT_HALFWORD(offset)) {
4686 FAIL_IF(emit_load_imm64(compiler, TMP_REG1, offset));
4696 if (offset != 0)
4697 return emit_lea_binary(compiler, dst, dstw, SLJIT_SP, 0, SLJIT_IMM, offset);
/php-src/ext/soap/tests/bugs/
H A Dbug37083.phpt18 …"urn:java:de.pangaea.metadataportal.search.SearchService"><offset xsi:type="xsd:int">0</offset><qu…

Completed in 199 milliseconds

1...<<313233