Home
last modified time | relevance | path

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

1...<<2122232425262728

/PHP-7.4/ext/standard/tests/serialize/
H A Dserialization_error_002.phpt46 Notice: unserialize(): Error at offset 0 of 27 bytes in %s%eserialization_error_002.php on line 20
/PHP-7.4/ext/date/tests/
H A Ddate_sunrise_variation7.phpt15 //Timezone with Latitude, Longitude and GMT offset
H A Ddate_sunset_variation7.phpt15 //Timezone with Latitude, Longitude and GMT offset
/PHP-7.4/ext/libxml/
H A Dphp_libxml.h87 return (php_libxml_node_object *)((char*)(obj) - obj->handlers->offset); in php_libxml_node_fetch_object()
/PHP-7.4/Zend/tests/
H A Dindexing_001.phpt67 Warning: Illegal string offset 'foo' in %s on line %d
72 Warning: Illegal string offset 'foo' in %s on line %d
/PHP-7.4/ext/phar/
H A Dzip.c391 entry.header_offset = PHAR_GET_32(zipentry.offset); in phar_parse_zipfile()
392 …entry.offset = entry.offset_abs = PHAR_GET_32(zipentry.offset) + sizeof(phar_zip_file_header) + PH… in phar_parse_zipfile()
582 php_stream_seek(fp, PHAR_GET_32(zipentry.offset), SEEK_SET); in phar_parse_zipfile()
596 entry.offset = entry.offset_abs = in phar_parse_zipfile()
598 php_stream_seek(fp, entry.offset, SEEK_SET); in phar_parse_zipfile()
602 php_stream_seek(fp, entry.offset, SEEK_SET); in phar_parse_zipfile()
829 zend_off_t offset; in phar_zip_changed_apply_int() local
887 PHAR_SET_32(central.offset, php_stream_tell(p->filefp)); in phar_zip_changed_apply_int()
1018offset = entry->header_offset + sizeof(local) + entry->filename_len + (entry->is_dir ? 1 : 0) + si… in phar_zip_changed_apply_int()
1121 entry->offset = entry->offset_abs = offset; in phar_zip_changed_apply_int()
/PHP-7.4/ext/sockets/
H A Dconversions.c130 static inline void *accounted_safe_ecalloc(size_t nmemb, size_t alloc_size, size_t offset, ser_cont… in accounted_safe_ecalloc() argument
132 void *ret = safe_emalloc(nmemb, alloc_size, offset); in accounted_safe_ecalloc()
133 memset(ret, '\0', nmemb * alloc_size + offset); in accounted_safe_ecalloc()
846 size_t *offset, in from_zval_write_control() argument
901 space_left = *control_len - *offset; in from_zval_write_control()
902 assert(*control_len >= *offset); in from_zval_write_control()
907 memset((char *)*control_buf + *offset, '\0', *control_len - *offset); in from_zval_write_control()
911 cmsghdr = (struct cmsghdr*)(((char*)*control_buf) + *offset); in from_zval_write_control()
919 *offset += req_space; in from_zval_write_control()
/PHP-7.4/ext/standard/tests/file/
H A Dfseek_ftell_rewind_variation2-win32.phpt10 /* Prototype: int fseek ( resource $handle, int $offset [, int $whence] );
33 $offset = array(-1, 0, 1, 513); // different offsets, including negative and beyond size
55 foreach($offset as $count){
59 } //end of offset loop
H A Dfseek_ftell_rewind_variation2.phpt10 /* Prototype: int fseek ( resource $handle, int $offset [, int $whence] );
33 $offset = array(-1, 0, 1, 513); // different offsets, including negative and beyond size
55 foreach($offset as $count){
59 } //end of offset loop
/PHP-7.4/ext/intl/collator/
H A Dcollator_class.c134 Collator_handlers.offset = XtOffsetOf(Collator_object, zo); in collator_register_Collator_class()
/PHP-7.4/ext/oci8/tests/
H A Dbug51291_2.phpt46 ["offset"]=>
/PHP-7.4/ext/pcre/tests/
H A Dpreg_match_all_edit_basic.phpt5 … int preg_match_all(string pattern, string subject, array subpatterns [, int flags [, int offset]])
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct_options.phpt13 function set_option_and_check($offset, $option, $value, $option_desc) {
23 $offset,
28 printf("[%03d] %s\n", $offset, $e->getMessage());
H A Dpdo_mysql_prepare_emulated.phpt15 function prepex($offset, &$db, $query, $input_params = null, $error_info = null) {
30 $offset, $error_info['prepare']['sqlstate'], $tmp[0]);
37 $offset, $error_info['prepare']['mysql'], $tmp[0]);
62 $offset, $error_info['execute']['sqlstate'], $tmp[0]);
69 $offset, $error_info['execute']['mysql'], $tmp[0]);
78 $offset, $e->getMessage(),
/PHP-7.4/win32/
H A Dioutil.c1169 size_t offset = 0; in php_win32_ioutil_readlink_w() local
1196 offset = 4; in php_win32_ioutil_readlink_w()
1200 offset += 2; in php_win32_ioutil_readlink_w()
1201 target[offset] = L'\\'; in php_win32_ioutil_readlink_w()
1206 ret = target_len - offset; in php_win32_ioutil_readlink_w()
1207 memcpy(buf, target + offset, (ret + 1)*sizeof(wchar_t)); in php_win32_ioutil_readlink_w()
/PHP-7.4/ext/session/tests/
H A Dsession_encode_error2.phpt229 Warning: Illegal offset type in %s on line 82
246 Notice: Resource ID#%d used as offset, casting to integer (%d) in %s on line %d
/PHP-7.4/ext/mysqli/
H A Dmysqli_api.c771 zend_long offset; local
773 …(ZEND_NUM_ARGS(), getThis(), "Ol", &mysql_result, mysqli_result_class_entry, &offset) == FAILURE) {
784 if (offset < 0 || (uint64_t)offset >= mysql_num_rows(result)) {
788 mysql_data_seek(result, offset);
1242 zend_long offset; local
1250 if (offset < 0 || offset >= (zend_long) mysql_num_fields(result)) {
1255 if (!(field = mysql_fetch_field_direct(result,offset))) {
2082 zend_long offset; local
2084 …ters(ZEND_NUM_ARGS(), getThis(), "Ol", &mysql_stmt, mysqli_stmt_class_entry, &offset) == FAILURE) {
2087 if (offset < 0) {
[all …]
/PHP-7.4/ext/gd/libgd/
H A Dgd_filter.c335 int gdImageConvolution(gdImagePtr src, float filter[3][3], float filter_div, float offset) in gdImageConvolution() argument
378 new_r = (new_r/filter_div)+offset; in gdImageConvolution()
379 new_g = (new_g/filter_div)+offset; in gdImageConvolution()
380 new_b = (new_b/filter_div)+offset; in gdImageConvolution()
/PHP-7.4/ext/opcache/Optimizer/
H A Dpass1_5.c140 zval *offset; in zend_optimizer_pass1() local
145 …if ((offset = zend_get_constant_str("__COMPILER_HALT_OFFSET__", sizeof("__COMPILER_HALT_OFFSET__")… in zend_optimizer_pass1()
148 … if (zend_optimizer_replace_by_const(op_array, opline, IS_TMP_VAR, opline->result.var, offset)) { in zend_optimizer_pass1()
154 zend_optimizer_update_op1_const(op_array, opline, offset); in zend_optimizer_pass1()
/PHP-7.4/ext/spl/
H A Dspl_iterators.h136 zend_long offset; member
/PHP-7.4/ext/intl/spoofchecker/
H A Dspoofchecker_class.c149 Spoofchecker_handlers.offset = XtOffsetOf(Spoofchecker_object, zo); in spoofchecker_register_Spoofchecker_class()
/PHP-7.4/ext/intl/tests/
H A Dcalendar_fromDateTime_error.phpt48 Warning: IntlCalendar::fromDateTime(): intlcal_from_date_time: object has an time zone offset that'…
/PHP-7.4/ext/phar/tests/
H A Dphar_offset_check.phpt2 Phar: disallow stub and alias setting via offset*() methods
/PHP-7.4/ext/standard/tests/strings/
H A Dstripos_error.phpt5 /* Prototype : int stripos ( string $haystack, string $needle [, int $offset] );
H A Dstrripos_basic2.phpt5 /* Prototype : int strripos ( string $haystack, string $needle [, int $offset] );

Completed in 55 milliseconds

1...<<2122232425262728