Home
last modified time | relevance | path

Searched refs:zend_string_hash_func (Results 1 – 3 of 3) sorted by path

/PHP-7.4/Zend/
H A Dzend_string.c47 ZEND_API zend_ulong ZEND_FASTCALL zend_string_hash_func(zend_string *str) in zend_string_hash_func() function
H A Dzend_string.h33 ZEND_API zend_ulong ZEND_FASTCALL zend_string_hash_func(zend_string *str);
101 return ZSTR_H(s) ? ZSTR_H(s) : zend_string_hash_func(s);
/PHP-7.4/ext/opcache/Optimizer/
H A Dcompact_literals.c103 ZSTR_H(key) = zend_string_hash_func(key); in add_static_slot()

Completed in 9 milliseconds