Home
last modified time | relevance | path

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

/PHP-8.4/ext/standard/
H A Darray.c6584 …le *array, zend_fcall_info fci, zend_fcall_info_cache fci_cache, zval *result_key, zval *result_va… argument
6596 if (result_key != NULL) {
6597 ZVAL_UNDEF(result_key);
6635 if (result_key != NULL) {
6636 ZVAL_COPY(result_key, &args[1]);

Completed in 22 milliseconds