Home
last modified time | relevance | path

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

/PHP-7.3/ext/standard/
H A Dphp_array.h114 #define PHP_SORT_STRING 2 macro
H A Darray.c112 REGISTER_LONG_CONSTANT("SORT_STRING", PHP_SORT_STRING, CONST_CS | CONST_PERSISTENT); in PHP_MINIT_FUNCTION()
578 case PHP_SORT_STRING: in php_get_key_compare_func()
644 case PHP_SORT_STRING: in php_get_data_compare_func()
4478 zend_long sort_type = PHP_SORT_STRING;
4492 if (sort_type == PHP_SORT_STRING) {
5664 case PHP_SORT_STRING:

Completed in 18 milliseconds