Home
last modified time | relevance | path

Searched refs:offset (Results 601 – 625 of 700) sorted by relevance

1...<<2122232425262728

/PHP-7.4/ext/fileinfo/libmagic/
H A Dprint.c59 (m->cont_level & 7) + 1, ">>>>>>>>", m->offset); in file_mdump()
/PHP-7.4/ext/standard/tests/file/
H A Dfseek_ftell_rewind_error1.phpt6 /* Prototype: int fseek ( resource $handle, int $offset [, int $whence] );
H A Dfile_get_contents_file_put_contents_variation1.phpt6 * resource $context[, int $offset[, int $maxlen]]]] )
/PHP-7.4/ext/xmlrpc/libxmlrpc/
H A Dxml_to_soap.c362 XMLRPC_SetValueBase64(xCurrent, buf.data, buf.offset); in xml_element_to_SOAP_REQUEST_worker()
528 simplestring_addn(&elem_val->text, buf.data, buf.offset ); in SOAP_to_xml_element_worker()
/PHP-7.4/ext/gd/libgd/
H A Dgd_gif_out.c67 int offset; member
526 ctx->offset = 0;
/PHP-7.4/ext/opcache/
H A Dzend_persist.c270 zval *offset; in zend_persist_op_array_ex() local
275 …if ((offset = zend_get_constant_str("__COMPILER_HALT_OFFSET__", sizeof("__COMPILER_HALT_OFFSET__")… in zend_persist_op_array_ex()
276 main_persistent_script->compiler_halt_offset = Z_LVAL_P(offset); in zend_persist_op_array_ex()
392 int offset = 0; in zend_persist_op_array_ex() local
394 for (; opline < end ; opline++, offset++) { in zend_persist_op_array_ex()
/PHP-7.4/ext/spl/
H A Dspl_iterators.c1448 intern->u.limit.offset = 0; /* start at beginning */ in spl_dual_it_construct()
1450 …ters_throw(ZEND_NUM_ARGS(), "O|ll", &zobject, ce_inner, &intern->u.limit.offset, &intern->u.limit.… in spl_dual_it_construct()
1453 if (intern->u.limit.offset < 0) { in spl_dual_it_construct()
2453 …if (intern->u.limit.count != -1 && intern->current.pos >= intern->u.limit.offset + intern->u.limit… in spl_limit_it_valid()
2465 if (pos < intern->u.limit.offset) { in spl_limit_it_seek()
2469 if (pos >= intern->u.limit.offset + intern->u.limit.count && intern->u.limit.count != -1) { in spl_limit_it_seek()
2513 spl_limit_it_seek(intern, intern->u.limit.offset); in SPL_METHOD()
2537 …if (intern->u.limit.count == -1 || intern->current.pos < intern->u.limit.offset + intern->u.limit.… in SPL_METHOD()
2578 ZEND_ARG_INFO(0, offset)
3668 spl_handlers_rec_it_it.offset = XtOffsetOf(spl_recursive_it_object, std); in PHP_MINIT_FUNCTION()
[all …]
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch564 file_magwarn(ms, "offset `%s' invalid", l);
568 - if (m->offset < 0 && cont_level != 0 &&
572 - "negative direct offset `%s' at level %u",
967 m->offset = swap4(CAST(uint32_t, m->offset));
2582 ms->offset = pb->offset;
3384 mdebug(offset, RCAST(char *, RCAST(void *, p)),
3393 offset = do_ops(m, SEXT(sgn,64,BE64(p)), off);
3403 mdebug(offset, RCAST(char *, RCAST(void *, p)),
3572 + zval *match, *offset;
3579 + ms->search.offset += Z_LVAL_P(offset); /* this is where the match starts as size_t */
[all …]
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c123 uint32_t offset; member
578 ++offset; in _get_recv_op()
594 smart_str_append_printf(str, "Parameter #%d [ ", offset); in _parameter_string()
625 smart_str_append_printf(str, "$param%d", offset); in _parameter_string()
628 zend_op *precv = _get_recv_op((zend_op_array*)fptr, offset); in _parameter_string()
1133 reference->offset = offset; in reflection_parameter_factory()
2398 ref->offset = (uint32_t)position; in ZEND_METHOD()
2692 RETVAL_LONG(param->offset); in ZEND_METHOD()
3758 prop = &ce->default_static_members_table[prop_info->offset]; in add_class_vars()
3819 prop = &CE_STATIC_MEMBERS(ce)[prop_info->offset]; in ZEND_METHOD()
[all …]
/PHP-7.4/tests/classes/
H A Darray_access_001.phpt142 Notice: Undefined offset: 6 in %sarray_access_001.php on line %d
H A Darray_access_002.phpt142 Notice: Undefined offset: 6 in %sarray_access_002.php on line %d
/PHP-7.4/ext/date/tests/
H A Dtimezone_offset_get_error.phpt6 * Description: Returns the timezone offset from GMT
/PHP-7.4/ext/standard/tests/strings/
H A Dstrrpos_variation1.phpt5 /* Prototype : int strrpos ( string $haystack, string $needle [, int $offset] );
H A Dstrrpos_variation2.phpt5 /* Prototype : int strrpos ( string $haystack, string $needle [, int $offset] );
/PHP-7.4/ext/oci8/
H A Dphp_oci8_int.h445 int php_oci_lob_write(php_oci_descriptor *descriptor, ub4 offset, char *data, int data_len, ub4 *by…
457 int php_oci_lob_erase(php_oci_descriptor *descriptor, zend_long offset, ub4 length, ub4 *bytes_eras…
/PHP-7.4/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c817 ssize_t offset, in mbfl_strpos() argument
884 while (offset-- > 0) { in mbfl_strpos()
950 if (offset < 0) { in mbfl_strpos()
951 if (-offset > needle_len) { in mbfl_strpos()
952 offset += needle_len; in mbfl_strpos()
953 while (offset < 0) { in mbfl_strpos()
961 ++offset; in mbfl_strpos()
963 ++offset; in mbfl_strpos()
969 while (offset-- > 0) { in mbfl_strpos()
/PHP-7.4/ext/exif/tests/
H A Dbug72094.phpt26 Warning: exif_read_data(bug72094_1.jpg): Illegal IFD offset in %sbug72094.php on line %d
/PHP-7.4/ext/intl/transliterator/
H A Dtransliterator_class.c342 Transliterator_handlers.offset = XtOffsetOf(Transliterator_object, zo); in transliterator_register_Transliterator_class()
/PHP-7.4/ext/pdo/
H A Dpdo_stmt.c49 ZEND_ARG_INFO(0, offset) in ZEND_END_ARG_INFO()
672 static int do_fetch_common(pdo_stmt_t *stmt, enum pdo_fetch_orientation ori, zend_long offset, int … in do_fetch_common() argument
682 if (!stmt->methods->fetcher(stmt, ori, offset)) { in do_fetch_common()
824 …alue, enum pdo_fetch_type how, enum pdo_fetch_orientation ori, zend_long offset, zval *return_all)… in do_fetch() argument
837 if (!do_fetch_common(stmt, ori, offset, do_bind)) { in do_fetch()
2549 static void row_prop_delete(zval *object, zval *offset, void **cache_slot) in row_prop_delete() argument
2554 static void row_dim_delete(zval *object, zval *offset) in row_dim_delete() argument
2655 pdo_dbstmt_object_handlers.offset = XtOffsetOf(pdo_stmt_t, std); in pdo_stmt_init()
/PHP-7.4/ext/oci8/tests/
H A Dreflection1.phpt419 Parameter #2 [ <optional> $offset ]
479 Parameter #1 [ <optional> $offset ]
562 Parameter #1 [ <required> $offset ]
926 Parameter #2 [ <optional> $offset ]
/PHP-7.4/Zend/
H A Dzend_API.c1222 val = CE_STATIC_MEMBERS(class_type) + prop_info->offset; in zend_update_class_constants()
1302 zval *slot = OBJ_PROP(object, property_info->offset); in object_properties_init_ex()
1354 zval *slot = OBJ_PROP(object, property_info->offset); in object_properties_load()
3727 property_info->offset = property_info_ptr->offset; in zend_declare_typed_property()
3728 zval_ptr_dtor(&ce->default_static_members_table[property_info->offset]); in zend_declare_typed_property()
3731 property_info->offset = ce->default_static_members_count++; in zend_declare_typed_property()
3734 ZVAL_COPY_VALUE(&ce->default_static_members_table[property_info->offset], property); in zend_declare_typed_property()
3748 property_info->offset = property_info_ptr->offset; in zend_declare_typed_property()
3749 zval_ptr_dtor(&ce->default_properties_table[OBJ_PROP_TO_NUM(property_info->offset)]); in zend_declare_typed_property()
3754 ce->properties_info_table[OBJ_PROP_TO_NUM(property_info->offset)] = property_info; in zend_declare_typed_property()
[all …]
/PHP-7.4/ext/intl/common/
H A Dcommon_enum.cpp325 IntlIterator_handlers.offset = XtOffsetOf(IntlIterator_object, zo); in intl_register_IntlIterator_class()
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_stmt_get_result_seek.phpt37 …printf("[006] Expecting offset 0, got %s/%s rows\n", gettype($res->current_field), $res->current_f…
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_dfa_match.c296 int offset; /* Offset to opcode (-ve has meaning) */ member
484 next_active_state->offset = (x); \
493 next_active_state->offset = (x); \
503 next_new_state->offset = (x); \
512 next_new_state->offset = (x); \
750 int state_offset = current_state->offset; in internal_dfa_match()
770 current_state->offset = state_offset = -state_offset; in internal_dfa_match()
780 if (active_states[j].offset == state_offset && in internal_dfa_match()
/PHP-7.4/ext/phar/
H A Dphar_object.c1141 phar_obj = (phar_archive_object*)((char*)Z_OBJ_P(zobj) - Z_OBJ_P(zobj)->handlers->offset); in PHP_METHOD()
1387 …_object *phar_obj = (phar_archive_object*)((char*)Z_OBJ_P(zobj) - Z_OBJ_P(zobj)->handlers->offset); in PHP_METHOD()
1684 data->internal_file->offset_abs = data->internal_file->offset = php_stream_tell(p_obj->fp); in phar_build()
1688 php_stream_tell(p_obj->fp) - data->internal_file->offset; in phar_build()
1966 zend_off_t offset; in phar_copy_file_contents() local
1983 offset = php_stream_tell(fp); in phar_copy_file_contents()
2004 entry->offset = offset; in phar_copy_file_contents()
4484 entry_obj = (phar_entry_object*)((char*)Z_OBJ_P(zobj) - Z_OBJ_P(zobj)->handlers->offset); in PHP_METHOD()
4535 …object *entry_obj = (phar_entry_object*)((char*)Z_OBJ_P(zobj) - Z_OBJ_P(zobj)->handlers->offset); \
4548 …y_object *entry_obj = (phar_entry_object*)((char*)Z_OBJ_P(zobj) - Z_OBJ_P(zobj)->handlers->offset); in PHP_METHOD()
[all …]

Completed in 184 milliseconds

1...<<2122232425262728