Home
last modified time | relevance | path

Searched refs:find_hash (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/ext/standard/
H A Dbasic_functions.c5899 zval *hash, **find_hash; local
5908 if (zend_hash_index_find(Z_ARRVAL_P(arr), key, (void **) &find_hash) == FAILURE) {
5915 hash = *find_hash;
5918 …h_find(Z_ARRVAL_P(arr), Z_STRVAL_P(arg1), Z_STRLEN_P(arg1) + 1, (void **) &find_hash) == FAILURE) {
5925 hash = *find_hash;
/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch1375 m = find_hash( sbP->st_ino, sbP->st_dev, sbP->st_size, sbP->st_ctime );

Completed in 23 milliseconds