Searched refs:zend_symtable_exists (Results 1 – 3 of 3) sorted by relevance
553 static zend_always_inline bool zend_symtable_exists(HashTable *ht, zend_string *key) in zend_symtable_exists() function
2602 RETURN_BOOL(zend_symtable_exists(Z_ARRVAL(intern->u.caching.zcache), key)); in PHP_METHOD()
6652 RETVAL_BOOL(zend_symtable_exists(ht, Z_STR_P(key)));
Completed in 34 milliseconds