Searched refs:args_hash (Results 1 – 1 of 1) sorted by relevance
912 HashTable *args_hash, *envs_hash; in PHP_FUNCTION() local929 args_hash = Z_ARRVAL_P(args); in PHP_FUNCTION()930 argc = zend_hash_num_elements(args_hash); in PHP_FUNCTION()935 ZEND_HASH_FOREACH_VAL(args_hash, element) { in PHP_FUNCTION()
Completed in 8 milliseconds