Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_hash.h344 ZEND_API bool ZEND_FASTCALL _zend_handle_numeric_str_ex(const char *key, size_t length, zend_ulong …
405 return _zend_handle_numeric_str_ex(key, length, idx); in END_EXTERN_C()
H A Dzend_hash.c3256 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-src/ext/opcache/jit/
H A Dzend_jit_helpers.c245 if (_zend_handle_numeric_str_ex(str->val, str->len, &idx)) { in zend_jit_symtable_find()
304 if (_zend_handle_numeric_str_ex(str->val, str->len, &idx)) { in zend_jit_symtable_lookup_rw()
338 if (_zend_handle_numeric_str_ex(str->val, str->len, &idx)) { in zend_jit_symtable_lookup_w()

Completed in 30 milliseconds