Searched refs:zend_hash_add_new_ptr (Results 1 – 4 of 4) sorted by relevance
/PHP-7.0/ext/standard/ |
H A D | browscap.c | 236 zend_hash_add_new_ptr(&ctx->str_interned, interned, interned); in browscap_intern_str() 256 zend_hash_add_new_ptr(&ctx->str_interned, interned, interned); in browscap_intern_str_ci()
|
/PHP-7.0/Zend/ |
H A D | zend_hash.h | 509 static zend_always_inline void *zend_hash_add_new_ptr(HashTable *ht, zend_string *key, void *pData) in zend_hash_add_new_ptr() function
|
H A D | zend_inheritance.c | 1014 zend_hash_add_new_ptr(&ce->function_table, key, new_func); in zend_do_implement_interface()
|
/PHP-7.0/ext/oci8/ |
H A D | oci8_interface.c | 143 if ((define = zend_hash_add_new_ptr(statement->defines, zvtmp, define)) != NULL) { in PHP_FUNCTION()
|
Completed in 32 milliseconds