Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dbrowscap.c708 HashTable *agent_ht; in PHP_FUNCTION() local
791 agent_ht = browscap_entry_to_array(bdata, found_entry); in PHP_FUNCTION()
794 RETVAL_ARR(agent_ht); in PHP_FUNCTION()
796 object_and_properties_init(return_value, zend_standard_class_def, agent_ht); in PHP_FUNCTION()

Completed in 6 milliseconds