Home
last modified time | relevance | path

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

/PHP-8.3/ext/standard/
H A Dproc_open.c1010 zval *ztarget = zend_hash_index_find_deref(Z_ARRVAL_P(descitem), 1); in set_proc_descriptor_from_array()
/PHP-8.3/ext/pdo/
H A Dpdo_dbh.c304 if ((v = zend_hash_index_find_deref(Z_ARRVAL_P(options), PDO_ATTR_PERSISTENT)) != NULL) { in PHP_METHOD()
/PHP-8.3/Zend/
H A Dzend_hash.h931 static zend_always_inline zval *zend_hash_index_find_deref(HashTable *ht, zend_ulong h) in zend_hash_index_find_deref() function
H A Dzend_API.c3949 obj = zend_hash_index_find_deref(Z_ARRVAL_P(callable), 0); in zend_get_callable_name_ex()
3950 method = zend_hash_index_find_deref(Z_ARRVAL_P(callable), 1); in zend_get_callable_name_ex()
/PHP-8.3/ext/zip/
H A Dphp_zip.c2838 if ((zval_file = zend_hash_index_find_deref(files_ht, i)) != NULL) {

Completed in 35 milliseconds