Home
last modified time | relevance | path

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

1...<<2122232425262728

/PHP-7.4/
H A DUPGRADING104 groups will now also be set to null (or [null, -1] if offset capture is
404 . The array and string offset access syntax using curly braces is deprecated.
432 pass a 0 offset and encoding as 4th parameter.
H A DNEWS285 . Fixed bug #80972 (Memory exhaustion on invalid string offset). (girgias)
716 . Fixed bug #79947 (Memory leak on invalid offset type in compound
777 offset by reference). (Nikita)
2507 ArrayAccess offset). (Rudi Theunissen, Dmitry)
2680 offset"). (Dmitry)
/PHP-7.4/ext/intl/
H A Dphp_intl.c219 ZEND_ARG_INFO(0, offset)
/PHP-7.4/ext/pdo_mysql/
H A Dmysql_statement.c620 static int pdo_mysql_stmt_fetch(pdo_stmt_t *stmt, enum pdo_fetch_orientation ori, zend_long offset)… in pdo_mysql_stmt_fetch() argument
/PHP-7.4/ext/pdo_firebird/
H A Dfirebird_statement.c179 enum pdo_fetch_orientation ori, zend_long offset) in firebird_stmt_fetch() argument
/PHP-7.4/ext/fileinfo/libmagic/
H A Dapprentice.c1872 m->offset = CAST(int32_t, strtol(l, &t, 0)); in parse()
3365 m->offset = swap4(CAST(uint32_t, m->offset));
/PHP-7.4/ext/tidy/
H A Dtidy.c1088 tidy_object_handlers_node.offset = tidy_object_handlers_doc.offset = XtOffsetOf(PHPTidyObj, std); in PHP_MINIT_FUNCTION()
/PHP-7.4/ext/xmlreader/
H A Dphp_xmlreader.c1310 xmlreader_object_handlers.offset = XtOffsetOf(xmlreader_object, std); in PHP_MINIT_FUNCTION()
/PHP-7.4/Zend/
H A Dzend_builtin_functions.c1119 prop = &ce->default_static_members_table[prop_info->offset]; in add_class_vars()
1122 prop = &ce->default_properties_table[OBJ_PROP_TO_NUM(prop_info->offset)]; in add_class_vars()
H A Dzend_gc.c1565 current->ref = GC_MAKE_GARBAGE(((char*)obj) - obj->handlers->offset); in zend_gc_collect_cycles()
/PHP-7.4/ext/intl/converter/
H A Dconverter.c1096 php_converter_object_handlers.offset = XtOffsetOf(php_converter_object, obj); in php_converter_minit()
/PHP-7.4/ext/pcre/
H A Dphp_pcre.c2999 ZEND_ARG_INFO(0, offset)
3007 ZEND_ARG_INFO(0, offset)
/PHP-7.4/docs/
H A Dstreams.md34 PHPAPI int php_stream_seek(php_stream * stream, off_t offset, int whence);
/PHP-7.4/ext/spl/
H A Dspl_observer.c1336 spl_handler_SplObjectStorage.offset = XtOffsetOf(spl_SplObjectStorage, std); in PHP_MINIT_FUNCTION()
H A Dspl_directory.c3146 spl_filesystem_object_handlers.offset = XtOffsetOf(spl_filesystem_object, std); in PHP_MINIT_FUNCTION()
/PHP-7.4/ext/hash/
H A Dhash.c1255 php_hashcontext_handlers.offset = XtOffsetOf(php_hashcontext_object, std); in PHP_MINIT_FUNCTION()
/PHP-7.4/ext/zlib/
H A Dzlib.c1336 ZEND_ARG_INFO(0, offset)
/PHP-7.4/ext/pdo/
H A Dpdo_dbh.c1400 pdo_dbh_object_handlers.offset = XtOffsetOf(pdo_dbh_object_t, std); in pdo_dbh_init()
/PHP-7.4/ext/mysqli/
H A Dmysqli.c582 mysqli_object_handlers.offset = XtOffsetOf(mysqli_object, zo); in PHP_MINIT_FUNCTION()
/PHP-7.4/ext/xmlwriter/
H A Dphp_xmlwriter.c1826 xmlwriter_object_handlers.offset = XtOffsetOf(ze_xmlwriter_object, std); in PHP_MINIT_FUNCTION()
/PHP-7.4/ext/curl/
H A Dinterface.c2128 static int seek_cb(void *arg, curl_off_t offset, int origin) /* {{{ */ in seek_cb() argument
2136 res = php_stream_seek(cb_arg->stream, offset, origin); in seek_cb()
/PHP-7.4/ext/gmp/
H A Dgmp.c666 gmp_object_handlers.offset = XtOffsetOf(gmp_object, std); in ZEND_MINIT_FUNCTION()
/PHP-7.4/ext/zip/
H A Dphp_zip.c3042 zip_object_handlers.offset = XtOffsetOf(ze_zip_object, zo);
/PHP-7.4/ext/session/
H A Dsession.c3293 Z_LVAL_P(progress->current_file_bytes_processed) = data->offset + data->length; in php_session_rfc1867_callback()
/PHP-7.4/ext/date/lib/
H A Dparse_date.c840 timelib_long offset = 0; in timelib_parse_zone() local
846 offset = timelib_lookup_abbr(ptr, dst, &tz_abbr, &found); in timelib_parse_zone()
864 retval = offset; in timelib_parse_zone()

Completed in 174 milliseconds

1...<<2122232425262728