Searched refs:zend_hash_index_add_ptr (Results 1 – 5 of 5) sorted by relevance
/PHP-8.3/sapi/phpdbg/ |
H A D | phpdbg_watch.c | 462 zend_hash_index_add_ptr(&PHPDBG_G(watch_collisions), (zend_ulong) watch->ref, coll); 464 zend_hash_index_add_ptr(&coll->parents, (zend_long) watch, watch); 486 zend_hash_index_add_ptr(&PHPDBG_G(watch_collisions), (zend_ulong) watch->ref, coll); 488 zend_hash_index_add_ptr(&coll->parents, (zend_long) watch, watch);
|
/PHP-8.3/ext/pdo_pgsql/ |
H A D | pgsql_driver.c | 200 zend_hash_index_add_ptr(H->lob_streams, php_stream_get_resource_id(stm), stm->res); in pdo_pgsql_create_lob_stream()
|
/PHP-8.3/Zend/ |
H A D | zend_hash.h | 794 static zend_always_inline void *zend_hash_index_add_ptr(HashTable *ht, zend_ulong h, void *pData) in zend_hash_index_add_ptr() function
|
/PHP-8.3/ext/exif/ |
H A D | exif.c | 1323 if (!zend_hash_index_add_ptr(ht, tag_table->Tag, tag_table->Desc)) { in exif_make_tag_ht()
|
/PHP-8.3/ext/soap/ |
H A D | soap.c | 319 zend_hash_index_add_ptr(&defEncIndex, defaultEncoding[i].details.type, (void*)enc); in php_soap_prepare_globals()
|
Completed in 41 milliseconds