Searched refs:PHP_SORT_STRING (Results 1 – 2 of 2) sorted by relevance
114 #define PHP_SORT_STRING 2 macro
112 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 23 milliseconds