Searched refs:zend_string_hash_func (Results 1 – 3 of 3) sorted by relevance
36 ZEND_API zend_ulong ZEND_FASTCALL zend_string_hash_func(zend_string *str);117 return ZSTR_H(s) ? ZSTR_H(s) : zend_string_hash_func(s);
55 ZEND_API zend_ulong ZEND_FASTCALL zend_string_hash_func(zend_string *str) in zend_string_hash_func() function
103 ZSTR_H(key) = zend_string_hash_func(key); in add_static_slot()
Completed in 10 milliseconds