offset 68 TSRM/TSRM.c int unshuffled_offset = TSRM_UNSHUFFLE_RSRC_ID(offset); \
offset 70 TSRM/TSRM.c if (offset==0) { \
offset 85 TSRM/TSRM.c if (offset==0) { \
offset 88 TSRM/TSRM.c return array[TSRM_UNSHUFFLE_RSRC_ID(offset)]; \
offset 31 TSRM/readdir.h short offset; /* offset into directory */
offset 264 TSRM/tsrm_virtual_cwd.c unsigned int offset = 4;
offset 269 TSRM/tsrm_virtual_cwd.c offset += 2;
offset 271 TSRM/tsrm_virtual_cwd.c target[offset] = '\\';
offset 274 TSRM/tsrm_virtual_cwd.c memcpy(tmp, target + offset, dwRet);
offset 1070 Zend/zend_API.c offset == prop_info->offset) {
offset 3426 Zend/zend_API.c property_info.offset = property_info_ptr->offset;
offset 3427 Zend/zend_API.c zval_ptr_dtor(&ce->default_static_members_table[property_info.offset]);
offset 3430 Zend/zend_API.c property_info.offset = ce->default_static_members_count++;
offset 3433 Zend/zend_API.c ce->default_static_members_table[property_info.offset] = property;
offset 3440 Zend/zend_API.c property_info.offset = property_info_ptr->offset;
offset 3441 Zend/zend_API.c zval_ptr_dtor(&ce->default_properties_table[property_info.offset]);
offset 3444 Zend/zend_API.c property_info.offset = ce->default_properties_count++;
offset 3447 Zend/zend_API.c ce->default_properties_table[property_info.offset] = property;
offset 546 Zend/zend_alloc.c #define ZEND_MM_BLOCK_AT(blk, offset) ((zend_mm_block *) (((char *) (blk))+(offset)))
offset 712 Zend/zend_alloc.c static const int offset[16] = {4,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0};
offset 716 Zend/zend_alloc.c n = offset[_size & 15];
offset 720 Zend/zend_alloc.c n = offset[_size & 15];
offset 2472 Zend/zend_alloc.c "rm"(offset));
offset 2475 Zend/zend_alloc.c zend_error_noreturn(E_ERROR, "Possible integer overflow in memory allocation (%zu * %zu + %zu)", nmemb, size, offset);
offset 2500 Zend/zend_alloc.c "rm"(offset));
offset 2504 Zend/zend_alloc.c zend_error_noreturn(E_ERROR, "Possible integer overflow in memory allocation (%zu * %zu + %zu)", nmemb, size, offset);
offset 2521 Zend/zend_alloc.c "0"(offset),
offset 2525 Zend/zend_alloc.c zend_error_noreturn(E_ERROR, "Possible integer overflow in memory allocation (%zu * %zu + %zu)", nmemb, size, offset);
offset 2542 Zend/zend_alloc.c "r"(offset));
offset 2545 Zend/zend_alloc.c zend_error_noreturn(E_ERROR, "Possible integer overflow in memory allocation (%zu * %zu + %zu)", nmemb, size, offset);
offset 2555 Zend/zend_alloc.c zend_ulong64 res = (zend_ulong64)nmemb * (zend_ulong64)size + (zend_ulong64)offset;
offset 2558 Zend/zend_alloc.c zend_error_noreturn(E_ERROR, "Possible integer overflow in memory allocation (%zu * %zu + %zu)", nmemb, size, offset);
offset 2568 Zend/zend_alloc.c size_t res = nmemb * size + offset;
offset 2569 Zend/zend_alloc.c double _d = (double)nmemb * (double)size + (double)offset;
offset 2573 Zend/zend_alloc.c zend_error_noreturn(E_ERROR, "Possible integer overflow in memory allocation (%zu * %zu + %zu)", nmemb, size, offset);
offset 2583 Zend/zend_alloc.c return emalloc_rel(safe_address(nmemb, size, offset));
offset 2588 Zend/zend_alloc.c return pemalloc(safe_address(nmemb, size, offset), 1);
offset 2593 Zend/zend_alloc.c return erealloc_rel(ptr, safe_address(nmemb, size, offset));
offset 2598 Zend/zend_alloc.c return perealloc(ptr, safe_address(nmemb, size, offset), 1);
offset 123 Zend/zend_alloc.h #define safe_pemalloc(nmemb, size, offset, persistent) ((persistent)?_safe_malloc(nmemb, size, offset):safe_emalloc(nmemb, size, offset))
offset 127 Zend/zend_alloc.h #define safe_perealloc(ptr, nmemb, size, offset, persistent) ((persistent)?_safe_realloc((ptr), (nmemb), (size), (offset)):safe_erealloc((ptr), (nmemb), (size), (offset)))
offset 927 Zend/zend_builtin_functions.c if (prop_info->offset >= 0) {
offset 929 Zend/zend_builtin_functions.c prop = ce->default_static_members_table[prop_info->offset];
offset 931 Zend/zend_builtin_functions.c prop = ce->default_properties_table[prop_info->offset];
offset 847 Zend/zend_compile.c fetch_array_dim(result, parent, offset TSRMLS_CC);
offset 1874 Zend/zend_compile.c SET_NODE(opline->op1, offset);
offset 2562 Zend/zend_compile.c !ARG_SHOULD_BE_SENT_BY_REF(function_ptr, (zend_uint) offset)) {
offset 2574 Zend/zend_compile.c if (ARG_MAY_BE_SENT_BY_REF(function_ptr, (zend_uint) offset)) {
offset 2587 Zend/zend_compile.c send_by_reference = ARG_SHOULD_BE_SENT_BY_REF(function_ptr, (zend_uint) offset) ? ZEND_ARG_SEND_BY_REF : 0;
offset 2623 Zend/zend_compile.c zend_do_end_variable_parse(param, BP_VAR_FUNC_ARG, offset TSRMLS_CC);
offset 2649 Zend/zend_compile.c opline->op2.opline_num = offset;
offset 2812 Zend/zend_compile.c CG(active_op_array)->try_catch_array[offset].catch_op = catch_op;
offset 3235 Zend/zend_compile.c if (UNEXPECTED(offset - buf + size >= length)) { \
offset 3242 Zend/zend_compile.c char *offset, *buf;
offset 3245 Zend/zend_compile.c offset = buf = (char *)emalloc(length * sizeof(char));
offset 3247 Zend/zend_compile.c *(offset++) = '&';
offset 3248 Zend/zend_compile.c *(offset++) = ' ';
offset 3252 Zend/zend_compile.c memcpy(offset, fptr->common.scope->name, fptr->common.scope->name_length);
offset 3253 Zend/zend_compile.c offset += fptr->common.scope->name_length;
offset 3254 Zend/zend_compile.c *(offset++) = ':';
offset 3255 Zend/zend_compile.c *(offset++) = ':';
offset 3260 Zend/zend_compile.c REALLOC_BUF_IF_EXCEED(buf, offset, length, name_len);
offset 3261 Zend/zend_compile.c memcpy(offset, fptr->common.function_name, name_len);
offset 3262 Zend/zend_compile.c offset += name_len;
offset 3265 Zend/zend_compile.c *(offset++) = '(';
offset 3285 Zend/zend_compile.c REALLOC_BUF_IF_EXCEED(buf, offset, length, class_name_len);
offset 3286 Zend/zend_compile.c memcpy(offset, class_name, class_name_len);
offset 3287 Zend/zend_compile.c offset += class_name_len;
offset 3288 Zend/zend_compile.c *(offset++) = ' ';
offset 3293 Zend/zend_compile.c REALLOC_BUF_IF_EXCEED(buf, offset, length, type_name_len);
offset 3294 Zend/zend_compile.c memcpy(offset, type_name, type_name_len);
offset 3295 Zend/zend_compile.c offset += type_name_len;
offset 3296 Zend/zend_compile.c *(offset++) = ' ';
offset 3300 Zend/zend_compile.c *(offset++) = '&';
offset 3302 Zend/zend_compile.c *(offset++) = '$';
offset 3305 Zend/zend_compile.c REALLOC_BUF_IF_EXCEED(buf, offset, length, arg_info->name_len);
offset 3306 Zend/zend_compile.c memcpy(offset, arg_info->name, arg_info->name_len);
offset 3307 Zend/zend_compile.c offset += arg_info->name_len;
offset 3310 Zend/zend_compile.c memcpy(offset, "param", 5);
offset 3311 Zend/zend_compile.c offset += 5;
offset 3313 Zend/zend_compile.c *(offset++) = (char) (idx % 10) + '0';
offset 3318 Zend/zend_compile.c *(offset++) = ' ';
offset 3319 Zend/zend_compile.c *(offset++) = '=';
offset 3320 Zend/zend_compile.c *(offset++) = ' ';
offset 3346 Zend/zend_compile.c REALLOC_BUF_IF_EXCEED(buf, offset, length, Z_STRLEN_P(zv));
offset 3347 Zend/zend_compile.c memcpy(offset, Z_STRVAL_P(zv), Z_STRLEN_P(zv));
offset 3348 Zend/zend_compile.c offset += Z_STRLEN_P(zv);
offset 3351 Zend/zend_compile.c memcpy(offset, "true", 4);
offset 3352 Zend/zend_compile.c offset += 4;
offset 3354 Zend/zend_compile.c memcpy(offset, "false", 5);
offset 3355 Zend/zend_compile.c offset += 5;
offset 3358 Zend/zend_compile.c memcpy(offset, "NULL", 4);
offset 3359 Zend/zend_compile.c offset += 4;
offset 3361 Zend/zend_compile.c *(offset++) = '\'';
offset 3362 Zend/zend_compile.c REALLOC_BUF_IF_EXCEED(buf, offset, length, MIN(Z_STRLEN_P(zv), 10));
offset 3363 Zend/zend_compile.c memcpy(offset, Z_STRVAL_P(zv), MIN(Z_STRLEN_P(zv), 10));
offset 3364 Zend/zend_compile.c offset += MIN(Z_STRLEN_P(zv), 10);
offset 3366 Zend/zend_compile.c *(offset++) = '.';
offset 3367 Zend/zend_compile.c *(offset++) = '.';
offset 3368 Zend/zend_compile.c *(offset++) = '.';
offset 3370 Zend/zend_compile.c *(offset++) = '\'';
offset 3372 Zend/zend_compile.c memcpy(offset, "Array", 5);
offset 3373 Zend/zend_compile.c offset += 5;
offset 3376 Zend/zend_compile.c REALLOC_BUF_IF_EXCEED(buf, offset, length, Z_STRLEN(zv_copy));
offset 3377 Zend/zend_compile.c memcpy(offset, Z_STRVAL(zv_copy), Z_STRLEN(zv_copy));
offset 3378 Zend/zend_compile.c offset += Z_STRLEN(zv_copy);
offset 3386 Zend/zend_compile.c memcpy(offset, "NULL", 4);
offset 3387 Zend/zend_compile.c offset += 4;
offset 3392 Zend/zend_compile.c *(offset++) = ',';
offset 3393 Zend/zend_compile.c *(offset++) = ' ';
offset 3396 Zend/zend_compile.c REALLOC_BUF_IF_EXCEED(buf, offset, length, 32);
offset 3399 Zend/zend_compile.c *(offset++) = ')';
offset 3400 Zend/zend_compile.c *offset = '\0';
offset 3533 Zend/zend_compile.c zval_ptr_dtor(&(ce->default_properties_table[parent_info->offset]));
offset 3534 Zend/zend_compile.c ce->default_properties_table[parent_info->offset] = ce->default_properties_table[child_info->offset];
offset 3535 Zend/zend_compile.c ce->default_properties_table[child_info->offset] = NULL;
offset 3536 Zend/zend_compile.c child_info->offset = parent_info->offset;
offset 3712 Zend/zend_compile.c property_info->offset += parent_ce->default_static_members_count;
offset 3714 Zend/zend_compile.c property_info->offset += parent_ce->default_properties_count;
offset 4318 Zend/zend_compile.c ce->default_static_members_table[coliding_prop->offset],
offset 4319 Zend/zend_compile.c ce->traits[i]->default_static_members_table[property_info->offset] TSRMLS_CC))
offset 4323 Zend/zend_compile.c ce->default_properties_table[coliding_prop->offset],
offset 4324 Zend/zend_compile.c ce->traits[i]->default_properties_table[property_info->offset] TSRMLS_CC))
offset 4353 Zend/zend_compile.c prop_value = ce->traits[i]->default_static_members_table[property_info->offset];
offset 4355 Zend/zend_compile.c prop_value = ce->traits[i]->default_properties_table[property_info->offset];
offset 5747 Zend/zend_compile.c if (offset) {
offset 5748 Zend/zend_compile.c SET_NODE(opline->op2, offset);
offset 5779 Zend/zend_compile.c if (offset) {
offset 5780 Zend/zend_compile.c SET_NODE(opline->op2, offset);
offset 5806 Zend/zend_compile.c if (offset) {
offset 5807 Zend/zend_compile.c switch (offset->u.constant.type & IS_CONSTANT_TYPE_MASK) {
offset 5811 Zend/zend_compile.c Z_STRVAL(offset->u.constant) = erealloc(Z_STRVAL(offset->u.constant), Z_STRLEN(offset->u.constant)+3);
offset 5812 Zend/zend_compile.c Z_STRVAL(offset->u.constant)[Z_STRLEN(offset->u.constant)+1] = Z_TYPE(offset->u.constant);
offset 5813 Zend/zend_compile.c Z_STRVAL(offset->u.constant)[Z_STRLEN(offset->u.constant)+2] = 0;
offset 5814 Zend/zend_compile.c zend_symtable_update(result->u.constant.value.ht, Z_STRVAL(offset->u.constant), Z_STRLEN(offset->u.constant)+3, &element, sizeof(zval *), NULL);
offset 5815 Zend/zend_compile.c zval_dtor(&offset->u.constant);
offset 5818 Zend/zend_compile.c zend_symtable_update(result->u.constant.value.ht, offset->u.constant.value.str.val, offset->u.constant.value.str.len+1, &element, sizeof(zval *), NULL);
offset 5819 Zend/zend_compile.c zval_dtor(&offset->u.constant);
offset 5826 Zend/zend_compile.c zend_hash_index_update(Z_ARRVAL(result->u.constant), Z_LVAL(offset->u.constant), &element, sizeof(zval *), NULL);
offset 5829 Zend/zend_compile.c zend_hash_index_update(Z_ARRVAL(result->u.constant), zend_dval_to_lval(Z_DVAL(offset->u.constant)), &element, sizeof(zval *), NULL);
offset 224 Zend/zend_compile.h int offset;
offset 65 Zend/zend_execute.c #define EX_T(offset) (*EX_TMP_VAR(execute_data, offset))
offset 760 Zend/zend_execute.c if (((int)T->str_offset.offset < 0)) {
offset 761 Zend/zend_execute.c zend_error(E_WARNING, "Illegal string offset: %d", T->str_offset.offset);
offset 765 Zend/zend_execute.c if (T->str_offset.offset >= Z_STRLEN_P(T->str_offset.str)) {
offset 767 Zend/zend_execute.c char *tmp = (char *) emalloc(T->str_offset.offset+1+1);
offset 772 Zend/zend_execute.c Z_STRVAL_P(T->str_offset.str) = (char *) erealloc(Z_STRVAL_P(T->str_offset.str), T->str_offset.offset+1+1);
offset 776 Zend/zend_execute.c T->str_offset.offset - Z_STRLEN_P(T->str_offset.str));
offset 777 Zend/zend_execute.c Z_STRVAL_P(T->str_offset.str)[T->str_offset.offset+1] = 0;
offset 778 Zend/zend_execute.c Z_STRLEN_P(T->str_offset.str) = T->str_offset.offset+1;
offset 794 Zend/zend_execute.c Z_STRVAL_P(T->str_offset.str)[T->str_offset.offset] = Z_STRVAL(tmp)[0];
offset 797 Zend/zend_execute.c Z_STRVAL_P(T->str_offset.str)[T->str_offset.offset] = Z_STRVAL_P(value)[0];
offset 1182 Zend/zend_execute.c result->str_offset.offset = Z_LVAL_P(dim);
offset 40 Zend/zend_execute.h zend_uint offset;
offset 483 Zend/zend_language_scanner.c size_t size, offset = 0;
offset 487 Zend/zend_language_scanner.c if ((offset = ftell(file_handle->handle.fp)) == -1) {
offset 488 Zend/zend_language_scanner.c offset = 0;
offset 525 Zend/zend_language_scanner.c SCNG(yy_start) = (unsigned char *)buf - offset;
offset 706 Zend/zend_language_scanner.c size_t offset = SCNG(yy_cursor) - SCNG(yy_start);
offset 708 Zend/zend_language_scanner.c size_t original_offset = offset, length = 0;
offset 711 Zend/zend_language_scanner.c if ((size_t)-1 == SCNG(input_filter)(&p, &length, SCNG(script_org), offset TSRMLS_CC)) {
offset 716 Zend/zend_language_scanner.c offset--;
offset 718 Zend/zend_language_scanner.c offset++;
offset 722 Zend/zend_language_scanner.c return offset;
offset 81 Zend/zend_object_handlers.c prop_info->offset >= 0 &&
offset 82 Zend/zend_object_handlers.c zobj->properties_table[prop_info->offset]) {
offset 83 Zend/zend_object_handlers.c zend_hash_quick_add(zobj->properties, prop_info->name, prop_info->name_length+1, prop_info->h, (void**)&zobj->properties_table[prop_info->offset], sizeof(zval*), (void**)&zobj->properties_table[prop_info->offset]);
offset 94 Zend/zend_object_handlers.c prop_info->offset >= 0 &&
offset 95 Zend/zend_object_handlers.c zobj->properties_table[prop_info->offset]) {
offset 96 Zend/zend_object_handlers.c zend_hash_quick_add(zobj->properties, prop_info->name, prop_info->name_length+1, prop_info->h, (void**)&zobj->properties_table[prop_info->offset], sizeof(zval*), (void**)&zobj->properties_table[prop_info->offset]);
offset 348 Zend/zend_object_handlers.c EG(std_property_info).offset = -1;
offset 453 Zend/zend_object_handlers.c property_info->offset >= 0) ?
offset 455 Zend/zend_object_handlers.c ((retval = (zval**)zobj->properties_table[property_info->offset]) == NULL) :
offset 456 Zend/zend_object_handlers.c (*(retval = &zobj->properties_table[property_info->offset]) == NULL)) :
offset 546 Zend/zend_object_handlers.c property_info->offset >= 0) ?
offset 548 Zend/zend_object_handlers.c ((variable_ptr = (zval**)zobj->properties_table[property_info->offset]) != NULL) :
offset 549 Zend/zend_object_handlers.c (*(variable_ptr = &zobj->properties_table[property_info->offset]) != NULL)) :
offset 603 Zend/zend_object_handlers.c property_info->offset >= 0) {
offset 605 Zend/zend_object_handlers.c zobj->properties_table[property_info->offset] = value;
offset 606 Zend/zend_object_handlers.c } else if (zobj->properties_table[property_info->offset]) {
offset 607 Zend/zend_object_handlers.c *(zval**)zobj->properties_table[property_info->offset] = value;
offset 609 Zend/zend_object_handlers.c zend_hash_quick_update(zobj->properties, property_info->name, property_info->name_length+1, property_info->h, &value, sizeof(zval *), (void**)&zobj->properties_table[property_info->offset]);
offset 640 Zend/zend_object_handlers.c if(offset == NULL) {
offset 642 Zend/zend_object_handlers.c ALLOC_INIT_ZVAL(offset);
offset 644 Zend/zend_object_handlers.c SEPARATE_ARG_IF_REF(offset);
offset 646 Zend/zend_object_handlers.c zend_call_method_with_1_params(&object, ce, NULL, "offsetget", &retval, offset);
offset 648 Zend/zend_object_handlers.c zval_ptr_dtor(&offset);
offset 673 Zend/zend_object_handlers.c if (!offset) {
offset 674 Zend/zend_object_handlers.c ALLOC_INIT_ZVAL(offset);
offset 676 Zend/zend_object_handlers.c SEPARATE_ARG_IF_REF(offset);
offset 678 Zend/zend_object_handlers.c zend_call_method_with_2_params(&object, ce, NULL, "offsetset", NULL, offset, value);
offset 679 Zend/zend_object_handlers.c zval_ptr_dtor(&offset);
offset 693 Zend/zend_object_handlers.c SEPARATE_ARG_IF_REF(offset);
offset 694 Zend/zend_object_handlers.c zend_call_method_with_1_params(&object, ce, NULL, "offsetexists", &retval, offset);
offset 699 Zend/zend_object_handlers.c zend_call_method_with_1_params(&object, ce, NULL, "offsetget", &retval, offset);
offset 708 Zend/zend_object_handlers.c zval_ptr_dtor(&offset);
offset 742 Zend/zend_object_handlers.c property_info->offset >= 0) ?
offset 744 Zend/zend_object_handlers.c ((retval = (zval**)zobj->properties_table[property_info->offset]) == NULL) :
offset 745 Zend/zend_object_handlers.c (*(retval = &zobj->properties_table[property_info->offset]) == NULL)) :
offset 759 Zend/zend_object_handlers.c property_info->offset >= 0) {
offset 761 Zend/zend_object_handlers.c zobj->properties_table[property_info->offset] = new_zval;
offset 762 Zend/zend_object_handlers.c retval = &zobj->properties_table[property_info->offset];
offset 763 Zend/zend_object_handlers.c } else if (zobj->properties_table[property_info->offset]) {
offset 764 Zend/zend_object_handlers.c *(zval**)zobj->properties_table[property_info->offset] = new_zval;
offset 765 Zend/zend_object_handlers.c retval = (zval**)zobj->properties_table[property_info->offset];
offset 767 Zend/zend_object_handlers.c zend_hash_quick_update(zobj->properties, property_info->name, property_info->name_length+1, property_info->h, &new_zval, sizeof(zval *), (void**)&zobj->properties_table[property_info->offset]);
offset 768 Zend/zend_object_handlers.c retval = (zval**)zobj->properties_table[property_info->offset];
offset 817 Zend/zend_object_handlers.c property_info->offset >= 0 &&
offset 818 Zend/zend_object_handlers.c EXPECTED(zobj->properties_table[property_info->offset] != NULL)) {
offset 819 Zend/zend_object_handlers.c zval_ptr_dtor(&zobj->properties_table[property_info->offset]);
offset 820 Zend/zend_object_handlers.c zobj->properties_table[property_info->offset] = NULL;
offset 849 Zend/zend_object_handlers.c property_info->offset >= 0) {
offset 850 Zend/zend_object_handlers.c zobj->properties_table[property_info->offset] = NULL;
offset 864 Zend/zend_object_handlers.c SEPARATE_ARG_IF_REF(offset);
offset 865 Zend/zend_object_handlers.c zend_call_method_with_1_params(&object, ce, NULL, "offsetunset", NULL, offset);
offset 866 Zend/zend_object_handlers.c zval_ptr_dtor(&offset);
offset 1288 Zend/zend_object_handlers.c UNEXPECTED(CE_STATIC_MEMBERS(ce)[property_info->offset] == NULL)) {
offset 1295 Zend/zend_object_handlers.c return &CE_STATIC_MEMBERS(ce)[property_info->offset];
offset 1431 Zend/zend_object_handlers.c property_info->offset >= 0) ?
offset 1433 Zend/zend_object_handlers.c ((value = (zval**)zobj->properties_table[property_info->offset]) == NULL) :
offset 1434 Zend/zend_object_handlers.c (*(value = &zobj->properties_table[property_info->offset]) == NULL)) :
offset 196 Zend/zend_objects.c if (zend_hash_quick_find(new_object->properties, prop_info->name, prop_info->name_length+1, prop_info->h, (void**)&new_object->properties_table[prop_info->offset]) == FAILURE) {
offset 197 Zend/zend_objects.c new_object->properties_table[prop_info->offset] = NULL;
offset 67 Zend/zend_qsort.c uint offset;
offset 77 Zend/zend_qsort.c offset = (end - begin) >> 1;
offset 78 Zend/zend_qsort.c _zend_qsort_swap(begin, begin + (offset - (offset % siz)), siz);
offset 240 Zend/zend_stream.c long offset = ftell(file_handle->handle.fp);
offset 243 Zend/zend_stream.c if (offset != -1) {
offset 244 Zend/zend_stream.c *buf += offset;
offset 245 Zend/zend_stream.c size -= offset;
offset 1344 Zend/zend_vm_def.h zval *offset;
offset 1348 Zend/zend_vm_def.h offset = GET_OP2_ZVAL_PTR(BP_VAR_R);
offset 1360 Zend/zend_vm_def.h MAKE_REAL_ZVAL_PTR(offset);
offset 1364 Zend/zend_vm_def.h retval = Z_OBJ_HT_P(container)->read_property(container, offset, BP_VAR_R, ((OP2_TYPE == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
offset 1370 Zend/zend_vm_def.h zval_ptr_dtor(&offset);
offset 1467 Zend/zend_vm_def.h zval *offset;
offset 1471 Zend/zend_vm_def.h offset = GET_OP2_ZVAL_PTR(BP_VAR_R);
offset 1482 Zend/zend_vm_def.h MAKE_REAL_ZVAL_PTR(offset);
offset 1486 Zend/zend_vm_def.h retval = Z_OBJ_HT_P(container)->read_property(container, offset, BP_VAR_IS, ((OP2_TYPE == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
offset 1492 Zend/zend_vm_def.h zval_ptr_dtor(&offset);
offset 1679 Zend/zend_vm_def.h ZVAL_STRINGL(retval, Z_STRVAL_P(EX_T((opline+1)->op2.var).str_offset.str)+EX_T((opline+1)->op2.var).str_offset.offset, 1, 1);
offset 1735 Zend/zend_vm_def.h ZVAL_STRINGL(retval, Z_STRVAL_P(EX_T(opline->op1.var).str_offset.str)+EX_T(opline->op1.var).str_offset.offset, 1, 1);
offset 3622 Zend/zend_vm_def.h zval *offset = GET_OP2_ZVAL_PTR(BP_VAR_R);
offset 3625 Zend/zend_vm_def.h switch (Z_TYPE_P(offset)) {
offset 3627 Zend/zend_vm_def.h hval = zend_dval_to_lval(Z_DVAL_P(offset));
offset 3631 Zend/zend_vm_def.h hval = Z_LVAL_P(offset);
offset 3637 Zend/zend_vm_def.h hval = Z_HASH_P(offset);
offset 3639 Zend/zend_vm_def.h ZEND_HANDLE_NUMERIC_EX(Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, hval, ZEND_VM_C_GOTO(num_index));
offset 3640 Zend/zend_vm_def.h if (IS_INTERNED(Z_STRVAL_P(offset))) {
offset 3641 Zend/zend_vm_def.h hval = INTERNED_HASH(Z_STRVAL_P(offset));
offset 3643 Zend/zend_vm_def.h hval = zend_hash_func(Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1);
offset 3646 Zend/zend_vm_def.h zend_hash_quick_update(Z_ARRVAL(EX_T(opline->result.var).tmp_var), Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, hval, &expr_ptr, sizeof(zval *), NULL);
offset 3960 Zend/zend_vm_def.h zval *offset;
offset 3968 Zend/zend_vm_def.h offset = GET_OP2_ZVAL_PTR(BP_VAR_R);
offset 3975 Zend/zend_vm_def.h switch (Z_TYPE_P(offset)) {
offset 3977 Zend/zend_vm_def.h hval = zend_dval_to_lval(Z_DVAL_P(offset));
offset 3983 Zend/zend_vm_def.h hval = Z_LVAL_P(offset);
offset 3988 Zend/zend_vm_def.h Z_ADDREF_P(offset);
offset 3991 Zend/zend_vm_def.h hval = Z_HASH_P(offset);
offset 3993 Zend/zend_vm_def.h ZEND_HANDLE_NUMERIC_EX(Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, hval, ZEND_VM_C_GOTO(num_index_dim));
offset 3994 Zend/zend_vm_def.h if (IS_INTERNED(Z_STRVAL_P(offset))) {
offset 3995 Zend/zend_vm_def.h hval = INTERNED_HASH(Z_STRVAL_P(offset));
offset 3997 Zend/zend_vm_def.h hval = zend_hash_func(Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1);
offset 4001 Zend/zend_vm_def.h zend_delete_global_variable_ex(offset->value.str.val, offset->value.str.len, hval TSRMLS_CC);
offset 4003 Zend/zend_vm_def.h zend_hash_quick_del(ht, Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, hval);
offset 4006 Zend/zend_vm_def.h zval_ptr_dtor(&offset);
offset 4012 Zend/zend_vm_def.h zval_ptr_dtor(&offset);
offset 4030 Zend/zend_vm_def.h MAKE_REAL_ZVAL_PTR(offset);
offset 4032 Zend/zend_vm_def.h Z_OBJ_HT_P(*container)->unset_dimension(*container, offset TSRMLS_CC);
offset 4034 Zend/zend_vm_def.h zval_ptr_dtor(&offset);
offset 4060 Zend/zend_vm_def.h zval *offset;
offset 4064 Zend/zend_vm_def.h offset = GET_OP2_ZVAL_PTR(BP_VAR_R);
offset 4072 Zend/zend_vm_def.h MAKE_REAL_ZVAL_PTR(offset);
offset 4075 Zend/zend_vm_def.h Z_OBJ_HT_P(*container)->unset_property(*container, offset, ((OP2_TYPE == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
offset 4080 Zend/zend_vm_def.h zval_ptr_dtor(&offset);
offset 4463 Zend/zend_vm_def.h zval *offset;
offset 4468 Zend/zend_vm_def.h offset = GET_OP2_ZVAL_PTR(BP_VAR_R);
offset 4476 Zend/zend_vm_def.h switch (Z_TYPE_P(offset)) {
offset 4478 Zend/zend_vm_def.h hval = zend_dval_to_lval(Z_DVAL_P(offset));
offset 4483 Zend/zend_vm_def.h hval = Z_LVAL_P(offset);
offset 4491 Zend/zend_vm_def.h hval = Z_HASH_P(offset);
offset 4493 Zend/zend_vm_def.h ZEND_HANDLE_NUMERIC_EX(Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, hval, ZEND_VM_C_GOTO(num_index_prop));
offset 4494 Zend/zend_vm_def.h if (IS_INTERNED(Z_STRVAL_P(offset))) {
offset 4495 Zend/zend_vm_def.h hval = INTERNED_HASH(Z_STRVAL_P(offset));
offset 4497 Zend/zend_vm_def.h hval = zend_hash_func(Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1);
offset 4500 Zend/zend_vm_def.h if (zend_hash_quick_find(ht, Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, hval, (void **) &value) == SUCCESS) {
offset 4530 Zend/zend_vm_def.h MAKE_REAL_ZVAL_PTR(offset);
offset 4534 Zend/zend_vm_def.h result = Z_OBJ_HT_P(container)->has_property(container, offset, (opline->extended_value & ZEND_ISEMPTY) != 0, ((OP2_TYPE == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
offset 4541 Zend/zend_vm_def.h result = Z_OBJ_HT_P(container)->has_dimension(container, offset, (opline->extended_value & ZEND_ISEMPTY) != 0 TSRMLS_CC);
offset 4548 Zend/zend_vm_def.h zval_ptr_dtor(&offset);
offset 4555 Zend/zend_vm_def.h if (Z_TYPE_P(offset) != IS_LONG) {
offset 4556 Zend/zend_vm_def.h if (Z_TYPE_P(offset) <= IS_BOOL /* simple scalar types */
offset 4557 Zend/zend_vm_def.h || (Z_TYPE_P(offset) == IS_STRING /* or numeric string */
offset 4558 Zend/zend_vm_def.h && IS_LONG == is_numeric_string(Z_STRVAL_P(offset), Z_STRLEN_P(offset), NULL, NULL, 0))) {
offset 4559 Zend/zend_vm_def.h ZVAL_COPY_VALUE(&tmp, offset);
offset 4562 Zend/zend_vm_def.h offset = &tmp;
offset 4568 Zend/zend_vm_def.h if (Z_TYPE_P(offset) == IS_LONG) {
offset 4570 Zend/zend_vm_def.h if (offset->value.lval >= 0 && offset->value.lval < Z_STRLEN_P(container)) {
offset 4574 Zend/zend_vm_def.h if (offset->value.lval >= 0 && offset->value.lval < Z_STRLEN_P(container) && Z_STRVAL_P(container)[offset->value.lval] != '0') {
offset 3807 Zend/zend_vm_execute.h zval *offset = opline->op2.zv;
offset 3810 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) {
offset 3812 Zend/zend_vm_execute.h hval = zend_dval_to_lval(Z_DVAL_P(offset));
offset 3816 Zend/zend_vm_execute.h hval = Z_LVAL_P(offset);
offset 3822 Zend/zend_vm_execute.h hval = Z_HASH_P(offset);
offset 3824 Zend/zend_vm_execute.h ZEND_HANDLE_NUMERIC_EX(Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, hval, goto num_index);
offset 3825 Zend/zend_vm_execute.h if (IS_INTERNED(Z_STRVAL_P(offset))) {
offset 3826 Zend/zend_vm_execute.h hval = INTERNED_HASH(Z_STRVAL_P(offset));
offset 3828 Zend/zend_vm_execute.h hval = zend_hash_func(Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1);
offset 3831 Zend/zend_vm_execute.h zend_hash_quick_update(Z_ARRVAL(EX_T(opline->result.var).tmp_var), Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, hval, &expr_ptr, sizeof(zval *), NULL);
offset 4703 Zend/zend_vm_execute.h zval *offset = _get_zval_ptr_tmp(opline->op2.var, execute_data, &free_op2 TSRMLS_CC);
offset 4706 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) {
offset 4708 Zend/zend_vm_execute.h hval = zend_dval_to_lval(Z_DVAL_P(offset));
offset 4712 Zend/zend_vm_execute.h hval = Z_LVAL_P(offset);
offset 4718 Zend/zend_vm_execute.h hval = Z_HASH_P(offset);
offset 4720 Zend/zend_vm_execute.h ZEND_HANDLE_NUMERIC_EX(Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, hval, goto num_index);
offset 4721 Zend/zend_vm_execute.h if (IS_INTERNED(Z_STRVAL_P(offset))) {
offset 4722 Zend/zend_vm_execute.h hval = INTERNED_HASH(Z_STRVAL_P(offset));
offset 4724 Zend/zend_vm_execute.h hval = zend_hash_func(Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1);
offset 4727 Zend/zend_vm_execute.h zend_hash_quick_update(Z_ARRVAL(EX_T(opline->result.var).tmp_var), Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, hval, &expr_ptr, sizeof(zval *), NULL);
offset 5560 Zend/zend_vm_execute.h zval *offset = _get_zval_ptr_var(opline->op2.var, execute_data, &free_op2 TSRMLS_CC);
offset 5563 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) {
offset 5565 Zend/zend_vm_execute.h hval = zend_dval_to_lval(Z_DVAL_P(offset));
offset 5569 Zend/zend_vm_execute.h hval = Z_LVAL_P(offset);
offset 5575 Zend/zend_vm_execute.h hval = Z_HASH_P(offset);
offset 5577 Zend/zend_vm_execute.h ZEND_HANDLE_NUMERIC_EX(Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, hval, goto num_index);
offset 5578 Zend/zend_vm_execute.h if (IS_INTERNED(Z_STRVAL_P(offset))) {
offset 5579 Zend/zend_vm_execute.h hval = INTERNED_HASH(Z_STRVAL_P(offset));
offset 5581 Zend/zend_vm_execute.h hval = zend_hash_func(Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1);
offset 5584 Zend/zend_vm_execute.h zend_hash_quick_update(Z_ARRVAL(EX_T(opline->result.var).tmp_var), Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, hval, &expr_ptr, sizeof(zval *), NULL);
offset 6268 Zend/zend_vm_execute.h zval *offset = NULL;
offset 6271 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) {
offset 6273 Zend/zend_vm_execute.h hval = zend_dval_to_lval(Z_DVAL_P(offset));
offset 6277 Zend/zend_vm_execute.h hval = Z_LVAL_P(offset);
offset 6283 Zend/zend_vm_execute.h hval = Z_HASH_P(offset);
offset 6285 Zend/zend_vm_execute.h ZEND_HANDLE_NUMERIC_EX(Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, hval, goto num_index);
offset 6286 Zend/zend_vm_execute.h if (IS_INTERNED(Z_STRVAL_P(offset))) {
offset 6287 Zend/zend_vm_execute.h hval = INTERNED_HASH(Z_STRVAL_P(offset));
offset 6289 Zend/zend_vm_execute.h hval = zend_hash_func(Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1);
offset 6292 Zend/zend_vm_execute.h zend_hash_quick_update(Z_ARRVAL(EX_T(opline->result.var).tmp_var), Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, hval, &expr_ptr, sizeof(zval *), NULL);
offset 7207 Zend/zend_vm_execute.h zval *offset = _get_zval_ptr_cv_BP_VAR_R(execute_data, opline->op2.var TSRMLS_CC);
offset 7210 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) {
offset 7212 Zend/zend_vm_execute.h hval = zend_dval_to_lval(Z_DVAL_P(offset));
offset 7216 Zend/zend_vm_execute.h hval = Z_LVAL_P(offset);
offset 7222 Zend/zend_vm_execute.h hval = Z_HASH_P(offset);
offset 7224 Zend/zend_vm_execute.h ZEND_HANDLE_NUMERIC_EX(Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, hval, goto num_index);
offset 7225 Zend/zend_vm_execute.h if (IS_INTERNED(Z_STRVAL_P(offset))) {
offset 7226 Zend/zend_vm_execute.h hval = INTERNED_HASH(Z_STRVAL_P(offset));
offset 7228 Zend/zend_vm_execute.h hval = zend_hash_func(Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1);
offset 7231 Zend/zend_vm_execute.h zend_hash_quick_update(Z_ARRVAL(EX_T(opline->result.var).tmp_var), Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, hval, &expr_ptr, sizeof(zval *), NULL);
offset 9075 Zend/zend_vm_execute.h zval *offset = opline->op2.zv;
offset 9078 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) {
offset 9080 Zend/zend_vm_execute.h hval = zend_dval_to_lval(Z_DVAL_P(offset));
offset 9084 Zend/zend_vm_execute.h hval = Z_LVAL_P(offset);
offset 9090 Zend/zend_vm_execute.h hval = Z_HASH_P(offset);
offset 9092 Zend/zend_vm_execute.h ZEND_HANDLE_NUMERIC_EX(Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, hval, goto num_index);
offset 9093 Zend/zend_vm_execute.h if (IS_INTERNED(Z_STRVAL_P(offset))) {
offset 9094 Zend/zend_vm_execute.h hval = INTERNED_HASH(Z_STRVAL_P(offset));
offset 9096 Zend/zend_vm_execute.h hval = zend_hash_func(Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1);
offset 9099 Zend/zend_vm_execute.h zend_hash_quick_update(Z_ARRVAL(EX_T(opline->result.var).tmp_var), Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, hval, &expr_ptr, sizeof(zval *), NULL);
offset 9933 Zend/zend_vm_execute.h zval *offset = _get_zval_ptr_tmp(opline->op2.var, execute_data, &free_op2 TSRMLS_CC);
offset 9936 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) {
offset 9938 Zend/zend_vm_execute.h hval = zend_dval_to_lval(Z_DVAL_P(offset));
offset 9942 Zend/zend_vm_execute.h hval = Z_LVAL_P(offset);
offset 9948 Zend/zend_vm_execute.h hval = Z_HASH_P(offset);
offset 9950 Zend/zend_vm_execute.h ZEND_HANDLE_NUMERIC_EX(Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, hval, goto num_index);
offset 9951 Zend/zend_vm_execute.h if (IS_INTERNED(Z_STRVAL_P(offset))) {
offset 9952 Zend/zend_vm_execute.h hval = INTERNED_HASH(Z_STRVAL_P(offset));
offset 9954 Zend/zend_vm_execute.h hval = zend_hash_func(Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1);
offset 9957 Zend/zend_vm_execute.h zend_hash_quick_update(Z_ARRVAL(EX_T(opline->result.var).tmp_var), Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, hval, &expr_ptr, sizeof(zval *), NULL);
offset 10792 Zend/zend_vm_execute.h zval *offset = _get_zval_ptr_var(opline->op2.var, execute_data, &free_op2 TSRMLS_CC);
offset 10795 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) {
offset 10797 Zend/zend_vm_execute.h hval = zend_dval_to_lval(Z_DVAL_P(offset));
offset 10801 Zend/zend_vm_execute.h hval = Z_LVAL_P(offset);
offset 10807 Zend/zend_vm_execute.h hval = Z_HASH_P(offset);
offset 10809 Zend/zend_vm_execute.h ZEND_HANDLE_NUMERIC_EX(Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, hval, goto num_index);
offset 10810 Zend/zend_vm_execute.h if (IS_INTERNED(Z_STRVAL_P(offset))) {
offset 10811 Zend/zend_vm_execute.h hval = INTERNED_HASH(Z_STRVAL_P(offset));
offset 10813 Zend/zend_vm_execute.h hval = zend_hash_func(Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1);
offset 10816 Zend/zend_vm_execute.h zend_hash_quick_update(Z_ARRVAL(EX_T(opline->result.var).tmp_var), Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, hval, &expr_ptr, sizeof(zval *), NULL);
offset 11377 Zend/zend_vm_execute.h zval *offset = NULL;
offset 11380 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) {
offset 11382 Zend/zend_vm_execute.h hval = zend_dval_to_lval(Z_DVAL_P(offset));
offset 11386 Zend/zend_vm_execute.h hval = Z_LVAL_P(offset);
offset 11392 Zend/zend_vm_execute.h hval = Z_HASH_P(offset);
offset 11394 Zend/zend_vm_execute.h ZEND_HANDLE_NUMERIC_EX(Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, hval, goto num_index);
offset 11395 Zend/zend_vm_execute.h if (IS_INTERNED(Z_STRVAL_P(offset))) {
offset 11396 Zend/zend_vm_execute.h hval = INTERNED_HASH(Z_STRVAL_P(offset));
offset 11398 Zend/zend_vm_execute.h hval = zend_hash_func(Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1);
offset 11401 Zend/zend_vm_execute.h zend_hash_quick_update(Z_ARRVAL(EX_T(opline->result.var).tmp_var), Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, hval, &expr_ptr, sizeof(zval *), NULL);
offset 12232 Zend/zend_vm_execute.h zval *offset = _get_zval_ptr_cv_BP_VAR_R(execute_data, opline->op2.var TSRMLS_CC);
offset 12235 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) {
offset 12237 Zend/zend_vm_execute.h hval = zend_dval_to_lval(Z_DVAL_P(offset));
offset 12241 Zend/zend_vm_execute.h hval = Z_LVAL_P(offset);
offset 12247 Zend/zend_vm_execute.h hval = Z_HASH_P(offset);
offset 12249 Zend/zend_vm_execute.h ZEND_HANDLE_NUMERIC_EX(Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, hval, goto num_index);
offset 12250 Zend/zend_vm_execute.h if (IS_INTERNED(Z_STRVAL_P(offset))) {
offset 12251 Zend/zend_vm_execute.h hval = INTERNED_HASH(Z_STRVAL_P(offset));
offset 12253 Zend/zend_vm_execute.h hval = zend_hash_func(Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1);
offset 12256 Zend/zend_vm_execute.h zend_hash_quick_update(Z_ARRVAL(EX_T(opline->result.var).tmp_var), Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, hval, &expr_ptr, sizeof(zval *), NULL);
offset 14914 Zend/zend_vm_execute.h zval *offset;
offset 14918 Zend/zend_vm_execute.h offset = opline->op2.zv;
offset 14930 Zend/zend_vm_execute.h MAKE_REAL_ZVAL_PTR(offset);
offset 14934 Zend/zend_vm_execute.h retval = Z_OBJ_HT_P(container)->read_property(container, offset, BP_VAR_R, ((IS_CONST == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
offset 14940 Zend/zend_vm_execute.h zval_ptr_dtor(&offset);
offset 15037 Zend/zend_vm_execute.h zval *offset;
offset 15041 Zend/zend_vm_execute.h offset = opline->op2.zv;
offset 15052 Zend/zend_vm_execute.h MAKE_REAL_ZVAL_PTR(offset);
offset 15056 Zend/zend_vm_execute.h retval = Z_OBJ_HT_P(container)->read_property(container, offset, BP_VAR_IS, ((IS_CONST == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
offset 15062 Zend/zend_vm_execute.h zval_ptr_dtor(&offset);
offset 15224 Zend/zend_vm_execute.h ZVAL_STRINGL(retval, Z_STRVAL_P(EX_T((opline+1)->op2.var).str_offset.str)+EX_T((opline+1)->op2.var).str_offset.offset, 1, 1);
offset 15280 Zend/zend_vm_execute.h ZVAL_STRINGL(retval, Z_STRVAL_P(EX_T(opline->op1.var).str_offset.str)+EX_T(opline->op1.var).str_offset.offset, 1, 1);
offset 15675 Zend/zend_vm_execute.h zval *offset = opline->op2.zv;
offset 15678 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) {
offset 15680 Zend/zend_vm_execute.h hval = zend_dval_to_lval(Z_DVAL_P(offset));
offset 15684 Zend/zend_vm_execute.h hval = Z_LVAL_P(offset);
offset 15690 Zend/zend_vm_execute.h hval = Z_HASH_P(offset);
offset 15692 Zend/zend_vm_execute.h ZEND_HANDLE_NUMERIC_EX(Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, hval, goto num_index);
offset 15693 Zend/zend_vm_execute.h if (IS_INTERNED(Z_STRVAL_P(offset))) {
offset 15694 Zend/zend_vm_execute.h hval = INTERNED_HASH(Z_STRVAL_P(offset));
offset 15696 Zend/zend_vm_execute.h hval = zend_hash_func(Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1);
offset 15699 Zend/zend_vm_execute.h zend_hash_quick_update(Z_ARRVAL(EX_T(opline->result.var).tmp_var), Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, hval, &expr_ptr, sizeof(zval *), NULL);
offset 15820 Zend/zend_vm_execute.h zval *offset;
offset 15828 Zend/zend_vm_execute.h offset = opline->op2.zv;
offset 15835 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) {
offset 15837 Zend/zend_vm_execute.h hval = zend_dval_to_lval(Z_DVAL_P(offset));
offset 15843 Zend/zend_vm_execute.h hval = Z_LVAL_P(offset);
offset 15848 Zend/zend_vm_execute.h Z_ADDREF_P(offset);
offset 15851 Zend/zend_vm_execute.h hval = Z_HASH_P(offset);
offset 15853 Zend/zend_vm_execute.h ZEND_HANDLE_NUMERIC_EX(Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, hval, goto num_index_dim);
offset 15854 Zend/zend_vm_execute.h if (IS_INTERNED(Z_STRVAL_P(offset))) {
offset 15855 Zend/zend_vm_execute.h hval = INTERNED_HASH(Z_STRVAL_P(offset));
offset 15857 Zend/zend_vm_execute.h hval = zend_hash_func(Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1);
offset 15861 Zend/zend_vm_execute.h zend_delete_global_variable_ex(offset->value.str.val, offset->value.str.len, hval TSRMLS_CC);
offset 15863 Zend/zend_vm_execute.h zend_hash_quick_del(ht, Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, hval);
offset 15866 Zend/zend_vm_execute.h zval_ptr_dtor(&offset);
offset 15872 Zend/zend_vm_execute.h zval_ptr_dtor(&offset);
offset 15890 Zend/zend_vm_execute.h MAKE_REAL_ZVAL_PTR(offset);
offset 15892 Zend/zend_vm_execute.h Z_OBJ_HT_P(*container)->unset_dimension(*container, offset TSRMLS_CC);
offset 15894 Zend/zend_vm_execute.h zval_ptr_dtor(&offset);
offset 15920 Zend/zend_vm_execute.h zval *offset;
offset 15924 Zend/zend_vm_execute.h offset = opline->op2.zv;
offset 15932 Zend/zend_vm_execute.h MAKE_REAL_ZVAL_PTR(offset);
offset 15935 Zend/zend_vm_execute.h Z_OBJ_HT_P(*container)->unset_property(*container, offset, ((IS_CONST == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
offset 15940 Zend/zend_vm_execute.h zval_ptr_dtor(&offset);
offset 16049 Zend/zend_vm_execute.h zval *offset;
offset 16054 Zend/zend_vm_execute.h offset = opline->op2.zv;
offset 16062 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) {
offset 16064 Zend/zend_vm_execute.h hval = zend_dval_to_lval(Z_DVAL_P(offset));
offset 16069 Zend/zend_vm_execute.h hval = Z_LVAL_P(offset);
offset 16077 Zend/zend_vm_execute.h hval = Z_HASH_P(offset);
offset 16079 Zend/zend_vm_execute.h ZEND_HANDLE_NUMERIC_EX(Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, hval, goto num_index_prop);
offset 16080 Zend/zend_vm_execute.h if (IS_INTERNED(Z_STRVAL_P(offset))) {
offset 16081 Zend/zend_vm_execute.h hval = INTERNED_HASH(Z_STRVAL_P(offset));
offset 16083 Zend/zend_vm_execute.h hval = zend_hash_func(Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1);
offset 16086 Zend/zend_vm_execute.h if (zend_hash_quick_find(ht, Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, hval, (void **) &value) == SUCCESS) {
offset 16116 Zend/zend_vm_execute.h MAKE_REAL_ZVAL_PTR(offset);
offset 16120 Zend/zend_vm_execute.h result = Z_OBJ_HT_P(container)->has_property(container, offset, (opline->extended_value & ZEND_ISEMPTY) != 0, ((IS_CONST == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
offset 16127 Zend/zend_vm_execute.h result = Z_OBJ_HT_P(container)->has_dimension(container, offset, (opline->extended_value & ZEND_ISEMPTY) != 0 TSRMLS_CC);
offset 16134 Zend/zend_vm_execute.h zval_ptr_dtor(&offset);
offset 16141 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) != IS_LONG) {
offset 16142 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) <= IS_BOOL /* simple scalar types */
offset 16143 Zend/zend_vm_execute.h || (Z_TYPE_P(offset) == IS_STRING /* or numeric string */
offset 16144 Zend/zend_vm_execute.h && IS_LONG == is_numeric_string(Z_STRVAL_P(offset), Z_STRLEN_P(offset), NULL, NULL, 0))) {
offset 16145 Zend/zend_vm_execute.h ZVAL_COPY_VALUE(&tmp, offset);
offset 16148 Zend/zend_vm_execute.h offset = &tmp;
offset 16154 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) == IS_LONG) {
offset 16156 Zend/zend_vm_execute.h if (offset->value.lval >= 0 && offset->value.lval < Z_STRLEN_P(container)) {
offset 16160 Zend/zend_vm_execute.h if (offset->value.lval >= 0 && offset->value.lval < Z_STRLEN_P(container) && Z_STRVAL_P(container)[offset->value.lval] != '0') {
offset 17270 Zend/zend_vm_execute.h zval *offset;
offset 17274 Zend/zend_vm_execute.h offset = _get_zval_ptr_tmp(opline->op2.var, execute_data, &free_op2 TSRMLS_CC);
offset 17286 Zend/zend_vm_execute.h MAKE_REAL_ZVAL_PTR(offset);
offset 17290 Zend/zend_vm_execute.h retval = Z_OBJ_HT_P(container)->read_property(container, offset, BP_VAR_R, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
offset 17296 Zend/zend_vm_execute.h zval_ptr_dtor(&offset);
offset 17393 Zend/zend_vm_execute.h zval *offset;
offset 17397 Zend/zend_vm_execute.h offset = _get_zval_ptr_tmp(opline->op2.var, execute_data, &free_op2 TSRMLS_CC);
offset 17408 Zend/zend_vm_execute.h MAKE_REAL_ZVAL_PTR(offset);
offset 17412 Zend/zend_vm_execute.h retval = Z_OBJ_HT_P(container)->read_property(container, offset, BP_VAR_IS, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
offset 17418 Zend/zend_vm_execute.h zval_ptr_dtor(&offset);
offset 17581 Zend/zend_vm_execute.h ZVAL_STRINGL(retval, Z_STRVAL_P(EX_T((opline+1)->op2.var).str_offset.str)+EX_T((opline+1)->op2.var).str_offset.offset, 1, 1);
offset 17637 Zend/zend_vm_execute.h ZVAL_STRINGL(retval, Z_STRVAL_P(EX_T(opline->op1.var).str_offset.str)+EX_T(opline->op1.var).str_offset.offset, 1, 1);
offset 17937 Zend/zend_vm_execute.h zval *offset = _get_zval_ptr_tmp(opline->op2.var, execute_data, &free_op2 TSRMLS_CC);
offset 17940 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) {
offset 17942 Zend/zend_vm_execute.h hval = zend_dval_to_lval(Z_DVAL_P(offset));
offset 17946 Zend/zend_vm_execute.h hval = Z_LVAL_P(offset);
offset 17952 Zend/zend_vm_execute.h hval = Z_HASH_P(offset);
offset 17954 Zend/zend_vm_execute.h ZEND_HANDLE_NUMERIC_EX(Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, hval, goto num_index);
offset 17955 Zend/zend_vm_execute.h if (IS_INTERNED(Z_STRVAL_P(offset))) {
offset 17956 Zend/zend_vm_execute.h hval = INTERNED_HASH(Z_STRVAL_P(offset));
offset 17958 Zend/zend_vm_execute.h hval = zend_hash_func(Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1);
offset 17961 Zend/zend_vm_execute.h zend_hash_quick_update(Z_ARRVAL(EX_T(opline->result.var).tmp_var), Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, hval, &expr_ptr, sizeof(zval *), NULL);
offset 18004 Zend/zend_vm_execute.h zval *offset;
offset 18012 Zend/zend_vm_execute.h offset = _get_zval_ptr_tmp(opline->op2.var, execute_data, &free_op2 TSRMLS_CC);
offset 18019 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) {
offset 18021 Zend/zend_vm_execute.h hval = zend_dval_to_lval(Z_DVAL_P(offset));
offset 18027 Zend/zend_vm_execute.h hval = Z_LVAL_P(offset);
offset 18032 Zend/zend_vm_execute.h Z_ADDREF_P(offset);
offset 18035 Zend/zend_vm_execute.h hval = Z_HASH_P(offset);
offset 18037 Zend/zend_vm_execute.h ZEND_HANDLE_NUMERIC_EX(Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, hval, goto num_index_dim);
offset 18038 Zend/zend_vm_execute.h if (IS_INTERNED(Z_STRVAL_P(offset))) {
offset 18039 Zend/zend_vm_execute.h hval = INTERNED_HASH(Z_STRVAL_P(offset));
offset 18041 Zend/zend_vm_execute.h hval = zend_hash_func(Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1);
offset 18045 Zend/zend_vm_execute.h zend_delete_global_variable_ex(offset->value.str.val, offset->value.str.len, hval TSRMLS_CC);
offset 18047 Zend/zend_vm_execute.h zend_hash_quick_del(ht, Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, hval);
offset 18050 Zend/zend_vm_execute.h zval_ptr_dtor(&offset);
offset 18056 Zend/zend_vm_execute.h zval_ptr_dtor(&offset);
offset 18074 Zend/zend_vm_execute.h MAKE_REAL_ZVAL_PTR(offset);
offset 18076 Zend/zend_vm_execute.h Z_OBJ_HT_P(*container)->unset_dimension(*container, offset TSRMLS_CC);
offset 18078 Zend/zend_vm_execute.h zval_ptr_dtor(&offset);
offset 18104 Zend/zend_vm_execute.h zval *offset;
offset 18108 Zend/zend_vm_execute.h offset = _get_zval_ptr_tmp(opline->op2.var, execute_data, &free_op2 TSRMLS_CC);
offset 18116 Zend/zend_vm_execute.h MAKE_REAL_ZVAL_PTR(offset);
offset 18119 Zend/zend_vm_execute.h Z_OBJ_HT_P(*container)->unset_property(*container, offset, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
offset 18124 Zend/zend_vm_execute.h zval_ptr_dtor(&offset);
offset 18148 Zend/zend_vm_execute.h zval *offset;
offset 18153 Zend/zend_vm_execute.h offset = _get_zval_ptr_tmp(opline->op2.var, execute_data, &free_op2 TSRMLS_CC);
offset 18161 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) {
offset 18163 Zend/zend_vm_execute.h hval = zend_dval_to_lval(Z_DVAL_P(offset));
offset 18168 Zend/zend_vm_execute.h hval = Z_LVAL_P(offset);
offset 18176 Zend/zend_vm_execute.h hval = Z_HASH_P(offset);
offset 18178 Zend/zend_vm_execute.h ZEND_HANDLE_NUMERIC_EX(Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, hval, goto num_index_prop);
offset 18179 Zend/zend_vm_execute.h if (IS_INTERNED(Z_STRVAL_P(offset))) {
offset 18180 Zend/zend_vm_execute.h hval = INTERNED_HASH(Z_STRVAL_P(offset));
offset 18182 Zend/zend_vm_execute.h hval = zend_hash_func(Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1);
offset 18185 Zend/zend_vm_execute.h if (zend_hash_quick_find(ht, Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, hval, (void **) &value) == SUCCESS) {
offset 18215 Zend/zend_vm_execute.h MAKE_REAL_ZVAL_PTR(offset);
offset 18219 Zend/zend_vm_execute.h result = Z_OBJ_HT_P(container)->has_property(container, offset, (opline->extended_value & ZEND_ISEMPTY) != 0, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
offset 18226 Zend/zend_vm_execute.h result = Z_OBJ_HT_P(container)->has_dimension(container, offset, (opline->extended_value & ZEND_ISEMPTY) != 0 TSRMLS_CC);
offset 18233 Zend/zend_vm_execute.h zval_ptr_dtor(&offset);
offset 18240 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) != IS_LONG) {
offset 18241 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) <= IS_BOOL /* simple scalar types */
offset 18242 Zend/zend_vm_execute.h || (Z_TYPE_P(offset) == IS_STRING /* or numeric string */
offset 18243 Zend/zend_vm_execute.h && IS_LONG == is_numeric_string(Z_STRVAL_P(offset), Z_STRLEN_P(offset), NULL, NULL, 0))) {
offset 18244 Zend/zend_vm_execute.h ZVAL_COPY_VALUE(&tmp, offset);
offset 18247 Zend/zend_vm_execute.h offset = &tmp;
offset 18253 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) == IS_LONG) {
offset 18255 Zend/zend_vm_execute.h if (offset->value.lval >= 0 && offset->value.lval < Z_STRLEN_P(container)) {
offset 18259 Zend/zend_vm_execute.h if (offset->value.lval >= 0 && offset->value.lval < Z_STRLEN_P(container) && Z_STRVAL_P(container)[offset->value.lval] != '0') {
offset 19533 Zend/zend_vm_execute.h zval *offset;
offset 19537 Zend/zend_vm_execute.h offset = _get_zval_ptr_var(opline->op2.var, execute_data, &free_op2 TSRMLS_CC);
offset 19549 Zend/zend_vm_execute.h MAKE_REAL_ZVAL_PTR(offset);
offset 19553 Zend/zend_vm_execute.h retval = Z_OBJ_HT_P(container)->read_property(container, offset, BP_VAR_R, ((IS_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
offset 19559 Zend/zend_vm_execute.h zval_ptr_dtor(&offset);
offset 19656 Zend/zend_vm_execute.h zval *offset;
offset 19660 Zend/zend_vm_execute.h offset = _get_zval_ptr_var(opline->op2.var, execute_data, &free_op2 TSRMLS_CC);
offset 19671 Zend/zend_vm_execute.h MAKE_REAL_ZVAL_PTR(offset);
offset 19675 Zend/zend_vm_execute.h retval = Z_OBJ_HT_P(container)->read_property(container, offset, BP_VAR_IS, ((IS_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
offset 19681 Zend/zend_vm_execute.h zval_ptr_dtor(&offset);
offset 19844 Zend/zend_vm_execute.h ZVAL_STRINGL(retval, Z_STRVAL_P(EX_T((opline+1)->op2.var).str_offset.str)+EX_T((opline+1)->op2.var).str_offset.offset, 1, 1);
offset 19900 Zend/zend_vm_execute.h ZVAL_STRINGL(retval, Z_STRVAL_P(EX_T(opline->op1.var).str_offset.str)+EX_T(opline->op1.var).str_offset.offset, 1, 1);
offset 20255 Zend/zend_vm_execute.h zval *offset = _get_zval_ptr_var(opline->op2.var, execute_data, &free_op2 TSRMLS_CC);
offset 20258 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) {
offset 20260 Zend/zend_vm_execute.h hval = zend_dval_to_lval(Z_DVAL_P(offset));
offset 20264 Zend/zend_vm_execute.h hval = Z_LVAL_P(offset);
offset 20270 Zend/zend_vm_execute.h hval = Z_HASH_P(offset);
offset 20272 Zend/zend_vm_execute.h ZEND_HANDLE_NUMERIC_EX(Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, hval, goto num_index);
offset 20273 Zend/zend_vm_execute.h if (IS_INTERNED(Z_STRVAL_P(offset))) {
offset 20274 Zend/zend_vm_execute.h hval = INTERNED_HASH(Z_STRVAL_P(offset));
offset 20276 Zend/zend_vm_execute.h hval = zend_hash_func(Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1);
offset 20279 Zend/zend_vm_execute.h zend_hash_quick_update(Z_ARRVAL(EX_T(opline->result.var).tmp_var), Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, hval, &expr_ptr, sizeof(zval *), NULL);
offset 20400 Zend/zend_vm_execute.h zval *offset;
offset 20408 Zend/zend_vm_execute.h offset = _get_zval_ptr_var(opline->op2.var, execute_data, &free_op2 TSRMLS_CC);
offset 20415 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) {
offset 20417 Zend/zend_vm_execute.h hval = zend_dval_to_lval(Z_DVAL_P(offset));
offset 20423 Zend/zend_vm_execute.h hval = Z_LVAL_P(offset);
offset 20428 Zend/zend_vm_execute.h Z_ADDREF_P(offset);
offset 20431 Zend/zend_vm_execute.h hval = Z_HASH_P(offset);
offset 20433 Zend/zend_vm_execute.h ZEND_HANDLE_NUMERIC_EX(Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, hval, goto num_index_dim);
offset 20434 Zend/zend_vm_execute.h if (IS_INTERNED(Z_STRVAL_P(offset))) {
offset 20435 Zend/zend_vm_execute.h hval = INTERNED_HASH(Z_STRVAL_P(offset));
offset 20437 Zend/zend_vm_execute.h hval = zend_hash_func(Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1);
offset 20441 Zend/zend_vm_execute.h zend_delete_global_variable_ex(offset->value.str.val, offset->value.str.len, hval TSRMLS_CC);
offset 20443 Zend/zend_vm_execute.h zend_hash_quick_del(ht, Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, hval);
offset 20446 Zend/zend_vm_execute.h zval_ptr_dtor(&offset);
offset 20452 Zend/zend_vm_execute.h zval_ptr_dtor(&offset);
offset 20470 Zend/zend_vm_execute.h MAKE_REAL_ZVAL_PTR(offset);
offset 20472 Zend/zend_vm_execute.h Z_OBJ_HT_P(*container)->unset_dimension(*container, offset TSRMLS_CC);
offset 20474 Zend/zend_vm_execute.h zval_ptr_dtor(&offset);
offset 20500 Zend/zend_vm_execute.h zval *offset;
offset 20504 Zend/zend_vm_execute.h offset = _get_zval_ptr_var(opline->op2.var, execute_data, &free_op2 TSRMLS_CC);
offset 20512 Zend/zend_vm_execute.h MAKE_REAL_ZVAL_PTR(offset);
offset 20515 Zend/zend_vm_execute.h Z_OBJ_HT_P(*container)->unset_property(*container, offset, ((IS_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
offset 20520 Zend/zend_vm_execute.h zval_ptr_dtor(&offset);
offset 20629 Zend/zend_vm_execute.h zval *offset;
offset 20634 Zend/zend_vm_execute.h offset = _get_zval_ptr_var(opline->op2.var, execute_data, &free_op2 TSRMLS_CC);
offset 20642 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) {
offset 20644 Zend/zend_vm_execute.h hval = zend_dval_to_lval(Z_DVAL_P(offset));
offset 20649 Zend/zend_vm_execute.h hval = Z_LVAL_P(offset);
offset 20657 Zend/zend_vm_execute.h hval = Z_HASH_P(offset);
offset 20659 Zend/zend_vm_execute.h ZEND_HANDLE_NUMERIC_EX(Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, hval, goto num_index_prop);
offset 20660 Zend/zend_vm_execute.h if (IS_INTERNED(Z_STRVAL_P(offset))) {
offset 20661 Zend/zend_vm_execute.h hval = INTERNED_HASH(Z_STRVAL_P(offset));
offset 20663 Zend/zend_vm_execute.h hval = zend_hash_func(Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1);
offset 20666 Zend/zend_vm_execute.h if (zend_hash_quick_find(ht, Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, hval, (void **) &value) == SUCCESS) {
offset 20696 Zend/zend_vm_execute.h MAKE_REAL_ZVAL_PTR(offset);
offset 20700 Zend/zend_vm_execute.h result = Z_OBJ_HT_P(container)->has_property(container, offset, (opline->extended_value & ZEND_ISEMPTY) != 0, ((IS_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
offset 20707 Zend/zend_vm_execute.h result = Z_OBJ_HT_P(container)->has_dimension(container, offset, (opline->extended_value & ZEND_ISEMPTY) != 0 TSRMLS_CC);
offset 20714 Zend/zend_vm_execute.h zval_ptr_dtor(&offset);
offset 20721 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) != IS_LONG) {
offset 20722 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) <= IS_BOOL /* simple scalar types */
offset 20723 Zend/zend_vm_execute.h || (Z_TYPE_P(offset) == IS_STRING /* or numeric string */
offset 20724 Zend/zend_vm_execute.h && IS_LONG == is_numeric_string(Z_STRVAL_P(offset), Z_STRLEN_P(offset), NULL, NULL, 0))) {
offset 20725 Zend/zend_vm_execute.h ZVAL_COPY_VALUE(&tmp, offset);
offset 20728 Zend/zend_vm_execute.h offset = &tmp;
offset 20734 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) == IS_LONG) {
offset 20736 Zend/zend_vm_execute.h if (offset->value.lval >= 0 && offset->value.lval < Z_STRLEN_P(container)) {
offset 20740 Zend/zend_vm_execute.h if (offset->value.lval >= 0 && offset->value.lval < Z_STRLEN_P(container) && Z_STRVAL_P(container)[offset->value.lval] != '0') {
offset 21486 Zend/zend_vm_execute.h ZVAL_STRINGL(retval, Z_STRVAL_P(EX_T((opline+1)->op2.var).str_offset.str)+EX_T((opline+1)->op2.var).str_offset.offset, 1, 1);
offset 21686 Zend/zend_vm_execute.h zval *offset = NULL;
offset 21689 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) {
offset 21691 Zend/zend_vm_execute.h hval = zend_dval_to_lval(Z_DVAL_P(offset));
offset 21695 Zend/zend_vm_execute.h hval = Z_LVAL_P(offset);
offset 21701 Zend/zend_vm_execute.h hval = Z_HASH_P(offset);
offset 21703 Zend/zend_vm_execute.h ZEND_HANDLE_NUMERIC_EX(Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, hval, goto num_index);
offset 21704 Zend/zend_vm_execute.h if (IS_INTERNED(Z_STRVAL_P(offset))) {
offset 21705 Zend/zend_vm_execute.h hval = INTERNED_HASH(Z_STRVAL_P(offset));
offset 21707 Zend/zend_vm_execute.h hval = zend_hash_func(Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1);
offset 21710 Zend/zend_vm_execute.h zend_hash_quick_update(Z_ARRVAL(EX_T(opline->result.var).tmp_var), Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, hval, &expr_ptr, sizeof(zval *), NULL);
offset 23008 Zend/zend_vm_execute.h zval *offset;
offset 23012 Zend/zend_vm_execute.h offset = _get_zval_ptr_cv_BP_VAR_R(execute_data, opline->op2.var TSRMLS_CC);
offset 23024 Zend/zend_vm_execute.h MAKE_REAL_ZVAL_PTR(offset);
offset 23028 Zend/zend_vm_execute.h retval = Z_OBJ_HT_P(container)->read_property(container, offset, BP_VAR_R, ((IS_CV == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
offset 23034 Zend/zend_vm_execute.h zval_ptr_dtor(&offset);
offset 23131 Zend/zend_vm_execute.h zval *offset;
offset 23135 Zend/zend_vm_execute.h offset = _get_zval_ptr_cv_BP_VAR_R(execute_data, opline->op2.var TSRMLS_CC);
offset 23146 Zend/zend_vm_execute.h MAKE_REAL_ZVAL_PTR(offset);
offset 23150 Zend/zend_vm_execute.h retval = Z_OBJ_HT_P(container)->read_property(container, offset, BP_VAR_IS, ((IS_CV == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
offset 23156 Zend/zend_vm_execute.h zval_ptr_dtor(&offset);
offset 23318 Zend/zend_vm_execute.h ZVAL_STRINGL(retval, Z_STRVAL_P(EX_T((opline+1)->op2.var).str_offset.str)+EX_T((opline+1)->op2.var).str_offset.offset, 1, 1);
offset 23374 Zend/zend_vm_execute.h ZVAL_STRINGL(retval, Z_STRVAL_P(EX_T(opline->op1.var).str_offset.str)+EX_T(opline->op1.var).str_offset.offset, 1, 1);
offset 23725 Zend/zend_vm_execute.h zval *offset = _get_zval_ptr_cv_BP_VAR_R(execute_data, opline->op2.var TSRMLS_CC);
offset 23728 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) {
offset 23730 Zend/zend_vm_execute.h hval = zend_dval_to_lval(Z_DVAL_P(offset));
offset 23734 Zend/zend_vm_execute.h hval = Z_LVAL_P(offset);
offset 23740 Zend/zend_vm_execute.h hval = Z_HASH_P(offset);
offset 23742 Zend/zend_vm_execute.h ZEND_HANDLE_NUMERIC_EX(Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, hval, goto num_index);
offset 23743 Zend/zend_vm_execute.h if (IS_INTERNED(Z_STRVAL_P(offset))) {
offset 23744 Zend/zend_vm_execute.h hval = INTERNED_HASH(Z_STRVAL_P(offset));
offset 23746 Zend/zend_vm_execute.h hval = zend_hash_func(Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1);
offset 23749 Zend/zend_vm_execute.h zend_hash_quick_update(Z_ARRVAL(EX_T(opline->result.var).tmp_var), Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, hval, &expr_ptr, sizeof(zval *), NULL);
offset 23792 Zend/zend_vm_execute.h zval *offset;
offset 23800 Zend/zend_vm_execute.h offset = _get_zval_ptr_cv_BP_VAR_R(execute_data, opline->op2.var TSRMLS_CC);
offset 23807 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) {
offset 23809 Zend/zend_vm_execute.h hval = zend_dval_to_lval(Z_DVAL_P(offset));
offset 23815 Zend/zend_vm_execute.h hval = Z_LVAL_P(offset);
offset 23820 Zend/zend_vm_execute.h Z_ADDREF_P(offset);
offset 23823 Zend/zend_vm_execute.h hval = Z_HASH_P(offset);
offset 23825 Zend/zend_vm_execute.h ZEND_HANDLE_NUMERIC_EX(Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, hval, goto num_index_dim);
offset 23826 Zend/zend_vm_execute.h if (IS_INTERNED(Z_STRVAL_P(offset))) {
offset 23827 Zend/zend_vm_execute.h hval = INTERNED_HASH(Z_STRVAL_P(offset));
offset 23829 Zend/zend_vm_execute.h hval = zend_hash_func(Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1);
offset 23833 Zend/zend_vm_execute.h zend_delete_global_variable_ex(offset->value.str.val, offset->value.str.len, hval TSRMLS_CC);
offset 23835 Zend/zend_vm_execute.h zend_hash_quick_del(ht, Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, hval);
offset 23838 Zend/zend_vm_execute.h zval_ptr_dtor(&offset);
offset 23844 Zend/zend_vm_execute.h zval_ptr_dtor(&offset);
offset 23862 Zend/zend_vm_execute.h MAKE_REAL_ZVAL_PTR(offset);
offset 23864 Zend/zend_vm_execute.h Z_OBJ_HT_P(*container)->unset_dimension(*container, offset TSRMLS_CC);
offset 23866 Zend/zend_vm_execute.h zval_ptr_dtor(&offset);
offset 23892 Zend/zend_vm_execute.h zval *offset;
offset 23896 Zend/zend_vm_execute.h offset = _get_zval_ptr_cv_BP_VAR_R(execute_data, opline->op2.var TSRMLS_CC);
offset 23904 Zend/zend_vm_execute.h MAKE_REAL_ZVAL_PTR(offset);
offset 23907 Zend/zend_vm_execute.h Z_OBJ_HT_P(*container)->unset_property(*container, offset, ((IS_CV == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
offset 23912 Zend/zend_vm_execute.h zval_ptr_dtor(&offset);
offset 23936 Zend/zend_vm_execute.h zval *offset;
offset 23941 Zend/zend_vm_execute.h offset = _get_zval_ptr_cv_BP_VAR_R(execute_data, opline->op2.var TSRMLS_CC);
offset 23949 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) {
offset 23951 Zend/zend_vm_execute.h hval = zend_dval_to_lval(Z_DVAL_P(offset));
offset 23956 Zend/zend_vm_execute.h hval = Z_LVAL_P(offset);
offset 23964 Zend/zend_vm_execute.h hval = Z_HASH_P(offset);
offset 23966 Zend/zend_vm_execute.h ZEND_HANDLE_NUMERIC_EX(Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, hval, goto num_index_prop);
offset 23967 Zend/zend_vm_execute.h if (IS_INTERNED(Z_STRVAL_P(offset))) {
offset 23968 Zend/zend_vm_execute.h hval = INTERNED_HASH(Z_STRVAL_P(offset));
offset 23970 Zend/zend_vm_execute.h hval = zend_hash_func(Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1);
offset 23973 Zend/zend_vm_execute.h if (zend_hash_quick_find(ht, Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, hval, (void **) &value) == SUCCESS) {
offset 24003 Zend/zend_vm_execute.h MAKE_REAL_ZVAL_PTR(offset);
offset 24007 Zend/zend_vm_execute.h result = Z_OBJ_HT_P(container)->has_property(container, offset, (opline->extended_value & ZEND_ISEMPTY) != 0, ((IS_CV == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
offset 24014 Zend/zend_vm_execute.h result = Z_OBJ_HT_P(container)->has_dimension(container, offset, (opline->extended_value & ZEND_ISEMPTY) != 0 TSRMLS_CC);
offset 24021 Zend/zend_vm_execute.h zval_ptr_dtor(&offset);
offset 24028 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) != IS_LONG) {
offset 24029 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) <= IS_BOOL /* simple scalar types */
offset 24030 Zend/zend_vm_execute.h || (Z_TYPE_P(offset) == IS_STRING /* or numeric string */
offset 24031 Zend/zend_vm_execute.h && IS_LONG == is_numeric_string(Z_STRVAL_P(offset), Z_STRLEN_P(offset), NULL, NULL, 0))) {
offset 24032 Zend/zend_vm_execute.h ZVAL_COPY_VALUE(&tmp, offset);
offset 24035 Zend/zend_vm_execute.h offset = &tmp;
offset 24041 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) == IS_LONG) {
offset 24043 Zend/zend_vm_execute.h if (offset->value.lval >= 0 && offset->value.lval < Z_STRLEN_P(container)) {
offset 24047 Zend/zend_vm_execute.h if (offset->value.lval >= 0 && offset->value.lval < Z_STRLEN_P(container) && Z_STRVAL_P(container)[offset->value.lval] != '0') {
offset 24802 Zend/zend_vm_execute.h zval *offset;
offset 24806 Zend/zend_vm_execute.h offset = opline->op2.zv;
offset 24818 Zend/zend_vm_execute.h MAKE_REAL_ZVAL_PTR(offset);
offset 24822 Zend/zend_vm_execute.h retval = Z_OBJ_HT_P(container)->read_property(container, offset, BP_VAR_R, ((IS_CONST == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
offset 24828 Zend/zend_vm_execute.h zval_ptr_dtor(&offset);
offset 24923 Zend/zend_vm_execute.h zval *offset;
offset 24927 Zend/zend_vm_execute.h offset = opline->op2.zv;
offset 24938 Zend/zend_vm_execute.h MAKE_REAL_ZVAL_PTR(offset);
offset 24942 Zend/zend_vm_execute.h retval = Z_OBJ_HT_P(container)->read_property(container, offset, BP_VAR_IS, ((IS_CONST == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
offset 24948 Zend/zend_vm_execute.h zval_ptr_dtor(&offset);
offset 25308 Zend/zend_vm_execute.h zval *offset;
offset 25316 Zend/zend_vm_execute.h offset = opline->op2.zv;
offset 25323 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) {
offset 25325 Zend/zend_vm_execute.h hval = zend_dval_to_lval(Z_DVAL_P(offset));
offset 25331 Zend/zend_vm_execute.h hval = Z_LVAL_P(offset);
offset 25336 Zend/zend_vm_execute.h Z_ADDREF_P(offset);
offset 25339 Zend/zend_vm_execute.h hval = Z_HASH_P(offset);
offset 25341 Zend/zend_vm_execute.h ZEND_HANDLE_NUMERIC_EX(Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, hval, goto num_index_dim);
offset 25342 Zend/zend_vm_execute.h if (IS_INTERNED(Z_STRVAL_P(offset))) {
offset 25343 Zend/zend_vm_execute.h hval = INTERNED_HASH(Z_STRVAL_P(offset));
offset 25345 Zend/zend_vm_execute.h hval = zend_hash_func(Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1);
offset 25349 Zend/zend_vm_execute.h zend_delete_global_variable_ex(offset->value.str.val, offset->value.str.len, hval TSRMLS_CC);
offset 25351 Zend/zend_vm_execute.h zend_hash_quick_del(ht, Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, hval);
offset 25354 Zend/zend_vm_execute.h zval_ptr_dtor(&offset);
offset 25360 Zend/zend_vm_execute.h zval_ptr_dtor(&offset);
offset 25378 Zend/zend_vm_execute.h MAKE_REAL_ZVAL_PTR(offset);
offset 25380 Zend/zend_vm_execute.h Z_OBJ_HT_P(*container)->unset_dimension(*container, offset TSRMLS_CC);
offset 25382 Zend/zend_vm_execute.h zval_ptr_dtor(&offset);
offset 25407 Zend/zend_vm_execute.h zval *offset;
offset 25411 Zend/zend_vm_execute.h offset = opline->op2.zv;
offset 25419 Zend/zend_vm_execute.h MAKE_REAL_ZVAL_PTR(offset);
offset 25422 Zend/zend_vm_execute.h Z_OBJ_HT_P(*container)->unset_property(*container, offset, ((IS_CONST == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
offset 25427 Zend/zend_vm_execute.h zval_ptr_dtor(&offset);
offset 25450 Zend/zend_vm_execute.h zval *offset;
offset 25455 Zend/zend_vm_execute.h offset = opline->op2.zv;
offset 25463 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) {
offset 25465 Zend/zend_vm_execute.h hval = zend_dval_to_lval(Z_DVAL_P(offset));
offset 25470 Zend/zend_vm_execute.h hval = Z_LVAL_P(offset);
offset 25478 Zend/zend_vm_execute.h hval = Z_HASH_P(offset);
offset 25480 Zend/zend_vm_execute.h ZEND_HANDLE_NUMERIC_EX(Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, hval, goto num_index_prop);
offset 25481 Zend/zend_vm_execute.h if (IS_INTERNED(Z_STRVAL_P(offset))) {
offset 25482 Zend/zend_vm_execute.h hval = INTERNED_HASH(Z_STRVAL_P(offset));
offset 25484 Zend/zend_vm_execute.h hval = zend_hash_func(Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1);
offset 25487 Zend/zend_vm_execute.h if (zend_hash_quick_find(ht, Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, hval, (void **) &value) == SUCCESS) {
offset 25517 Zend/zend_vm_execute.h MAKE_REAL_ZVAL_PTR(offset);
offset 25521 Zend/zend_vm_execute.h result = Z_OBJ_HT_P(container)->has_property(container, offset, (opline->extended_value & ZEND_ISEMPTY) != 0, ((IS_CONST == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
offset 25528 Zend/zend_vm_execute.h result = Z_OBJ_HT_P(container)->has_dimension(container, offset, (opline->extended_value & ZEND_ISEMPTY) != 0 TSRMLS_CC);
offset 25535 Zend/zend_vm_execute.h zval_ptr_dtor(&offset);
offset 25542 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) != IS_LONG) {
offset 25543 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) <= IS_BOOL /* simple scalar types */
offset 25544 Zend/zend_vm_execute.h || (Z_TYPE_P(offset) == IS_STRING /* or numeric string */
offset 25545 Zend/zend_vm_execute.h && IS_LONG == is_numeric_string(Z_STRVAL_P(offset), Z_STRLEN_P(offset), NULL, NULL, 0))) {
offset 25546 Zend/zend_vm_execute.h ZVAL_COPY_VALUE(&tmp, offset);
offset 25549 Zend/zend_vm_execute.h offset = &tmp;
offset 25555 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) == IS_LONG) {
offset 25557 Zend/zend_vm_execute.h if (offset->value.lval >= 0 && offset->value.lval < Z_STRLEN_P(container)) {
offset 25561 Zend/zend_vm_execute.h if (offset->value.lval >= 0 && offset->value.lval < Z_STRLEN_P(container) && Z_STRVAL_P(container)[offset->value.lval] != '0') {
offset 26225 Zend/zend_vm_execute.h zval *offset;
offset 26229 Zend/zend_vm_execute.h offset = _get_zval_ptr_tmp(opline->op2.var, execute_data, &free_op2 TSRMLS_CC);
offset 26241 Zend/zend_vm_execute.h MAKE_REAL_ZVAL_PTR(offset);
offset 26245 Zend/zend_vm_execute.h retval = Z_OBJ_HT_P(container)->read_property(container, offset, BP_VAR_R, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
offset 26251 Zend/zend_vm_execute.h zval_ptr_dtor(&offset);
offset 26346 Zend/zend_vm_execute.h zval *offset;
offset 26350 Zend/zend_vm_execute.h offset = _get_zval_ptr_tmp(opline->op2.var, execute_data, &free_op2 TSRMLS_CC);
offset 26361 Zend/zend_vm_execute.h MAKE_REAL_ZVAL_PTR(offset);
offset 26365 Zend/zend_vm_execute.h retval = Z_OBJ_HT_P(container)->read_property(container, offset, BP_VAR_IS, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
offset 26371 Zend/zend_vm_execute.h zval_ptr_dtor(&offset);
offset 26634 Zend/zend_vm_execute.h zval *offset;
offset 26642 Zend/zend_vm_execute.h offset = _get_zval_ptr_tmp(opline->op2.var, execute_data, &free_op2 TSRMLS_CC);
offset 26649 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) {
offset 26651 Zend/zend_vm_execute.h hval = zend_dval_to_lval(Z_DVAL_P(offset));
offset 26657 Zend/zend_vm_execute.h hval = Z_LVAL_P(offset);
offset 26662 Zend/zend_vm_execute.h Z_ADDREF_P(offset);
offset 26665 Zend/zend_vm_execute.h hval = Z_HASH_P(offset);
offset 26667 Zend/zend_vm_execute.h ZEND_HANDLE_NUMERIC_EX(Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, hval, goto num_index_dim);
offset 26668 Zend/zend_vm_execute.h if (IS_INTERNED(Z_STRVAL_P(offset))) {
offset 26669 Zend/zend_vm_execute.h hval = INTERNED_HASH(Z_STRVAL_P(offset));
offset 26671 Zend/zend_vm_execute.h hval = zend_hash_func(Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1);
offset 26675 Zend/zend_vm_execute.h zend_delete_global_variable_ex(offset->value.str.val, offset->value.str.len, hval TSRMLS_CC);
offset 26677 Zend/zend_vm_execute.h zend_hash_quick_del(ht, Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, hval);
offset 26680 Zend/zend_vm_execute.h zval_ptr_dtor(&offset);
offset 26686 Zend/zend_vm_execute.h zval_ptr_dtor(&offset);
offset 26704 Zend/zend_vm_execute.h MAKE_REAL_ZVAL_PTR(offset);
offset 26706 Zend/zend_vm_execute.h Z_OBJ_HT_P(*container)->unset_dimension(*container, offset TSRMLS_CC);
offset 26708 Zend/zend_vm_execute.h zval_ptr_dtor(&offset);
offset 26733 Zend/zend_vm_execute.h zval *offset;
offset 26737 Zend/zend_vm_execute.h offset = _get_zval_ptr_tmp(opline->op2.var, execute_data, &free_op2 TSRMLS_CC);
offset 26745 Zend/zend_vm_execute.h MAKE_REAL_ZVAL_PTR(offset);
offset 26748 Zend/zend_vm_execute.h Z_OBJ_HT_P(*container)->unset_property(*container, offset, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
offset 26753 Zend/zend_vm_execute.h zval_ptr_dtor(&offset);
offset 26776 Zend/zend_vm_execute.h zval *offset;
offset 26781 Zend/zend_vm_execute.h offset = _get_zval_ptr_tmp(opline->op2.var, execute_data, &free_op2 TSRMLS_CC);
offset 26789 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) {
offset 26791 Zend/zend_vm_execute.h hval = zend_dval_to_lval(Z_DVAL_P(offset));
offset 26796 Zend/zend_vm_execute.h hval = Z_LVAL_P(offset);
offset 26804 Zend/zend_vm_execute.h hval = Z_HASH_P(offset);
offset 26806 Zend/zend_vm_execute.h ZEND_HANDLE_NUMERIC_EX(Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, hval, goto num_index_prop);
offset 26807 Zend/zend_vm_execute.h if (IS_INTERNED(Z_STRVAL_P(offset))) {
offset 26808 Zend/zend_vm_execute.h hval = INTERNED_HASH(Z_STRVAL_P(offset));
offset 26810 Zend/zend_vm_execute.h hval = zend_hash_func(Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1);
offset 26813 Zend/zend_vm_execute.h if (zend_hash_quick_find(ht, Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, hval, (void **) &value) == SUCCESS) {
offset 26843 Zend/zend_vm_execute.h MAKE_REAL_ZVAL_PTR(offset);
offset 26847 Zend/zend_vm_execute.h result = Z_OBJ_HT_P(container)->has_property(container, offset, (opline->extended_value & ZEND_ISEMPTY) != 0, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
offset 26854 Zend/zend_vm_execute.h result = Z_OBJ_HT_P(container)->has_dimension(container, offset, (opline->extended_value & ZEND_ISEMPTY) != 0 TSRMLS_CC);
offset 26861 Zend/zend_vm_execute.h zval_ptr_dtor(&offset);
offset 26868 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) != IS_LONG) {
offset 26869 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) <= IS_BOOL /* simple scalar types */
offset 26870 Zend/zend_vm_execute.h || (Z_TYPE_P(offset) == IS_STRING /* or numeric string */
offset 26871 Zend/zend_vm_execute.h && IS_LONG == is_numeric_string(Z_STRVAL_P(offset), Z_STRLEN_P(offset), NULL, NULL, 0))) {
offset 26872 Zend/zend_vm_execute.h ZVAL_COPY_VALUE(&tmp, offset);
offset 26875 Zend/zend_vm_execute.h offset = &tmp;
offset 26881 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) == IS_LONG) {
offset 26883 Zend/zend_vm_execute.h if (offset->value.lval >= 0 && offset->value.lval < Z_STRLEN_P(container)) {
offset 26887 Zend/zend_vm_execute.h if (offset->value.lval >= 0 && offset->value.lval < Z_STRLEN_P(container) && Z_STRVAL_P(container)[offset->value.lval] != '0') {
offset 27551 Zend/zend_vm_execute.h zval *offset;
offset 27555 Zend/zend_vm_execute.h offset = _get_zval_ptr_var(opline->op2.var, execute_data, &free_op2 TSRMLS_CC);
offset 27567 Zend/zend_vm_execute.h MAKE_REAL_ZVAL_PTR(offset);
offset 27571 Zend/zend_vm_execute.h retval = Z_OBJ_HT_P(container)->read_property(container, offset, BP_VAR_R, ((IS_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
offset 27577 Zend/zend_vm_execute.h zval_ptr_dtor(&offset);
offset 27672 Zend/zend_vm_execute.h zval *offset;
offset 27676 Zend/zend_vm_execute.h offset = _get_zval_ptr_var(opline->op2.var, execute_data, &free_op2 TSRMLS_CC);
offset 27687 Zend/zend_vm_execute.h MAKE_REAL_ZVAL_PTR(offset);
offset 27691 Zend/zend_vm_execute.h retval = Z_OBJ_HT_P(container)->read_property(container, offset, BP_VAR_IS, ((IS_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
offset 27697 Zend/zend_vm_execute.h zval_ptr_dtor(&offset);
offset 27960 Zend/zend_vm_execute.h zval *offset;
offset 27968 Zend/zend_vm_execute.h offset = _get_zval_ptr_var(opline->op2.var, execute_data, &free_op2 TSRMLS_CC);
offset 27975 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) {
offset 27977 Zend/zend_vm_execute.h hval = zend_dval_to_lval(Z_DVAL_P(offset));
offset 27983 Zend/zend_vm_execute.h hval = Z_LVAL_P(offset);
offset 27988 Zend/zend_vm_execute.h Z_ADDREF_P(offset);
offset 27991 Zend/zend_vm_execute.h hval = Z_HASH_P(offset);
offset 27993 Zend/zend_vm_execute.h ZEND_HANDLE_NUMERIC_EX(Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, hval, goto num_index_dim);
offset 27994 Zend/zend_vm_execute.h if (IS_INTERNED(Z_STRVAL_P(offset))) {
offset 27995 Zend/zend_vm_execute.h hval = INTERNED_HASH(Z_STRVAL_P(offset));
offset 27997 Zend/zend_vm_execute.h hval = zend_hash_func(Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1);
offset 28001 Zend/zend_vm_execute.h zend_delete_global_variable_ex(offset->value.str.val, offset->value.str.len, hval TSRMLS_CC);
offset 28003 Zend/zend_vm_execute.h zend_hash_quick_del(ht, Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, hval);
offset 28006 Zend/zend_vm_execute.h zval_ptr_dtor(&offset);
offset 28012 Zend/zend_vm_execute.h zval_ptr_dtor(&offset);
offset 28030 Zend/zend_vm_execute.h MAKE_REAL_ZVAL_PTR(offset);
offset 28032 Zend/zend_vm_execute.h Z_OBJ_HT_P(*container)->unset_dimension(*container, offset TSRMLS_CC);
offset 28034 Zend/zend_vm_execute.h zval_ptr_dtor(&offset);
offset 28059 Zend/zend_vm_execute.h zval *offset;
offset 28063 Zend/zend_vm_execute.h offset = _get_zval_ptr_var(opline->op2.var, execute_data, &free_op2 TSRMLS_CC);
offset 28071 Zend/zend_vm_execute.h MAKE_REAL_ZVAL_PTR(offset);
offset 28074 Zend/zend_vm_execute.h Z_OBJ_HT_P(*container)->unset_property(*container, offset, ((IS_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
offset 28079 Zend/zend_vm_execute.h zval_ptr_dtor(&offset);
offset 28102 Zend/zend_vm_execute.h zval *offset;
offset 28107 Zend/zend_vm_execute.h offset = _get_zval_ptr_var(opline->op2.var, execute_data, &free_op2 TSRMLS_CC);
offset 28115 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) {
offset 28117 Zend/zend_vm_execute.h hval = zend_dval_to_lval(Z_DVAL_P(offset));
offset 28122 Zend/zend_vm_execute.h hval = Z_LVAL_P(offset);
offset 28130 Zend/zend_vm_execute.h hval = Z_HASH_P(offset);
offset 28132 Zend/zend_vm_execute.h ZEND_HANDLE_NUMERIC_EX(Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, hval, goto num_index_prop);
offset 28133 Zend/zend_vm_execute.h if (IS_INTERNED(Z_STRVAL_P(offset))) {
offset 28134 Zend/zend_vm_execute.h hval = INTERNED_HASH(Z_STRVAL_P(offset));
offset 28136 Zend/zend_vm_execute.h hval = zend_hash_func(Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1);
offset 28139 Zend/zend_vm_execute.h if (zend_hash_quick_find(ht, Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, hval, (void **) &value) == SUCCESS) {
offset 28169 Zend/zend_vm_execute.h MAKE_REAL_ZVAL_PTR(offset);
offset 28173 Zend/zend_vm_execute.h result = Z_OBJ_HT_P(container)->has_property(container, offset, (opline->extended_value & ZEND_ISEMPTY) != 0, ((IS_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
offset 28180 Zend/zend_vm_execute.h result = Z_OBJ_HT_P(container)->has_dimension(container, offset, (opline->extended_value & ZEND_ISEMPTY) != 0 TSRMLS_CC);
offset 28187 Zend/zend_vm_execute.h zval_ptr_dtor(&offset);
offset 28194 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) != IS_LONG) {
offset 28195 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) <= IS_BOOL /* simple scalar types */
offset 28196 Zend/zend_vm_execute.h || (Z_TYPE_P(offset) == IS_STRING /* or numeric string */
offset 28197 Zend/zend_vm_execute.h && IS_LONG == is_numeric_string(Z_STRVAL_P(offset), Z_STRLEN_P(offset), NULL, NULL, 0))) {
offset 28198 Zend/zend_vm_execute.h ZVAL_COPY_VALUE(&tmp, offset);
offset 28201 Zend/zend_vm_execute.h offset = &tmp;
offset 28207 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) == IS_LONG) {
offset 28209 Zend/zend_vm_execute.h if (offset->value.lval >= 0 && offset->value.lval < Z_STRLEN_P(container)) {
offset 28213 Zend/zend_vm_execute.h if (offset->value.lval >= 0 && offset->value.lval < Z_STRLEN_P(container) && Z_STRVAL_P(container)[offset->value.lval] != '0') {
offset 29305 Zend/zend_vm_execute.h zval *offset;
offset 29309 Zend/zend_vm_execute.h offset = _get_zval_ptr_cv_BP_VAR_R(execute_data, opline->op2.var TSRMLS_CC);
offset 29321 Zend/zend_vm_execute.h MAKE_REAL_ZVAL_PTR(offset);
offset 29325 Zend/zend_vm_execute.h retval = Z_OBJ_HT_P(container)->read_property(container, offset, BP_VAR_R, ((IS_CV == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
offset 29331 Zend/zend_vm_execute.h zval_ptr_dtor(&offset);
offset 29426 Zend/zend_vm_execute.h zval *offset;
offset 29430 Zend/zend_vm_execute.h offset = _get_zval_ptr_cv_BP_VAR_R(execute_data, opline->op2.var TSRMLS_CC);
offset 29441 Zend/zend_vm_execute.h MAKE_REAL_ZVAL_PTR(offset);
offset 29445 Zend/zend_vm_execute.h retval = Z_OBJ_HT_P(container)->read_property(container, offset, BP_VAR_IS, ((IS_CV == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
offset 29451 Zend/zend_vm_execute.h zval_ptr_dtor(&offset);
offset 29712 Zend/zend_vm_execute.h zval *offset;
offset 29720 Zend/zend_vm_execute.h offset = _get_zval_ptr_cv_BP_VAR_R(execute_data, opline->op2.var TSRMLS_CC);
offset 29727 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) {
offset 29729 Zend/zend_vm_execute.h hval = zend_dval_to_lval(Z_DVAL_P(offset));
offset 29735 Zend/zend_vm_execute.h hval = Z_LVAL_P(offset);
offset 29740 Zend/zend_vm_execute.h Z_ADDREF_P(offset);
offset 29743 Zend/zend_vm_execute.h hval = Z_HASH_P(offset);
offset 29745 Zend/zend_vm_execute.h ZEND_HANDLE_NUMERIC_EX(Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, hval, goto num_index_dim);
offset 29746 Zend/zend_vm_execute.h if (IS_INTERNED(Z_STRVAL_P(offset))) {
offset 29747 Zend/zend_vm_execute.h hval = INTERNED_HASH(Z_STRVAL_P(offset));
offset 29749 Zend/zend_vm_execute.h hval = zend_hash_func(Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1);
offset 29753 Zend/zend_vm_execute.h zend_delete_global_variable_ex(offset->value.str.val, offset->value.str.len, hval TSRMLS_CC);
offset 29755 Zend/zend_vm_execute.h zend_hash_quick_del(ht, Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, hval);
offset 29758 Zend/zend_vm_execute.h zval_ptr_dtor(&offset);
offset 29764 Zend/zend_vm_execute.h zval_ptr_dtor(&offset);
offset 29782 Zend/zend_vm_execute.h MAKE_REAL_ZVAL_PTR(offset);
offset 29784 Zend/zend_vm_execute.h Z_OBJ_HT_P(*container)->unset_dimension(*container, offset TSRMLS_CC);
offset 29786 Zend/zend_vm_execute.h zval_ptr_dtor(&offset);
offset 29811 Zend/zend_vm_execute.h zval *offset;
offset 29815 Zend/zend_vm_execute.h offset = _get_zval_ptr_cv_BP_VAR_R(execute_data, opline->op2.var TSRMLS_CC);
offset 29823 Zend/zend_vm_execute.h MAKE_REAL_ZVAL_PTR(offset);
offset 29826 Zend/zend_vm_execute.h Z_OBJ_HT_P(*container)->unset_property(*container, offset, ((IS_CV == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
offset 29831 Zend/zend_vm_execute.h zval_ptr_dtor(&offset);
offset 29854 Zend/zend_vm_execute.h zval *offset;
offset 29859 Zend/zend_vm_execute.h offset = _get_zval_ptr_cv_BP_VAR_R(execute_data, opline->op2.var TSRMLS_CC);
offset 29867 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) {
offset 29869 Zend/zend_vm_execute.h hval = zend_dval_to_lval(Z_DVAL_P(offset));
offset 29874 Zend/zend_vm_execute.h hval = Z_LVAL_P(offset);
offset 29882 Zend/zend_vm_execute.h hval = Z_HASH_P(offset);
offset 29884 Zend/zend_vm_execute.h ZEND_HANDLE_NUMERIC_EX(Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, hval, goto num_index_prop);
offset 29885 Zend/zend_vm_execute.h if (IS_INTERNED(Z_STRVAL_P(offset))) {
offset 29886 Zend/zend_vm_execute.h hval = INTERNED_HASH(Z_STRVAL_P(offset));
offset 29888 Zend/zend_vm_execute.h hval = zend_hash_func(Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1);
offset 29891 Zend/zend_vm_execute.h if (zend_hash_quick_find(ht, Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, hval, (void **) &value) == SUCCESS) {
offset 29921 Zend/zend_vm_execute.h MAKE_REAL_ZVAL_PTR(offset);
offset 29925 Zend/zend_vm_execute.h result = Z_OBJ_HT_P(container)->has_property(container, offset, (opline->extended_value & ZEND_ISEMPTY) != 0, ((IS_CV == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
offset 29932 Zend/zend_vm_execute.h result = Z_OBJ_HT_P(container)->has_dimension(container, offset, (opline->extended_value & ZEND_ISEMPTY) != 0 TSRMLS_CC);
offset 29939 Zend/zend_vm_execute.h zval_ptr_dtor(&offset);
offset 29946 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) != IS_LONG) {
offset 29947 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) <= IS_BOOL /* simple scalar types */
offset 29948 Zend/zend_vm_execute.h || (Z_TYPE_P(offset) == IS_STRING /* or numeric string */
offset 29949 Zend/zend_vm_execute.h && IS_LONG == is_numeric_string(Z_STRVAL_P(offset), Z_STRLEN_P(offset), NULL, NULL, 0))) {
offset 29950 Zend/zend_vm_execute.h ZVAL_COPY_VALUE(&tmp, offset);
offset 29953 Zend/zend_vm_execute.h offset = &tmp;
offset 29959 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) == IS_LONG) {
offset 29961 Zend/zend_vm_execute.h if (offset->value.lval >= 0 && offset->value.lval < Z_STRLEN_P(container)) {
offset 29965 Zend/zend_vm_execute.h if (offset->value.lval >= 0 && offset->value.lval < Z_STRLEN_P(container) && Z_STRVAL_P(container)[offset->value.lval] != '0') {
offset 32447 Zend/zend_vm_execute.h zval *offset;
offset 32451 Zend/zend_vm_execute.h offset = opline->op2.zv;
offset 32463 Zend/zend_vm_execute.h MAKE_REAL_ZVAL_PTR(offset);
offset 32467 Zend/zend_vm_execute.h retval = Z_OBJ_HT_P(container)->read_property(container, offset, BP_VAR_R, ((IS_CONST == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
offset 32473 Zend/zend_vm_execute.h zval_ptr_dtor(&offset);
offset 32568 Zend/zend_vm_execute.h zval *offset;
offset 32572 Zend/zend_vm_execute.h offset = opline->op2.zv;
offset 32583 Zend/zend_vm_execute.h MAKE_REAL_ZVAL_PTR(offset);
offset 32587 Zend/zend_vm_execute.h retval = Z_OBJ_HT_P(container)->read_property(container, offset, BP_VAR_IS, ((IS_CONST == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
offset 32593 Zend/zend_vm_execute.h zval_ptr_dtor(&offset);
offset 32753 Zend/zend_vm_execute.h ZVAL_STRINGL(retval, Z_STRVAL_P(EX_T((opline+1)->op2.var).str_offset.str)+EX_T((opline+1)->op2.var).str_offset.offset, 1, 1);
offset 32809 Zend/zend_vm_execute.h ZVAL_STRINGL(retval, Z_STRVAL_P(EX_T(opline->op1.var).str_offset.str)+EX_T(opline->op1.var).str_offset.offset, 1, 1);
offset 32983 Zend/zend_vm_execute.h zval *offset = opline->op2.zv;
offset 32986 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) {
offset 32988 Zend/zend_vm_execute.h hval = zend_dval_to_lval(Z_DVAL_P(offset));
offset 32992 Zend/zend_vm_execute.h hval = Z_LVAL_P(offset);
offset 32998 Zend/zend_vm_execute.h hval = Z_HASH_P(offset);
offset 33000 Zend/zend_vm_execute.h ZEND_HANDLE_NUMERIC_EX(Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, hval, goto num_index);
offset 33001 Zend/zend_vm_execute.h if (IS_INTERNED(Z_STRVAL_P(offset))) {
offset 33002 Zend/zend_vm_execute.h hval = INTERNED_HASH(Z_STRVAL_P(offset));
offset 33004 Zend/zend_vm_execute.h hval = zend_hash_func(Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1);
offset 33007 Zend/zend_vm_execute.h zend_hash_quick_update(Z_ARRVAL(EX_T(opline->result.var).tmp_var), Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, hval, &expr_ptr, sizeof(zval *), NULL);
offset 33128 Zend/zend_vm_execute.h zval *offset;
offset 33136 Zend/zend_vm_execute.h offset = opline->op2.zv;
offset 33143 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) {
offset 33145 Zend/zend_vm_execute.h hval = zend_dval_to_lval(Z_DVAL_P(offset));
offset 33151 Zend/zend_vm_execute.h hval = Z_LVAL_P(offset);
offset 33156 Zend/zend_vm_execute.h Z_ADDREF_P(offset);
offset 33159 Zend/zend_vm_execute.h hval = Z_HASH_P(offset);
offset 33161 Zend/zend_vm_execute.h ZEND_HANDLE_NUMERIC_EX(Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, hval, goto num_index_dim);
offset 33162 Zend/zend_vm_execute.h if (IS_INTERNED(Z_STRVAL_P(offset))) {
offset 33163 Zend/zend_vm_execute.h hval = INTERNED_HASH(Z_STRVAL_P(offset));
offset 33165 Zend/zend_vm_execute.h hval = zend_hash_func(Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1);
offset 33169 Zend/zend_vm_execute.h zend_delete_global_variable_ex(offset->value.str.val, offset->value.str.len, hval TSRMLS_CC);
offset 33171 Zend/zend_vm_execute.h zend_hash_quick_del(ht, Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, hval);
offset 33174 Zend/zend_vm_execute.h zval_ptr_dtor(&offset);
offset 33180 Zend/zend_vm_execute.h zval_ptr_dtor(&offset);
offset 33198 Zend/zend_vm_execute.h MAKE_REAL_ZVAL_PTR(offset);
offset 33200 Zend/zend_vm_execute.h Z_OBJ_HT_P(*container)->unset_dimension(*container, offset TSRMLS_CC);
offset 33202 Zend/zend_vm_execute.h zval_ptr_dtor(&offset);
offset 33227 Zend/zend_vm_execute.h zval *offset;
offset 33231 Zend/zend_vm_execute.h offset = opline->op2.zv;
offset 33239 Zend/zend_vm_execute.h MAKE_REAL_ZVAL_PTR(offset);
offset 33242 Zend/zend_vm_execute.h Z_OBJ_HT_P(*container)->unset_property(*container, offset, ((IS_CONST == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
offset 33247 Zend/zend_vm_execute.h zval_ptr_dtor(&offset);
offset 33355 Zend/zend_vm_execute.h zval *offset;
offset 33360 Zend/zend_vm_execute.h offset = opline->op2.zv;
offset 33368 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) {
offset 33370 Zend/zend_vm_execute.h hval = zend_dval_to_lval(Z_DVAL_P(offset));
offset 33375 Zend/zend_vm_execute.h hval = Z_LVAL_P(offset);
offset 33383 Zend/zend_vm_execute.h hval = Z_HASH_P(offset);
offset 33385 Zend/zend_vm_execute.h ZEND_HANDLE_NUMERIC_EX(Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, hval, goto num_index_prop);
offset 33386 Zend/zend_vm_execute.h if (IS_INTERNED(Z_STRVAL_P(offset))) {
offset 33387 Zend/zend_vm_execute.h hval = INTERNED_HASH(Z_STRVAL_P(offset));
offset 33389 Zend/zend_vm_execute.h hval = zend_hash_func(Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1);
offset 33392 Zend/zend_vm_execute.h if (zend_hash_quick_find(ht, Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, hval, (void **) &value) == SUCCESS) {
offset 33422 Zend/zend_vm_execute.h MAKE_REAL_ZVAL_PTR(offset);
offset 33426 Zend/zend_vm_execute.h result = Z_OBJ_HT_P(container)->has_property(container, offset, (opline->extended_value & ZEND_ISEMPTY) != 0, ((IS_CONST == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
offset 33433 Zend/zend_vm_execute.h result = Z_OBJ_HT_P(container)->has_dimension(container, offset, (opline->extended_value & ZEND_ISEMPTY) != 0 TSRMLS_CC);
offset 33440 Zend/zend_vm_execute.h zval_ptr_dtor(&offset);
offset 33447 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) != IS_LONG) {
offset 33448 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) <= IS_BOOL /* simple scalar types */
offset 33449 Zend/zend_vm_execute.h || (Z_TYPE_P(offset) == IS_STRING /* or numeric string */
offset 33450 Zend/zend_vm_execute.h && IS_LONG == is_numeric_string(Z_STRVAL_P(offset), Z_STRLEN_P(offset), NULL, NULL, 0))) {
offset 33451 Zend/zend_vm_execute.h ZVAL_COPY_VALUE(&tmp, offset);
offset 33454 Zend/zend_vm_execute.h offset = &tmp;
offset 33460 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) == IS_LONG) {
offset 33462 Zend/zend_vm_execute.h if (offset->value.lval >= 0 && offset->value.lval < Z_STRLEN_P(container)) {
offset 33466 Zend/zend_vm_execute.h if (offset->value.lval >= 0 && offset->value.lval < Z_STRLEN_P(container) && Z_STRVAL_P(container)[offset->value.lval] != '0') {
offset 34570 Zend/zend_vm_execute.h zval *offset;
offset 34574 Zend/zend_vm_execute.h offset = _get_zval_ptr_tmp(opline->op2.var, execute_data, &free_op2 TSRMLS_CC);
offset 34586 Zend/zend_vm_execute.h MAKE_REAL_ZVAL_PTR(offset);
offset 34590 Zend/zend_vm_execute.h retval = Z_OBJ_HT_P(container)->read_property(container, offset, BP_VAR_R, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
offset 34596 Zend/zend_vm_execute.h zval_ptr_dtor(&offset);
offset 34691 Zend/zend_vm_execute.h zval *offset;
offset 34695 Zend/zend_vm_execute.h offset = _get_zval_ptr_tmp(opline->op2.var, execute_data, &free_op2 TSRMLS_CC);
offset 34706 Zend/zend_vm_execute.h MAKE_REAL_ZVAL_PTR(offset);
offset 34710 Zend/zend_vm_execute.h retval = Z_OBJ_HT_P(container)->read_property(container, offset, BP_VAR_IS, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
offset 34716 Zend/zend_vm_execute.h zval_ptr_dtor(&offset);
offset 34877 Zend/zend_vm_execute.h ZVAL_STRINGL(retval, Z_STRVAL_P(EX_T((opline+1)->op2.var).str_offset.str)+EX_T((opline+1)->op2.var).str_offset.offset, 1, 1);
offset 34933 Zend/zend_vm_execute.h ZVAL_STRINGL(retval, Z_STRVAL_P(EX_T(opline->op1.var).str_offset.str)+EX_T(opline->op1.var).str_offset.offset, 1, 1);
offset 35109 Zend/zend_vm_execute.h zval *offset = _get_zval_ptr_tmp(opline->op2.var, execute_data, &free_op2 TSRMLS_CC);
offset 35112 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) {
offset 35114 Zend/zend_vm_execute.h hval = zend_dval_to_lval(Z_DVAL_P(offset));
offset 35118 Zend/zend_vm_execute.h hval = Z_LVAL_P(offset);
offset 35124 Zend/zend_vm_execute.h hval = Z_HASH_P(offset);
offset 35126 Zend/zend_vm_execute.h ZEND_HANDLE_NUMERIC_EX(Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, hval, goto num_index);
offset 35127 Zend/zend_vm_execute.h if (IS_INTERNED(Z_STRVAL_P(offset))) {
offset 35128 Zend/zend_vm_execute.h hval = INTERNED_HASH(Z_STRVAL_P(offset));
offset 35130 Zend/zend_vm_execute.h hval = zend_hash_func(Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1);
offset 35133 Zend/zend_vm_execute.h zend_hash_quick_update(Z_ARRVAL(EX_T(opline->result.var).tmp_var), Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, hval, &expr_ptr, sizeof(zval *), NULL);
offset 35176 Zend/zend_vm_execute.h zval *offset;
offset 35184 Zend/zend_vm_execute.h offset = _get_zval_ptr_tmp(opline->op2.var, execute_data, &free_op2 TSRMLS_CC);
offset 35191 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) {
offset 35193 Zend/zend_vm_execute.h hval = zend_dval_to_lval(Z_DVAL_P(offset));
offset 35199 Zend/zend_vm_execute.h hval = Z_LVAL_P(offset);
offset 35204 Zend/zend_vm_execute.h Z_ADDREF_P(offset);
offset 35207 Zend/zend_vm_execute.h hval = Z_HASH_P(offset);
offset 35209 Zend/zend_vm_execute.h ZEND_HANDLE_NUMERIC_EX(Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, hval, goto num_index_dim);
offset 35210 Zend/zend_vm_execute.h if (IS_INTERNED(Z_STRVAL_P(offset))) {
offset 35211 Zend/zend_vm_execute.h hval = INTERNED_HASH(Z_STRVAL_P(offset));
offset 35213 Zend/zend_vm_execute.h hval = zend_hash_func(Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1);
offset 35217 Zend/zend_vm_execute.h zend_delete_global_variable_ex(offset->value.str.val, offset->value.str.len, hval TSRMLS_CC);
offset 35219 Zend/zend_vm_execute.h zend_hash_quick_del(ht, Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, hval);
offset 35222 Zend/zend_vm_execute.h zval_ptr_dtor(&offset);
offset 35228 Zend/zend_vm_execute.h zval_ptr_dtor(&offset);
offset 35246 Zend/zend_vm_execute.h MAKE_REAL_ZVAL_PTR(offset);
offset 35248 Zend/zend_vm_execute.h Z_OBJ_HT_P(*container)->unset_dimension(*container, offset TSRMLS_CC);
offset 35250 Zend/zend_vm_execute.h zval_ptr_dtor(&offset);
offset 35275 Zend/zend_vm_execute.h zval *offset;
offset 35279 Zend/zend_vm_execute.h offset = _get_zval_ptr_tmp(opline->op2.var, execute_data, &free_op2 TSRMLS_CC);
offset 35287 Zend/zend_vm_execute.h MAKE_REAL_ZVAL_PTR(offset);
offset 35290 Zend/zend_vm_execute.h Z_OBJ_HT_P(*container)->unset_property(*container, offset, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
offset 35295 Zend/zend_vm_execute.h zval_ptr_dtor(&offset);
offset 35318 Zend/zend_vm_execute.h zval *offset;
offset 35323 Zend/zend_vm_execute.h offset = _get_zval_ptr_tmp(opline->op2.var, execute_data, &free_op2 TSRMLS_CC);
offset 35331 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) {
offset 35333 Zend/zend_vm_execute.h hval = zend_dval_to_lval(Z_DVAL_P(offset));
offset 35338 Zend/zend_vm_execute.h hval = Z_LVAL_P(offset);
offset 35346 Zend/zend_vm_execute.h hval = Z_HASH_P(offset);
offset 35348 Zend/zend_vm_execute.h ZEND_HANDLE_NUMERIC_EX(Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, hval, goto num_index_prop);
offset 35349 Zend/zend_vm_execute.h if (IS_INTERNED(Z_STRVAL_P(offset))) {
offset 35350 Zend/zend_vm_execute.h hval = INTERNED_HASH(Z_STRVAL_P(offset));
offset 35352 Zend/zend_vm_execute.h hval = zend_hash_func(Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1);
offset 35355 Zend/zend_vm_execute.h if (zend_hash_quick_find(ht, Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, hval, (void **) &value) == SUCCESS) {
offset 35385 Zend/zend_vm_execute.h MAKE_REAL_ZVAL_PTR(offset);
offset 35389 Zend/zend_vm_execute.h result = Z_OBJ_HT_P(container)->has_property(container, offset, (opline->extended_value & ZEND_ISEMPTY) != 0, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
offset 35396 Zend/zend_vm_execute.h result = Z_OBJ_HT_P(container)->has_dimension(container, offset, (opline->extended_value & ZEND_ISEMPTY) != 0 TSRMLS_CC);
offset 35403 Zend/zend_vm_execute.h zval_ptr_dtor(&offset);
offset 35410 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) != IS_LONG) {
offset 35411 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) <= IS_BOOL /* simple scalar types */
offset 35412 Zend/zend_vm_execute.h || (Z_TYPE_P(offset) == IS_STRING /* or numeric string */
offset 35413 Zend/zend_vm_execute.h && IS_LONG == is_numeric_string(Z_STRVAL_P(offset), Z_STRLEN_P(offset), NULL, NULL, 0))) {
offset 35414 Zend/zend_vm_execute.h ZVAL_COPY_VALUE(&tmp, offset);
offset 35417 Zend/zend_vm_execute.h offset = &tmp;
offset 35423 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) == IS_LONG) {
offset 35425 Zend/zend_vm_execute.h if (offset->value.lval >= 0 && offset->value.lval < Z_STRLEN_P(container)) {
offset 35429 Zend/zend_vm_execute.h if (offset->value.lval >= 0 && offset->value.lval < Z_STRLEN_P(container) && Z_STRVAL_P(container)[offset->value.lval] != '0') {
offset 36697 Zend/zend_vm_execute.h zval *offset;
offset 36701 Zend/zend_vm_execute.h offset = _get_zval_ptr_var(opline->op2.var, execute_data, &free_op2 TSRMLS_CC);
offset 36713 Zend/zend_vm_execute.h MAKE_REAL_ZVAL_PTR(offset);
offset 36717 Zend/zend_vm_execute.h retval = Z_OBJ_HT_P(container)->read_property(container, offset, BP_VAR_R, ((IS_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
offset 36723 Zend/zend_vm_execute.h zval_ptr_dtor(&offset);
offset 36818 Zend/zend_vm_execute.h zval *offset;
offset 36822 Zend/zend_vm_execute.h offset = _get_zval_ptr_var(opline->op2.var, execute_data, &free_op2 TSRMLS_CC);
offset 36833 Zend/zend_vm_execute.h MAKE_REAL_ZVAL_PTR(offset);
offset 36837 Zend/zend_vm_execute.h retval = Z_OBJ_HT_P(container)->read_property(container, offset, BP_VAR_IS, ((IS_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
offset 36843 Zend/zend_vm_execute.h zval_ptr_dtor(&offset);
offset 37004 Zend/zend_vm_execute.h ZVAL_STRINGL(retval, Z_STRVAL_P(EX_T((opline+1)->op2.var).str_offset.str)+EX_T((opline+1)->op2.var).str_offset.offset, 1, 1);
offset 37060 Zend/zend_vm_execute.h ZVAL_STRINGL(retval, Z_STRVAL_P(EX_T(opline->op1.var).str_offset.str)+EX_T(opline->op1.var).str_offset.offset, 1, 1);
offset 37290 Zend/zend_vm_execute.h zval *offset = _get_zval_ptr_var(opline->op2.var, execute_data, &free_op2 TSRMLS_CC);
offset 37293 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) {
offset 37295 Zend/zend_vm_execute.h hval = zend_dval_to_lval(Z_DVAL_P(offset));
offset 37299 Zend/zend_vm_execute.h hval = Z_LVAL_P(offset);
offset 37305 Zend/zend_vm_execute.h hval = Z_HASH_P(offset);
offset 37307 Zend/zend_vm_execute.h ZEND_HANDLE_NUMERIC_EX(Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, hval, goto num_index);
offset 37308 Zend/zend_vm_execute.h if (IS_INTERNED(Z_STRVAL_P(offset))) {
offset 37309 Zend/zend_vm_execute.h hval = INTERNED_HASH(Z_STRVAL_P(offset));
offset 37311 Zend/zend_vm_execute.h hval = zend_hash_func(Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1);
offset 37314 Zend/zend_vm_execute.h zend_hash_quick_update(Z_ARRVAL(EX_T(opline->result.var).tmp_var), Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, hval, &expr_ptr, sizeof(zval *), NULL);
offset 37435 Zend/zend_vm_execute.h zval *offset;
offset 37443 Zend/zend_vm_execute.h offset = _get_zval_ptr_var(opline->op2.var, execute_data, &free_op2 TSRMLS_CC);
offset 37450 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) {
offset 37452 Zend/zend_vm_execute.h hval = zend_dval_to_lval(Z_DVAL_P(offset));
offset 37458 Zend/zend_vm_execute.h hval = Z_LVAL_P(offset);
offset 37463 Zend/zend_vm_execute.h Z_ADDREF_P(offset);
offset 37466 Zend/zend_vm_execute.h hval = Z_HASH_P(offset);
offset 37468 Zend/zend_vm_execute.h ZEND_HANDLE_NUMERIC_EX(Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, hval, goto num_index_dim);
offset 37469 Zend/zend_vm_execute.h if (IS_INTERNED(Z_STRVAL_P(offset))) {
offset 37470 Zend/zend_vm_execute.h hval = INTERNED_HASH(Z_STRVAL_P(offset));
offset 37472 Zend/zend_vm_execute.h hval = zend_hash_func(Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1);
offset 37476 Zend/zend_vm_execute.h zend_delete_global_variable_ex(offset->value.str.val, offset->value.str.len, hval TSRMLS_CC);
offset 37478 Zend/zend_vm_execute.h zend_hash_quick_del(ht, Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, hval);
offset 37481 Zend/zend_vm_execute.h zval_ptr_dtor(&offset);
offset 37487 Zend/zend_vm_execute.h zval_ptr_dtor(&offset);
offset 37505 Zend/zend_vm_execute.h MAKE_REAL_ZVAL_PTR(offset);
offset 37507 Zend/zend_vm_execute.h Z_OBJ_HT_P(*container)->unset_dimension(*container, offset TSRMLS_CC);
offset 37509 Zend/zend_vm_execute.h zval_ptr_dtor(&offset);
offset 37534 Zend/zend_vm_execute.h zval *offset;
offset 37538 Zend/zend_vm_execute.h offset = _get_zval_ptr_var(opline->op2.var, execute_data, &free_op2 TSRMLS_CC);
offset 37546 Zend/zend_vm_execute.h MAKE_REAL_ZVAL_PTR(offset);
offset 37549 Zend/zend_vm_execute.h Z_OBJ_HT_P(*container)->unset_property(*container, offset, ((IS_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
offset 37554 Zend/zend_vm_execute.h zval_ptr_dtor(&offset);
offset 37662 Zend/zend_vm_execute.h zval *offset;
offset 37667 Zend/zend_vm_execute.h offset = _get_zval_ptr_var(opline->op2.var, execute_data, &free_op2 TSRMLS_CC);
offset 37675 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) {
offset 37677 Zend/zend_vm_execute.h hval = zend_dval_to_lval(Z_DVAL_P(offset));
offset 37682 Zend/zend_vm_execute.h hval = Z_LVAL_P(offset);
offset 37690 Zend/zend_vm_execute.h hval = Z_HASH_P(offset);
offset 37692 Zend/zend_vm_execute.h ZEND_HANDLE_NUMERIC_EX(Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, hval, goto num_index_prop);
offset 37693 Zend/zend_vm_execute.h if (IS_INTERNED(Z_STRVAL_P(offset))) {
offset 37694 Zend/zend_vm_execute.h hval = INTERNED_HASH(Z_STRVAL_P(offset));
offset 37696 Zend/zend_vm_execute.h hval = zend_hash_func(Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1);
offset 37699 Zend/zend_vm_execute.h if (zend_hash_quick_find(ht, Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, hval, (void **) &value) == SUCCESS) {
offset 37729 Zend/zend_vm_execute.h MAKE_REAL_ZVAL_PTR(offset);
offset 37733 Zend/zend_vm_execute.h result = Z_OBJ_HT_P(container)->has_property(container, offset, (opline->extended_value & ZEND_ISEMPTY) != 0, ((IS_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
offset 37740 Zend/zend_vm_execute.h result = Z_OBJ_HT_P(container)->has_dimension(container, offset, (opline->extended_value & ZEND_ISEMPTY) != 0 TSRMLS_CC);
offset 37747 Zend/zend_vm_execute.h zval_ptr_dtor(&offset);
offset 37754 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) != IS_LONG) {
offset 37755 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) <= IS_BOOL /* simple scalar types */
offset 37756 Zend/zend_vm_execute.h || (Z_TYPE_P(offset) == IS_STRING /* or numeric string */
offset 37757 Zend/zend_vm_execute.h && IS_LONG == is_numeric_string(Z_STRVAL_P(offset), Z_STRLEN_P(offset), NULL, NULL, 0))) {
offset 37758 Zend/zend_vm_execute.h ZVAL_COPY_VALUE(&tmp, offset);
offset 37761 Zend/zend_vm_execute.h offset = &tmp;
offset 37767 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) == IS_LONG) {
offset 37769 Zend/zend_vm_execute.h if (offset->value.lval >= 0 && offset->value.lval < Z_STRLEN_P(container)) {
offset 37773 Zend/zend_vm_execute.h if (offset->value.lval >= 0 && offset->value.lval < Z_STRLEN_P(container) && Z_STRVAL_P(container)[offset->value.lval] != '0') {
offset 38513 Zend/zend_vm_execute.h ZVAL_STRINGL(retval, Z_STRVAL_P(EX_T((opline+1)->op2.var).str_offset.str)+EX_T((opline+1)->op2.var).str_offset.offset, 1, 1);
offset 38590 Zend/zend_vm_execute.h zval *offset = NULL;
offset 38593 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) {
offset 38595 Zend/zend_vm_execute.h hval = zend_dval_to_lval(Z_DVAL_P(offset));
offset 38599 Zend/zend_vm_execute.h hval = Z_LVAL_P(offset);
offset 38605 Zend/zend_vm_execute.h hval = Z_HASH_P(offset);
offset 38607 Zend/zend_vm_execute.h ZEND_HANDLE_NUMERIC_EX(Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, hval, goto num_index);
offset 38608 Zend/zend_vm_execute.h if (IS_INTERNED(Z_STRVAL_P(offset))) {
offset 38609 Zend/zend_vm_execute.h hval = INTERNED_HASH(Z_STRVAL_P(offset));
offset 38611 Zend/zend_vm_execute.h hval = zend_hash_func(Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1);
offset 38614 Zend/zend_vm_execute.h zend_hash_quick_update(Z_ARRVAL(EX_T(opline->result.var).tmp_var), Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, hval, &expr_ptr, sizeof(zval *), NULL);
offset 39887 Zend/zend_vm_execute.h zval *offset;
offset 39891 Zend/zend_vm_execute.h offset = _get_zval_ptr_cv_BP_VAR_R(execute_data, opline->op2.var TSRMLS_CC);
offset 39903 Zend/zend_vm_execute.h MAKE_REAL_ZVAL_PTR(offset);
offset 39907 Zend/zend_vm_execute.h retval = Z_OBJ_HT_P(container)->read_property(container, offset, BP_VAR_R, ((IS_CV == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
offset 39913 Zend/zend_vm_execute.h zval_ptr_dtor(&offset);
offset 40008 Zend/zend_vm_execute.h zval *offset;
offset 40012 Zend/zend_vm_execute.h offset = _get_zval_ptr_cv_BP_VAR_R(execute_data, opline->op2.var TSRMLS_CC);
offset 40023 Zend/zend_vm_execute.h MAKE_REAL_ZVAL_PTR(offset);
offset 40027 Zend/zend_vm_execute.h retval = Z_OBJ_HT_P(container)->read_property(container, offset, BP_VAR_IS, ((IS_CV == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
offset 40033 Zend/zend_vm_execute.h zval_ptr_dtor(&offset);
offset 40193 Zend/zend_vm_execute.h ZVAL_STRINGL(retval, Z_STRVAL_P(EX_T((opline+1)->op2.var).str_offset.str)+EX_T((opline+1)->op2.var).str_offset.offset, 1, 1);
offset 40249 Zend/zend_vm_execute.h ZVAL_STRINGL(retval, Z_STRVAL_P(EX_T(opline->op1.var).str_offset.str)+EX_T(opline->op1.var).str_offset.offset, 1, 1);
offset 40475 Zend/zend_vm_execute.h zval *offset = _get_zval_ptr_cv_BP_VAR_R(execute_data, opline->op2.var TSRMLS_CC);
offset 40478 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) {
offset 40480 Zend/zend_vm_execute.h hval = zend_dval_to_lval(Z_DVAL_P(offset));
offset 40484 Zend/zend_vm_execute.h hval = Z_LVAL_P(offset);
offset 40490 Zend/zend_vm_execute.h hval = Z_HASH_P(offset);
offset 40492 Zend/zend_vm_execute.h ZEND_HANDLE_NUMERIC_EX(Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, hval, goto num_index);
offset 40493 Zend/zend_vm_execute.h if (IS_INTERNED(Z_STRVAL_P(offset))) {
offset 40494 Zend/zend_vm_execute.h hval = INTERNED_HASH(Z_STRVAL_P(offset));
offset 40496 Zend/zend_vm_execute.h hval = zend_hash_func(Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1);
offset 40499 Zend/zend_vm_execute.h zend_hash_quick_update(Z_ARRVAL(EX_T(opline->result.var).tmp_var), Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, hval, &expr_ptr, sizeof(zval *), NULL);
offset 40542 Zend/zend_vm_execute.h zval *offset;
offset 40550 Zend/zend_vm_execute.h offset = _get_zval_ptr_cv_BP_VAR_R(execute_data, opline->op2.var TSRMLS_CC);
offset 40557 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) {
offset 40559 Zend/zend_vm_execute.h hval = zend_dval_to_lval(Z_DVAL_P(offset));
offset 40565 Zend/zend_vm_execute.h hval = Z_LVAL_P(offset);
offset 40570 Zend/zend_vm_execute.h Z_ADDREF_P(offset);
offset 40573 Zend/zend_vm_execute.h hval = Z_HASH_P(offset);
offset 40575 Zend/zend_vm_execute.h ZEND_HANDLE_NUMERIC_EX(Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, hval, goto num_index_dim);
offset 40576 Zend/zend_vm_execute.h if (IS_INTERNED(Z_STRVAL_P(offset))) {
offset 40577 Zend/zend_vm_execute.h hval = INTERNED_HASH(Z_STRVAL_P(offset));
offset 40579 Zend/zend_vm_execute.h hval = zend_hash_func(Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1);
offset 40583 Zend/zend_vm_execute.h zend_delete_global_variable_ex(offset->value.str.val, offset->value.str.len, hval TSRMLS_CC);
offset 40585 Zend/zend_vm_execute.h zend_hash_quick_del(ht, Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, hval);
offset 40588 Zend/zend_vm_execute.h zval_ptr_dtor(&offset);
offset 40594 Zend/zend_vm_execute.h zval_ptr_dtor(&offset);
offset 40612 Zend/zend_vm_execute.h MAKE_REAL_ZVAL_PTR(offset);
offset 40614 Zend/zend_vm_execute.h Z_OBJ_HT_P(*container)->unset_dimension(*container, offset TSRMLS_CC);
offset 40616 Zend/zend_vm_execute.h zval_ptr_dtor(&offset);
offset 40641 Zend/zend_vm_execute.h zval *offset;
offset 40645 Zend/zend_vm_execute.h offset = _get_zval_ptr_cv_BP_VAR_R(execute_data, opline->op2.var TSRMLS_CC);
offset 40653 Zend/zend_vm_execute.h MAKE_REAL_ZVAL_PTR(offset);
offset 40656 Zend/zend_vm_execute.h Z_OBJ_HT_P(*container)->unset_property(*container, offset, ((IS_CV == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
offset 40661 Zend/zend_vm_execute.h zval_ptr_dtor(&offset);
offset 40684 Zend/zend_vm_execute.h zval *offset;
offset 40689 Zend/zend_vm_execute.h offset = _get_zval_ptr_cv_BP_VAR_R(execute_data, opline->op2.var TSRMLS_CC);
offset 40697 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) {
offset 40699 Zend/zend_vm_execute.h hval = zend_dval_to_lval(Z_DVAL_P(offset));
offset 40704 Zend/zend_vm_execute.h hval = Z_LVAL_P(offset);
offset 40712 Zend/zend_vm_execute.h hval = Z_HASH_P(offset);
offset 40714 Zend/zend_vm_execute.h ZEND_HANDLE_NUMERIC_EX(Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, hval, goto num_index_prop);
offset 40715 Zend/zend_vm_execute.h if (IS_INTERNED(Z_STRVAL_P(offset))) {
offset 40716 Zend/zend_vm_execute.h hval = INTERNED_HASH(Z_STRVAL_P(offset));
offset 40718 Zend/zend_vm_execute.h hval = zend_hash_func(Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1);
offset 40721 Zend/zend_vm_execute.h if (zend_hash_quick_find(ht, Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, hval, (void **) &value) == SUCCESS) {
offset 40751 Zend/zend_vm_execute.h MAKE_REAL_ZVAL_PTR(offset);
offset 40755 Zend/zend_vm_execute.h result = Z_OBJ_HT_P(container)->has_property(container, offset, (opline->extended_value & ZEND_ISEMPTY) != 0, ((IS_CV == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
offset 40762 Zend/zend_vm_execute.h result = Z_OBJ_HT_P(container)->has_dimension(container, offset, (opline->extended_value & ZEND_ISEMPTY) != 0 TSRMLS_CC);
offset 40769 Zend/zend_vm_execute.h zval_ptr_dtor(&offset);
offset 40776 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) != IS_LONG) {
offset 40777 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) <= IS_BOOL /* simple scalar types */
offset 40778 Zend/zend_vm_execute.h || (Z_TYPE_P(offset) == IS_STRING /* or numeric string */
offset 40779 Zend/zend_vm_execute.h && IS_LONG == is_numeric_string(Z_STRVAL_P(offset), Z_STRLEN_P(offset), NULL, NULL, 0))) {
offset 40780 Zend/zend_vm_execute.h ZVAL_COPY_VALUE(&tmp, offset);
offset 40783 Zend/zend_vm_execute.h offset = &tmp;
offset 40789 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) == IS_LONG) {
offset 40791 Zend/zend_vm_execute.h if (offset->value.lval >= 0 && offset->value.lval < Z_STRLEN_P(container)) {
offset 40795 Zend/zend_vm_execute.h if (offset->value.lval >= 0 && offset->value.lval < Z_STRLEN_P(container) && Z_STRVAL_P(container)[offset->value.lval] != '0') {
offset 104 ext/com_dotnet/com_handlers.c DISPATCH_METHOD|DISPATCH_PROPERTYGET, &v, 1, &offset, 0, 0 TSRMLS_CC)) {
offset 109 ext/com_dotnet/com_handlers.c convert_to_long(offset);
offset 112 ext/com_dotnet/com_handlers.c if (php_com_safearray_get_elem(&obj->v, &v, Z_LVAL_P(offset) TSRMLS_CC)) {
offset 117 ext/com_dotnet/com_handlers.c php_com_saproxy_create(object, return_value, offset TSRMLS_CC);
offset 137 ext/com_dotnet/com_handlers.c args[0] = offset;
offset 155 ext/com_dotnet/com_handlers.c convert_to_long(offset);
offset 156 ext/com_dotnet/com_handlers.c indices = Z_LVAL_P(offset);
offset 141 ext/com_dotnet/com_persist.c off_t offset;
offset 159 ext/com_dotnet/com_persist.c offset = (off_t) dlibMove.QuadPart;
offset 161 ext/com_dotnet/com_persist.c ret = php_stream_seek(stm->stream, offset, whence);
offset 115 ext/com_dotnet/com_saproxy.c args[i-1] = offset;
offset 129 ext/com_dotnet/com_saproxy.c php_com_saproxy_create(object, return_value, offset TSRMLS_CC);
offset 142 ext/com_dotnet/com_saproxy.c convert_to_long(offset);
offset 157 ext/com_dotnet/com_saproxy.c if (Z_LVAL_P(offset) < lbound || Z_LVAL_P(offset) > ubound) {
offset 179 ext/com_dotnet/com_saproxy.c indices[dims-1] = Z_LVAL_P(offset);
offset 205 ext/com_dotnet/com_saproxy.c php_com_saproxy_create(object, return_value, offset TSRMLS_CC);
offset 227 ext/com_dotnet/com_saproxy.c args[i-1] = offset;
offset 253 ext/com_dotnet/com_saproxy.c convert_to_long(offset);
offset 254 ext/com_dotnet/com_saproxy.c indices[dims-1] = Z_LVAL_P(offset);
offset 768 ext/date/lib/parse_date.c long offset = 0;
offset 774 ext/date/lib/parse_date.c offset = timelib_lookup_abbr(ptr, dst, &tz_abbr, &found);
offset 790 ext/date/lib/parse_date.c retval = offset;
offset 163 ext/date/lib/parse_tz.c tz->type[i].offset = (buffer[j] * 16777216) + (buffer[j + 1] * 65536) + (buffer[j + 2] * 256) + buffer[j + 3];
offset 191 ext/date/lib/parse_tz.c tz->leap_times[i].offset = timelib_conv_int(leap_buffer[i * 2 + 1]);
offset 273 ext/date/lib/parse_tz.c (long int) tz->type[0].offset,
offset 283 ext/date/lib/parse_tz.c (long int) tz->type[tz->trans_idx[i]].offset,
offset 295 ext/date/lib/parse_tz.c tz->leap_times[i].offset);
offset 477 ext/date/lib/parse_tz.c int32_t offset = 0, leap_secs = 0;
offset 483 ext/date/lib/parse_tz.c offset = to->offset;
offset 488 ext/date/lib/parse_tz.c offset = 0;
offset 495 ext/date/lib/parse_tz.c leap_secs = -tl->offset;
offset 498 ext/date/lib/parse_tz.c tmp->offset = offset;
offset 517 ext/date/lib/parse_tz.c retval = gmt_offset->offset;
offset 82 ext/date/lib/timelib_structs.h int32_t offset;
offset 93 ext/date/lib/timelib_structs.h int32_t offset;
offset 156 ext/date/lib/timelib_structs.h int32_t offset;
offset 402 ext/date/lib/tm2unixtime.c after = timelib_get_time_zone_info(tz->sse - before->offset, tzi);
offset 406 ext/date/lib/tm2unixtime.c ((tz->sse - after->offset) >= (after->transistion_time + (before->offset - after->offset))) &&
offset 407 ext/date/lib/tm2unixtime.c ((tz->sse - after->offset) < after->transistion_time)
offset 410 ext/date/lib/tm2unixtime.c if ((before->offset != after->offset) && !in_transistion) {
offset 411 ext/date/lib/tm2unixtime.c tmp = -after->offset;
offset 422 ext/date/lib/tm2unixtime.c tz->z = gmt_offset->offset;
offset 157 ext/date/lib/unixtime2tm.c timelib_unixtime2gmt(tm, tm->sse + gmt_offset->offset);
offset 195 ext/date/lib/unixtime2tm.c timelib_unixtime2gmt(tm, ts + gmt_offset->offset);
offset 200 ext/date/lib/unixtime2tm.c tm->z = gmt_offset->offset;
offset 250 ext/date/lib/unixtime2tm.c t->z = gmt_offset->offset;
offset 1064 ext/date/php_date.c timelib_time_offset *offset = NULL;
offset 1075 ext/date/php_date.c offset = timelib_time_offset_ctor();
offset 1076 ext/date/php_date.c offset->offset = (t->z - (t->dst * 60)) * -60;
offset 1077 ext/date/php_date.c offset->leap_secs = 0;
offset 1078 ext/date/php_date.c offset->is_dst = t->dst;
offset 1079 ext/date/php_date.c offset->abbr = strdup(t->tz_abbr);
offset 1081 ext/date/php_date.c offset = timelib_time_offset_ctor();
offset 1082 ext/date/php_date.c offset->offset = (t->z) * -60;
offset 1083 ext/date/php_date.c offset->leap_secs = 0;
offset 1084 ext/date/php_date.c offset->is_dst = 0;
offset 1085 ext/date/php_date.c offset->abbr = malloc(9); /* GMT�xxxx\0 */
offset 1086 ext/date/php_date.c snprintf(offset->abbr, 9, "GMT%c%02d%02d",
offset 1087 ext/date/php_date.c localtime ? ((offset->offset < 0) ? '-' : '+') : '+',
offset 1088 ext/date/php_date.c localtime ? abs(offset->offset / 3600) : 0,
offset 1089 ext/date/php_date.c localtime ? abs((offset->offset % 3600) / 60) : 0 );
offset 1091 ext/date/php_date.c offset = timelib_get_time_zone_info(t->sse, t->tz_info);
offset 1149 ext/date/php_date.c case 'I': length = slprintf(buffer, 32, "%d", localtime ? offset->is_dst : 0); break;
offset 1152 ext/date/php_date.c localtime ? ((offset->offset < 0) ? '-' : '+') : '+',
offset 1153 ext/date/php_date.c localtime ? abs(offset->offset / 3600) : 0,
offset 1155 ext/date/php_date.c localtime ? abs((offset->offset % 3600) / 60) : 0
offset 1158 ext/date/php_date.c case 'T': length = slprintf(buffer, 32, "%s", localtime ? offset->abbr : "GMT"); break;
offset 1167 ext/date/php_date.c length = slprintf(buffer, 32, "%s", offset->abbr);
offset 1171 ext/date/php_date.c ((offset->offset < 0) ? '-' : '+'),
offset 1172 ext/date/php_date.c abs(offset->offset / 3600),
offset 1173 ext/date/php_date.c abs((offset->offset % 3600) / 60)
offset 1179 ext/date/php_date.c case 'Z': length = slprintf(buffer, 32, "%d", localtime ? offset->offset : 0); break;
offset 1185 ext/date/php_date.c localtime ? ((offset->offset < 0) ? '-' : '+') : '+',
offset 1186 ext/date/php_date.c localtime ? abs(offset->offset / 3600) : 0,
offset 1187 ext/date/php_date.c localtime ? abs((offset->offset % 3600) / 60) : 0
offset 1194 ext/date/php_date.c localtime ? ((offset->offset < 0) ? '-' : '+') : '+',
offset 1195 ext/date/php_date.c localtime ? abs(offset->offset / 3600) : 0,
offset 1196 ext/date/php_date.c localtime ? abs((offset->offset % 3600) / 60) : 0
offset 1211 ext/date/php_date.c timelib_time_offset_dtor(offset);
offset 1269 ext/date/php_date.c timelib_time_offset *offset = NULL;
offset 1286 ext/date/php_date.c offset = timelib_time_offset_ctor();
offset 1287 ext/date/php_date.c offset->offset = (t->z - (t->dst * 60)) * -60;
offset 1288 ext/date/php_date.c offset->leap_secs = 0;
offset 1289 ext/date/php_date.c offset->is_dst = t->dst;
offset 1290 ext/date/php_date.c offset->abbr = strdup(t->tz_abbr);
offset 1292 ext/date/php_date.c offset = timelib_time_offset_ctor();
offset 1293 ext/date/php_date.c offset->offset = (t->z - (t->dst * 60)) * -60;
offset 1294 ext/date/php_date.c offset->leap_secs = 0;
offset 1295 ext/date/php_date.c offset->is_dst = t->dst;
offset 1296 ext/date/php_date.c offset->abbr = malloc(9); /* GMT�xxxx\0 */
offset 1297 ext/date/php_date.c snprintf(offset->abbr, 9, "GMT%c%02d%02d",
offset 1298 ext/date/php_date.c !localtime ? ((offset->offset < 0) ? '-' : '+') : '+',
offset 1299 ext/date/php_date.c !localtime ? abs(offset->offset / 3600) : 0,
offset 1300 ext/date/php_date.c !localtime ? abs((offset->offset % 3600) / 60) : 0 );
offset 1302 ext/date/php_date.c offset = timelib_get_time_zone_info(t->sse, t->tz_info);
offset 1343 ext/date/php_date.c case 'I': retval = (int) (!localtime ? offset->is_dst : 0); break;
offset 1344 ext/date/php_date.c case 'Z': retval = (int) (!localtime ? offset->offset : 0); break;
offset 1350 ext/date/php_date.c timelib_time_offset_dtor(offset);
offset 1639 ext/date/php_date.c timelib_time_offset *offset = NULL;
offset 1678 ext/date/php_date.c offset = timelib_get_time_zone_info(timestamp, tzi);
offset 1680 ext/date/php_date.c ta.tm_isdst = offset->is_dst;
offset 1682 ext/date/php_date.c ta.tm_gmtoff = offset->offset;
offset 1685 ext/date/php_date.c ta.tm_zone = offset->abbr;
offset 1710 ext/date/php_date.c timelib_time_offset_dtor(offset);
offset 3379 ext/date/php_date.c timelib_time_offset *offset;
offset 3389 ext/date/php_date.c offset = timelib_get_time_zone_info(dateobj->time->sse, dateobj->time->tz_info);
offset 3390 ext/date/php_date.c RETVAL_LONG(offset->offset);
offset 3391 ext/date/php_date.c timelib_time_offset_dtor(offset);
offset 3840 ext/date/php_date.c timelib_time_offset *offset;
offset 3852 ext/date/php_date.c offset = timelib_get_time_zone_info(dateobj->time->sse, tzobj->tzi.tz);
offset 3853 ext/date/php_date.c RETVAL_LONG(offset->offset);
offset 3854 ext/date/php_date.c timelib_time_offset_dtor(offset);
offset 3890 ext/date/php_date.c add_assoc_long(element, "offset", tzobj->tzi.tz->type[0].offset); \
offset 3900 ext/date/php_date.c add_assoc_long(element, "offset", tzobj->tzi.tz->type[tzobj->tzi.tz->trans_idx[i]].offset); \
offset 229 ext/dba/dba_cdb.c php_stream_seek(fp, offset, whence);
offset 234 ext/dba/dba_cdb.c return lseek(fd, offset, whence);
offset 179 ext/dom/characterdata.c long offset, count;
offset 183 ext/dom/characterdata.c if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Oll", &id, dom_characterdata_class_entry, &offset, &count) == FAILURE) {
offset 196 ext/dom/characterdata.c if (offset < 0 || count < 0 || offset > length) {
offset 202 ext/dom/characterdata.c if ((offset + count) > length) {
offset 203 ext/dom/characterdata.c count = length - offset;
offset 206 ext/dom/characterdata.c substring = xmlUTF8Strsub(cur, offset, count);
offset 262 ext/dom/characterdata.c long offset;
offset 266 ext/dom/characterdata.c if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Ols", &id, dom_characterdata_class_entry, &offset, &arg, &arg_len) == FAILURE) {
offset 279 ext/dom/characterdata.c if (offset < 0 || offset > length) {
offset 285 ext/dom/characterdata.c first = xmlUTF8Strndup(cur, offset);
offset 286 ext/dom/characterdata.c second = xmlUTF8Strsub(cur, offset, length - offset);
offset 309 ext/dom/characterdata.c long offset, count;
offset 313 ext/dom/characterdata.c if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Oll", &id, dom_characterdata_class_entry, &offset, &count) == FAILURE) {
offset 326 ext/dom/characterdata.c if (offset < 0 || count < 0 || offset > length) {
offset 332 ext/dom/characterdata.c if (offset > 0) {
offset 333 ext/dom/characterdata.c substring = xmlUTF8Strsub(cur, 0, offset);
offset 338 ext/dom/characterdata.c if ((offset + count) > length) {
offset 339 ext/dom/characterdata.c count = length - offset;
offset 342 ext/dom/characterdata.c second = xmlUTF8Strsub(cur, offset + count, length - offset);
offset 365 ext/dom/characterdata.c long offset, count;
offset 369 ext/dom/characterdata.c if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Olls", &id, dom_characterdata_class_entry, &offset, &count, &arg, &arg_len) == FAILURE) {
offset 382 ext/dom/characterdata.c if (offset < 0 || count < 0 || offset > length) {
offset 388 ext/dom/characterdata.c if (offset > 0) {
offset 389 ext/dom/characterdata.c substring = xmlUTF8Strsub(cur, 0, offset);
offset 394 ext/dom/characterdata.c if ((offset + count) > length) {
offset 395 ext/dom/characterdata.c count = length - offset;
offset 398 ext/dom/characterdata.c if (offset < length) {
offset 399 ext/dom/characterdata.c second = xmlUTF8Strsub(cur, offset + count, length - offset);
offset 153 ext/dom/text.c long offset;
offset 158 ext/dom/text.c if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Ol", &id, dom_text_class_entry, &offset) == FAILURE) {
offset 173 ext/dom/text.c if (offset > length || offset < 0) {
offset 178 ext/dom/text.c first = xmlUTF8Strndup(cur, offset);
offset 179 ext/dom/text.c second = xmlUTF8Strsub(cur, offset, length - offset);
offset 102 ext/ereg/regex/debug.c register sopno offset = 2;
offset 103 ext/ereg/regex/debug.c # define GAP() { if (offset % 5 == 0) { \
offset 113 ext/ereg/regex/debug.c offset++; \
offset 992 ext/exif/exif.c int offset;
offset 1055 ext/exif/exif.c p += slprintf(buf+p, sizeof(buf)-p, "\n%08X: ", i+offset);
offset 1506 ext/exif/exif.c size_t offset;
offset 2456 ext/exif/exif.c if (!ImageInfo->read_thumbnail || !ImageInfo->Thumbnail.offset || !ImageInfo->Thumbnail.size) {
offset 2548 ext/exif/exif.c || ImageInfo->Thumbnail.offset <= 0
offset 2554 ext/exif/exif.c if ((ImageInfo->Thumbnail.offset + ImageInfo->Thumbnail.size) > length) {
offset 2558 ext/exif/exif.c ImageInfo->Thumbnail.data = estrndup(offset + ImageInfo->Thumbnail.offset, ImageInfo->Thumbnail.size);
offset 2745 ext/exif/exif.c dir_start = value_ptr + maker_note->offset;
offset 2748 ext/exif/exif.c exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Process %s @x%04X + 0x%04X=%d: %s", exif_get_sectionname(section_index), (int)dir_start-(int)offset_base+maker_note->offset+displacement, value_len, value_len, exif_char_dump(value_ptr, value_len, (int)dir_start-(int)offset_base+maker_note->offset+displacement));
offset 2775 ext/exif/exif.c exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Using automatic offset correction: 0x%04X", ((int)dir_start-(int)offset_base+maker_note->offset+displacement) + offset_diff);
offset 2937 ext/exif/exif.c ImageInfo->Thumbnail.offset = exif_convert_any_to_int(value_ptr, format, ImageInfo->motorola_intel TSRMLS_CC);
offset 3177 ext/exif/exif.c && ImageInfo->Thumbnail.offset
offset 3689 ext/exif/exif.c && ImageInfo->Thumbnail.offset
offset 3693 ext/exif/exif.c exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "%s THUMBNAIL @0x%04X + 0x%04X", ImageInfo->Thumbnail.data ? "Ignore" : "Read", ImageInfo->Thumbnail.offset, ImageInfo->Thumbnail.size);
offset 3697 ext/exif/exif.c php_stream_seek(ImageInfo->infile, ImageInfo->Thumbnail.offset, SEEK_SET);
offset 3727 ext/exif/exif.c exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "%s THUMBNAIL @0x%04X + 0x%04X", ImageInfo->Thumbnail.data ? "Ignore" : "Read", ImageInfo->Thumbnail.offset, ImageInfo->Thumbnail.size);
offset 3729 ext/exif/exif.c if (!ImageInfo->Thumbnail.data && ImageInfo->Thumbnail.offset && ImageInfo->Thumbnail.size && ImageInfo->read_thumbnail) {
offset 3731 ext/exif/exif.c php_stream_seek(ImageInfo->infile, ImageInfo->Thumbnail.offset, SEEK_SET);
offset 1588 ext/fileinfo/libmagic/apprentice.c m->offset = (uint32_t)strtoul(l, &t, 0);
offset 2941 ext/fileinfo/libmagic/apprentice.c m->offset = swap4((uint32_t)m->offset);
offset 286 ext/fileinfo/libmagic/file.h uint32_t offset; /* offset to magic number */
offset 386 ext/fileinfo/libmagic/file.h uint32_t offset;
offset 398 ext/fileinfo/libmagic/file.h size_t offset; /* starting offset in source: XXX - should this be off_t? */
offset 155 ext/fileinfo/libmagic/softmagic.c ms->offset = m->offset;
offset 159 ext/fileinfo/libmagic/softmagic.c switch (mget(ms, s, m, nbytes, offset, cont_level, mode, text,
offset 233 ext/fileinfo/libmagic/softmagic.c ms->offset = m->offset;
offset 235 ext/fileinfo/libmagic/softmagic.c ms->offset +=
offset 246 ext/fileinfo/libmagic/softmagic.c switch (mget(ms, s, m, nbytes, offset, cont_level, mode,
offset 388 ext/fileinfo/libmagic/softmagic.c t = ms->offset + sizeof(char);
offset 410 ext/fileinfo/libmagic/softmagic.c t = ms->offset + sizeof(short);
offset 431 ext/fileinfo/libmagic/softmagic.c t = ms->offset + sizeof(int32_t);
offset 440 ext/fileinfo/libmagic/softmagic.c t = ms->offset + sizeof(int64_t);
offset 450 ext/fileinfo/libmagic/softmagic.c t = ms->offset + m->vallen;
offset 456 ext/fileinfo/libmagic/softmagic.c t = ms->offset + strlen(str);
offset 489 ext/fileinfo/libmagic/softmagic.c t = ms->offset + sizeof(uint32_t);
offset 498 ext/fileinfo/libmagic/softmagic.c t = ms->offset + sizeof(uint32_t);
offset 507 ext/fileinfo/libmagic/softmagic.c t = ms->offset + sizeof(uint64_t);
offset 515 ext/fileinfo/libmagic/softmagic.c t = ms->offset + sizeof(uint64_t);
offset 524 ext/fileinfo/libmagic/softmagic.c t = ms->offset + sizeof(uint64_t);
offset 544 ext/fileinfo/libmagic/softmagic.c t = ms->offset + sizeof(float);
offset 564 ext/fileinfo/libmagic/softmagic.c t = ms->offset + sizeof(double);
offset 583 ext/fileinfo/libmagic/softmagic.c t = ms->search.offset;
offset 585 ext/fileinfo/libmagic/softmagic.c t = ms->search.offset + ms->search.rm_len;
offset 593 ext/fileinfo/libmagic/softmagic.c t = ms->search.offset;
offset 595 ext/fileinfo/libmagic/softmagic.c t = ms->search.offset + m->vallen;
offset 601 ext/fileinfo/libmagic/softmagic.c t = ms->offset;
offset 607 ext/fileinfo/libmagic/softmagic.c t = ms->offset;
offset 622 ext/fileinfo/libmagic/softmagic.c return CAST(int32_t, (ms->offset + sizeof(char)));
offset 627 ext/fileinfo/libmagic/softmagic.c return CAST(int32_t, (ms->offset + sizeof(short)));
offset 633 ext/fileinfo/libmagic/softmagic.c return CAST(int32_t, (ms->offset + sizeof(int32_t)));
offset 638 ext/fileinfo/libmagic/softmagic.c return CAST(int32_t, (ms->offset + sizeof(int64_t)));
offset 645 ext/fileinfo/libmagic/softmagic.c return ms->offset + m->vallen;
offset 652 ext/fileinfo/libmagic/softmagic.c t = CAST(uint32_t, (ms->offset + strlen(p->s)));
offset 662 ext/fileinfo/libmagic/softmagic.c return CAST(int32_t, (ms->offset + sizeof(uint32_t)));
offset 668 ext/fileinfo/libmagic/softmagic.c return CAST(int32_t, (ms->offset + sizeof(uint32_t)));
offset 673 ext/fileinfo/libmagic/softmagic.c return CAST(int32_t, (ms->offset + sizeof(uint64_t)));
offset 678 ext/fileinfo/libmagic/softmagic.c return CAST(int32_t, (ms->offset + sizeof(uint64_t)));
offset 683 ext/fileinfo/libmagic/softmagic.c return CAST(int32_t, (ms->offset + sizeof(float)));
offset 688 ext/fileinfo/libmagic/softmagic.c return CAST(int32_t, (ms->offset + sizeof(double)));
offset 692 ext/fileinfo/libmagic/softmagic.c return CAST(int32_t, ms->search.offset);
offset 694 ext/fileinfo/libmagic/softmagic.c return CAST(int32_t, (ms->search.offset +
offset 699 ext/fileinfo/libmagic/softmagic.c return CAST(int32_t, ms->search.offset);
offset 701 ext/fileinfo/libmagic/softmagic.c return CAST(int32_t, (ms->search.offset + m->vallen));
offset 704 ext/fileinfo/libmagic/softmagic.c return ms->offset;
offset 707 ext/fileinfo/libmagic/softmagic.c return ms->offset;
offset 1001 ext/fileinfo/libmagic/softmagic.c (void) fprintf(stderr, "mget/%zu @%d: ", len, offset);
offset 1018 ext/fileinfo/libmagic/softmagic.c ms->search.s = RCAST(const char *, s) + offset;
offset 1019 ext/fileinfo/libmagic/softmagic.c ms->search.s_len = nbytes - offset;
offset 1020 ext/fileinfo/libmagic/softmagic.c ms->search.offset = offset;
offset 1040 ext/fileinfo/libmagic/softmagic.c if (offset > bytecnt) {
offset 1041 ext/fileinfo/libmagic/softmagic.c offset = bytecnt;
offset 1048 ext/fileinfo/libmagic/softmagic.c buf = RCAST(const char *, s) + offset;
offset 1066 ext/fileinfo/libmagic/softmagic.c ms->search.offset = offset;
offset 1072 ext/fileinfo/libmagic/softmagic.c const unsigned char *src = s + offset;
offset 1081 ext/fileinfo/libmagic/softmagic.c if (offset >= nbytes) {
offset 1083 ext/fileinfo/libmagic/softmagic.c offset);
offset 1108 ext/fileinfo/libmagic/softmagic.c if (offset >= nbytes) {
offset 1112 ext/fileinfo/libmagic/softmagic.c if (nbytes - offset < sizeof(*p))
offset 1113 ext/fileinfo/libmagic/softmagic.c nbytes = nbytes - offset;
offset 1117 ext/fileinfo/libmagic/softmagic.c (void)memcpy(p, s + offset, nbytes);
offset 1135 ext/fileinfo/libmagic/softmagic.c uint32_t soffset, offset = ms->offset;
offset 1146 ext/fileinfo/libmagic/softmagic.c if (mcopy(ms, p, m->type, m->flag & INDIR, s, (uint32_t)(offset + o),
offset 1152 ext/fileinfo/libmagic/softmagic.c "nbytes=%zu)\n", m->type, m->flag, offset, o, nbytes);
offset 1153 ext/fileinfo/libmagic/softmagic.c mdebug(offset, (char *)(void *)p, sizeof(union VALUETYPE));
offset 1160 ext/fileinfo/libmagic/softmagic.c ((const void *)(s + offset + off)));
offset 1197 ext/fileinfo/libmagic/softmagic.c if (OFFSET_OOB(nbytes, offset, 1))
offset 1202 ext/fileinfo/libmagic/softmagic.c offset = p->b & off;
offset 1205 ext/fileinfo/libmagic/softmagic.c offset = p->b | off;
offset 1208 ext/fileinfo/libmagic/softmagic.c offset = p->b ^ off;
offset 1211 ext/fileinfo/libmagic/softmagic.c offset = p->b + off;
offset 1214 ext/fileinfo/libmagic/softmagic.c offset = p->b - off;
offset 1217 ext/fileinfo/libmagic/softmagic.c offset = p->b * off;
offset 1220 ext/fileinfo/libmagic/softmagic.c offset = p->b / off;
offset 1223 ext/fileinfo/libmagic/softmagic.c offset = p->b % off;
offset 1227 ext/fileinfo/libmagic/softmagic.c offset = p->b;
offset 1229 ext/fileinfo/libmagic/softmagic.c offset = ~offset;
offset 1232 ext/fileinfo/libmagic/softmagic.c if (OFFSET_OOB(nbytes, offset, 2))
offset 1237 ext/fileinfo/libmagic/softmagic.c offset = (short)((p->hs[0]<<8)|
offset 1242 ext/fileinfo/libmagic/softmagic.c offset = (short)((p->hs[0]<<8)|
offset 1247 ext/fileinfo/libmagic/softmagic.c offset = (short)((p->hs[0]<<8)|
offset 1252 ext/fileinfo/libmagic/softmagic.c offset = (short)((p->hs[0]<<8)|
offset 1257 ext/fileinfo/libmagic/softmagic.c offset = (short)((p->hs[0]<<8)|
offset 1262 ext/fileinfo/libmagic/softmagic.c offset = (short)((p->hs[0]<<8)|
offset 1267 ext/fileinfo/libmagic/softmagic.c offset = (short)((p->hs[0]<<8)|
offset 1272 ext/fileinfo/libmagic/softmagic.c offset = (short)((p->hs[0]<<8)|
offset 1278 ext/fileinfo/libmagic/softmagic.c offset = (short)((p->hs[0]<<8)|
offset 1281 ext/fileinfo/libmagic/softmagic.c offset = ~offset;
offset 1284 ext/fileinfo/libmagic/softmagic.c if (OFFSET_OOB(nbytes, offset, 2))
offset 1289 ext/fileinfo/libmagic/softmagic.c offset = (short)((p->hs[1]<<8)|
offset 1294 ext/fileinfo/libmagic/softmagic.c offset = (short)((p->hs[1]<<8)|
offset 1299 ext/fileinfo/libmagic/softmagic.c offset = (short)((p->hs[1]<<8)|
offset 1304 ext/fileinfo/libmagic/softmagic.c offset = (short)((p->hs[1]<<8)|
offset 1309 ext/fileinfo/libmagic/softmagic.c offset = (short)((p->hs[1]<<8)|
offset 1314 ext/fileinfo/libmagic/softmagic.c offset = (short)((p->hs[1]<<8)|
offset 1319 ext/fileinfo/libmagic/softmagic.c offset = (short)((p->hs[1]<<8)|
offset 1324 ext/fileinfo/libmagic/softmagic.c offset = (short)((p->hs[1]<<8)|
offset 1330 ext/fileinfo/libmagic/softmagic.c offset = (short)((p->hs[1]<<8)|
offset 1333 ext/fileinfo/libmagic/softmagic.c offset = ~offset;
offset 1336 ext/fileinfo/libmagic/softmagic.c if (OFFSET_OOB(nbytes, offset, 2))
offset 1341 ext/fileinfo/libmagic/softmagic.c offset = p->h & off;
offset 1344 ext/fileinfo/libmagic/softmagic.c offset = p->h | off;
offset 1347 ext/fileinfo/libmagic/softmagic.c offset = p->h ^ off;
offset 1350 ext/fileinfo/libmagic/softmagic.c offset = p->h + off;
offset 1353 ext/fileinfo/libmagic/softmagic.c offset = p->h - off;
offset 1356 ext/fileinfo/libmagic/softmagic.c offset = p->h * off;
offset 1359 ext/fileinfo/libmagic/softmagic.c offset = p->h / off;
offset 1362 ext/fileinfo/libmagic/softmagic.c offset = p->h % off;
offset 1367 ext/fileinfo/libmagic/softmagic.c offset = p->h;
offset 1369 ext/fileinfo/libmagic/softmagic.c offset = ~offset;
offset 1373 ext/fileinfo/libmagic/softmagic.c if (OFFSET_OOB(nbytes, offset, 4))
offset 1378 ext/fileinfo/libmagic/softmagic.c offset = (int32_t)((p->hl[0]<<24)|
offset 1385 ext/fileinfo/libmagic/softmagic.c offset = (int32_t)((p->hl[0]<<24)|
offset 1392 ext/fileinfo/libmagic/softmagic.c offset = (int32_t)((p->hl[0]<<24)|
offset 1399 ext/fileinfo/libmagic/softmagic.c offset = (int32_t)((p->hl[0]<<24)|
offset 1406 ext/fileinfo/libmagic/softmagic.c offset = (int32_t)((p->hl[0]<<24)|
offset 1413 ext/fileinfo/libmagic/softmagic.c offset = (int32_t)((p->hl[0]<<24)|
offset 1420 ext/fileinfo/libmagic/softmagic.c offset = (int32_t)((p->hl[0]<<24)|
offset 1427 ext/fileinfo/libmagic/softmagic.c offset = (int32_t)((p->hl[0]<<24)|
offset 1435 ext/fileinfo/libmagic/softmagic.c offset = (int32_t)((p->hl[0]<<24)|
offset 1440 ext/fileinfo/libmagic/softmagic.c offset = ~offset;
offset 1444 ext/fileinfo/libmagic/softmagic.c if (OFFSET_OOB(nbytes, offset, 4))
offset 1449 ext/fileinfo/libmagic/softmagic.c offset = (int32_t)((p->hl[3]<<24)|
offset 1456 ext/fileinfo/libmagic/softmagic.c offset = (int32_t)((p->hl[3]<<24)|
offset 1463 ext/fileinfo/libmagic/softmagic.c offset = (int32_t)((p->hl[3]<<24)|
offset 1470 ext/fileinfo/libmagic/softmagic.c offset = (int32_t)((p->hl[3]<<24)|
offset 1477 ext/fileinfo/libmagic/softmagic.c offset = (int32_t)((p->hl[3]<<24)|
offset 1484 ext/fileinfo/libmagic/softmagic.c offset = (int32_t)((p->hl[3]<<24)|
offset 1491 ext/fileinfo/libmagic/softmagic.c offset = (int32_t)((p->hl[3]<<24)|
offset 1498 ext/fileinfo/libmagic/softmagic.c offset = (int32_t)((p->hl[3]<<24)|
offset 1506 ext/fileinfo/libmagic/softmagic.c offset = (int32_t)((p->hl[3]<<24)|
offset 1511 ext/fileinfo/libmagic/softmagic.c offset = ~offset;
offset 1514 ext/fileinfo/libmagic/softmagic.c if (OFFSET_OOB(nbytes, offset, 4))
offset 1519 ext/fileinfo/libmagic/softmagic.c offset = (int32_t)((p->hl[1]<<24)|
offset 1526 ext/fileinfo/libmagic/softmagic.c offset = (int32_t)((p->hl[1]<<24)|
offset 1533 ext/fileinfo/libmagic/softmagic.c offset = (int32_t)((p->hl[1]<<24)|
offset 1540 ext/fileinfo/libmagic/softmagic.c offset = (int32_t)((p->hl[1]<<24)|
offset 1547 ext/fileinfo/libmagic/softmagic.c offset = (int32_t)((p->hl[1]<<24)|
offset 1554 ext/fileinfo/libmagic/softmagic.c offset = (int32_t)((p->hl[1]<<24)|
offset 1561 ext/fileinfo/libmagic/softmagic.c offset = (int32_t)((p->hl[1]<<24)|
offset 1568 ext/fileinfo/libmagic/softmagic.c offset = (int32_t)((p->hl[1]<<24)|
offset 1576 ext/fileinfo/libmagic/softmagic.c offset = (int32_t)((p->hl[1]<<24)|
offset 1581 ext/fileinfo/libmagic/softmagic.c offset = ~offset;
offset 1584 ext/fileinfo/libmagic/softmagic.c if (OFFSET_OOB(nbytes, offset, 4))
offset 1589 ext/fileinfo/libmagic/softmagic.c offset = p->l & off;
offset 1592 ext/fileinfo/libmagic/softmagic.c offset = p->l | off;
offset 1595 ext/fileinfo/libmagic/softmagic.c offset = p->l ^ off;
offset 1598 ext/fileinfo/libmagic/softmagic.c offset = p->l + off;
offset 1601 ext/fileinfo/libmagic/softmagic.c offset = p->l - off;
offset 1604 ext/fileinfo/libmagic/softmagic.c offset = p->l * off;
offset 1607 ext/fileinfo/libmagic/softmagic.c offset = p->l / off;
offset 1610 ext/fileinfo/libmagic/softmagic.c offset = p->l % off;
offset 1614 ext/fileinfo/libmagic/softmagic.c offset = p->l;
offset 1616 ext/fileinfo/libmagic/softmagic.c offset = ~offset;
offset 1623 ext/fileinfo/libmagic/softmagic.c offset = ((((offset >> 0) & 0x7f) << 0) |
offset 1624 ext/fileinfo/libmagic/softmagic.c (((offset >> 8) & 0x7f) << 7) |
offset 1625 ext/fileinfo/libmagic/softmagic.c (((offset >> 16) & 0x7f) << 14) |
offset 1626 ext/fileinfo/libmagic/softmagic.c (((offset >> 24) & 0x7f) << 21)) + 10;
offset 1633 ext/fileinfo/libmagic/softmagic.c offset += ms->c.li[cont_level-1].off;
offset 1634 ext/fileinfo/libmagic/softmagic.c if (offset == 0) {
offset 1641 ext/fileinfo/libmagic/softmagic.c fprintf(stderr, "indirect +offs=%u\n", offset);
offset 1643 ext/fileinfo/libmagic/softmagic.c if (mcopy(ms, p, m->type, 0, s, offset, nbytes, m) == -1)
offset 1645 ext/fileinfo/libmagic/softmagic.c ms->offset = offset;
offset 1648 ext/fileinfo/libmagic/softmagic.c mdebug(offset, (char *)(void *)p,
offset 1656 ext/fileinfo/libmagic/softmagic.c if (OFFSET_OOB(nbytes, offset, 1))
offset 1663 ext/fileinfo/libmagic/softmagic.c if (OFFSET_OOB(nbytes, offset, 2))
offset 1682 ext/fileinfo/libmagic/softmagic.c if (OFFSET_OOB(nbytes, offset, 4))
offset 1689 ext/fileinfo/libmagic/softmagic.c if (OFFSET_OOB(nbytes, offset, 8))
offset 1696 ext/fileinfo/libmagic/softmagic.c if (OFFSET_OOB(nbytes, offset, m->vallen))
offset 1701 ext/fileinfo/libmagic/softmagic.c if (OFFSET_OOB(nbytes, offset, 0))
offset 1706 ext/fileinfo/libmagic/softmagic.c if (offset == 0)
offset 1708 ext/fileinfo/libmagic/softmagic.c if (OFFSET_OOB(nbytes, offset, 0))
offset 1711 ext/fileinfo/libmagic/softmagic.c soffset = ms->offset;
offset 1713 ext/fileinfo/libmagic/softmagic.c ms->offset = 0;
offset 1714 ext/fileinfo/libmagic/softmagic.c rv = file_softmagic(ms, s + offset, nbytes - offset,
offset 1717 ext/fileinfo/libmagic/softmagic.c fprintf(stderr, "indirect @offs=%u[%d]\n", offset, rv);
offset 1720 ext/fileinfo/libmagic/softmagic.c ms->offset = soffset;
offset 1723 ext/fileinfo/libmagic/softmagic.c file_printf(ms, m->desc, offset) == -1) {
offset 1742 ext/fileinfo/libmagic/softmagic.c if (OFFSET_OOB(nbytes, offset, 0))
offset 1757 ext/fileinfo/libmagic/softmagic.c rv = match(ms, ml.magic, ml.nmagic, s, nbytes, offset + o,
offset 2040 ext/fileinfo/libmagic/softmagic.c ms->search.offset += idx;
offset 2112 ext/fileinfo/libmagic/softmagic.c zval **match, **offset;
offset 2148 ext/fileinfo/libmagic/softmagic.c if (zend_hash_get_current_data_ex(inner_ht, (void**)&offset, &inner_pos) != FAILURE) {
offset 2150 ext/fileinfo/libmagic/softmagic.c offsetcopy = **offset;
offset 2167 ext/fileinfo/libmagic/softmagic.c ms->search.offset += (size_t)Z_LVAL_P(pattern_offset); /* this is where the match starts as size_t */
offset 786 ext/filter/logical_filters.c int tokens, length, i, offset, exp_separator_set, exp_separator_len;
offset 829 ext/filter/logical_filters.c offset = i * (length + 1);
offset 831 ext/filter/logical_filters.c if (i < tokens - 1 && input[offset + length] != separator) {
offset 835 ext/filter/logical_filters.c if (php_filter_parse_hex(input + offset, length, &ret TSRMLS_CC) < 0) {
offset 3487 ext/gd/gd.c if ((c < f->offset) || (c >= (f->offset + f->nchars))) {
offset 3491 ext/gd/gd.c fline = (c - f->offset) * f->h * f->w;
offset 4856 ext/gd/gd.c double div, offset;
offset 4860 ext/gd/gd.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "radd", &SIM, &hash_matrix, &div, &offset) == FAILURE) {
offset 4897 ext/gd/gd.c res = gdImageConvolution(im_src, matrix, (float)div, (float)offset);
offset 1552 ext/gd/libgd/gd.c if ((c < f->offset) || (c >= (f->offset + f->nchars))) {
offset 1555 ext/gd/libgd/gd.c fline = (c - f->offset) * f->h * f->w;
offset 1578 ext/gd/libgd/gd.c if ((c < f->offset) || (c >= (f->offset + f->nchars))) {
offset 1581 ext/gd/libgd/gd.c fline = (c - f->offset) * f->h * f->w;
offset 289 ext/gd/libgd/gd.h int offset;
offset 788 ext/gd/libgd/gd.h int gdImageConvolution(gdImagePtr src, float ft[3][3], float filter_div, float offset);
offset 272 ext/gd/libgd/gd_filter.c new_r = (new_r/filter_div)+offset;
offset 273 ext/gd/libgd/gd_filter.c new_g = (new_g/filter_div)+offset;
offset 274 ext/gd/libgd/gd_filter.c new_b = (new_b/filter_div)+offset;
offset 44 ext/gd/libgd/gd_gd2.c int offset;
offset 147 ext/gd/libgd/gd_gd2.c if (gdGetInt(&cidx[i].offset, in) != 1) {
offset 204 ext/gd/libgd/gd_gd2.c if (gdTell(in) != offset) {
offset 205 ext/gd/libgd/gd_gd2.c GD2_DBG(php_gd_error("Positioning in file to %d", offset));
offset 206 ext/gd/libgd/gd_gd2.c gdSeek(in, offset);
offset 208 ext/gd/libgd/gd_gd2.c GD2_DBG(php_gd_error("Already Positioned in file to %d", offset));
offset 311 ext/gd/libgd/gd_gd2.c if (!_gd2ReadChunk(chunkIdx[chunkNum].offset, compBuf, chunkIdx[chunkNum].size, (char *) chunkBuf, &chunkLen, in)) {
offset 547 ext/gd/libgd/gd_gd2.c if (!_gd2ReadChunk (chunkIdx[chunkNum].offset, compBuf, chunkIdx[chunkNum].size, (char *)chunkBuf, &chunkLen, in)) {
offset 770 ext/gd/libgd/gd_gd2.c chunkIdx[chunkNum].offset = gdTell(out);
offset 772 ext/gd/libgd/gd_gd2.c GD2_DBG(php_gd_error("Chunk %d size %d offset %d", chunkNum, chunkIdx[chunkNum - 1].size, chunkIdx[chunkNum - 1].offset));
offset 790 ext/gd/libgd/gd_gd2.c GD2_DBG(php_gd_error("Chunk %d size %d offset %d", x, chunkIdx[x].size, chunkIdx[x].offset));
offset 791 ext/gd/libgd/gd_gd2.c gdPutInt(chunkIdx[x].offset, out);
offset 67 ext/gd/libgd/gd_gif_out.c int offset;
offset 512 ext/gd/libgd/gd_gif_out.c ctx->offset = 0;
offset 779 ext/iconv/iconv.c if ((len += (total_len - offset)) < 0) {
offset 784 ext/iconv/iconv.c if (offset < 0) {
offset 785 ext/iconv/iconv.c if ((offset += total_len) < 0) {
offset 795 ext/iconv/iconv.c if (offset >= total_len) {
offset 799 ext/iconv/iconv.c if ((offset + len) > total_len ) {
offset 801 ext/iconv/iconv.c len = total_len - offset;
offset 840 ext/iconv/iconv.c if (cnt >= (unsigned int)offset) {
offset 989 ext/iconv/iconv.c if (offset >= 0) {
offset 990 ext/iconv/iconv.c if (cnt >= (unsigned int)offset) {
offset 2027 ext/iconv/iconv.c long offset, length = 0;
offset 2034 ext/iconv/iconv.c &str, &str_len, &offset, &length,
offset 2048 ext/iconv/iconv.c err = _php_iconv_substr(&retval, str, str_len, offset, length, charset);
offset 2069 ext/iconv/iconv.c long offset = 0;
offset 2077 ext/iconv/iconv.c &offset, &charset, &charset_len) == FAILURE) {
offset 2086 ext/iconv/iconv.c if (offset < 0) {
offset 2096 ext/iconv/iconv.c offset, charset);
offset 3897 ext/imap/php_imap.c int offset, bufferLen = 0;
offset 3923 ext/imap/php_imap.c offset = 0;
offset 3934 ext/imap/php_imap.c offset += slprintf(bufferTo + offset, bt_len - offset, "%s@%s,", addr->mailbox, addr->host);
offset 3939 ext/imap/php_imap.c if (offset>0) {
offset 3940 ext/imap/php_imap.c bufferTo[offset-1] = 0;
offset 3952 ext/imap/php_imap.c offset = 0;
offset 3963 ext/imap/php_imap.c offset += slprintf(bufferCc + offset, bt_len - offset, "%s@%s,", addr->mailbox, addr->host);
offset 3968 ext/imap/php_imap.c if (offset>0) {
offset 3969 ext/imap/php_imap.c bufferCc[offset-1] = 0;
offset 3978 ext/imap/php_imap.c offset = 0;
offset 3989 ext/imap/php_imap.c offset += slprintf(bufferBcc + offset, bt_len - offset, "%s@%s,", addr->mailbox, addr->host);
offset 3994 ext/imap/php_imap.c if (offset>0) {
offset 3995 ext/imap/php_imap.c bufferBcc[offset-1] = 0;
offset 4218 ext/imap/php_imap.c long charset_token, encoding_token, end_token, end, offset=0, i;
offset 4232 ext/imap/php_imap.c while (offset < end) { /* Reached end of the string? */
offset 4233 ext/imap/php_imap.c if ((charset_token = (long)php_memnstr(&string[offset], "=?", 2, string + end))) { /* Is there anything encoded in the string? */
offset 4235 ext/imap/php_imap.c if (offset != charset_token) { /* Is there anything before the encoded data? */
offset 4237 ext/imap/php_imap.c memcpy(text, &string[offset], charset_token-offset);
offset 4238 ext/imap/php_imap.c text[charset_token - offset] = 0x00;
offset 4277 ext/imap/php_imap.c offset = end_token+2;
offset 4278 ext/imap/php_imap.c for (i = 0; (string[offset + i] == ' ') || (string[offset + i] == 0x0a) || (string[offset + i] == 0x0d) || (string[offset + i] == '\t'); i++);
offset 4279 ext/imap/php_imap.c if ((string[offset + i] == '=') && (string[offset + i + 1] == '?') && (offset + i < end)) {
offset 4280 ext/imap/php_imap.c offset += i;
offset 4290 ext/imap/php_imap.c charset_token = offset;
offset 4302 ext/imap/php_imap.c offset = end; /* We have reached the end of the string. */
offset 333 ext/intl/breakiterator/breakiterator_methods.cpp long offset;
offset 338 ext/intl/breakiterator/breakiterator_methods.cpp &offset) == FAILURE) {
offset 344 ext/intl/breakiterator/breakiterator_methods.cpp if (offset < INT32_MIN || offset > INT32_MAX) {
offset 353 ext/intl/breakiterator/breakiterator_methods.cpp UBool res = bio->biter->isBoundary((int32_t)offset);
offset 186 ext/intl/breakiterator/codepointiterator_internal.cpp this->lastCodePoint = utext_next32From(this->fText, offset);
offset 196 ext/intl/breakiterator/codepointiterator_internal.cpp this->lastCodePoint = utext_previous32From(this->fText, offset);
offset 207 ext/intl/breakiterator/codepointiterator_internal.cpp utext_setNativeIndex(this->fText, offset);
offset 208 ext/intl/breakiterator/codepointiterator_internal.cpp return (offset == utext_getNativeIndex(this->fText));
offset 65 ext/intl/breakiterator/codepointiterator_internal.h virtual int32_t following(int32_t offset);
offset 67 ext/intl/breakiterator/codepointiterator_internal.h virtual int32_t preceding(int32_t offset);
offset 69 ext/intl/breakiterator/codepointiterator_internal.h virtual UBool isBoundary(int32_t offset);
offset 115 ext/intl/grapheme/grapheme_string.c int32_t offset = 0;
offset 134 ext/intl/grapheme/grapheme_string.c offset = (int32_t) loffset;
offset 149 ext/intl/grapheme/grapheme_string.c found = (unsigned char *)php_memnstr((char *)haystack + offset, (char *)needle, needle_len, (char *)haystack + haystack_len);
offset 163 ext/intl/grapheme/grapheme_string.c ret_pos = grapheme_strpos_utf16(haystack, haystack_len, needle, needle_len, offset, NULL, 0 /* fIgnoreCase */, 0 /* last */ TSRMLS_CC );
offset 182 ext/intl/grapheme/grapheme_string.c int32_t offset = 0;
offset 202 ext/intl/grapheme/grapheme_string.c offset = (int32_t) loffset;
offset 222 ext/intl/grapheme/grapheme_string.c found = (unsigned char*) php_memnstr((char *)haystack_dup + offset, (char *)needle_dup, needle_len, (char *)haystack_dup + haystack_len);
offset 238 ext/intl/grapheme/grapheme_string.c ret_pos = grapheme_strpos_utf16(haystack, haystack_len, needle, needle_len, offset, NULL, 1 /* fIgnoreCase */, 0 /*last */ TSRMLS_CC );
offset 256 ext/intl/grapheme/grapheme_string.c int32_t offset = 0;
offset 276 ext/intl/grapheme/grapheme_string.c offset = (int32_t) loffset;
offset 291 ext/intl/grapheme/grapheme_string.c ret_pos = grapheme_strrpos_ascii(haystack, haystack_len, needle, needle_len, offset);
offset 307 ext/intl/grapheme/grapheme_string.c ret_pos = grapheme_strpos_utf16(haystack, haystack_len, needle, needle_len, offset, NULL, 0 /* f_ignore_case */, 1/* last */ TSRMLS_CC);
offset 326 ext/intl/grapheme/grapheme_string.c int32_t offset = 0;
offset 346 ext/intl/grapheme/grapheme_string.c offset = (int32_t) loffset;
offset 367 ext/intl/grapheme/grapheme_string.c ret_pos = grapheme_strrpos_ascii(haystack_dup, haystack_len, needle_dup, needle_len, offset);
offset 385 ext/intl/grapheme/grapheme_string.c ret_pos = grapheme_strpos_utf16(haystack, haystack_len, needle, needle_len, offset, NULL, 1 /* f_ignore_case */, 1 /*last */ TSRMLS_CC);
offset 174 ext/intl/grapheme/grapheme_util.c if(offset != 0) {
offset 175 ext/intl/grapheme/grapheme_util.c offset_pos = grapheme_get_haystack_offset(bi, offset);
offset 302 ext/intl/grapheme/grapheme_util.c if ( 0 == offset ) {
offset 306 ext/intl/grapheme/grapheme_util.c if ( offset < 0 ) {
offset 318 ext/intl/grapheme/grapheme_util.c while ( pos != UBRK_DONE && offset != 0 ) {
offset 323 ext/intl/grapheme/grapheme_util.c offset += iter_incr;
offset 327 ext/intl/grapheme/grapheme_util.c if ( offset != 0 ) {
offset 341 ext/intl/grapheme/grapheme_util.c if (offset >= 0) {
offset 342 ext/intl/grapheme/grapheme_util.c p = haystack + offset;
offset 346 ext/intl/grapheme/grapheme_util.c if (needle_len > -offset) {
offset 349 ext/intl/grapheme/grapheme_util.c e = haystack + haystack_len + offset;
offset 357 ext/intl/grapheme/grapheme_util.c return (e - p + (offset > 0 ? offset : 0));
offset 366 ext/intl/grapheme/grapheme_util.c return (e - p + (offset > 0 ? offset : 0));
offset 47 ext/intl/grapheme/grapheme_util.h #define OUTSIDE_STRING(offset, max_len) ( offset <= INT32_MIN || offset > INT32_MAX || (offset < 0 ? -offset > (long) max_len : offset >= (long) max_len) )
offset 264 ext/intl/intl_error.c if( pe->offset >= 0 ) {
offset 271 ext/intl/intl_error.c smart_str_append_long( &ret, (long ) pe->offset );
offset 173 ext/intl/resourcebundle/resourcebundle_class.c if(Z_TYPE_P(offset) == IS_LONG) {
offset 175 ext/intl/resourcebundle/resourcebundle_class.c meindex = Z_LVAL_P(offset);
offset 177 ext/intl/resourcebundle/resourcebundle_class.c } else if(Z_TYPE_P(offset) == IS_STRING) {
offset 178 ext/intl/resourcebundle/resourcebundle_class.c mekey = Z_STRVAL_P(offset);
offset 220 ext/intl/resourcebundle/resourcebundle_class.c if(offset == NULL) {
offset 225 ext/intl/resourcebundle/resourcebundle_class.c resourcebundle_array_fetch(object, offset, retval, 1 TSRMLS_CC);
offset 245 ext/intl/resourcebundle/resourcebundle_class.c zval * offset;
offset 248 ext/intl/resourcebundle/resourcebundle_class.c if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Oz|b", &object, ResourceBundle_ce_ptr, &offset, &fallback ) == FAILURE) {
offset 254 ext/intl/resourcebundle/resourcebundle_class.c resourcebundle_array_fetch(object, offset, return_value, fallback TSRMLS_CC);
offset 243 ext/intl/timezone/timezone_methods.cpp int32_t offset,
offset 277 ext/intl/timezone/timezone_methods.cpp offset = (int32_t)offset_arg;
offset 278 ext/intl/timezone/timezone_methods.cpp offsetp = &offset;
offset 1051 ext/mbstring/libmbfl/mbfl/mbfilter.c while (--offset >= 0) {
offset 1117 ext/mbstring/libmbfl/mbfl/mbfilter.c if (offset < 0) {
offset 1118 ext/mbstring/libmbfl/mbfl/mbfilter.c if (-offset > needle_len) {
offset 1119 ext/mbstring/libmbfl/mbfl/mbfilter.c offset += needle_len;
offset 1120 ext/mbstring/libmbfl/mbfl/mbfilter.c while (offset < 0) {
offset 1128 ext/mbstring/libmbfl/mbfl/mbfilter.c ++offset;
offset 1130 ext/mbstring/libmbfl/mbfl/mbfilter.c ++offset;
offset 1136 ext/mbstring/libmbfl/mbfl/mbfilter.c while (--offset >= 0) {
offset 31 ext/mbstring/libmbfl/tests/strcut.c int offset, length;
offset 53 ext/mbstring/libmbfl/tests/strcut.c offset = strtol(argv[3], NULL, 10);
offset 103 ext/mbstring/libmbfl/tests/strcut.c if (mbfl_strcut(&string, &result, offset, length)) {
offset 2226 ext/mbstring/mbstring.c long offset;
offset 2237 ext/mbstring/mbstring.c offset = 0;
offset 2239 ext/mbstring/mbstring.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ss|ls", (char **)&haystack.val, &haystack.len, (char **)&needle.val, &needle.len, &offset, &enc_name, &enc_name_len) == FAILURE) {
offset 2251 ext/mbstring/mbstring.c if (offset < 0 || offset > mbfl_strlen(&haystack)) {
offset 2260 ext/mbstring/mbstring.c n = mbfl_strpos(&haystack, &needle, offset, reverse);
offset 2294 ext/mbstring/mbstring.c long offset = 0, str_flg;
offset 2339 ext/mbstring/mbstring.c offset = Z_LVAL_PP(zoffset);
offset 2346 ext/mbstring/mbstring.c offset = Z_LVAL_PP(zoffset);
offset 2367 ext/mbstring/mbstring.c if ((offset > 0 && offset > haystack_char_len) ||
offset 2368 ext/mbstring/mbstring.c (offset < 0 && -offset > haystack_char_len)) {
offset 2374 ext/mbstring/mbstring.c n = mbfl_strpos(&haystack, &needle, offset, 1);
offset 2388 ext/mbstring/mbstring.c long offset;
offset 2393 ext/mbstring/mbstring.c offset = 0;
offset 2395 ext/mbstring/mbstring.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ss|ls", (char **)&haystack.val, (int *)&haystack.len, (char **)&needle.val, (int *)&needle.len, &offset, &from_encoding, &from_encoding_len) == FAILURE) {
offset 2402 ext/mbstring/mbstring.c n = php_mb_stripos(0, (char *)haystack.val, haystack.len, (char *)needle.val, needle.len, offset, from_encoding TSRMLS_CC);
offset 2417 ext/mbstring/mbstring.c long offset;
offset 2422 ext/mbstring/mbstring.c offset = 0;
offset 2424 ext/mbstring/mbstring.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ss|ls", (char **)&haystack.val, (int *)&haystack.len, (char **)&needle.val, (int *)&needle.len, &offset, &from_encoding, &from_encoding_len) == FAILURE) {
offset 2428 ext/mbstring/mbstring.c n = php_mb_stripos(1, (char *)haystack.val, haystack.len, (char *)needle.val, needle.len, offset, from_encoding TSRMLS_CC);
offset 4704 ext/mbstring/mbstring.c if ((offset > 0 && offset > haystack_char_len) ||
offset 4705 ext/mbstring/mbstring.c (offset < 0 && -offset > haystack_char_len)) {
offset 4710 ext/mbstring/mbstring.c if (offset < 0 || offset > haystack_char_len) {
offset 4717 ext/mbstring/mbstring.c n = mbfl_strpos(&haystack, &needle, offset, mode);
offset 192 ext/mbstring/oniguruma/regcomp.c uslist->us[uslist->num].offset = offset;
offset 1938 ext/mbstring/oniguruma/regcomp.c int i, offset;
offset 1946 ext/mbstring/oniguruma/regcomp.c offset = uslist->us[i].offset;
offset 1948 ext/mbstring/oniguruma/regcomp.c BBUF_WRITE(reg, offset, &addr, SIZE_ABSADDR);
offset 353 ext/mbstring/oniguruma/regexec.c offset = ((offset) * (state_num)) >> 3;\
offset 354 ext/mbstring/oniguruma/regexec.c if (size > 0 && offset < size && size < STATE_CHECK_BUFF_MAX_SIZE) {\
offset 359 ext/mbstring/oniguruma/regexec.c xmemset(((char* )((msa).state_check_buff)+(offset)), 0, \
offset 360 ext/mbstring/oniguruma/regexec.c (size_t )(size - (offset))); \
offset 3084 ext/mbstring/oniguruma/regexec.c int offset = at - str;
offset 3085 ext/mbstring/oniguruma/regexec.c STATE_CHECK_BUFF_INIT(msa, end - str, offset, reg->num_comb_exp_check);
offset 3569 ext/mbstring/oniguruma/regexec.c int offset = (MIN(start, range) - str);
offset 3570 ext/mbstring/oniguruma/regexec.c STATE_CHECK_BUFF_INIT(msa, end - str, offset, reg->num_comb_exp_check);
offset 203 ext/mbstring/oniguruma/regparse.h int offset;
offset 935 ext/mssql/php_mssql.c if (dbdata(mssql_ptr->link,offset) == NULL && dbdatlen(mssql_ptr->link,offset) == 0) {
offset 947 ext/mssql/php_mssql.c ZVAL_LONG(result, (long) anyintcol(offset));
offset 954 ext/mssql/php_mssql.c char *data = charcol(offset);
offset 956 ext/mssql/php_mssql.c length=dbdatlen(mssql_ptr->link,offset);
offset 966 ext/mssql/php_mssql.c ZVAL_DOUBLE(result, (double) floatcol4(offset));
offset 972 ext/mssql/php_mssql.c dbconvert(NULL, column_type, dbdata(mssql_ptr->link,offset), 8, SQLFLT8, (LPBYTE)&res_buf, -1);
offset 977 ext/mssql/php_mssql.c ZVAL_DOUBLE(result, (double) floatcol8(offset));
offset 984 ext/mssql/php_mssql.c char *data = charcol(offset);
offset 993 ext/mssql/php_mssql.c int res_length = dbdatlen(mssql_ptr->link, offset);
offset 998 ext/mssql/php_mssql.c ZVAL_STRINGL(result, (char *)dbdata(mssql_ptr->link, offset), res_length, 1);
offset 1007 ext/mssql/php_mssql.c int res_length = dbdatlen(mssql_ptr->link,offset);
offset 1032 ext/mssql/php_mssql.c res_length = dbconvert(NULL,coltype(offset),dbdata(mssql_ptr->link,offset), res_length, SQLCHAR,res_buf,-1);
offset 1038 ext/mssql/php_mssql.c dbconvert(NULL, SQLDATETIM4, dbdata(mssql_ptr->link,offset), -1, SQLDATETIME, (LPBYTE) &temp, -1);
offset 1041 ext/mssql/php_mssql.c dbdatecrack(mssql_ptr->link, &dateinfo, (DBDATETIME *) dbdata(mssql_ptr->link,offset));
offset 1050 ext/mssql/php_mssql.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "column %d has unknown data type (%d)", offset, coltype(offset));
offset 1062 ext/mssql/php_mssql.c if (dbdatlen(mssql_ptr->link,offset) == 0) {
offset 1072 ext/mssql/php_mssql.c int res_length = dbdatlen(mssql_ptr->link, offset);
offset 1083 ext/mssql/php_mssql.c bin = ((DBBINARY *)dbdata(mssql_ptr->link, offset));
offset 1088 ext/mssql/php_mssql.c else if (dbwillconvert(coltype(offset),SQLCHAR)) {
offset 1091 ext/mssql/php_mssql.c int res_length = dbdatlen(mssql_ptr->link,offset);
offset 1112 ext/mssql/php_mssql.c res_length = dbconvert(NULL,coltype(offset),dbdata(mssql_ptr->link,offset), res_length, SQLCHAR, res_buf, -1);
offset 1118 ext/mssql/php_mssql.c dbconvert(NULL, SQLDATETIM4, dbdata(mssql_ptr->link,offset), -1, SQLDATETIME, (LPBYTE) &temp, -1);
offset 1121 ext/mssql/php_mssql.c dbdatecrack(mssql_ptr->link, &dateinfo, (DBDATETIME *) dbdata(mssql_ptr->link,offset));
offset 1130 ext/mssql/php_mssql.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "column %d has unknown data type (%d)", offset, coltype(offset));
offset 1615 ext/mssql/php_mssql.c long offset;
offset 1618 ext/mssql/php_mssql.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rl", &mssql_result_index, &offset) == FAILURE) {
offset 1624 ext/mssql/php_mssql.c if (offset < 0 || offset >= result->num_rows) {
offset 1629 ext/mssql/php_mssql.c result->cur_row = offset;
offset 2273 ext/mysql/php_mysql.c long offset;
offset 2276 ext/mysql/php_mysql.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rl", &result, &offset)) {
offset 2282 ext/mysql/php_mysql.c if (offset<0 || offset>=(int)mysql_num_rows(mysql_result)) {
offset 2283 ext/mysql/php_mysql.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Offset %ld is invalid for MySQL result index %ld (or the query data is unbuffered)", offset, Z_LVAL_P(result));
offset 2286 ext/mysql/php_mysql.c mysql_data_seek(mysql_result, offset);
offset 2445 ext/mysql/php_mysql.c long offset;
offset 2448 ext/mysql/php_mysql.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rl", &result, &offset) == FAILURE) {
offset 2453 ext/mysql/php_mysql.c if (offset<0 || offset>=(int)mysql_num_fields(mysql_result)) {
offset 2454 ext/mysql/php_mysql.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Field %ld is invalid for MySQL result index %ld", offset, Z_LVAL_P(result));
offset 2457 ext/mysql/php_mysql.c mysql_field_seek(mysql_result, offset);
offset 790 ext/mysqli/mysqli_api.c long offset;
offset 792 ext/mysqli/mysqli_api.c if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Ol", &mysql_result, mysqli_result_class_entry, &offset) == FAILURE) {
offset 803 ext/mysqli/mysqli_api.c if (offset < 0 || offset >= mysql_num_rows(result)) {
offset 807 ext/mysqli/mysqli_api.c mysql_data_seek(result, offset);
offset 1285 ext/mysqli/mysqli_api.c long offset;
offset 1287 ext/mysqli/mysqli_api.c if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Ol", &mysql_result, mysqli_result_class_entry, &offset) == FAILURE) {
offset 1293 ext/mysqli/mysqli_api.c if (offset < 0 || offset >= (long) mysql_num_fields(result)) {
offset 1298 ext/mysqli/mysqli_api.c if (!(field = mysql_fetch_field_direct(result,offset))) {
offset 2122 ext/mysqli/mysqli_api.c long offset;
offset 2124 ext/mysqli/mysqli_api.c if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Ol", &mysql_stmt, mysqli_stmt_class_entry, &offset) == FAILURE) {
offset 2127 ext/mysqli/mysqli_api.c if (offset < 0) {
offset 2134 ext/mysqli/mysqli_api.c mysql_stmt_data_seek(stmt->stmt, offset);
offset 109 ext/mysqlnd/mysqlnd.h #define mysqlnd_result_fetch_field_data(res,offset,ret) (res)->m.fetch_field_data((res), (offset), (ret) TSRMLS_CC)
offset 471 ext/mysqlnd/mysqlnd_net.c memcpy(dest, buffer->data + buffer->offset, count);
offset 472 ext/mysqlnd/mysqlnd_net.c buffer->offset += count;
offset 515 ext/mysqlnd/mysqlnd_net.c ret->offset = 0;
offset 548 ext/mysqlnd/mysqlnd_ps_codec.c unsigned int offset = *p - *buf;
offset 550 ext/mysqlnd/mysqlnd_ps_codec.c *buf_len = offset + null_count + 20;
offset 556 ext/mysqlnd/mysqlnd_ps_codec.c memcpy(tmp_buf, *buf, offset);
offset 563 ext/mysqlnd/mysqlnd_ps_codec.c *p = *buf + offset;
offset 631 ext/mysqlnd/mysqlnd_ps_codec.c unsigned int offset = *p - *buf;
offset 633 ext/mysqlnd/mysqlnd_ps_codec.c *buf_len = offset + stmt->param_count * 2 + 20;
offset 639 ext/mysqlnd/mysqlnd_ps_codec.c memcpy(tmp_buf, *buf, offset);
offset 646 ext/mysqlnd/mysqlnd_ps_codec.c *p = *buf + offset;
offset 769 ext/mysqlnd/mysqlnd_ps_codec.c unsigned int offset = *p - *buf;
offset 771 ext/mysqlnd/mysqlnd_ps_codec.c *buf_len = offset + data_size + 10; /* Allocate + 10 for safety */
offset 777 ext/mysqlnd/mysqlnd_ps_codec.c memcpy(tmp_buf, *buf, offset);
offset 788 ext/mysqlnd/mysqlnd_ps_codec.c *p = *buf + offset;
offset 1570 ext/mysqlnd/mysqlnd_result.c MYSQLND_METHOD(mysqlnd_res, fetch_field_data)(MYSQLND_RES * result, unsigned int offset, zval *return_value TSRMLS_DC)
offset 1577 ext/mysqlnd/mysqlnd_result.c DBG_INF_FMT("offset=%u", offset);
offset 1595 ext/mysqlnd/mysqlnd_result.c while (i++ < offset) {
offset 269 ext/mysqlnd/mysqlnd_structs.h size_t offset;
offset 193 ext/oci8/oci8_interface.c long offset = 0;
offset 197 ext/oci8/oci8_interface.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|l", &data, &data_len, &offset) == FAILURE) {
offset 202 ext/oci8/oci8_interface.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "Os|l", &z_descriptor, oci_lob_class_entry_ptr, &data, &data_len, &offset) == FAILURE) {
offset 214 ext/oci8/oci8_interface.c if (offset < 0) {
offset 219 ext/oci8/oci8_interface.c if (php_oci_lob_write(descriptor, offset, data, data_len, &bytes_written TSRMLS_CC)) {
offset 441 ext/oci8/oci8_interface.c long offset, whence = PHP_OCI_SEEK_SET;
offset 445 ext/oci8/oci8_interface.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "l|l", &offset, &whence) == FAILURE) {
offset 450 ext/oci8/oci8_interface.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "Ol|l", &z_descriptor, oci_lob_class_entry_ptr, &offset, &whence) == FAILURE) {
offset 468 ext/oci8/oci8_interface.c descriptor->lob_current_position += offset;
offset 471 ext/oci8/oci8_interface.c if ((descriptor->lob_size + offset) >= 0) {
offset 472 ext/oci8/oci8_interface.c descriptor->lob_current_position = descriptor->lob_size + offset;
offset 480 ext/oci8/oci8_interface.c descriptor->lob_current_position = (offset > 0) ? offset : 0;
offset 649 ext/oci8/oci8_interface.c long offset = -1, length = -1;
offset 652 ext/oci8/oci8_interface.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|ll", &offset, &length) == FAILURE) {
offset 656 ext/oci8/oci8_interface.c if (ZEND_NUM_ARGS() > 0 && offset < 0) {
offset 667 ext/oci8/oci8_interface.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "O|ll", &z_descriptor, oci_lob_class_entry_ptr, &offset, &length) == FAILURE) {
offset 671 ext/oci8/oci8_interface.c if (ZEND_NUM_ARGS() > 1 && offset < 0) {
offset 689 ext/oci8/oci8_interface.c if (php_oci_lob_erase(descriptor, offset, length, &bytes_erased TSRMLS_CC)) {
offset 244 ext/oci8/oci8_lob.c oraub8 bytes_read, offset = 0;
offset 248 ext/oci8/oci8_lob.c int bytes_read, offset = 0;
offset 286 ext/oci8/oci8_lob.c offset = initial_offset;
offset 347 ext/oci8/oci8_lob.c (oraub8) offset + 1, /* offset (starts with 1) */
offset 361 ext/oci8/oci8_lob.c offset = descriptor->lob_current_position + chars_read;
offset 363 ext/oci8/oci8_lob.c offset = descriptor->lob_current_position + bytes_read;
offset 379 ext/oci8/oci8_lob.c offset + 1, /* offset (starts with 1) */
offset 390 ext/oci8/oci8_lob.c offset = descriptor->lob_current_position + bytes_read;
offset 405 ext/oci8/oci8_lob.c descriptor->lob_current_position = (int)offset;
offset 442 ext/oci8/oci8_lob.c if (offset < 0) {
offset 443 ext/oci8/oci8_lob.c offset = 0;
offset 446 ext/oci8/oci8_lob.c if (offset > descriptor->lob_current_position) {
offset 447 ext/oci8/oci8_lob.c offset = descriptor->lob_current_position;
offset 456 ext/oci8/oci8_lob.c (ub4) offset + 1,
offset 725 ext/oci8/oci8_lob.c ub4 offset = 1;
offset 749 ext/oci8/oci8_lob.c offset,
offset 766 ext/oci8/oci8_lob.c offset += loblen;
offset 856 ext/oci8/oci8_lob.c if (offset == -1) {
offset 857 ext/oci8/oci8_lob.c offset = descriptor->lob_current_position;
offset 864 ext/oci8/oci8_lob.c PHP_OCI_CALL_RETURN(connection->errcode, OCILobErase, (connection->svc, connection->err, lob, (ub4 *)&length, offset+1));
offset 217 ext/opcache/Optimizer/pass1_5.c zval offset;
offset 221 ext/opcache/Optimizer/pass1_5.c if (zend_get_constant("__COMPILER_HALT_OFFSET__", sizeof("__COMPILER_HALT_OFFSET__") - 1, &offset TSRMLS_CC)) {
offset 226 ext/opcache/Optimizer/pass1_5.c replace_tmp_by_const(op_array, opline, tv, &offset TSRMLS_CC);
offset 210 ext/opcache/zend_persist.c zval offset;
offset 217 ext/opcache/zend_persist.c if (zend_get_constant("__COMPILER_HALT_OFFSET__", sizeof("__COMPILER_HALT_OFFSET__") - 1, &offset TSRMLS_CC)) {
offset 218 ext/opcache/zend_persist.c main_persistent_script->compiler_halt_offset = Z_LVAL(offset);
offset 250 ext/opcache/zend_persist.c int offset = 0;
offset 252 ext/opcache/zend_persist.c for (; opline < end ; opline++, offset++) {
offset 4012 ext/pcre/pcrelib/pcre_compile.c int offset;
offset 4021 ext/pcre/pcrelib/pcre_compile.c offset = (int)GET(hc, 0);
offset 4022 ext/pcre/pcrelib/pcre_compile.c if (cd->start_code + offset == ptr + 1)
offset 4024 ext/pcre/pcrelib/pcre_compile.c PUT(hc, 0, offset + adjust);
offset 4034 ext/pcre/pcrelib/pcre_compile.c offset = (int)GET(ptr, 1);
offset 4035 ext/pcre/pcrelib/pcre_compile.c if (cd->start_code + offset >= group) PUT(ptr, 1, offset + adjust);
offset 5673 ext/pcre/pcrelib/pcre_compile.c int offset = GET(cd->hwm, -LINK_SIZE);
offset 5674 ext/pcre/pcrelib/pcre_compile.c if (offset == previous + 1 - cd->start_code)
offset 5675 ext/pcre/pcrelib/pcre_compile.c PUT(cd->hwm, -LINK_SIZE, offset + 1 + LINK_SIZE);
offset 6010 ext/pcre/pcrelib/pcre_compile.c int offset;
offset 6021 ext/pcre/pcrelib/pcre_compile.c offset = (bralink == NULL)? 0 : (int)(previous - bralink);
offset 6023 ext/pcre/pcrelib/pcre_compile.c PUTINC(previous, 0, offset);
offset 6147 ext/pcre/pcrelib/pcre_compile.c int offset;
offset 6149 ext/pcre/pcrelib/pcre_compile.c offset = (bralink == NULL)? 0 : (int)(code - bralink);
offset 6151 ext/pcre/pcrelib/pcre_compile.c PUTINC(code, 0, offset);
offset 6184 ext/pcre/pcrelib/pcre_compile.c int offset = (int)(code - bralink + 1);
offset 6185 ext/pcre/pcrelib/pcre_compile.c pcre_uchar *bra = code - offset;
offset 6189 ext/pcre/pcrelib/pcre_compile.c PUTINC(code, 0, offset);
offset 6190 ext/pcre/pcrelib/pcre_compile.c PUT(bra, 1, offset);
offset 6828 ext/pcre/pcrelib/pcre_compile.c int offset = i++;
offset 6842 ext/pcre/pcrelib/pcre_compile.c PUT2(code, 2+LINK_SIZE, offset);
offset 9336 ext/pcre/pcrelib/pcre_compile.c int offset, recno;
offset 9338 ext/pcre/pcrelib/pcre_compile.c offset = GET(cd->hwm, 0);
offset 9339 ext/pcre/pcrelib/pcre_compile.c recno = GET(codestart, offset);
offset 9346 ext/pcre/pcrelib/pcre_compile.c else PUT(((pcre_uchar *)codestart), offset, (int)(groupptr - codestart));
offset 169 ext/pcre/pcrelib/pcre_exec.c register PCRE_PUCHAR p = md->start_subject + md->offset_vector[offset];
offset 652 ext/pcre/pcrelib/pcre_exec.c int offset;
offset 959 ext/pcre/pcrelib/pcre_exec.c offset = number << 1;
offset 968 ext/pcre/pcrelib/pcre_exec.c if (offset < md->offset_max)
offset 970 ext/pcre/pcrelib/pcre_exec.c save_offset1 = md->offset_vector[offset];
offset 971 ext/pcre/pcrelib/pcre_exec.c save_offset2 = md->offset_vector[offset+1];
offset 1016 ext/pcre/pcrelib/pcre_exec.c md->offset_vector[offset] = save_offset1;
offset 1017 ext/pcre/pcrelib/pcre_exec.c md->offset_vector[offset+1] = save_offset2;
offset 1130 ext/pcre/pcrelib/pcre_exec.c offset = number << 1;
offset 1139 ext/pcre/pcrelib/pcre_exec.c if (offset >= md->offset_max) goto POSSESSIVE_NON_CAPTURE;
offset 1144 ext/pcre/pcrelib/pcre_exec.c save_offset1 = md->offset_vector[offset];
offset 1145 ext/pcre/pcrelib/pcre_exec.c save_offset2 = md->offset_vector[offset+1];
offset 1202 ext/pcre/pcrelib/pcre_exec.c md->offset_vector[offset] = save_offset1;
offset 1203 ext/pcre/pcrelib/pcre_exec.c md->offset_vector[offset+1] = save_offset2;
offset 1360 ext/pcre/pcrelib/pcre_exec.c offset = GET2(ecode, 1) << 1; /* Doubled ref number */
offset 1361 ext/pcre/pcrelib/pcre_exec.c condition = offset < offset_top && md->offset_vector[offset] >= 0;
offset 1370 ext/pcre/pcrelib/pcre_exec.c offset = GET2(slot, 0) << 1;
offset 1371 ext/pcre/pcrelib/pcre_exec.c condition = offset < offset_top && md->offset_vector[offset] >= 0;
offset 1456 ext/pcre/pcrelib/pcre_exec.c offset = number << 1;
offset 1464 ext/pcre/pcrelib/pcre_exec.c if (offset >= md->offset_max) md->capture_last |= OVFLBIT; else
offset 1466 ext/pcre/pcrelib/pcre_exec.c md->offset_vector[offset] =
offset 1468 ext/pcre/pcrelib/pcre_exec.c md->offset_vector[offset+1] = (int)(eptr - md->start_subject);
offset 1474 ext/pcre/pcrelib/pcre_exec.c if (offset >= offset_top)
offset 1477 ext/pcre/pcrelib/pcre_exec.c register int *iend = md->offset_vector + offset;
offset 1479 ext/pcre/pcrelib/pcre_exec.c offset_top = offset + 2;
offset 1952 ext/pcre/pcrelib/pcre_exec.c offset = number << 1;
offset 1971 ext/pcre/pcrelib/pcre_exec.c if (offset >= md->offset_max) md->capture_last |= OVFLBIT; else
offset 1983 ext/pcre/pcrelib/pcre_exec.c if (offset > offset_top)
offset 1986 ext/pcre/pcrelib/pcre_exec.c register int *iend = md->offset_vector + offset;
offset 1992 ext/pcre/pcrelib/pcre_exec.c md->offset_vector[offset] =
offset 1994 ext/pcre/pcrelib/pcre_exec.c md->offset_vector[offset+1] = (int)(eptr - md->start_subject);
offset 1995 ext/pcre/pcrelib/pcre_exec.c if (offset_top <= offset) offset_top = offset + 2;
offset 2716 ext/pcre/pcrelib/pcre_exec.c offset = 0;
offset 2720 ext/pcre/pcrelib/pcre_exec.c offset = GET2(slot, 0) << 1;
offset 2721 ext/pcre/pcrelib/pcre_exec.c if (offset < offset_top && md->offset_vector[offset] >= 0)
offset 2723 ext/pcre/pcrelib/pcre_exec.c length = md->offset_vector[offset+1] - md->offset_vector[offset];
offset 2734 ext/pcre/pcrelib/pcre_exec.c offset = GET2(ecode, 1) << 1; /* Doubled ref number */
offset 2736 ext/pcre/pcrelib/pcre_exec.c if (offset >= offset_top || md->offset_vector[offset] < 0)
offset 2739 ext/pcre/pcrelib/pcre_exec.c length = md->offset_vector[offset+1] - md->offset_vector[offset];
offset 2769 ext/pcre/pcrelib/pcre_exec.c if ((length = match_ref(offset, eptr, length, md, caseless)) < 0)
offset 2795 ext/pcre/pcrelib/pcre_exec.c if ((slength = match_ref(offset, eptr, length, md, caseless)) < 0)
offset 2819 ext/pcre/pcrelib/pcre_exec.c if ((slength = match_ref(offset, eptr, length, md, caseless)) < 0)
offset 2838 ext/pcre/pcrelib/pcre_exec.c if ((slength = match_ref(offset, eptr, length, md, caseless)) < 0)
offset 540 ext/pcre/pcrelib/pcre_jit_compile.c sljit_get_local_base(compiler, (dst), (dstw), (offset))
offset 1408 ext/pcre/pcrelib/pcre_jit_compile.c int offset;
offset 1500 ext/pcre/pcrelib/pcre_jit_compile.c offset = (GET2(cc, 1 + LINK_SIZE)) << 1;
offset 1501 ext/pcre/pcrelib/pcre_jit_compile.c OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), stackpos, SLJIT_IMM, OVECTOR(offset));
offset 1503 ext/pcre/pcrelib/pcre_jit_compile.c OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(SLJIT_SP), OVECTOR(offset));
offset 1504 ext/pcre/pcrelib/pcre_jit_compile.c OP1(SLJIT_MOV, TMP2, 0, SLJIT_MEM1(SLJIT_SP), OVECTOR(offset + 1));
offset 5926 ext/pcre/pcrelib/pcre_jit_compile.c unsigned int offset;
offset 5936 ext/pcre/pcrelib/pcre_jit_compile.c offset = GET2(slot, 0) << 1;
offset 5937 ext/pcre/pcrelib/pcre_jit_compile.c GET_LOCAL_BASE(TMP2, 0, OVECTOR(offset));
offset 5938 ext/pcre/pcrelib/pcre_jit_compile.c add_jump(compiler, &found, CMP(SLJIT_NOT_EQUAL, SLJIT_MEM1(SLJIT_SP), OVECTOR(offset), TMP1, 0));
offset 5942 ext/pcre/pcrelib/pcre_jit_compile.c offset = GET2(slot, 0) << 1;
offset 5943 ext/pcre/pcrelib/pcre_jit_compile.c GET_LOCAL_BASE(TMP2, 0, OVECTOR(offset));
offset 5945 ext/pcre/pcrelib/pcre_jit_compile.c add_jump(compiler, backtracks, CMP(SLJIT_EQUAL, SLJIT_MEM1(SLJIT_SP), OVECTOR(offset), TMP1, 0));
offset 5954 ext/pcre/pcrelib/pcre_jit_compile.c int offset = 0;
offset 5961 ext/pcre/pcrelib/pcre_jit_compile.c offset = GET2(cc, 1) << 1;
offset 5962 ext/pcre/pcrelib/pcre_jit_compile.c OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(SLJIT_SP), OVECTOR(offset));
offset 5975 ext/pcre/pcrelib/pcre_jit_compile.c OP1(SLJIT_MOV, TMP2, 0, SLJIT_MEM1(SLJIT_SP), OVECTOR(offset + 1));
offset 6004 ext/pcre/pcrelib/pcre_jit_compile.c OP2(SLJIT_SUB | SLJIT_SET_E, TMP2, 0, SLJIT_MEM1(SLJIT_SP), OVECTOR(offset + 1), TMP1, 0);
offset 6052 ext/pcre/pcrelib/pcre_jit_compile.c int offset = 0;
offset 6063 ext/pcre/pcrelib/pcre_jit_compile.c offset = GET2(cc, 1) << 1;
offset 6107 ext/pcre/pcrelib/pcre_jit_compile.c OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(SLJIT_SP), OVECTOR(offset));
offset 6115 ext/pcre/pcrelib/pcre_jit_compile.c zerolength = CMP(SLJIT_EQUAL, TMP1, 0, SLJIT_MEM1(SLJIT_SP), OVECTOR(offset + 1));
offset 6130 ext/pcre/pcrelib/pcre_jit_compile.c OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(SLJIT_SP), OVECTOR(offset));
offset 6135 ext/pcre/pcrelib/pcre_jit_compile.c zerolength = CMP(SLJIT_EQUAL, TMP1, 0, SLJIT_MEM1(SLJIT_SP), OVECTOR(offset + 1));
offset 6188 ext/pcre/pcrelib/pcre_jit_compile.c OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(SLJIT_SP), OVECTOR(offset));
offset 6198 ext/pcre/pcrelib/pcre_jit_compile.c zerolength = CMP(SLJIT_EQUAL, TMP1, 0, SLJIT_MEM1(SLJIT_SP), OVECTOR(offset + 1));
offset 6215 ext/pcre/pcrelib/pcre_jit_compile.c zerolength = CMP(SLJIT_EQUAL, TMP1, 0, SLJIT_MEM1(SLJIT_SP), OVECTOR(offset + 1));
offset 6872 ext/pcre/pcrelib/pcre_jit_compile.c OP1(SLJIT_MOV, SLJIT_MEM1(SLJIT_SP), common->capture_last_ptr, SLJIT_IMM, offset >> 1);
offset 6876 ext/pcre/pcrelib/pcre_jit_compile.c if (common->optimized_cbracket[offset >> 1] == 0)
offset 6878 ext/pcre/pcrelib/pcre_jit_compile.c OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(SLJIT_SP), OVECTOR(offset));
offset 6879 ext/pcre/pcrelib/pcre_jit_compile.c OP1(SLJIT_MOV, TMP2, 0, SLJIT_MEM1(SLJIT_SP), OVECTOR(offset + 1));
offset 6883 ext/pcre/pcrelib/pcre_jit_compile.c OP1(SLJIT_MOV, SLJIT_MEM1(SLJIT_SP), OVECTOR(offset + 1), STR_PTR, 0);
offset 6884 ext/pcre/pcrelib/pcre_jit_compile.c OP1(SLJIT_MOV, SLJIT_MEM1(SLJIT_SP), OVECTOR(offset), TMP1, 0);
offset 6950 ext/pcre/pcrelib/pcre_jit_compile.c int offset = 0;
offset 7017 ext/pcre/pcrelib/pcre_jit_compile.c offset = GET2(ccbegin, 1 + LINK_SIZE);
offset 7018 ext/pcre/pcrelib/pcre_jit_compile.c if (common->optimized_cbracket[offset] == 0)
offset 7020 ext/pcre/pcrelib/pcre_jit_compile.c private_data_ptr = OVECTOR_PRIV(offset);
offset 7021 ext/pcre/pcrelib/pcre_jit_compile.c offset <<= 1;
offset 7025 ext/pcre/pcrelib/pcre_jit_compile.c offset <<= 1;
offset 7026 ext/pcre/pcrelib/pcre_jit_compile.c private_data_ptr = OVECTOR(offset);
offset 7201 ext/pcre/pcrelib/pcre_jit_compile.c if (common->optimized_cbracket[offset >> 1] != 0)
offset 7203 ext/pcre/pcrelib/pcre_jit_compile.c SLJIT_ASSERT(private_data_ptr == OVECTOR(offset));
offset 7352 ext/pcre/pcrelib/pcre_jit_compile.c if (offset != 0)
offset 7356 ext/pcre/pcrelib/pcre_jit_compile.c if (common->optimized_cbracket[offset >> 1] == 0)
offset 7382 ext/pcre/pcrelib/pcre_jit_compile.c if (offset != 0)
offset 7383 ext/pcre/pcrelib/pcre_jit_compile.c stacksize = match_capture_common(common, stacksize, offset, private_data_ptr);
offset 7394 ext/pcre/pcrelib/pcre_jit_compile.c if (offset != 0 && common->optimized_cbracket[offset >> 1] != 0)
offset 7396 ext/pcre/pcrelib/pcre_jit_compile.c SLJIT_ASSERT(private_data_ptr == OVECTOR(offset + 0));
offset 7397 ext/pcre/pcrelib/pcre_jit_compile.c OP1(SLJIT_MOV, SLJIT_MEM1(SLJIT_SP), OVECTOR(offset + 1), STR_PTR, 0);
offset 7495 ext/pcre/pcrelib/pcre_jit_compile.c int offset = 0;
offset 7522 ext/pcre/pcrelib/pcre_jit_compile.c offset = GET2(cc, 1 + LINK_SIZE);
offset 7525 ext/pcre/pcrelib/pcre_jit_compile.c SLJIT_ASSERT(common->optimized_cbracket[offset] == 0);
offset 7526 ext/pcre/pcrelib/pcre_jit_compile.c cbraprivptr = OVECTOR_PRIV(offset);
offset 7527 ext/pcre/pcrelib/pcre_jit_compile.c offset <<= 1;
offset 7540 ext/pcre/pcrelib/pcre_jit_compile.c if (offset != 0)
offset 7560 ext/pcre/pcrelib/pcre_jit_compile.c if (offset != 0)
offset 7563 ext/pcre/pcrelib/pcre_jit_compile.c OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(SLJIT_SP), OVECTOR(offset));
offset 7564 ext/pcre/pcrelib/pcre_jit_compile.c OP1(SLJIT_MOV, TMP2, 0, SLJIT_MEM1(SLJIT_SP), OVECTOR(offset + 1));
offset 7602 ext/pcre/pcrelib/pcre_jit_compile.c if (offset == 0)
offset 7623 ext/pcre/pcrelib/pcre_jit_compile.c if (offset == 0)
offset 7630 ext/pcre/pcrelib/pcre_jit_compile.c stack -= 1 + (offset == 0);
offset 7633 ext/pcre/pcrelib/pcre_jit_compile.c if (offset != 0)
offset 7652 ext/pcre/pcrelib/pcre_jit_compile.c if (offset != 0)
offset 7655 ext/pcre/pcrelib/pcre_jit_compile.c OP1(SLJIT_MOV, SLJIT_MEM1(SLJIT_SP), OVECTOR(offset + 1), STR_PTR, 0);
offset 7658 ext/pcre/pcrelib/pcre_jit_compile.c OP1(SLJIT_MOV, SLJIT_MEM1(SLJIT_SP), common->capture_last_ptr, SLJIT_IMM, offset >> 1);
offset 7659 ext/pcre/pcrelib/pcre_jit_compile.c OP1(SLJIT_MOV, SLJIT_MEM1(SLJIT_SP), OVECTOR(offset), TMP1, 0);
offset 7676 ext/pcre/pcrelib/pcre_jit_compile.c if (offset != 0)
offset 7680 ext/pcre/pcrelib/pcre_jit_compile.c OP1(SLJIT_MOV, SLJIT_MEM1(SLJIT_SP), OVECTOR(offset + 1), STR_PTR, 0);
offset 7683 ext/pcre/pcrelib/pcre_jit_compile.c OP1(SLJIT_MOV, SLJIT_MEM1(SLJIT_SP), common->capture_last_ptr, SLJIT_IMM, offset >> 1);
offset 7684 ext/pcre/pcrelib/pcre_jit_compile.c OP1(SLJIT_MOV, SLJIT_MEM1(SLJIT_SP), OVECTOR(offset), TMP1, 0);
offset 7720 ext/pcre/pcrelib/pcre_jit_compile.c if (offset != 0)
offset 7727 ext/pcre/pcrelib/pcre_jit_compile.c if (offset != 0)
offset 8154 ext/pcre/pcrelib/pcre_jit_compile.c int offset = GET2(cc, 1);
offset 8155 ext/pcre/pcrelib/pcre_jit_compile.c BOOL optimized_cbracket = common->optimized_cbracket[offset] != 0;
offset 8162 ext/pcre/pcrelib/pcre_jit_compile.c OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(SLJIT_SP), OVECTOR_PRIV(offset));
offset 8163 ext/pcre/pcrelib/pcre_jit_compile.c offset <<= 1;
offset 8164 ext/pcre/pcrelib/pcre_jit_compile.c OP1(SLJIT_MOV, SLJIT_MEM1(SLJIT_SP), OVECTOR(offset + 1), STR_PTR, 0);
offset 8166 ext/pcre/pcrelib/pcre_jit_compile.c OP1(SLJIT_MOV, SLJIT_MEM1(SLJIT_SP), OVECTOR(offset), TMP1, 0);
offset 8823 ext/pcre/pcrelib/pcre_jit_compile.c int offset = 0;
offset 8869 ext/pcre/pcrelib/pcre_jit_compile.c offset = (GET2(ccbegin, 1 + LINK_SIZE)) << 1;
offset 8950 ext/pcre/pcrelib/pcre_jit_compile.c if (offset != 0)
offset 8954 ext/pcre/pcrelib/pcre_jit_compile.c SLJIT_ASSERT(common->optimized_cbracket[offset >> 1] == 0);
offset 8960 ext/pcre/pcrelib/pcre_jit_compile.c OP1(SLJIT_MOV, SLJIT_MEM1(SLJIT_SP), OVECTOR(offset), TMP2, 0);
offset 8961 ext/pcre/pcrelib/pcre_jit_compile.c OP1(SLJIT_MOV, SLJIT_MEM1(SLJIT_SP), OVECTOR(offset + 1), TMP1, 0);
offset 8963 ext/pcre/pcrelib/pcre_jit_compile.c else if (common->optimized_cbracket[offset >> 1] == 0)
offset 8968 ext/pcre/pcrelib/pcre_jit_compile.c OP1(SLJIT_MOV, SLJIT_MEM1(SLJIT_SP), OVECTOR(offset), TMP1, 0);
offset 8969 ext/pcre/pcrelib/pcre_jit_compile.c OP1(SLJIT_MOV, SLJIT_MEM1(SLJIT_SP), OVECTOR(offset + 1), TMP2, 0);
offset 9090 ext/pcre/pcrelib/pcre_jit_compile.c if (offset != 0)
offset 9094 ext/pcre/pcrelib/pcre_jit_compile.c if (common->optimized_cbracket[offset >> 1] == 0)
offset 9120 ext/pcre/pcrelib/pcre_jit_compile.c if (offset != 0)
offset 9121 ext/pcre/pcrelib/pcre_jit_compile.c stacksize = match_capture_common(common, stacksize, offset, private_data_ptr);
offset 9126 ext/pcre/pcrelib/pcre_jit_compile.c if (offset != 0 && ket == OP_KETRMAX && common->optimized_cbracket[offset >> 1] != 0)
offset 9129 ext/pcre/pcrelib/pcre_jit_compile.c SLJIT_ASSERT(private_data_ptr == OVECTOR(offset + 0));
offset 9130 ext/pcre/pcrelib/pcre_jit_compile.c OP1(SLJIT_MOV, SLJIT_MEM1(SLJIT_SP), OVECTOR(offset + 1), STR_PTR, 0);
offset 9182 ext/pcre/pcrelib/pcre_jit_compile.c if (offset != 0)
offset 9185 ext/pcre/pcrelib/pcre_jit_compile.c if (common->optimized_cbracket[offset >> 1] != 0)
offset 9190 ext/pcre/pcrelib/pcre_jit_compile.c OP1(SLJIT_MOV, SLJIT_MEM1(SLJIT_SP), OVECTOR(offset), TMP1, 0);
offset 9191 ext/pcre/pcrelib/pcre_jit_compile.c OP1(SLJIT_MOV, SLJIT_MEM1(SLJIT_SP), OVECTOR(offset + 1), TMP2, 0);
offset 9282 ext/pcre/pcrelib/pcre_jit_compile.c int offset;
offset 9289 ext/pcre/pcrelib/pcre_jit_compile.c offset = (GET2(current->cc, 1 + LINK_SIZE)) << 1;
offset 9292 ext/pcre/pcrelib/pcre_jit_compile.c OP1(SLJIT_MOV, SLJIT_MEM1(SLJIT_SP), OVECTOR(offset), TMP1, 0);
offset 9295 ext/pcre/pcrelib/pcre_jit_compile.c OP1(SLJIT_MOV, SLJIT_MEM1(SLJIT_SP), OVECTOR(offset + 1), TMP2, 0);
offset 140 ext/pcre/pcrelib/sljit/sljitExecAllocator.c ((struct block_header*)(((sljit_ub*)base) + offset))
offset 142 ext/pcre/pcrelib/sljit/sljitExecAllocator.c ((struct free_block*)(((sljit_ub*)base) + offset))
offset 1457 ext/pcre/pcrelib/sljit/sljitLir.c fprintf(compiler->verbose, ", #%" SLJIT_PRINT_D "d\n", offset);
offset 1691 ext/pcre/pcrelib/sljit/sljitLir.c CHECK(check_sljit_get_local_base(compiler, dst, dstw, offset));
offset 1693 ext/pcre/pcrelib/sljit/sljitLir.c ADJUST_LOCAL_OFFSET(SLJIT_MEM1(SLJIT_SP), offset);
offset 1698 ext/pcre/pcrelib/sljit/sljitLir.c if (offset != 0)
offset 1699 ext/pcre/pcrelib/sljit/sljitLir.c return sljit_emit_op2(compiler, SLJIT_ADD | SLJIT_KEEP_FLAGS, dst, dstw, SLJIT_SP, 0, SLJIT_IMM, offset);
offset 1996 ext/pcre/pcrelib/sljit/sljitLir.c SLJIT_UNUSED_ARG(offset);
offset 2838 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c CHECK(check_sljit_get_local_base(compiler, dst, dstw, offset));
offset 2847 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c ADJUST_LOCAL_OFFSET(SLJIT_MEM1(SLJIT_SP), offset);
offset 2850 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c if (NOT_HALFWORD(offset)) {
offset 2851 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c FAIL_IF(emit_load_imm64(compiler, TMP_REG1, offset));
offset 2861 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c if (offset != 0)
offset 2862 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c return emit_lea_binary(compiler, SLJIT_KEEP_FLAGS, dst, dstw, SLJIT_SP, 0, SLJIT_IMM, offset);
offset 542 ext/pcre/php_pcre.c add_next_index_long(match_pair, offset);
offset 700 ext/pdo/pdo_stmt.c if (!stmt->methods->fetcher(stmt, ori, offset TSRMLS_CC)) {
offset 867 ext/pdo/pdo_stmt.c if (!do_fetch_common(stmt, ori, offset, do_bind TSRMLS_CC)) {
offset 384 ext/pdo_oci/oci_statement.c ub4 amt, offset = 1;
offset 400 ext/pdo_oci/oci_statement.c &amt, offset, consume, n,
offset 403 ext/pdo_oci/oci_statement.c offset += amt;
offset 419 ext/pdo_oci/oci_statement.c &amt, offset, consume, n,
offset 456 ext/pdo_oci/oci_statement.c S->last_err = OCIStmtFetch2(S->stmt, S->err, 1, ociori, offset, OCI_DEFAULT);
offset 611 ext/pdo_oci/oci_statement.c ub4 offset;
offset 622 ext/pdo_oci/oci_statement.c &amt, self->offset, (char*)buf, count,
offset 630 ext/pdo_oci/oci_statement.c self->offset += amt;
offset 642 ext/pdo_oci/oci_statement.c &amt, self->offset, buf, count,
offset 649 ext/pdo_oci/oci_statement.c self->offset += amt;
offset 681 ext/pdo_oci/oci_statement.c if (offset >= PDO_OCI_LOBMAXSIZE) {
offset 684 ext/pdo_oci/oci_statement.c self->offset = offset + 1; /* Oracle LOBS are 1-based, but PHP is 0-based */
offset 706 ext/pdo_oci/oci_statement.c self->offset = 1; /* 1-based */
offset 528 ext/pdo_odbc/odbc_stmt.c rc = SQLFetchScroll(S->stmt, odbcori, offset);
offset 166 ext/pdo_pgsql/pgsql_driver.c int pos = lo_lseek(self->conn, self->lfd, offset, whence);
offset 398 ext/pdo_pgsql/pgsql_statement.c case PDO_FETCH_ORI_ABS: spprintf(&ori_str, 0, "ABSOLUTE %ld", offset); break;
offset 399 ext/pdo_pgsql/pgsql_statement.c case PDO_FETCH_ORI_REL: spprintf(&ori_str, 0, "RELATIVE %ld", offset); break;
offset 3646 ext/pgsql/pgsql.c long offset = 0, whence = SEEK_CUR;
offset 3650 ext/pgsql/pgsql.c if (zend_parse_parameters(argc TSRMLS_CC, "rl|l", &pgsql_id, &offset, &whence) == FAILURE) {
offset 3660 ext/pgsql/pgsql.c if (lo_lseek((PGconn *)pgsql->conn, pgsql->lofd, offset, whence) > -1) {
offset 3673 ext/pgsql/pgsql.c int offset = 0;
offset 3683 ext/pgsql/pgsql.c offset = lo_tell((PGconn *)pgsql->conn, pgsql->lofd);
offset 3684 ext/pgsql/pgsql.c RETURN_LONG(offset);
offset 71 ext/phar/dirstream.c offset = zend_hash_num_elements(data) + offset;
offset 78 ext/phar/dirstream.c if (offset < 0) {
offset 82 ext/phar/dirstream.c while (*newoffset < offset && zend_hash_move_forward(data) == SUCCESS) {
offset 102 ext/phar/func_interceptors.c long offset = -1;
offset 116 ext/phar/func_interceptors.c if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS() TSRMLS_CC, "p|br!ll", &filename, &filename_len, &use_include_path, &zcontext, &offset, &maxlen) == FAILURE) {
offset 198 ext/phar/func_interceptors.c if (offset > 0 && php_stream_seek(stream, offset, SEEK_SET) < 0) {
offset 199 ext/phar/func_interceptors.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Failed to seek to position %ld in the stream", offset);
offset 658 ext/phar/phar.c long offset;
offset 1051 ext/phar/phar.c offset = halt_offset + manifest_len + 4;
offset 1088 ext/phar/phar.c if (offset == halt_offset + (int)manifest_len + 4) {
offset 1124 ext/phar/phar.c entry.offset = entry.offset_abs = offset;
offset 1125 ext/phar/phar.c offset += entry.compressed_filesize;
offset 2458 ext/phar/phar.c entry->offset = entry->offset_abs =
offset 2575 ext/phar/phar.c long offset;
offset 2754 ext/phar/phar.c offset = 0;
offset 2808 ext/phar/phar.c offset += 4 + entry->filename_len + sizeof(entry_buffer) + entry->metadata_str.len + (entry->is_dir ? 1 : 0);
offset 2934 ext/phar/phar.c manifest_len = offset + phar->alias_len + sizeof(manifest) + main_metadata_str.len;
offset 3084 ext/phar/phar.c offset = php_stream_tell(newfile);
offset 3126 ext/phar/phar.c entry->offset = entry->offset_abs = offset;
offset 3127 ext/phar/phar.c offset += entry->compressed_filesize;
offset 272 ext/phar/phar_internal.h long offset;
offset 355 ext/phar/phar_internal.h long offset;
offset 442 ext/phar/phar_internal.h entry->offset = offset;
offset 447 ext/phar/phar_internal.h data->offset = offset;
offset 461 ext/phar/phar_internal.h return entry->offset;
offset 464 ext/phar/phar_internal.h if (!PHAR_GLOBALS->cached_fp[entry->phar->phar_pos].manifest[entry->manifest_pos].offset) {
offset 465 ext/phar/phar_internal.h PHAR_GLOBALS->cached_fp[entry->phar->phar_pos].manifest[entry->manifest_pos].offset = entry->offset;
offset 468 ext/phar/phar_internal.h return PHAR_GLOBALS->cached_fp[entry->phar->phar_pos].manifest[entry->manifest_pos].offset;
offset 1709 ext/phar/phar_object.c data->internal_file->offset_abs = data->internal_file->offset = php_stream_tell(p_obj->fp);
offset 1713 ext/phar/phar_object.c php_stream_tell(p_obj->fp) - data->internal_file->offset;
offset 1977 ext/phar/phar_object.c off_t offset;
offset 1994 ext/phar/phar_object.c offset = php_stream_tell(fp);
offset 2015 ext/phar/phar_object.c entry->offset = offset;
offset 168 ext/phar/pharzip.h char offset[4]; /* relative offset of local header 4 bytes */
offset 265 ext/phar/stream.c entry->offset = entry->offset_abs = 0;
offset 405 ext/phar/stream.c temp = data->zero + entry->uncompressed_filesize + offset;
offset 408 ext/phar/stream.c temp = data->zero + data->position + offset;
offset 411 ext/phar/stream.c temp = data->zero + offset;
offset 458 ext/phar/tar.c entry.offset = entry.offset_abs = pos; /* header_offset unused in tar */
offset 832 ext/phar/tar.c entry->offset = entry->offset_abs = pos;
offset 859 ext/phar/tar.c entry->offset = entry->offset_abs = 0;
offset 145 ext/phar/util.c temp = eoffset + entry->uncompressed_filesize + offset;
offset 148 ext/phar/util.c temp = eoffset + position + offset;
offset 151 ext/phar/util.c temp = eoffset + offset;
offset 662 ext/phar/util.c dest->offset = 0;
offset 733 ext/phar/util.c dummy.zero = entry->offset;
offset 751 ext/phar/util.c dummy.zero = entry->offset;
offset 798 ext/phar/util.c dummy.zero = entry->offset;
offset 822 ext/phar/util.c entry->offset = 0;
offset 855 ext/phar/util.c entry->offset = 0;
offset 898 ext/phar/util.c entry->offset = 0;
offset 375 ext/phar/zip.c entry.header_offset = PHAR_GET_32(zipentry.offset);
offset 376 ext/phar/zip.c entry.offset = entry.offset_abs = PHAR_GET_32(zipentry.offset) + sizeof(phar_zip_file_header) + PHAR_GET_16(zipentry.filename_len) +
offset 565 ext/phar/zip.c php_stream_seek(fp, PHAR_GET_32(zipentry.offset), SEEK_SET);
offset 579 ext/phar/zip.c entry.offset = entry.offset_abs =
offset 581 ext/phar/zip.c php_stream_seek(fp, entry.offset, SEEK_SET);
offset 585 ext/phar/zip.c php_stream_seek(fp, entry.offset, SEEK_SET);
offset 772 ext/phar/zip.c off_t offset;
offset 825 ext/phar/zip.c PHAR_SET_32(central.offset, php_stream_tell(p->filefp));
offset 957 ext/phar/zip.c offset = entry->header_offset + sizeof(local) + entry->filename_len + (entry->is_dir ? 1 : 0) + sizeof(perms);
offset 1060 ext/phar/zip.c entry->offset = entry->offset_abs = offset;
offset 191 ext/reflection/php_reflection.c zend_uint offset;
offset 682 ext/reflection/php_reflection.c ++offset;
offset 685 ext/reflection/php_reflection.c && op->op1.num == (long)offset)
offset 698 ext/reflection/php_reflection.c string_printf(str, "Parameter #%d [ ", offset);
offset 699 ext/reflection/php_reflection.c if (offset >= required) {
offset 721 ext/reflection/php_reflection.c string_printf(str, "$param%d", offset);
offset 723 ext/reflection/php_reflection.c if (fptr->type == ZEND_USER_FUNCTION && offset >= required) {
offset 724 ext/reflection/php_reflection.c zend_op *precv = _get_recv_op((zend_op_array*)fptr, offset);
offset 1256 ext/reflection/php_reflection.c reference->offset = offset;
offset 1494 ext/reflection/php_reflection.c precv = _get_recv_op((zend_op_array*)param->fptr, param->offset);
offset 2300 ext/reflection/php_reflection.c ref->offset = (zend_uint)position;
offset 2326 ext/reflection/php_reflection.c _parameter_string(&str, param->fptr, param->arg_info, param->offset, param->required, "" TSRMLS_CC);
offset 2530 ext/reflection/php_reflection.c RETVAL_LONG(param->offset);
offset 2546 ext/reflection/php_reflection.c RETVAL_BOOL(param->offset >= param->required);
offset 2568 ext/reflection/php_reflection.c precv = _get_recv_op((zend_op_array*)param->fptr, param->offset);
offset 3371 ext/reflection/php_reflection.c if (prop_info->offset >= 0) {
offset 3373 ext/reflection/php_reflection.c prop = ce->default_static_members_table[prop_info->offset];
offset 3375 ext/reflection/php_reflection.c prop = ce->default_properties_table[prop_info->offset];
offset 4991 ext/reflection/php_reflection.c if (!CE_STATIC_MEMBERS(intern->ce)[ref->prop.offset]) {
offset 4995 ext/reflection/php_reflection.c *return_value= *CE_STATIC_MEMBERS(intern->ce)[ref->prop.offset];
offset 5045 ext/reflection/php_reflection.c if (!CE_STATIC_MEMBERS(intern->ce)[ref->prop.offset]) {
offset 5049 ext/reflection/php_reflection.c variable_ptr = &CE_STATIC_MEMBERS(intern->ce)[ref->prop.offset];
offset 2731 ext/session/session.c Z_LVAL_P(progress->current_file_bytes_processed) = data->offset + data->length;
offset 318 ext/shmop/shmop.c long shmid, offset;
offset 322 ext/shmop/shmop.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "lsl", &shmid, &data, &data_len, &offset) == FAILURE) {
offset 333 ext/shmop/shmop.c if (offset < 0 || offset > shmop->size) {
offset 338 ext/shmop/shmop.c writesize = (data_len < shmop->size - offset) ? data_len : shmop->size - offset;
offset 339 ext/shmop/shmop.c memcpy(shmop->addr + offset, data, writesize);
offset 148 ext/simplexml/simplexml.c if (offset == 0) {
offset 157 ext/simplexml/simplexml.c while (node && nodendx <= offset) {
offset 162 ext/simplexml/simplexml.c if (nodendx == offset) {
offset 402 ext/simplexml/simplexml.c return sxe_prop_dim_read(object, offset, 0, 1, type TSRMLS_CC);
offset 693 ext/simplexml/simplexml.c sxe_prop_dim_write(object, offset, value, 0, 1, NULL TSRMLS_CC);
offset 984 ext/simplexml/simplexml.c sxe_prop_dim_delete(object, offset, 0, 1 TSRMLS_CC);
offset 377 ext/snmp/snmp.c int offset;
offset 731 ext/snmp/snmp.c objid_query->offset = objid_query->count;
offset 770 ext/snmp/snmp.c for (count = 0; objid_query->offset < objid_query->count && count < objid_query->step; objid_query->offset++, count++){
offset 772 ext/snmp/snmp.c if ((snmp_errno = snmp_add_var(pdu, objid_query->vars[objid_query->offset].name, objid_query->vars[objid_query->offset].name_length, objid_query->vars[objid_query->offset].type, objid_query->vars[objid_query->offset].value))) {
offset 773 ext/snmp/snmp.c snprint_objid(buf, sizeof(buf), objid_query->vars[objid_query->offset].name, objid_query->vars[objid_query->offset].name_length);
offset 774 ext/snmp/snmp.c php_snmp_error(getThis(), NULL TSRMLS_CC, PHP_SNMP_ERRNO_OID_PARSING_ERROR, "Could not add variable: OID='%s' type='%c' value='%s': %s", buf, objid_query->vars[objid_query->offset].type, objid_query->vars[objid_query->offset].value, snmp_api_errstring(snmp_errno));
offset 781 ext/snmp/snmp.c snmp_add_null_var(pdu, objid_query->vars[objid_query->offset].name, objid_query->vars[objid_query->offset].name_length);
offset 797 ext/snmp/snmp.c if (objid_query->offset < objid_query->count) { /* we have unprocessed OIDs */
offset 828 ext/snmp/snmp.c objid_query->offset = 0;
offset 895 ext/snmp/snmp.c if (objid_query->offset < objid_query->count) { /* we have unprocessed OIDs */
offset 911 ext/snmp/snmp.c objid_query->offset = ((objid_query->offset > objid_query->step) ? (objid_query->offset - objid_query->step) : 0 );
offset 1109 ext/snmp/snmp.c for (objid_query->offset = 0; objid_query->offset < objid_query->count; objid_query->offset++) {
offset 1110 ext/snmp/snmp.c objid_query->vars[objid_query->offset].name_length = MAX_OID_LEN;
offset 1111 ext/snmp/snmp.c if (!snmp_parse_oid(objid_query->vars[objid_query->offset].oid, objid_query->vars[objid_query->offset].name, &(objid_query->vars[objid_query->offset].name_length))) {
offset 1112 ext/snmp/snmp.c php_snmp_error(object, NULL TSRMLS_CC, PHP_SNMP_ERRNO_OID_PARSING_ERROR, "Invalid object identifier: %s", objid_query->vars[objid_query->offset].oid);
offset 1118 ext/snmp/snmp.c objid_query->offset = 0;
offset 132 ext/sockets/conversions.c void *ret = safe_emalloc(nmemb, alloc_size, offset);
offset 133 ext/sockets/conversions.c memset(ret, '\0', nmemb * alloc_size + offset);
offset 907 ext/sockets/conversions.c space_left = *control_len - *offset;
offset 908 ext/sockets/conversions.c assert(*control_len >= *offset);
offset 913 ext/sockets/conversions.c memset((char *)*control_buf + *offset, '\0', *control_len - *offset);
offset 917 ext/sockets/conversions.c cmsghdr = (struct cmsghdr*)(((char*)*control_buf) + *offset);
offset 925 ext/sockets/conversions.c *offset += req_space;
offset 309 ext/spl/spl_array.c if (!offset) {
offset 318 ext/spl/spl_array.c switch(Z_TYPE_P(offset)) {
offset 320 ext/spl/spl_array.c Z_STRVAL_P(offset) = "";
offset 321 ext/spl/spl_array.c Z_STRLEN_P(offset) = 0;
offset 323 ext/spl/spl_array.c if (zend_symtable_find(ht, Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, (void **) &retval) == FAILURE) {
offset 326 ext/spl/spl_array.c zend_error(E_NOTICE, "Undefined index: %s", Z_STRVAL_P(offset));
offset 332 ext/spl/spl_array.c zend_error(E_NOTICE,"Undefined index: %s", Z_STRVAL_P(offset));
offset 336 ext/spl/spl_array.c zend_symtable_update(ht, Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, (void**)&value, sizeof(void*), (void **)&retval);
offset 342 ext/spl/spl_array.c zend_error(E_STRICT, "Resource ID#%ld used as offset, casting to integer (%ld)", Z_LVAL_P(offset), Z_LVAL_P(offset));
offset 346 ext/spl/spl_array.c if (offset->type == IS_DOUBLE) {
offset 347 ext/spl/spl_array.c index = (long)Z_DVAL_P(offset);
offset 349 ext/spl/spl_array.c index = Z_LVAL_P(offset);
offset 384 ext/spl/spl_array.c if (!offset) {
offset 385 ext/spl/spl_array.c ALLOC_INIT_ZVAL(offset);
offset 387 ext/spl/spl_array.c SEPARATE_ARG_IF_REF(offset);
offset 389 ext/spl/spl_array.c zend_call_method_with_1_params(&object, Z_OBJCE_P(object), &intern->fptr_offset_get, "offsetGet", &rv, offset);
offset 390 ext/spl/spl_array.c zval_ptr_dtor(&offset);
offset 400 ext/spl/spl_array.c ret = spl_array_get_dimension_ptr_ptr(check_inherited, object, offset, type TSRMLS_CC);
offset 428 ext/spl/spl_array.c return spl_array_read_dimension_ex(1, object, offset, type TSRMLS_CC);
offset 438 ext/spl/spl_array.c if (!offset) {
offset 439 ext/spl/spl_array.c ALLOC_INIT_ZVAL(offset);
offset 441 ext/spl/spl_array.c SEPARATE_ARG_IF_REF(offset);
offset 443 ext/spl/spl_array.c zend_call_method_with_2_params(&object, Z_OBJCE_P(object), &intern->fptr_offset_set, "offsetSet", NULL, offset, value);
offset 444 ext/spl/spl_array.c zval_ptr_dtor(&offset);
offset 448 ext/spl/spl_array.c if (!offset) {
offset 458 ext/spl/spl_array.c switch(Z_TYPE_P(offset)) {
offset 466 ext/spl/spl_array.c zend_symtable_update(ht, Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, (void**)&value, sizeof(void*), NULL);
offset 477 ext/spl/spl_array.c if (offset->type == IS_DOUBLE) {
offset 478 ext/spl/spl_array.c index = (long)Z_DVAL_P(offset);
offset 480 ext/spl/spl_array.c index = Z_LVAL_P(offset);
offset 502 ext/spl/spl_array.c spl_array_write_dimension_ex(1, object, offset, value TSRMLS_CC);
offset 512 ext/spl/spl_array.c SEPARATE_ARG_IF_REF(offset);
offset 513 ext/spl/spl_array.c zend_call_method_with_1_params(&object, Z_OBJCE_P(object), &intern->fptr_offset_del, "offsetUnset", NULL, offset);
offset 514 ext/spl/spl_array.c zval_ptr_dtor(&offset);
offset 518 ext/spl/spl_array.c switch(Z_TYPE_P(offset)) {
offset 526 ext/spl/spl_array.c if (zend_delete_global_variable(Z_STRVAL_P(offset), Z_STRLEN_P(offset) TSRMLS_CC)) {
offset 527 ext/spl/spl_array.c zend_error(E_NOTICE,"Undefined index: %s", Z_STRVAL_P(offset));
offset 530 ext/spl/spl_array.c if (zend_symtable_del(ht, Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1) == FAILURE) {
offset 531 ext/spl/spl_array.c zend_error(E_NOTICE,"Undefined index: %s", Z_STRVAL_P(offset));
offset 551 ext/spl/spl_array.c zend_property_info *property_info = zend_get_property_info(obj->std.ce, offset, 1 TSRMLS_CC);
offset 555 ext/spl/spl_array.c property_info->offset >= 0) {
offset 556 ext/spl/spl_array.c obj->std.properties_table[property_info->offset] = NULL;
offset 566 ext/spl/spl_array.c if (offset->type == IS_DOUBLE) {
offset 567 ext/spl/spl_array.c index = (long)Z_DVAL_P(offset);
offset 569 ext/spl/spl_array.c index = Z_LVAL_P(offset);
offset 577 ext/spl/spl_array.c zend_error(E_NOTICE,"Undefined offset: %ld", Z_LVAL_P(offset));
offset 589 ext/spl/spl_array.c spl_array_unset_dimension_ex(1, object, offset TSRMLS_CC);
offset 599 ext/spl/spl_array.c SEPARATE_ARG_IF_REF(offset);
offset 600 ext/spl/spl_array.c zend_call_method_with_1_params(&object, Z_OBJCE_P(object), &intern->fptr_offset_has, "offsetExists", &rv, offset);
offset 601 ext/spl/spl_array.c zval_ptr_dtor(&offset);
offset 612 ext/spl/spl_array.c switch(Z_TYPE_P(offset)) {
offset 616 ext/spl/spl_array.c if (zend_symtable_find(ht, Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, (void **) &tmp) != FAILURE) {
offset 634 ext/spl/spl_array.c if (offset->type == IS_DOUBLE) {
offset 635 ext/spl/spl_array.c index = (long)Z_DVAL_P(offset);
offset 637 ext/spl/spl_array.c index = Z_LVAL_P(offset);
offset 659 ext/spl/spl_array.c return spl_array_has_dimension_ex(1, object, offset, check_empty TSRMLS_CC);
offset 173 ext/spl/spl_dllist.c while (current && pos < offset) {
offset 48 ext/spl/spl_engine.c switch (Z_TYPE_P(offset)) {
offset 50 ext/spl/spl_engine.c ZEND_HANDLE_NUMERIC(Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, idx);
offset 53 ext/spl/spl_engine.c return (long)Z_DVAL_P(offset);
offset 57 ext/spl/spl_engine.c return Z_LVAL_P(offset);
offset 350 ext/spl/spl_fixedarray.c if (!offset) {
offset 355 ext/spl/spl_fixedarray.c if (Z_TYPE_P(offset) != IS_LONG) {
offset 356 ext/spl/spl_fixedarray.c index = spl_offset_convert_to_long(offset TSRMLS_CC);
offset 358 ext/spl/spl_fixedarray.c index = Z_LVAL_P(offset);
offset 381 ext/spl/spl_fixedarray.c if (!offset) {
offset 382 ext/spl/spl_fixedarray.c ALLOC_INIT_ZVAL(offset);
offset 384 ext/spl/spl_fixedarray.c SEPARATE_ARG_IF_REF(offset);
offset 386 ext/spl/spl_fixedarray.c zend_call_method_with_1_params(&object, intern->std.ce, &intern->fptr_offset_get, "offsetGet", &rv, offset);
offset 387 ext/spl/spl_fixedarray.c zval_ptr_dtor(&offset);
offset 397 ext/spl/spl_fixedarray.c retval = spl_fixedarray_object_read_dimension_helper(intern, offset TSRMLS_CC);
offset 409 ext/spl/spl_fixedarray.c if (!offset) {
offset 415 ext/spl/spl_fixedarray.c if (Z_TYPE_P(offset) != IS_LONG) {
offset 416 ext/spl/spl_fixedarray.c index = spl_offset_convert_to_long(offset TSRMLS_CC);
offset 418 ext/spl/spl_fixedarray.c index = Z_LVAL_P(offset);
offset 441 ext/spl/spl_fixedarray.c if (!offset) {
offset 442 ext/spl/spl_fixedarray.c ALLOC_INIT_ZVAL(offset);
offset 444 ext/spl/spl_fixedarray.c SEPARATE_ARG_IF_REF(offset);
offset 447 ext/spl/spl_fixedarray.c zend_call_method_with_2_params(&object, intern->std.ce, &intern->fptr_offset_set, "offsetSet", NULL, offset, value);
offset 449 ext/spl/spl_fixedarray.c zval_ptr_dtor(&offset);
offset 453 ext/spl/spl_fixedarray.c spl_fixedarray_object_write_dimension_helper(intern, offset, value TSRMLS_CC);
offset 461 ext/spl/spl_fixedarray.c if (Z_TYPE_P(offset) != IS_LONG) {
offset 462 ext/spl/spl_fixedarray.c index = spl_offset_convert_to_long(offset TSRMLS_CC);
offset 464 ext/spl/spl_fixedarray.c index = Z_LVAL_P(offset);
offset 486 ext/spl/spl_fixedarray.c SEPARATE_ARG_IF_REF(offset);
offset 487 ext/spl/spl_fixedarray.c zend_call_method_with_1_params(&object, intern->std.ce, &intern->fptr_offset_del, "offsetUnset", NULL, offset);
offset 488 ext/spl/spl_fixedarray.c zval_ptr_dtor(&offset);
offset 492 ext/spl/spl_fixedarray.c spl_fixedarray_object_unset_dimension_helper(intern, offset TSRMLS_CC);
offset 502 ext/spl/spl_fixedarray.c if (Z_TYPE_P(offset) != IS_LONG) {
offset 503 ext/spl/spl_fixedarray.c index = spl_offset_convert_to_long(offset TSRMLS_CC);
offset 505 ext/spl/spl_fixedarray.c index = Z_LVAL_P(offset);
offset 536 ext/spl/spl_fixedarray.c SEPARATE_ARG_IF_REF(offset);
offset 537 ext/spl/spl_fixedarray.c zend_call_method_with_1_params(&object, intern->std.ce, &intern->fptr_offset_has, "offsetExists", &rv, offset);
offset 538 ext/spl/spl_fixedarray.c zval_ptr_dtor(&offset);
offset 548 ext/spl/spl_fixedarray.c return spl_fixedarray_object_has_dimension_helper(intern, offset, check_empty TSRMLS_CC);
offset 1391 ext/spl/spl_iterators.c intern->u.limit.offset = 0; /* start at beginning */
offset 1393 ext/spl/spl_iterators.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "O|ll", &zobject, ce_inner, &intern->u.limit.offset, &intern->u.limit.count) == FAILURE) {
offset 1397 ext/spl/spl_iterators.c if (intern->u.limit.offset < 0) {
offset 2462 ext/spl/spl_iterators.c if (intern->u.limit.count != -1 && intern->current.pos >= intern->u.limit.offset + intern->u.limit.count) {
offset 2474 ext/spl/spl_iterators.c if (pos < intern->u.limit.offset) {
offset 2475 ext/spl/spl_iterators.c zend_throw_exception_ex(spl_ce_OutOfBoundsException, 0 TSRMLS_CC, "Cannot seek to %ld which is below the offset %ld", pos, intern->u.limit.offset);
offset 2478 ext/spl/spl_iterators.c if (pos >= intern->u.limit.offset + intern->u.limit.count && intern->u.limit.count != -1) {
offset 2479 ext/spl/spl_iterators.c zend_throw_exception_ex(spl_ce_OutOfBoundsException, 0 TSRMLS_CC, "Cannot seek to %ld which is behind offset %ld plus count %ld", pos, intern->u.limit.offset, intern->u.limit.count);
offset 2524 ext/spl/spl_iterators.c spl_limit_it_seek(intern, intern->u.limit.offset TSRMLS_CC);
offset 2536 ext/spl/spl_iterators.c RETURN_BOOL((intern->u.limit.count == -1 || intern->current.pos < intern->u.limit.offset + intern->u.limit.count) && intern->current.data);
offset 2548 ext/spl/spl_iterators.c if (intern->u.limit.count == -1 || intern->current.pos < intern->u.limit.offset + intern->u.limit.count) {
offset 142 ext/spl/spl_iterators.h long offset;
offset 954 ext/sqlite3/libsqlite/sqlite3.c int (*xShmLock)(sqlite3_file*, int offset, int n, int flags);
offset 16537 ext/sqlite3/libsqlite/sqlite3.c return id->pMethods->xRead(id, pBuf, amt, offset);
offset 16541 ext/sqlite3/libsqlite/sqlite3.c return id->pMethods->xWrite(id, pBuf, amt, offset);
offset 16604 ext/sqlite3/libsqlite/sqlite3.c return id->pMethods->xShmLock(id, offset, n, flags);
offset 28088 ext/sqlite3/libsqlite/sqlite3.c unsigned long long offset; /* offset to first byte to lock */
offset 28116 ext/sqlite3/libsqlite/sqlite3.c pb.offset = offset;
offset 28122 ext/sqlite3/libsqlite/sqlite3.c offset, length));
offset 28596 ext/sqlite3/libsqlite/sqlite3.c got = osPread(id->h, pBuf, cnt, offset);
offset 28599 ext/sqlite3/libsqlite/sqlite3.c got = osPread64(id->h, pBuf, cnt, offset);
offset 28602 ext/sqlite3/libsqlite/sqlite3.c newOffset = lseek(id->h, offset, SEEK_SET);
offset 28604 ext/sqlite3/libsqlite/sqlite3.c if( newOffset!=offset ){
offset 28622 ext/sqlite3/libsqlite/sqlite3.c offset += got;
offset 28629 ext/sqlite3/libsqlite/sqlite3.c id->h, got+prior, offset-prior, TIMER_ELAPSED));
offset 28647 ext/sqlite3/libsqlite/sqlite3.c assert( offset>=0 );
offset 28654 ext/sqlite3/libsqlite/sqlite3.c || offset>=PENDING_BYTE+512
offset 28655 ext/sqlite3/libsqlite/sqlite3.c || offset+amt<=PENDING_BYTE
offset 28662 ext/sqlite3/libsqlite/sqlite3.c if( offset<pFile->mmapSize ){
offset 28663 ext/sqlite3/libsqlite/sqlite3.c if( offset+amt <= pFile->mmapSize ){
offset 28664 ext/sqlite3/libsqlite/sqlite3.c memcpy(pBuf, &((u8 *)(pFile->pMapRegion))[offset], amt);
offset 28667 ext/sqlite3/libsqlite/sqlite3.c int nCopy = pFile->mmapSize - offset;
offset 28668 ext/sqlite3/libsqlite/sqlite3.c memcpy(pBuf, &((u8 *)(pFile->pMapRegion))[offset], nCopy);
offset 28671 ext/sqlite3/libsqlite/sqlite3.c offset += nCopy;
offset 28676 ext/sqlite3/libsqlite/sqlite3.c got = seekAndRead(pFile, offset, pBuf, amt);
offset 28744 ext/sqlite3/libsqlite/sqlite3.c return seekAndWriteFd(id->h, offset, pBuf, cnt, &id->lastErrno);
offset 28767 ext/sqlite3/libsqlite/sqlite3.c || offset>=PENDING_BYTE+512
offset 28768 ext/sqlite3/libsqlite/sqlite3.c || offset+amt<=PENDING_BYTE
offset 28781 ext/sqlite3/libsqlite/sqlite3.c if( offset<=24 && offset+amt>=27 ){
offset 28787 ext/sqlite3/libsqlite/sqlite3.c if( rc!=4 || memcmp(oldCntr, &((char*)pBuf)[24-offset], 4)!=0 ){
offset 28797 ext/sqlite3/libsqlite/sqlite3.c if( offset<pFile->mmapSize ){
offset 28798 ext/sqlite3/libsqlite/sqlite3.c if( offset+amt <= pFile->mmapSize ){
offset 28799 ext/sqlite3/libsqlite/sqlite3.c memcpy(&((u8 *)(pFile->pMapRegion))[offset], pBuf, amt);
offset 28802 ext/sqlite3/libsqlite/sqlite3.c int nCopy = pFile->mmapSize - offset;
offset 28803 ext/sqlite3/libsqlite/sqlite3.c memcpy(&((u8 *)(pFile->pMapRegion))[offset], pBuf, nCopy);
offset 28806 ext/sqlite3/libsqlite/sqlite3.c offset += nCopy;
offset 28811 ext/sqlite3/libsqlite/sqlite3.c while( amt>0 && (wrote = seekAndWrite(pFile, offset, pBuf, amt))>0 ){
offset 28813 ext/sqlite3/libsqlite/sqlite3.c offset += wrote;
offset 35729 ext/sqlite3/libsqlite/sqlite3.c assert( offset>=0 );
offset 35733 ext/sqlite3/libsqlite/sqlite3.c pFile->h, pBuf, amt, offset, pFile->locktype));
offset 35738 ext/sqlite3/libsqlite/sqlite3.c if( offset<pFile->mmapSize ){
offset 35739 ext/sqlite3/libsqlite/sqlite3.c if( offset+amt <= pFile->mmapSize ){
offset 35740 ext/sqlite3/libsqlite/sqlite3.c memcpy(pBuf, &((u8 *)(pFile->pMapRegion))[offset], amt);
offset 35745 ext/sqlite3/libsqlite/sqlite3.c int nCopy = (int)(pFile->mmapSize - offset);
offset 35746 ext/sqlite3/libsqlite/sqlite3.c memcpy(pBuf, &((u8 *)(pFile->pMapRegion))[offset], nCopy);
offset 35749 ext/sqlite3/libsqlite/sqlite3.c offset += nCopy;
offset 35755 ext/sqlite3/libsqlite/sqlite3.c if( winSeekFile(pFile, offset) ){
offset 35763 ext/sqlite3/libsqlite/sqlite3.c overlapped.Offset = (LONG)(offset & 0xffffffff);
offset 35764 ext/sqlite3/libsqlite/sqlite3.c overlapped.OffsetHigh = (LONG)((offset>>32) & 0x7fffffff);
offset 35811 ext/sqlite3/libsqlite/sqlite3.c pFile->h, pBuf, amt, offset, pFile->locktype));
offset 35816 ext/sqlite3/libsqlite/sqlite3.c if( offset<pFile->mmapSize ){
offset 35817 ext/sqlite3/libsqlite/sqlite3.c if( offset+amt <= pFile->mmapSize ){
offset 35818 ext/sqlite3/libsqlite/sqlite3.c memcpy(&((u8 *)(pFile->pMapRegion))[offset], pBuf, amt);
offset 35823 ext/sqlite3/libsqlite/sqlite3.c int nCopy = (int)(pFile->mmapSize - offset);
offset 35824 ext/sqlite3/libsqlite/sqlite3.c memcpy(&((u8 *)(pFile->pMapRegion))[offset], pBuf, nCopy);
offset 35827 ext/sqlite3/libsqlite/sqlite3.c offset += nCopy;
offset 35833 ext/sqlite3/libsqlite/sqlite3.c rc = winSeekFile(pFile, offset);
offset 35848 ext/sqlite3/libsqlite/sqlite3.c overlapped.Offset = (LONG)(offset & 0xffffffff);
offset 35849 ext/sqlite3/libsqlite/sqlite3.c overlapped.OffsetHigh = (LONG)((offset>>32) & 0x7fffffff);
offset 35867 ext/sqlite3/libsqlite/sqlite3.c offset += nWrite;
offset 35868 ext/sqlite3/libsqlite/sqlite3.c overlapped.Offset = (LONG)(offset & 0xffffffff);
offset 35869 ext/sqlite3/libsqlite/sqlite3.c overlapped.OffsetHigh = (LONG)((offset>>32) & 0x7fffffff);
offset 42687 ext/sqlite3/libsqlite/sqlite3.c int rc = sqlite3OsRead(fd, ac, sizeof(ac), offset);
offset 42707 ext/sqlite3/libsqlite/sqlite3.c return sqlite3OsWrite(fd, ac, 4, offset);
offset 42924 ext/sqlite3/libsqlite/sqlite3.c i64 offset = 0;
offset 42927 ext/sqlite3/libsqlite/sqlite3.c offset = ((c-1)/JOURNAL_HDR_SZ(pPager) + 1) * JOURNAL_HDR_SZ(pPager);
offset 42929 ext/sqlite3/libsqlite/sqlite3.c assert( offset%JOURNAL_HDR_SZ(pPager)==0 );
offset 42930 ext/sqlite3/libsqlite/sqlite3.c assert( offset>=c );
offset 42931 ext/sqlite3/libsqlite/sqlite3.c assert( (offset-c)<JOURNAL_HDR_SZ(pPager) );
offset 42932 ext/sqlite3/libsqlite/sqlite3.c return offset;
offset 44988 ext/sqlite3/libsqlite/sqlite3.c i64 offset = (i64)pSavepoint->iSubRec*(4+pPager->pageSize);
offset 44994 ext/sqlite3/libsqlite/sqlite3.c assert( offset==(i64)ii*(4+pPager->pageSize) );
offset 44995 ext/sqlite3/libsqlite/sqlite3.c rc = pager_playback_one_page(pPager, &offset, pDone, 0, 1);
offset 45888 ext/sqlite3/libsqlite/sqlite3.c i64 offset = (pgno-1)*(i64)pPager->pageSize; /* Offset to write */
offset 45898 ext/sqlite3/libsqlite/sqlite3.c rc = sqlite3OsWrite(pPager->fd, pData, pPager->pageSize, offset);
offset 45981 ext/sqlite3/libsqlite/sqlite3.c i64 offset = (i64)pPager->nSubRec*(4+pPager->pageSize);
offset 45986 ext/sqlite3/libsqlite/sqlite3.c rc = write32bits(pPager->sjfd, offset, pPg->pgno);
offset 45988 ext/sqlite3/libsqlite/sqlite3.c rc = sqlite3OsWrite(pPager->sjfd, pData2, pPager->pageSize, offset+4);
offset 53916 ext/sqlite3/libsqlite/sqlite3.c int offset; /* Offset in pointer map page */
offset 53936 ext/sqlite3/libsqlite/sqlite3.c offset = PTRMAP_PTROFFSET(iPtrmap, key);
offset 53937 ext/sqlite3/libsqlite/sqlite3.c if( offset<0 ){
offset 53941 ext/sqlite3/libsqlite/sqlite3.c assert( offset <= (int)pBt->usableSize-5 );
offset 53944 ext/sqlite3/libsqlite/sqlite3.c if( eType!=pPtrmap[offset] || get4byte(&pPtrmap[offset+1])!=parent ){
offset 53948 ext/sqlite3/libsqlite/sqlite3.c pPtrmap[offset] = eType;
offset 53949 ext/sqlite3/libsqlite/sqlite3.c put4byte(&pPtrmap[offset+1], parent);
offset 53968 ext/sqlite3/libsqlite/sqlite3.c int offset; /* Offset of entry in pointer map */
offset 53980 ext/sqlite3/libsqlite/sqlite3.c offset = PTRMAP_PTROFFSET(iPtrmap, key);
offset 53981 ext/sqlite3/libsqlite/sqlite3.c if( offset<0 ){
offset 53985 ext/sqlite3/libsqlite/sqlite3.c assert( offset <= (int)pBt->usableSize-5 );
offset 53987 ext/sqlite3/libsqlite/sqlite3.c *pEType = pPtrmap[offset];
offset 53988 ext/sqlite3/libsqlite/sqlite3.c if( pPgno ) *pPgno = get4byte(&pPtrmap[offset+1]);
offset 57262 ext/sqlite3/libsqlite/sqlite3.c assert( eOp!=2 || offset==0 ); /* Always start from beginning for eOp==2 */
offset 57267 ext/sqlite3/libsqlite/sqlite3.c bEnd = offset+amt==pCur->info.nPayload;
offset 57269 ext/sqlite3/libsqlite/sqlite3.c assert( offset+amt <= pCur->info.nPayload );
offset 57277 ext/sqlite3/libsqlite/sqlite3.c if( offset<pCur->info.nLocal ){
offset 57279 ext/sqlite3/libsqlite/sqlite3.c if( a+offset>pCur->info.nLocal ){
offset 57280 ext/sqlite3/libsqlite/sqlite3.c a = pCur->info.nLocal - offset;
offset 57282 ext/sqlite3/libsqlite/sqlite3.c rc = copyPayload(&aPayload[offset], pBuf, a, (eOp & 0x01), pPage->pDbPage);
offset 57283 ext/sqlite3/libsqlite/sqlite3.c offset = 0;
offset 57287 ext/sqlite3/libsqlite/sqlite3.c offset -= pCur->info.nLocal;
offset 57329 ext/sqlite3/libsqlite/sqlite3.c && pCur->aOverflow[offset/ovflSize]
offset 57331 ext/sqlite3/libsqlite/sqlite3.c iIdx = (offset/ovflSize);
offset 57333 ext/sqlite3/libsqlite/sqlite3.c offset = (offset%ovflSize);
offset 57344 ext/sqlite3/libsqlite/sqlite3.c if( offset>=ovflSize ){
offset 57362 ext/sqlite3/libsqlite/sqlite3.c offset -= ovflSize;
offset 57371 ext/sqlite3/libsqlite/sqlite3.c if( a + offset > ovflSize ){
offset 57372 ext/sqlite3/libsqlite/sqlite3.c a = ovflSize - offset;
offset 57391 ext/sqlite3/libsqlite/sqlite3.c && offset==0 /* (2) */
offset 57416 ext/sqlite3/libsqlite/sqlite3.c rc = copyPayload(&aPayload[offset+4], pBuf, a, (eOp&0x01), pDbPage);
offset 57418 ext/sqlite3/libsqlite/sqlite3.c offset = 0;
offset 57450 ext/sqlite3/libsqlite/sqlite3.c return accessPayload(pCur, offset, amt, (unsigned char*)pBuf, 0);
offset 57477 ext/sqlite3/libsqlite/sqlite3.c rc = accessPayload(pCur, offset, amt, pBuf, 0);
offset 62222 ext/sqlite3/libsqlite/sqlite3.c return accessPayload(pCsr, offset, amt, (unsigned char *)z, 1);
offset 64060 ext/sqlite3/libsqlite/sqlite3.c if( offset+amt<=available ){
offset 64061 ext/sqlite3/libsqlite/sqlite3.c pMem->z = &zData[offset];
offset 64068 ext/sqlite3/libsqlite/sqlite3.c rc = sqlite3BtreeKey(pCur, offset, amt, pMem->z);
offset 64070 ext/sqlite3/libsqlite/sqlite3.c rc = sqlite3BtreeData(pCur, offset, amt, pMem->z);
offset 66825 ext/sqlite3/libsqlite/sqlite3.c i64 offset = 0;
offset 66884 ext/sqlite3/libsqlite/sqlite3.c rc = sqlite3OsWrite(pMaster, zFile, sqlite3Strlen30(zFile)+1, offset);
offset 66885 ext/sqlite3/libsqlite/sqlite3.c offset += sqlite3Strlen30(zFile)+1;
offset 73142 ext/sqlite3/libsqlite/sqlite3.c u32 offset; /* Offset into the data */
offset 73210 ext/sqlite3/libsqlite/sqlite3.c pC->iHdrOffset = getVarint32(pC->aRow, offset);
offset 73212 ext/sqlite3/libsqlite/sqlite3.c aOffset[0] = offset;
offset 73223 ext/sqlite3/libsqlite/sqlite3.c if( offset > 98307 || offset > pC->payloadSize ){
offset 73228 ext/sqlite3/libsqlite/sqlite3.c if( avail<offset ){
offset 73269 ext/sqlite3/libsqlite/sqlite3.c offset = aOffset[i];
offset 73282 ext/sqlite3/libsqlite/sqlite3.c offset += szField;
offset 73283 ext/sqlite3/libsqlite/sqlite3.c if( offset<szField ){ /* True if offset overflows */
offset 73288 ext/sqlite3/libsqlite/sqlite3.c aOffset[i] = offset;
offset 73305 ext/sqlite3/libsqlite/sqlite3.c if( (zHdr>=zEndHdr && (zHdr>zEndHdr || offset!=pC->payloadSize))
offset 73306 ext/sqlite3/libsqlite/sqlite3.c || (offset > pC->payloadSize)
offset 115393 ext/sqlite3/libsqlite/sqlite3.c x = *(int (**)(sqlite3_vtab *))((char *)p->pModule + offset);
offset 747 ext/sqlite3/libsqlite/sqlite3.h int (*xShmLock)(sqlite3_file*, int offset, int n, int flags);
offset 1134 ext/sqlite3/sqlite3.c if (offset < 0) {
offset 1135 ext/sqlite3/sqlite3.c if (sqlite3_stream->position < (size_t)(-offset)) {
offset 1140 ext/sqlite3/sqlite3.c sqlite3_stream->position = sqlite3_stream->position + offset;
offset 1146 ext/sqlite3/sqlite3.c if (sqlite3_stream->position + (size_t)(offset) > sqlite3_stream->size) {
offset 1151 ext/sqlite3/sqlite3.c sqlite3_stream->position = sqlite3_stream->position + offset;
offset 1158 ext/sqlite3/sqlite3.c if (sqlite3_stream->size < (size_t)(offset)) {
offset 1163 ext/sqlite3/sqlite3.c sqlite3_stream->position = offset;
offset 1169 ext/sqlite3/sqlite3.c if (offset > 0) {
offset 1173 ext/sqlite3/sqlite3.c } else if (sqlite3_stream->size < (size_t)(-offset)) {
offset 1178 ext/sqlite3/sqlite3.c sqlite3_stream->position = sqlite3_stream->size + offset;
offset 1828 ext/standard/array.c if (offset > num_in) {
offset 1829 ext/standard/array.c offset = num_in;
offset 1830 ext/standard/array.c } else if (offset < 0 && (offset = (num_in + offset)) < 0) {
offset 1831 ext/standard/array.c offset = 0;
offset 1836 ext/standard/array.c length = num_in - offset + length;
offset 1837 ext/standard/array.c } else if (((unsigned)offset + (unsigned)length) > (unsigned)num_in) {
offset 1838 ext/standard/array.c length = num_in - offset;
offset 1846 ext/standard/array.c for (pos = 0, p = in_hash->pListHead; pos < offset && p ; pos++, p = p->pListNext) {
offset 1861 ext/standard/array.c for ( ; pos < offset + length && p; pos++, p = p->pListNext) {
offset 1871 ext/standard/array.c for ( ; pos < offset + length && p; pos++, p = p->pListNext);
offset 2055 ext/standard/array.c offset,
offset 2060 ext/standard/array.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "al|lz/", &array, &offset, &length, &repl_array) == FAILURE) {
offset 2088 ext/standard/array.c if (offset > num_in) {
offset 2089 ext/standard/array.c offset = num_in;
offset 2090 ext/standard/array.c } else if (offset < 0 && (offset = (num_in + offset)) < 0) {
offset 2091 ext/standard/array.c offset = 0;
offset 2096 ext/standard/array.c size = num_in - offset + length;
offset 2097 ext/standard/array.c } else if (((unsigned long) offset + (unsigned long) length) > (unsigned) num_in) {
offset 2098 ext/standard/array.c size = num_in - offset;
offset 2107 ext/standard/array.c new_hash = php_splice(Z_ARRVAL_P(array), offset, length, repl, repl_num, rem_hash);
offset 2132 ext/standard/array.c long offset, /* Offset to get elements from */
offset 2142 ext/standard/array.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "al|Zb", &input, &offset, &z_length, &preserve_keys) == FAILURE) {
offset 2158 ext/standard/array.c if (offset > num_in) {
offset 2161 ext/standard/array.c } else if (offset < 0 && (offset = (num_in + offset)) < 0) {
offset 2162 ext/standard/array.c offset = 0;
offset 2167 ext/standard/array.c length = num_in - offset + length;
offset 2168 ext/standard/array.c } else if (((unsigned long) offset + (unsigned long) length) > (unsigned) num_in) {
offset 2169 ext/standard/array.c length = num_in - offset;
offset 2182 ext/standard/array.c while (pos < offset && zend_hash_get_current_data_ex(Z_ARRVAL_P(input), (void **)&entry, &hpos) == SUCCESS) {
offset 2188 ext/standard/array.c while (pos < offset + length && zend_hash_get_current_data_ex(Z_ARRVAL_P(input), (void **)&entry, &hpos) == SUCCESS) {
offset 523 ext/standard/file.c long offset = -1;
offset 529 ext/standard/file.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "p|br!ll", &filename, &filename_len, &use_include_path, &zcontext, &offset, &maxlen) == FAILURE) {
offset 547 ext/standard/file.c if (offset > 0 && php_stream_seek(stream, offset, SEEK_SET) < 0) {
offset 548 ext/standard/file.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Failed to seek to position %ld in the stream", offset);
offset 1857 ext/standard/filters.c off_t offset;
offset 1873 ext/standard/filters.c if (data->offset == ~0) {
offset 1874 ext/standard/filters.c data->offset = php_stream_tell(stream);
offset 1885 ext/standard/filters.c php_stream_seek(stream, data->offset + data->consumed, SEEK_SET);
offset 1923 ext/standard/filters.c data->offset = ~0;
offset 126 ext/standard/flock_compat.c OVERLAPPED offset =
offset 135 ext/standard/flock_compat.c UnlockFileEx(hdl, 0, low, high, &offset);
offset 140 ext/standard/flock_compat.c 0, low, high, &offset))
offset 145 ext/standard/flock_compat.c 0, low, high, &offset))
offset 71 ext/standard/microtime.c timelib_time_offset *offset;
offset 73 ext/standard/microtime.c offset = timelib_get_time_zone_info(tp.tv_sec, get_timezone_info(TSRMLS_C));
offset 79 ext/standard/microtime.c add_assoc_long(return_value, "minuteswest", -offset->offset / SEC_IN_MIN);
offset 80 ext/standard/microtime.c add_assoc_long(return_value, "dsttime", offset->is_dst);
offset 82 ext/standard/microtime.c timelib_time_offset_dtor(offset);
offset 1830 ext/standard/string.c long offset = 0;
offset 1833 ext/standard/string.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "sz|l", &haystack, &haystack_len, &needle, &offset) == FAILURE) {
offset 1837 ext/standard/string.c if (offset < 0 || offset > haystack_len) {
offset 1848 ext/standard/string.c found = php_memnstr(haystack + offset,
offset 1858 ext/standard/string.c found = php_memnstr(haystack + offset,
offset 1879 ext/standard/string.c long offset = 0;
offset 1884 ext/standard/string.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "sz|l", &haystack, &haystack_len, &needle, &offset) == FAILURE) {
offset 1888 ext/standard/string.c if (offset < 0 || offset > haystack_len) {
offset 1908 ext/standard/string.c found = php_memnstr(haystack_dup + offset, needle_dup, Z_STRLEN_P(needle), haystack_dup + haystack_len);
offset 1916 ext/standard/string.c found = php_memnstr(haystack_dup + offset,
offset 1942 ext/standard/string.c long offset = 0;
offset 1945 ext/standard/string.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "sz|l", &haystack, &haystack_len, &zneedle, &offset) == FAILURE) {
offset 1965 ext/standard/string.c if (offset >= 0) {
offset 1966 ext/standard/string.c if (offset > haystack_len) {
offset 1970 ext/standard/string.c p = haystack + offset;
offset 1973 ext/standard/string.c if (offset < -INT_MAX || -offset > haystack_len) {
offset 1979 ext/standard/string.c if (needle_len > -offset) {
offset 1982 ext/standard/string.c e = haystack + haystack_len + offset;
offset 1990 ext/standard/string.c RETURN_LONG(e - p + (offset > 0 ? offset : 0));
offset 1999 ext/standard/string.c RETURN_LONG(e - p + (offset > 0 ? offset : 0));
offset 2015 ext/standard/string.c long offset = 0;
offset 2019 ext/standard/string.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "sz|l", &haystack, &haystack_len, &zneedle, &offset) == FAILURE) {
offset 2042 ext/standard/string.c if (offset >= 0) {
offset 2043 ext/standard/string.c if (offset > haystack_len) {
offset 2047 ext/standard/string.c p = haystack + offset;
offset 2051 ext/standard/string.c if (offset < -INT_MAX || -offset > haystack_len) {
offset 2055 ext/standard/string.c e = haystack + haystack_len + offset;
offset 2061 ext/standard/string.c RETURN_LONG(e - p + (offset > 0 ? offset : 0));
offset 2073 ext/standard/string.c if (offset >= 0) {
offset 2074 ext/standard/string.c if (offset > haystack_len) {
offset 2080 ext/standard/string.c p = haystack_dup + offset;
offset 2083 ext/standard/string.c if (offset < -INT_MAX || -offset > haystack_len) {
offset 2090 ext/standard/string.c if (needle_len > -offset) {
offset 2093 ext/standard/string.c e = haystack_dup + haystack_len + offset;
offset 2101 ext/standard/string.c RETURN_LONG(e - p + (offset > 0 ? offset : 0));
offset 5178 ext/standard/string.c long offset = 0, length = 0;
offset 5184 ext/standard/string.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ss|ll", &haystack, &haystack_len, &needle, &needle_len, &offset, &length) == FAILURE) {
offset 5196 ext/standard/string.c if (offset < 0) {
offset 5201 ext/standard/string.c if (offset > haystack_len) {
offset 5202 ext/standard/string.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Offset value %ld exceeds string length", offset);
offset 5205 ext/standard/string.c p += offset;
offset 5213 ext/standard/string.c if (length > (haystack_len - offset)) {
offset 5612 ext/standard/string.c long offset, len=0;
offset 5616 ext/standard/string.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ssl|lb", &s1, &s1_len, &s2, &s2_len, &offset, &len, &cs) == FAILURE) {
offset 5629 ext/standard/string.c if (offset < 0) {
offset 5630 ext/standard/string.c offset = s1_len + offset;
offset 5631 ext/standard/string.c offset = (offset < 0) ? 0 : offset;
offset 5634 ext/standard/string.c if (offset >= s1_len) {
offset 5639 ext/standard/string.c cmp_len = (uint) (len ? len : MAX(s2_len, (s1_len - offset)));
offset 5642 ext/standard/string.c RETURN_LONG(zend_binary_strncmp(s1 + offset, (s1_len - offset), s2, s2_len, cmp_len));
offset 5644 ext/standard/string.c RETURN_LONG(zend_binary_strncasecmp_l(s1 + offset, (s1_len - offset), s2, s2_len, cmp_len));
offset 1910 ext/sybase_ct/php_sybase_ct.c long offset;
offset 1913 ext/sybase_ct/php_sybase_ct.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rl", &sybase_result_index, &offset) == FAILURE) {
offset 1919 ext/sybase_ct/php_sybase_ct.c if (result->last_retcode != CS_END_DATA && result->last_retcode != CS_END_RESULTS && offset >= result->num_rows) {
offset 1920 ext/sybase_ct/php_sybase_ct.c php_sybase_fetch_result_row(result, offset+ 1 TSRMLS_CC);
offset 1923 ext/sybase_ct/php_sybase_ct.c if (offset < 0 || offset >= result->num_rows) {
offset 1924 ext/sybase_ct/php_sybase_ct.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Sybase: Bad row offset %ld, must be betweem 0 and %d", offset, result->num_rows - 1);
offset 1928 ext/sybase_ct/php_sybase_ct.c result->cur_row = offset;
offset 29 ext/xmlrpc/libxmlrpc/base64.c b->offset = 0;
offset 35 ext/xmlrpc/libxmlrpc/base64.c b->offset++;
offset 36 ext/xmlrpc/libxmlrpc/base64.c if (b->offset == b->length) {
offset 39 ext/xmlrpc/libxmlrpc/base64.c b->ptr = b->data + b->offset;
offset 47 ext/xmlrpc/libxmlrpc/base64.c b->offset = 0;
offset 55 ext/xmlrpc/libxmlrpc/base64.c int offset = 0;
offset 81 ext/xmlrpc/libxmlrpc/base64.c offset++;
offset 82 ext/xmlrpc/libxmlrpc/base64.c if (offset > length) {
offset 106 ext/xmlrpc/libxmlrpc/base64.c if (!(b->offset % 72)) {
offset 120 ext/xmlrpc/libxmlrpc/base64.c int offset = 0;
offset 152 ext/xmlrpc/libxmlrpc/base64.c offset++;
offset 153 ext/xmlrpc/libxmlrpc/base64.c if (offset > length) endoffile = 1;
offset 17 ext/xmlrpc/libxmlrpc/base64.h int offset;
offset 108 ext/xmlrpc/libxmlrpc/xml_to_dandarpc.c XMLRPC_SetValueBase64(xCurrent, buf.data, buf.offset);
offset 231 ext/xmlrpc/libxmlrpc/xml_to_dandarpc.c simplestring_addn(&elem_val->text, buf.data, buf.offset );
offset 367 ext/xmlrpc/libxmlrpc/xml_to_soap.c XMLRPC_SetValueBase64(xCurrent, buf.data, buf.offset);
offset 533 ext/xmlrpc/libxmlrpc/xml_to_soap.c simplestring_addn(&elem_val->text, buf.data, buf.offset );
offset 143 ext/xmlrpc/libxmlrpc/xml_to_xmlrpc.c XMLRPC_SetValueBase64(current_val, buf.data, buf.offset);
offset 246 ext/xmlrpc/libxmlrpc/xml_to_xmlrpc.c simplestring_addn(&elem_val->text, buf.data, buf.offset );
offset 196 ext/zip/lib/zip_close.c if ((NULL == za->zp) || (fseeko(za->zp, za->cdir->entry[i].offset, SEEK_SET) != 0)) {
offset 250 ext/zip/lib/zip_close.c cd->entry[j].offset = ftello(out);
offset 513 ext/zip/lib/zip_close.c off_t offset;
offset 526 ext/zip/lib/zip_close.c offset = ftello(out);
offset 528 ext/zip/lib/zip_close.c if (_zip_filerange_crc(out, cd->offset, cd->size, &crc, &za->error) < 0)
offset 533 ext/zip/lib/zip_close.c if (fseeko(out, offset-TORRENT_CRC_LEN, SEEK_SET) < 0) {
offset 114 ext/zip/lib/zip_dirent.c cd->size = cd->offset = 0;
offset 128 ext/zip/lib/zip_dirent.c cd->offset = ftello(fp);
offset 135 ext/zip/lib/zip_dirent.c cd->size = ftello(fp) - cd->offset;
offset 143 ext/zip/lib/zip_dirent.c _zip_write4(cd->offset, fp);
offset 196 ext/zip/lib/zip_dirent.c de->offset = 0;
offset 286 ext/zip/lib/zip_dirent.c zde->offset = 0;
offset 292 ext/zip/lib/zip_dirent.c zde->offset = _zip_read4(&cur);
offset 402 ext/zip/lib/zip_dirent.c de->offset = 0;
offset 454 ext/zip/lib/zip_dirent.c _zip_write4(zde->offset, fp);
offset 57 ext/zip/lib/zip_file_get_offset.c unsigned int offset;
offset 59 ext/zip/lib/zip_file_get_offset.c offset = za->cdir->entry[idx].offset;
offset 61 ext/zip/lib/zip_file_get_offset.c if (fseeko(za->zp, offset, SEEK_SET) != 0) {
offset 69 ext/zip/lib/zip_file_get_offset.c offset += LENTRYSIZE + de.filename_len + de.extrafield_len;
offset 73 ext/zip/lib/zip_file_get_offset.c return offset;
offset 205 ext/zip/lib/zip_open.c cd->offset = _zip_read4(&cdp);
offset 209 ext/zip/lib/zip_open.c if (((zip_uint64_t)cd->offset)+cd->size > buf_offset + (eocd-buf)) {
offset 240 ext/zip/lib/zip_open.c if (cd->offset >= buf_offset) {
offset 242 ext/zip/lib/zip_open.c cdp = buf + (cd->offset - buf_offset);
offset 249 ext/zip/lib/zip_open.c fseeko(fp, cd->offset, SEEK_SET);
offset 252 ext/zip/lib/zip_open.c if (ferror(fp) || ((unsigned long)ftello(fp) != cd->offset)) {
offset 306 ext/zip/lib/zip_open.c max = cd->entry[0].offset;
offset 307 ext/zip/lib/zip_open.c min = cd->entry[0].offset;
offset 313 ext/zip/lib/zip_open.c if (cd->entry[i].offset < min)
offset 314 ext/zip/lib/zip_open.c min = cd->entry[i].offset;
offset 315 ext/zip/lib/zip_open.c if (min > cd->offset) {
offset 320 ext/zip/lib/zip_open.c j = cd->entry[i].offset + cd->entry[i].comp_size
offset 324 ext/zip/lib/zip_open.c if (max > cd->offset) {
offset 329 ext/zip/lib/zip_open.c if (fseeko(fp, cd->entry[i].offset, SEEK_SET) != 0) {
offset 374 ext/zip/lib/zip_open.c if (_zip_filerange_crc(za->zp, za->cdir->offset, za->cdir->size,
offset 443 ext/zip/lib/zip_open.c || (h1->offset != h2->offset)
offset 234 ext/zip/lib/zipint.h unsigned int offset; /* (c) offset of local header */
offset 244 ext/zip/lib/zipint.h unsigned int offset; /* offset of central directory in file */
offset 67 ext/zlib/zlib_fopen_wrapper.c *newoffs = gzseek(self->gz_file, offset, whence);
offset 126 main/php_streams.h int (*seek)(php_stream *stream, off_t offset, int whence, off_t *newoffset TSRMLS_DC);
offset 786 main/rfc1867.c off_t offset;
offset 992 main/rfc1867.c offset = 0;
offset 1019 main/rfc1867.c event_file_data.offset = offset;
offset 1056 main/rfc1867.c offset += wlen;
offset 54 main/rfc1867.h off_t offset;
offset 141 main/streams/memory.c if (offset < 0) {
offset 142 main/streams/memory.c if (ms->fpos < (size_t)(-offset)) {
offset 147 main/streams/memory.c ms->fpos = ms->fpos + offset;
offset 153 main/streams/memory.c if (ms->fpos + (size_t)(offset) > ms->fsize) {
offset 158 main/streams/memory.c ms->fpos = ms->fpos + offset;
offset 165 main/streams/memory.c if (ms->fsize < (size_t)(offset)) {
offset 170 main/streams/memory.c ms->fpos = offset;
offset 176 main/streams/memory.c if (offset > 0) {
offset 180 main/streams/memory.c } else if (ms->fsize < (size_t)(-offset)) {
offset 185 main/streams/memory.c ms->fpos = ms->fsize + offset;
offset 461 main/streams/memory.c ret = php_stream_seek(ts->innerstream, offset, whence);
offset 29 main/streams/mmap.c range.offset = offset;
offset 51 main/streams/php_stream_mmap.h size_t offset;
offset 498 main/streams/plain_wrapper.c result = lseek(data->fd, offset, whence);
offset 506 main/streams/plain_wrapper.c ret = fseek(data->file, offset, whence);
offset 669 main/streams/plain_wrapper.c if (range->length == 0 && range->offset > 0 && range->offset < data->sb.st_size) {
offset 670 main/streams/plain_wrapper.c range->length = data->sb.st_size - range->offset;
offset 675 main/streams/plain_wrapper.c if (range->offset >= data->sb.st_size) {
offset 676 main/streams/plain_wrapper.c range->offset = data->sb.st_size;
offset 699 main/streams/plain_wrapper.c range->mapped = (char*)mmap(NULL, range->length, prot, flags, fd, range->offset);
offset 761 main/streams/plain_wrapper.c if (range->length == 0 && range->offset > 0 && range->offset < size) {
offset 762 main/streams/plain_wrapper.c range->length = size - range->offset;
offset 767 main/streams/plain_wrapper.c if (range->offset >= size) {
offset 768 main/streams/plain_wrapper.c range->offset = size;
offset 773 main/streams/plain_wrapper.c if (range->offset != 0) {
offset 779 main/streams/plain_wrapper.c loffs = (range->offset / gran) * gran;
offset 780 main/streams/plain_wrapper.c delta = range->offset - loffs;
offset 1185 main/streams/plain_wrapper.c int offset = 0;
offset 1196 main/streams/plain_wrapper.c offset = p - buf + 1;
offset 1204 main/streams/plain_wrapper.c while ( (p = strrchr(buf + offset, DEFAULT_SLASH)) || (offset != 1 && (p = strrchr(buf, DEFAULT_SLASH))) ) {
offset 1284 main/streams/streams.c if (offset > 0 && offset <= stream->writepos - stream->readpos) {
offset 1285 main/streams/streams.c stream->readpos += offset; /* if offset = ..., then readpos = writepos */
offset 1286 main/streams/streams.c stream->position += offset;
offset 1292 main/streams/streams.c if (offset > stream->position &&
offset 1293 main/streams/streams.c offset <= stream->position + stream->writepos - stream->readpos) {
offset 1294 main/streams/streams.c stream->readpos += offset - stream->position;
offset 1295 main/streams/streams.c stream->position = offset;
offset 1313 main/streams/streams.c offset = stream->position + offset;
offset 1317 main/streams/streams.c ret = stream->ops->seek(stream, offset, whence, &stream->position TSRMLS_CC);
offset 1334 main/streams/streams.c if (whence == SEEK_CUR && offset >= 0) {
offset 1337 main/streams/streams.c while(offset > 0) {
offset 1338 main/streams/streams.c if ((didread = php_stream_read(stream, tmp, MIN(offset, sizeof(tmp)))) == 0) {
offset 1341 main/streams/streams.c offset -= didread;
offset 822 main/streams/userspace.c ZVAL_LONG(zoffs, offset);
offset 194 sapi/apache_hooks/php_apache.c s = *(char **)((char*)r + offset);
offset 221 sapi/apache_hooks/php_apache.c target = (char **)((char*)r + offset);
offset 250 sapi/apache_hooks/php_apache.c l = *(long *)((char*)r + offset);
offset 271 sapi/apache_hooks/php_apache.c target = (long *)((char*)r + offset);
offset 212 sapi/fpm/fpm/fpm_conf.c * (int *) ((char *) *config + offset) = value_y ? 1 : 0;
offset 219 sapi/fpm/fpm/fpm_conf.c char **config_val = (char **) ((char *) *config + offset);
offset 254 sapi/fpm/fpm/fpm_conf.c * (int *) ((char *) *config + offset) = atoi(val);
offset 271 sapi/fpm/fpm/fpm_conf.c * (long int *) ((char *) *config + offset) = atol(val);
offset 312 sapi/fpm/fpm/fpm_conf.c * (int *) ((char *) *config + offset) = seconds;
offset 336 sapi/fpm/fpm/fpm_conf.c * (int *) ((char *) *config + offset) = log_level;
offset 345 sapi/fpm/fpm/fpm_conf.c int *conf = (int *) ((char *) *config + offset);
offset 495 sapi/fpm/fpm/fpm_conf.c int *ptr = (int *) ((char *) *config + offset);
offset 1371 sapi/fpm/fpm/fpm_conf.c ret = parser->parser(value, &config, parser->offset);
offset 96 sapi/fpm/fpm/fpm_conf.h intptr_t offset;
offset 85 sapi/fpm/fpm/fpm_trace_mach.c size_t offset = ((uintptr_t) (addr) % fpm_pagesize);
offset 86 sapi/fpm/fpm/fpm_trace_mach.c vm_offset_t base = (uintptr_t) (addr) - offset;
offset 94 sapi/fpm/fpm/fpm_trace_mach.c *data = * (long *) (local_page + offset);
offset 160 sapi/isapi/stresstest/stresstest.cpp unsigned int offset=0, readbytes;
offset 173 sapi/isapi/stresstest/stresstest.cpp if (offset+readbytes > str_length
offset 174 sapi/isapi/stresstest/stresstest.cpp || memcmp(buf, str+offset, readbytes)!=NULL) {
offset 316 sapi/tux/php_tux.c int offset;
offset 59 win32/flock.c OVERLAPPED offset =
offset 64 win32/flock.c UnlockFileEx(hdl, 0, low, high, &offset);
offset 69 win32/flock.c 0, low, high, &offset))
offset 74 win32/flock.c 0, low, high, &offset))
offset 51 win32/readdir.c dp->offset = 0;
offset 76 win32/readdir.c if (dp->offset != 0) {
offset 82 win32/readdir.c dp->offset++;
offset 87 win32/readdir.c dp->dent.d_off = dp->offset;
offset 99 win32/readdir.c if (dp->offset != 0) {
offset 106 win32/readdir.c dp->offset++;
offset 111 win32/readdir.c dp->dent.d_off = dp->offset;
offset 146 win32/readdir.c dp->offset = 0;
offset 35 win32/readdir.h short offset; /* offset into directory */