Searched refs:ARRAYG (Results 1 – 2 of 2) sorted by relevance
70 #define ARRAYG(v) ZEND_MODULE_GLOBALS_ACCESSOR(array, v) macro
835 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()5855 result = ARRAYG(multisort_func)[r](&ab[r], &bb[r]);5908 func = ARRAYG(multisort_func) = ecalloc(argc, sizeof(bucket_compare_func_t));5924 …ARRAYG(multisort_func)[num_arrays - 1] = php_get_data_compare_func_unstable(sort_type, sort_order …5977 …ARRAYG(multisort_func)[num_arrays - 1] = php_get_data_compare_func_unstable(sort_type, sort_order …
Completed in 20 milliseconds