Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dphp_array.h70 #define ARRAYG(v) ZEND_MODULE_GLOBALS_ACCESSOR(array, v) macro
H A Darray.c835 if (!ARRAYG(compare_deprecation_thrown)) { in php_array_user_compare_unstable()
839 ARRAYG(compare_deprecation_thrown) = 1; in php_array_user_compare_unstable()
878 ARRAYG(compare_deprecation_thrown) = 0; \
961 if (!ARRAYG(compare_deprecation_thrown)) { in php_array_user_key_compare_unstable()
965 ARRAYG(compare_deprecation_thrown) = 1; in php_array_user_key_compare_unstable()
5976 result = ARRAYG(multisort_func)[r](&ab[r], &bb[r]);
6029 func = ARRAYG(multisort_func) = ecalloc(argc, sizeof(bucket_compare_func_t));
6045ARRAYG(multisort_func)[num_arrays - 1] = php_get_data_compare_func_unstable(sort_type, sort_order …
6098ARRAYG(multisort_func)[num_arrays - 1] = php_get_data_compare_func_unstable(sort_type, sort_order …

Completed in 20 milliseconds