Home
last modified time | relevance | path

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

/php-src/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-src/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-src/Zend/
H A Dzend_hash.h934 static zend_always_inline zval *zend_hash_find_deref(HashTable *ht, zend_string *str) in zend_hash_find_deref() function
/php-src/ext/dom/
H A Dnode.c2134 tmp = zend_hash_find_deref(ht, ZSTR_KNOWN(ZEND_STR_QUERY)); in dom_canonicalization()
/php-src/ext/soap/
H A Dphp_encoding.c1392 classname = zend_hash_find_deref(SOAP_GLOBAL(class_map), type->clark_notation); in to_zval_object_ex()

Completed in 59 milliseconds