Searched refs:return_array (Results 1 – 3 of 3) sorted by relevance
705 bool return_array = 0; in PHP_FUNCTION() local713 Z_PARAM_BOOL(return_array) in PHP_FUNCTION()793 if (return_array) { in PHP_FUNCTION()799 HashTable *target_ht = return_array ? Z_ARRVAL_P(return_value) : Z_OBJPROP_P(return_value); in PHP_FUNCTION()
2102 function get_browser(?string $user_agent = null, bool $return_array = false): object|array|false {} argument
606 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, return_array, _IS_BOOL, 0, "false")
Completed in 27 milliseconds