Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dphp_array.h114 #define PHP_SORT_STRING 2 macro
H A Darray.c108 REGISTER_LONG_CONSTANT("SORT_STRING", PHP_SORT_STRING, CONST_CS | CONST_PERSISTENT); in PHP_MINIT_FUNCTION()
570 case PHP_SORT_STRING: in php_get_key_compare_func()
634 case PHP_SORT_STRING: in php_get_data_compare_func()
4551 zend_long sort_type = PHP_SORT_STRING;
4565 if (sort_type == PHP_SORT_STRING) {
5735 case PHP_SORT_STRING:

Completed in 45 milliseconds