Home
last modified time | relevance | path

Searched refs:offset (Results 551 – 575 of 700) sorted by relevance

1...<<2122232425262728

/PHP-7.4/ext/dom/
H A Dphp_dom.h128 zval *dom_nodelist_read_dimension(zval *object, zval *offset, int type, zval *rv);
/PHP-7.4/ext/pcre/tests/
H A Dpreg_match_all_error1.phpt6 … int preg_match_all(string pattern, string subject, array subpatterns [, int flags [, int offset]])
/PHP-7.4/tests/lang/
H A DforeachLoopIterator.001.phpt132 Notice: Undefined offset: 3 in %s on line %d
/PHP-7.4/ext/intl/timezone/
H A Dtimezone_methods.cpp241 int32_t offset, in PHP_FUNCTION() local
267 offset = (int32_t)offset_arg; in PHP_FUNCTION()
268 offsetp = &offset; in PHP_FUNCTION()
/PHP-7.4/ext/ffi/
H A Dffi.c127 size_t offset; member
1335 if (offset == NULL) { in zend_ffi_cdata_write_dim()
1340 dim = zval_get_long(offset); in zend_ffi_cdata_write_dim()
1755 zend_long offset; in zend_ffi_cdata_do_operation() local
1765 offset = zval_get_long(op2); in zend_ffi_cdata_do_operation()
2993 if (old_field->offset != field->offset in zend_ffi_same_types()
5722 field->offset = 0;
5781 new_field->offset = field->offset;
5783 new_field->offset = struct_type->size + field->offset;
5869 field->offset = 0;
[all …]
/PHP-7.4/ext/intl/formatter/
H A Dformatter_class.c189 NumberFormatter_handlers.offset = XtOffsetOf(NumberFormatter_object, zo); in formatter_register_class()
/PHP-7.4/ext/standard/tests/file/
H A Dfile_get_contents_file_put_contents_error.phpt6 * resource $context[, int $offset[, int $maxlen]]]] )
H A Dfile_get_contents_file_put_contents_variation2.phpt6 * resource $context[, int $offset[, int $maxlen]]]] )
H A Dfile_get_contents_variation7-win32-mb.phpt12 …nts(string filename [, bool use_include_path [, resource context [, long offset [, long maxlen]]]])
H A Dfile_get_contents_variation7-win32.phpt12 …nts(string filename [, bool use_include_path [, resource context [, long offset [, long maxlen]]]])
H A Dfile_get_contents_variation8-win32.phpt15 …nts(string filename [, bool use_include_path [, resource context [, long offset [, long maxlen]]]])
H A Dfile_get_contents_variation8.phpt15 …nts(string filename [, bool use_include_path [, resource context [, long offset [, long maxlen]]]])
/PHP-7.4/ext/mbstring/tests/
H A Dmb_substr_variation4.phpt28 * Loop through integers as multiples of ten for $offset argument
H A Dmb_substr_variation5.phpt29 * Loop through integers as multiples of ten for $offset argument
H A Dmb_substr_variation6.phpt28 * Loop through integers as multiples of ten for $offset argument
H A Dmb_substr_variation7.phpt29 * Loop through integers as multiples of ten for $offset argument
/PHP-7.4/ext/mbstring/
H A Dmbstring.h130 …d_haystack_len, const char *old_needle, size_t old_needle_len, zend_long offset, zend_string *from…
/PHP-7.4/Zend/
H A Dzend_language_scanner.l739 size_t offset = SCNG(yy_cursor) - SCNG(yy_start); in zend_get_scanned_file_offset() local
741 size_t original_offset = offset, length = 0; in zend_get_scanned_file_offset()
744 if ((size_t)-1 == SCNG(input_filter)(&p, &length, SCNG(script_org), offset)) { in zend_get_scanned_file_offset()
749 offset--; in zend_get_scanned_file_offset()
751 offset++; in zend_get_scanned_file_offset()
755 return offset; in zend_get_scanned_file_offset()
1232 offset = _offset; \
1247 int offset; in lex_scan() local
2880 zend_copy_value(zendlval, (yytext + offset), (yyleng - offset));
H A Dzend_interfaces.c552 ZEND_ARG_INFO(0, offset)
556 ZEND_ARG_INFO(0, offset)
560 ZEND_ARG_INFO(0, offset)
/PHP-7.4/ext/xmlrpc/libxmlrpc/
H A Dxml_to_xmlrpc.c138 XMLRPC_SetValueBase64(current_val, buf.data, buf.offset); in xml_element_to_XMLRPC_REQUEST_worker()
240 simplestring_addn(&elem_val->text, buf.data, buf.offset ); in XMLRPC_to_xml_element_worker()
/PHP-7.4/ext/mysqli/
H A Dmysqli_fe.c204 ZEND_ARG_INFO(0, offset)
209 ZEND_ARG_INFO(0, offset)
213 ZEND_ARG_INFO(0, offset)
/PHP-7.4/ext/com_dotnet/
H A Dcom_persist.c138 off_t offset; in stm_seek() local
156 offset = (off_t) dlibMove.QuadPart; in stm_seek()
158 ret = php_stream_seek(stm->stream, offset, whence); in stm_seek()
/PHP-7.4/main/
H A Drfc1867.c790 zend_off_t offset; local
1000 offset = 0;
1027 event_file_data.offset = offset;
1068 offset += wlen;
/PHP-7.4/ext/standard/
H A Dfile.c531 zend_long offset = 0; in PHP_FUNCTION() local
543 Z_PARAM_LONG(offset) in PHP_FUNCTION()
561 if (offset != 0 && php_stream_seek(stream, offset, ((offset > 0) ? SEEK_SET : SEEK_END)) < 0) { in PHP_FUNCTION()
562 …rror_docref(NULL, E_WARNING, "Failed to seek to position " ZEND_LONG_FMT " in the stream", offset); in PHP_FUNCTION()
1290 zend_long offset, whence = SEEK_SET; in PHP_FUNCTION() local
1295 Z_PARAM_LONG(offset) in PHP_FUNCTION()
1302 RETURN_LONG(php_stream_seek(stream, offset, (int) whence)); in PHP_FUNCTION()
/PHP-7.4/ext/phar/
H A Dphar.c675 zend_long offset; in phar_parse_pharfile() local
1057 offset = halt_offset + manifest_len + 4; in phar_parse_pharfile()
1094 if (offset == halt_offset + manifest_len + 4) { in phar_parse_pharfile()
1130 entry.offset = entry.offset_abs = offset; in phar_parse_pharfile()
1131 offset += entry.compressed_filesize; in phar_parse_pharfile()
2398 entry->offset = entry->offset_abs = in phar_postprocess_file()
2510 zend_long offset; in phar_flush() local
2692 offset = 0; in phar_flush()
3014 offset = php_stream_tell(newfile); in phar_flush()
3049 entry->offset = entry->offset_abs = offset; in phar_flush()
[all …]

Completed in 110 milliseconds

1...<<2122232425262728