Searched refs:PHP_SORT_STRING (Results 1 – 3 of 3) sorted by relevance
52 #define PHP_SORT_STRING 2 macro
391 case PHP_SORT_STRING: in php_get_key_compare_func()455 case PHP_SORT_STRING: in php_get_data_compare_func()519 case PHP_SORT_STRING: in php_get_data_compare_func_unstable()4797 zend_long sort_type = PHP_SORT_STRING;4813 if (sort_type == PHP_SORT_STRING) {5951 case PHP_SORT_STRING:
3505 REGISTER_LONG_CONSTANT("SORT_STRING", PHP_SORT_STRING, CONST_PERSISTENT); in register_basic_functions_symbols()
Completed in 32 milliseconds