Home
last modified time | relevance | path

Searched refs:index (Results 551 – 556 of 556) sorted by relevance

1...<<212223

/PHP-7.4/
H A DUPGRADING723 - An inode number is delivered and is based on the NTFS file index.
H A Dphp.ini-development1529 ; The index name (concatenated with the prefix) in $_SESSION
H A Dphp.ini-production1529 ; The index name (concatenated with the prefix) in $_SESSION
/PHP-7.4/ext/exif/
H A Dexif.c72 ZEND_ARG_INFO(0, index)
/PHP-7.4/Zend/
H A Dzend_vm_execute.h4492 iter->index = 0; in ZEND_YIELD_FROM_SPEC_CONST_HANDLER()
18607 iter->index = 0; in ZEND_YIELD_FROM_SPEC_TMP_HANDLER()
21607 if (EXPECTED(++iter->index > 0)) { in ZEND_FE_FETCH_R_SPEC_VAR_HANDLER()
21641 ZVAL_LONG(EX_VAR(opline->result.var), iter->index); in ZEND_FE_FETCH_R_SPEC_VAR_HANDLER()
21768 if (++iter->index > 0) { in ZEND_FE_FETCH_RW_SPEC_VAR_HANDLER()
21802 ZVAL_LONG(EX_VAR(opline->result.var), iter->index); in ZEND_FE_FETCH_RW_SPEC_VAR_HANDLER()
22040 iter->index = 0; in ZEND_YIELD_FROM_SPEC_VAR_HANDLER()
37963 iter->index = 0; in ZEND_YIELD_FROM_SPEC_CV_HANDLER()
/PHP-7.4/ext/ffi/
H A Dffi.c1870 ptr = (void*)((char*)cdata->ptr + dim_type->size * iter->it.index); in zend_ffi_cdata_it_get_current_data()

Completed in 214 milliseconds

1...<<212223