Home
last modified time | relevance | path

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

/PHP-8.3/Zend/
H A Dzend_hash.h342 ZEND_API bool ZEND_FASTCALL _zend_handle_numeric_str_ex(const char *key, size_t length, zend_ulong …
403 return _zend_handle_numeric_str_ex(key, length, idx); in END_EXTERN_C()
H A Dzend_hash.c3262 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.3/ext/opcache/jit/
H A Dzend_jit_helpers.c237 if (_zend_handle_numeric_str_ex(str->val, str->len, &idx)) { in zend_jit_symtable_find()
296 if (_zend_handle_numeric_str_ex(str->val, str->len, &idx)) { in zend_jit_symtable_lookup_rw()
330 if (_zend_handle_numeric_str_ex(str->val, str->len, &idx)) { in zend_jit_symtable_lookup_w()

Completed in 28 milliseconds