Home
last modified time | relevance | path

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

/PHP-8.2/ext/standard/
H A Dbrowscap.c685 HashTable *agent_ht; in PHP_FUNCTION() local
744 agent_ht = browscap_entry_to_array(bdata, found_entry); in PHP_FUNCTION()
747 RETVAL_ARR(agent_ht); in PHP_FUNCTION()
749 object_and_properties_init(return_value, zend_standard_class_def, agent_ht); in PHP_FUNCTION()
758 agent_ht = browscap_entry_to_array(bdata, found_entry); in PHP_FUNCTION()
760 …zend_hash_merge(Z_ARRVAL_P(return_value), agent_ht, (copy_ctor_func_t) browscap_zval_copy_ctor, 0); in PHP_FUNCTION()
762 …zend_hash_merge(Z_OBJPROP_P(return_value), agent_ht, (copy_ctor_func_t) browscap_zval_copy_ctor, 0… in PHP_FUNCTION()
765 zend_hash_destroy(agent_ht); in PHP_FUNCTION()
766 efree(agent_ht); in PHP_FUNCTION()

Completed in 6 milliseconds