Home
last modified time | relevance | path

Searched refs:nkey (Results 1 – 2 of 2) sorted by relevance

/PHP-8.3/ext/dba/
H A Ddba.c1092 zend_string *nkey = info->hnd->nextkey(info); in PHP_FUNCTION() local
1094 if (nkey) { in PHP_FUNCTION()
1095 RETURN_STR(nkey); in PHP_FUNCTION()
/PHP-8.3/ext/spl/
H A Dspl_fixedarray.c255 zend_long nkey; in spl_fixedarray_object_get_properties_for() local
258 ZEND_HASH_MAP_FOREACH_KEY_VAL_IND(source_properties, nkey, skey, value) { in spl_fixedarray_object_get_properties_for()
263 zend_hash_index_update(ht, nkey, value); in spl_fixedarray_object_get_properties_for()

Completed in 12 milliseconds