Home
last modified time | relevance | path

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

/PHP-8.1/ext/standard/
H A Dphp_array.h52 #define ARRAYG(v) ZEND_MODULE_GLOBALS_ACCESSOR(array, v) macro
H A Darray.c888 if (!ARRAYG(compare_deprecation_thrown)) { in php_array_user_compare_unstable()
892 ARRAYG(compare_deprecation_thrown) = 1; in php_array_user_compare_unstable()
931 ARRAYG(compare_deprecation_thrown) = 0; \
1014 if (!ARRAYG(compare_deprecation_thrown)) { in php_array_user_key_compare_unstable()
1018 ARRAYG(compare_deprecation_thrown) = 1; in php_array_user_key_compare_unstable()
5436 result = ARRAYG(multisort_func)[r](&ab[r], &bb[r]);
5490 func = ARRAYG(multisort_func) = ecalloc(argc, sizeof(bucket_compare_func_t));
5506ARRAYG(multisort_func)[num_arrays - 1] = php_get_data_compare_func_unstable(sort_type, sort_order …
5559ARRAYG(multisort_func)[num_arrays - 1] = php_get_data_compare_func_unstable(sort_type, sort_order …

Completed in 21 milliseconds