Searched refs:zend_string_hash_func (Results 1 – 3 of 3) sorted by relevance
33 ZEND_API zend_ulong ZEND_FASTCALL zend_string_hash_func(zend_string *str);99 return ZSTR_H(s) ? ZSTR_H(s) : zend_string_hash_func(s);
49 ZEND_API zend_ulong ZEND_FASTCALL zend_string_hash_func(zend_string *str) in zend_string_hash_func() function
102 ZSTR_H(key) = zend_string_hash_func(key); in add_static_slot()
Completed in 13 milliseconds