Home
last modified time | relevance | path

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

/PHP-7.1/ext/standard/
H A Dbrowscap.c673 HashTable *agent_ht; in PHP_FUNCTION() local
724 agent_ht = browscap_entry_to_array(bdata, found_entry); in PHP_FUNCTION()
727 RETVAL_ARR(agent_ht); in PHP_FUNCTION()
729 object_and_properties_init(return_value, zend_standard_class_def, agent_ht); in PHP_FUNCTION()
738 agent_ht = browscap_entry_to_array(bdata, found_entry); in PHP_FUNCTION()
740 …zend_hash_merge(Z_ARRVAL_P(return_value), agent_ht, (copy_ctor_func_t) browscap_zval_copy_ctor, 0); in PHP_FUNCTION()
742 …zend_hash_merge(Z_OBJPROP_P(return_value), agent_ht, (copy_ctor_func_t) browscap_zval_copy_ctor, 0… in PHP_FUNCTION()
745 zend_hash_destroy(agent_ht); in PHP_FUNCTION()
746 efree(agent_ht); in PHP_FUNCTION()

Completed in 12 milliseconds