Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_hash.h308 ZEND_API bool ZEND_FASTCALL _zend_handle_numeric_str_ex(const char *key, size_t length, zend_ulong …
369 return _zend_handle_numeric_str_ex(key, length, idx); in END_EXTERN_C()
H A Dzend_hash.c2710 ZEND_API bool ZEND_FASTCALL _zend_handle_numeric_str_ex(const char *key, size_t length, zend_ulong … in _zend_handle_numeric_str_ex() function
/PHP-8.0/ext/opcache/jit/
H A Dzend_jit_helpers.c241 if (_zend_handle_numeric_str_ex(str->val, str->len, &idx)) { in zend_jit_symtable_find()
350 if (_zend_handle_numeric_str_ex(str->val, str->len, &idx)) { in zend_jit_symtable_lookup_rw()
404 if (_zend_handle_numeric_str_ex(str->val, str->len, &idx)) { in zend_jit_symtable_lookup_w()

Completed in 51 milliseconds