Home
last modified time | relevance | path

Searched refs:index (Results 501 – 518 of 518) sorted by relevance

1...<<21

/php-src/ext/soap/tests/bugs/
H A Dbug37083.phpt52 $search->index='all';
/php-src/ext/intl/
H A Dphp_intl_arginfo.h640 ZEND_ARG_TYPE_MASK(0, index, MAY_BE_STRING|MAY_BE_LONG, NULL)
/php-src/ext/soap/
H A Dphp_encoding.c3489 zend_ulong index; in is_map() local
3497 ZEND_HASH_FOREACH_KEY(Z_ARRVAL_P(array), index, key) { in is_map()
3498 if (key || index != i) { in is_map()
/php-src/ext/opcache/jit/ir/
H A Dir_aarch64.dasc35 IR_ALWAYS_INLINE ir_mem IR_MEM(ir_reg base, int32_t offset, ir_reg index, int32_t shift)
39 IR_ASSERT(index == IR_REG_NONE || (index >= IR_REG_GP_FIRST && index <= IR_REG_GP_LAST));
40 IR_ASSERT(index == IR_REG_NONE || offset == 0);
49 ((uint64_t)(uint8_t)index << 40) |
H A Dir.c2722 ir_ref _ir_TLS(ir_ctx *ctx, ir_ref index, ir_ref offset) argument
2725 return ctx->control = ir_emit3(ctx, IR_OPT(IR_TLS, IR_ADDR), ctx->control, index, offset);
H A Dir_builder.h677 ir_ref _ir_TLS(ir_ctx *ctx, ir_ref index, ir_ref offset);
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_32.c397 sljit_s32 index; member
419 if ((sljit_uw)curr_patch->index == cpool_current_index) { in resolve_const_pool_index()
445 curr_patch->index = (sljit_sw)value; in resolve_const_pool_index()
/php-src/ext/ldap/
H A Dldap.c2194 zend_ulong index; in php_ldap_do_modify() local
2221 if (zend_hash_get_current_key(Z_ARRVAL_P(entry), &attribute, &index) == HASH_KEY_IS_STRING) { in php_ldap_do_modify()
/php-src/build/
H A Dphp.m41465 define([phpshift],[ifelse(index([$@],[,]),-1,,[substr([$@],incr(index([$@],[,])))])])
/php-src/Zend/
H A Dzend_compile.c2738 zend_ulong index; in zend_handle_numeric_op() local
2740 if (ZEND_HANDLE_NUMERIC(Z_STR(node->u.constant), index)) { in zend_handle_numeric_op()
2742 ZVAL_LONG(&node->u.constant, index); in zend_handle_numeric_op()
2751 zend_ulong index; in zend_handle_numeric_dim() local
2753 if (ZEND_HANDLE_NUMERIC(Z_STR(dim_node->u.constant), index)) { in zend_handle_numeric_dim()
2759 ZVAL_LONG(CT_CONSTANT(opline->op2), index); in zend_handle_numeric_dim()
H A Dzend_vm_def.h6950 if (EXPECTED(++iter->index > 0)) { in ZEND_VM_HELPER()
6986 ZVAL_LONG(EX_VAR(opline->result.var), iter->index); in ZEND_VM_HELPER()
7215 if (++iter->index > 0) {
7249 ZVAL_LONG(EX_VAR(opline->result.var), iter->index);
8419 iter->index = 0;
H A Dzend_execute.c4975 iter->index = 0; in zend_fe_reset_iterator()
4992 iter->index = -1; /* will be set to 0 before using next handler */ in zend_fe_reset_iterator()
H A Dzend_vm_execute.h2898 if (EXPECTED(++iter->index > 0)) { in zend_fe_fetch_object_helper_SPEC()
2934 ZVAL_LONG(EX_VAR(opline->result.var), iter->index); in zend_fe_fetch_object_helper_SPEC()
5664 iter->index = 0; in ZEND_YIELD_FROM_SPEC_CONST_HANDLER()
15061 iter->index = 0; in ZEND_YIELD_FROM_SPEC_TMPVAR_HANDLER()
22667 if (++iter->index > 0) { in ZEND_FE_FETCH_RW_SPEC_VAR_HANDLER()
22701 ZVAL_LONG(EX_VAR(opline->result.var), iter->index); in ZEND_FE_FETCH_RW_SPEC_VAR_HANDLER()
40429 iter->index = 0; in ZEND_YIELD_FROM_SPEC_CV_HANDLER()
/php-src/.github/workflows/
H A Dnightly.yml511 … php -d opcache.preload=var/cache/dev/App_KernelDevDebugContainer.preload.php public/index.php
/php-src/sapi/fpm/tests/
H A Dtester.inc1214 $configs[$i] = str_replace('%index%', $i, $poolTemplate);
/php-src/
H A Dphp.ini-development1493 ; The index name (concatenated with the prefix) in $_SESSION
H A Dphp.ini-production1495 ; The index name (concatenated with the prefix) in $_SESSION
/php-src/ext/ffi/
H A Dffi.c1966 ptr = (void*)((char*)cdata->ptr + dim_type->size * iter->it.index); in zend_ffi_cdata_it_get_current_data()

Completed in 306 milliseconds

1...<<21