diff options
author | Levi Morrison <levi.morrison@datadoghq.com> | 2020-04-24 15:00:13 -0600 |
---|---|---|
committer | Christoph M. Becker <cmbecker69@gmx.de> | 2020-04-26 23:29:41 +0200 |
commit | 90db6f2cc539d99a1396a337ed0928c3f642255b (patch) | |
tree | 826618f16c6480cd1363abfcfcfa9f61471cc04d /ext/bcmath/php_bcmath.h | |
parent | e2f15862255701f09132e004dcc22a5f92cf402c (diff) | |
download | php-git-90db6f2cc539d99a1396a337ed0928c3f642255b.tar.gz |
Add case insensitive find_ptr hash functions
- zend_hash_find_ptr_lc(ht, zend_string *key)
- zend_hash_str_find_ptr_lc(ht, const char *str, size_t len)
Note that zend_hash_str_find_ptr_lc used to exist in zend_compile.c
as zend_hash_find_ptr_lc. When exporting this I figured it
was best to use the same conventions as the rest of zend_hash.h.
Diffstat (limited to 'ext/bcmath/php_bcmath.h')
0 files changed, 0 insertions, 0 deletions