Home
last modified time | relevance | path

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

/PHP-8.0/ext/standard/
H A Dphp_array.h34 #define PHP_SORT_STRING 2 macro
H A Darray.c106 REGISTER_LONG_CONSTANT("SORT_STRING", PHP_SORT_STRING, CONST_CS | CONST_PERSISTENT); in PHP_MINIT_FUNCTION()
475 case PHP_SORT_STRING: in php_get_key_compare_func()
539 case PHP_SORT_STRING: in php_get_data_compare_func()
603 case PHP_SORT_STRING: in php_get_data_compare_func_unstable()
4457 zend_long sort_type = PHP_SORT_STRING;
4473 if (sort_type == PHP_SORT_STRING) {
5562 case PHP_SORT_STRING:

Completed in 21 milliseconds