Home
last modified time | relevance | path

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

/php-src/ext/pdo/
H A Dpdo_dbh.c365 if ((v = zend_hash_index_find_deref(Z_ARRVAL_P(options), PDO_ATTR_PERSISTENT)) != NULL) { in internal_construct()
/php-src/ext/standard/
H A Dproc_open.c1017 zval *ztarget = zend_hash_index_find_deref(Z_ARRVAL_P(descitem), 1); in set_proc_descriptor_from_array()
/php-src/Zend/
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
H A Dzend_API.c4028 obj = zend_hash_index_find_deref(Z_ARRVAL_P(callable), 0); in zend_get_callable_name_ex()
4029 method = zend_hash_index_find_deref(Z_ARRVAL_P(callable), 1); in zend_get_callable_name_ex()
/php-src/ext/zip/
H A Dphp_zip.c2838 if ((zval_file = zend_hash_index_find_deref(files_ht, i)) != NULL) {

Completed in 58 milliseconds