Home
last modified time | relevance | path

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

/PHP-8.3/ext/standard/
H A Dinfo.c177 …if ((data = zend_hash_find_deref(&EG(symbol_table), key)) != NULL && (Z_TYPE_P(data) == IS_ARRAY))… in php_print_gpcse_array()
/PHP-8.3/ext/dom/
H A Dnode.c1824 tmp = zend_hash_find_deref(ht, ZSTR_KNOWN(ZEND_STR_QUERY)); in dom_canonicalization()
/PHP-8.3/ext/iconv/
H A Diconv.c1989 if ((pzval = zend_hash_find_deref(Z_ARRVAL_P(pref), ZSTR_KNOWN(ZEND_STR_SCHEME))) != NULL) { in PHP_FUNCTION()
/PHP-8.3/Zend/
H A Dzend_hash.h932 static zend_always_inline zval *zend_hash_find_deref(HashTable *ht, zend_string *str) in zend_hash_find_deref() function

Completed in 23 milliseconds