Searched refs:order_str (Results 1 – 1 of 1) sorted by relevance
1368 zend_string *order_str = NULL; in PHP_FUNCTION() local1373 Z_PARAM_ARRAY_HT_OR_STR_OR_NULL(order_ht, order_str) in PHP_FUNCTION()1376 if (!order_str && !order_ht) { in PHP_FUNCTION()1392 …if (FAILURE == php_mb_parse_encoding_list(ZSTR_VAL(order_str), ZSTR_LEN(order_str), &list, &size, … in PHP_FUNCTION()
Completed in 18 milliseconds