Home
last modified time | relevance | path

Searched refs:zend_hash_add_new_ptr (Results 1 – 4 of 4) sorted by relevance

/PHP-7.0/ext/standard/
H A Dbrowscap.c236 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 Dzend_hash.h509 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 Dzend_inheritance.c1014 zend_hash_add_new_ptr(&ce->function_table, key, new_func); in zend_do_implement_interface()
/PHP-7.0/ext/oci8/
H A Doci8_interface.c143 if ((define = zend_hash_add_new_ptr(statement->defines, zvtmp, define)) != NULL) { in PHP_FUNCTION()

Completed in 32 milliseconds