Home
last modified time | relevance | path

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

/PHP-8.2/Zend/
H A Dzend_API.c3976 obj = zend_hash_index_find_deref(Z_ARRVAL_P(callable), 0); in zend_get_callable_name_ex()
3977 method = zend_hash_index_find_deref(Z_ARRVAL_P(callable), 1); in zend_get_callable_name_ex()
H A Dzend_hash.h925 static zend_always_inline zval *zend_hash_index_find_deref(HashTable *ht, zend_ulong h) in zend_hash_index_find_deref() function
/PHP-8.2/ext/pdo/
H A Dpdo_dbh.c367 if ((v = zend_hash_index_find_deref(Z_ARRVAL_P(options), PDO_ATTR_PERSISTENT)) != NULL) { in internal_construct()
/PHP-8.2/ext/standard/
H A Dproc_open.c941 zval *ztarget = zend_hash_index_find_deref(Z_ARRVAL_P(descitem), 1); in set_proc_descriptor_from_array()
/PHP-8.2/ext/zip/
H A Dphp_zip.c2838 if ((zval_file = zend_hash_index_find_deref(files_ht, i)) != NULL) {

Completed in 50 milliseconds