Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dproc_open.c768 zval *ztarget = zend_hash_index_find_deref(Z_ARRVAL_P(descitem), 1); in PHP_FUNCTION()
/PHP-7.4/ext/pdo/
H A Dpdo_dbh.c302 if ((v = zend_hash_index_find_deref(Z_ARRVAL_P(options), PDO_ATTR_PERSISTENT)) != NULL) { in PHP_METHOD()
/PHP-7.4/Zend/
H A Dzend_hash.h861 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.c3291 obj = zend_hash_index_find_deref(Z_ARRVAL_P(callable), 0); in zend_get_callable_name_ex()
3292 method = zend_hash_index_find_deref(Z_ARRVAL_P(callable), 1); in zend_get_callable_name_ex()
/PHP-7.4/ext/zip/
H A Dphp_zip.c2658 if ((zval_file = zend_hash_index_find_deref(Z_ARRVAL_P(zval_files), i)) != NULL) {

Completed in 41 milliseconds