Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_string.h38 ZEND_API zend_ulong ZEND_FASTCALL zend_string_hash_func(zend_string *str);
141 return ZSTR_H(s) ? ZSTR_H(s) : zend_string_hash_func(s);
H A Dzend_string.c55 ZEND_API zend_ulong ZEND_FASTCALL zend_string_hash_func(zend_string *str) in zend_string_hash_func() function
/php-src/Zend/Optimizer/
H A Dcompact_literals.c103 ZSTR_H(key) = zend_string_hash_func(key); in add_static_slot()

Completed in 12 milliseconds