Home
last modified time | relevance | path

Searched refs:offset (Results 301 – 325 of 812) sorted by relevance

1...<<11121314151617181920>>...33

/php-src/ext/snmp/
H A Dsnmp.c108 int offset; member
402 objid_query->offset = objid_query->count; in php_snmp_internal()
439 …for (count = 0; objid_query->offset < objid_query->count && count < objid_query->step; objid_query… in php_snmp_internal()
441 …->offset].name, objid_query->vars[objid_query->offset].name_length, objid_query->vars[objid_query-… in php_snmp_internal()
442 …d(buf, sizeof(buf), objid_query->vars[objid_query->offset].name, objid_query->vars[objid_query->of… in php_snmp_internal()
449 …p_add_null_var(pdu, objid_query->vars[objid_query->offset].name, objid_query->vars[objid_query->of… in php_snmp_internal()
495 objid_query->offset = 0; in php_snmp_internal()
576 …objid_query->offset = ((objid_query->offset > objid_query->step) ? (objid_query->offset - objid_qu… in php_snmp_internal()
772 for (objid_query->offset = 0; objid_query->offset < objid_query->count; objid_query->offset++) { in php_snmp_parse_oid()
774 …id_query->vars[objid_query->offset].oid, objid_query->vars[objid_query->offset].name, &(objid_quer… in php_snmp_parse_oid()
[all …]
/php-src/ext/spl/
H A Dspl_observer.c446 …if (UNEXPECTED(offset == NULL || Z_TYPE_P(offset) != IS_OBJECT || (intern->flags & SOS_OVERRIDDEN_… in spl_object_storage_has_dimension()
448 return zend_std_has_dimension(object, offset, check_empty); in spl_object_storage_has_dimension()
465 …if (UNEXPECTED(offset == NULL || Z_TYPE_P(offset) != IS_OBJECT || (intern->flags & SOS_OVERRIDDEN_… in spl_object_storage_read_dimension()
467 return zend_std_read_dimension(object, offset, type, rv); in spl_object_storage_read_dimension()
488 …if (UNEXPECTED(offset == NULL || Z_TYPE_P(offset) != IS_OBJECT || (intern->flags & SOS_OVERRIDDEN_… in spl_object_storage_write_dimension()
489 zend_std_write_dimension(object, offset, inf); in spl_object_storage_write_dimension()
492 spl_object_storage_attach_handle(intern, Z_OBJ_P(offset), inf); in spl_object_storage_write_dimension()
495 static void spl_object_storage_unset_dimension(zend_object *object, zval *offset) in spl_object_storage_unset_dimension() argument
499 zend_std_unset_dimension(object, offset); in spl_object_storage_unset_dimension()
502 zend_hash_index_del(&intern->storage, Z_OBJ_HANDLE_P(offset)); in spl_object_storage_unset_dimension()
[all …]
/php-src/ext/date/tests/
H A Didate_variation5.phpt20 'Time zone offset' => 'Z'
53 --Time zone offset--
/php-src/ext/session/tests/
H A Dbug72562.phpt43 Warning: unserialize(): Error at offset 0 of 1 bytes in %s on line %d
45 Warning: unserialize(): Error at offset 4 of 4 bytes in %s on line %d
/php-src/ext/standard/tests/serialize/
H A Dbug72663_2.phpt26 Warning: unserialize(): Error at offset 49 of 50 bytes in %s on line %d
28 Warning: unserialize(): Error at offset 82 of 83 bytes in %s on line %d
H A Dunserialize_extra_data_003.phpt29 Warning: unserialize(): Extra data starting at offset 42 of 49 bytes in %s on line %d
31 Warning: unserialize(): Extra data starting at offset 64 of 71 bytes in %s on line %d
/php-src/ext/standard/tests/strings/
H A Dbug72663.phpt26 Warning: unserialize(): Error at offset 49 of 50 bytes in %s on line %d
28 Warning: unserialize(): Error at offset 82 of 83 bytes in %s on line %d
/php-src/ext/ftp/tests/
H A Dgh10521.phpt2 GH-10521 (ftp_get/ftp_nb_get resumepos offset is maximum 10GB)
24 // We just want to see if the offset was correctly received.
/php-src/ext/mbstring/tests/
H A Dmb_strrpos_basic.phpt25 echo "\n-- ASCII string with negative offset --\n";
47 -- ASCII string with negative offset --
/php-src/ext/shmop/
H A Dshmop_arginfo.h13 ZEND_ARG_TYPE_INFO(0, offset, IS_LONG, 0)
28 ZEND_ARG_TYPE_INFO(0, offset, IS_LONG, 0)
/php-src/ext/fileinfo/libmagic/
H A Dder.c275 DPRINTF(("%s1: %u %" SIZE_T_FORMAT "u %d\n", __func__, ms->offset, in der_offs()
276 offs, m->offset)); in der_offs()
283 DPRINTF(("%s2: %u %" SIZE_T_FORMAT "u %u\n", __func__, ms->offset, in der_offs()
286 offs += ms->offset + m->offset; in der_offs()
321 DPRINTF(("%s1: %d %" SIZE_T_FORMAT "u %d\n", __func__, ms->offset, in der_cmp()
322 offs, m->offset)); in der_cmp()
/php-src/ext/random/
H A Drandomizer.c258 zend_ulong offset = (double) ( (double) max - min + 1.0) * (r / (PHP_MT_RAND_MAX + 1.0)); in PHP_METHOD() local
260 result = (zend_long) (offset + min); in PHP_METHOD()
414 uint64_t offset = engine.algo->range(engine.state, 0, max_offset); in PHP_METHOD() local
421 ZSTR_VAL(retval)[total_size++] = ZSTR_VAL(source)[offset]; in PHP_METHOD()
442 uint64_t offset = (result.result >> (i * 8)) & mask; in PHP_METHOD() local
444 if (offset > max_offset) { in PHP_METHOD()
456 ZSTR_VAL(retval)[total_size++] = ZSTR_VAL(source)[offset]; in PHP_METHOD()
/php-src/ext/intl/tests/
H A Dmsgfmt_format_subpatterns.phpt18 female {{1, plural, offset:1
23 male {{1, plural, offset:1
28 other {{1, plural, offset:1
/php-src/ext/mysqli/tests/
H A Dmysqli_num_rows.phpt13 function func_test_mysqli_num_rows($link, $query, $expected, $offset, $test_free = false) {
16 printf("[%03d] [%d] %s\n", $offset, mysqli_errno($link), mysqli_error($link));
22 printf("[%03d] Expecting %s/%d, got %s/%d\n", $offset + 1,
/php-src/Zend/
H A Dzend_interfaces_arginfo.h21 ZEND_ARG_TYPE_INFO(0, offset, IS_MIXED, 0)
25 ZEND_ARG_TYPE_INFO(0, offset, IS_MIXED, 0)
29 ZEND_ARG_TYPE_INFO(0, offset, IS_MIXED, 0)
34 ZEND_ARG_TYPE_INFO(0, offset, IS_MIXED, 0)
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_T2_32.c1237 sljit_uw offset; in sljit_emit_enter() local
1294 offset = 0; in sljit_emit_enter()
1300 if (offset & 0x7) in sljit_emit_enter()
1347 offset = SLJIT_FR0; in sljit_emit_enter()
1357 offset++; in sljit_emit_enter()
1369 offset++; in sljit_emit_enter()
2546 sljit_u32 offset = 0; in softfloat_call_with_args() local
2564 if (offset & 0x7) in softfloat_call_with_args()
2590 offset = ((offset - 4 * sizeof(sljit_sw)) + 0x7) & ~(sljit_uw)0x7; in softfloat_call_with_args()
2696 offset++; in hardfloat_call_with_args()
[all …]
/php-src/tests/lang/
H A Dbug22592.phpt42 [Only the first byte will be assigned to the string offset]
46 [Only the first byte will be assigned to the string offset]
/php-src/ext/date/lib/
H A Dtimelib_private.h131 int32_t offset; member
142 int32_t offset; member
/php-src/ext/intl/breakiterator/
H A Dbreakiterator_methods.cpp286 zend_long offset; in PHP_METHOD() local
291 &offset) == FAILURE) { in PHP_METHOD()
295 if (UNEXPECTED(offset < INT32_MIN || offset > INT32_MAX)) { in PHP_METHOD()
302 UBool res = bio->biter->isBoundary((int32_t)offset); in PHP_METHOD()
/php-src/tests/strings/
H A Doffsets_chaining_1.phpt2 testing the behavior of string offset chaining
H A Doffsets_chaining_3.phpt2 testing the behavior of string offset chaining
/php-src/ext/dom/
H A Dhtml_collection.h20 zval *dom_html_collection_read_dimension(zend_object *object, zval *offset, int type, zval *rv);
H A Dphp_dom.c2186 if (UNEXPECTED(!offset)) { in dom_nodelist_read_dimension()
2191 ZVAL_DEREF(offset); in dom_nodelist_read_dimension()
2211 zend_long offset; in dom_nodelist_has_dimension() local
2217 return offset >= 0 && offset < php_dom_get_nodelist_length(php_dom_obj_from_obj(object)); in dom_nodelist_has_dimension()
2278 if (UNEXPECTED(!offset)) { in dom_nodemap_read_dimension()
2283 ZVAL_DEREF(offset); in dom_nodemap_read_dimension()
2309 zend_long offset; in dom_nodemap_has_dimension() local
2320 if (UNEXPECTED(!offset)) { in dom_modern_nodemap_read_dimension()
2327 ZVAL_DEREF(offset); in dom_modern_nodemap_read_dimension()
2365 return offset >= 0 && offset < php_dom_get_namednodemap_length(obj); in dom_modern_nodemap_has_dimension()
[all …]
/php-src/TSRM/
H A DTSRM.c79 #define TSRM_SAFE_RETURN_RSRC(array, offset, range) \ argument
81 int unshuffled_offset = TSRM_UNSHUFFLE_RSRC_ID(offset); \
83 if (offset==0) { \
97 #define TSRM_SAFE_RETURN_RSRC(array, offset, range) \ argument
98 if (offset==0) { \
101 return array[TSRM_UNSHUFFLE_RSRC_ID(offset)]; \
323 TSRM_API ts_rsrc_id ts_allocate_fast_id(ts_rsrc_id *rsrc_id, size_t *offset, size_t size, ts_alloca… in ts_allocate_fast_id() argument
337 *offset = 0; in ts_allocate_fast_id()
342 *offset = TSRM_ALIGNED_SIZE(sizeof(tsrm_tls_entry)) + tsrm_reserved_pos; in ts_allocate_fast_id()
361 resource_types_table[TSRM_UNSHUFFLE_RSRC_ID(*rsrc_id)].fast_offset = *offset; in ts_allocate_fast_id()
/php-src/ext/standard/tests/array/
H A Darray_key_exists_variation1.phpt132 Cannot access offset of type array on array
144 Cannot access offset of type classA on array
154 Warning: Resource ID#%d used as offset, casting to integer (%d) in %s on line %d

Completed in 72 milliseconds

1...<<11121314151617181920>>...33