Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dbrowscap.c689 HashTable *agent_ht; in PHP_FUNCTION() local
748 agent_ht = browscap_entry_to_array(bdata, found_entry); in PHP_FUNCTION()
751 RETVAL_ARR(agent_ht); in PHP_FUNCTION()
753 object_and_properties_init(return_value, zend_standard_class_def, agent_ht); in PHP_FUNCTION()
762 agent_ht = browscap_entry_to_array(bdata, found_entry); in PHP_FUNCTION()
764 …zend_hash_merge(Z_ARRVAL_P(return_value), agent_ht, (copy_ctor_func_t) browscap_zval_copy_ctor, 0); in PHP_FUNCTION()
766 …zend_hash_merge(Z_OBJPROP_P(return_value), agent_ht, (copy_ctor_func_t) browscap_zval_copy_ctor, 0… in PHP_FUNCTION()
769 zend_hash_destroy(agent_ht); in PHP_FUNCTION()
770 efree(agent_ht); in PHP_FUNCTION()

Completed in 6 milliseconds