Searched refs:ARRAYG (Results 1 – 2 of 2) sorted by relevance
52 #define ARRAYG(v) ZEND_MODULE_GLOBALS_ACCESSOR(array, v) macro
917 if (!ARRAYG(compare_deprecation_thrown)) { in php_array_user_compare_unstable()921 ARRAYG(compare_deprecation_thrown) = 1; in php_array_user_compare_unstable()960 ARRAYG(compare_deprecation_thrown) = 0; \1043 if (!ARRAYG(compare_deprecation_thrown)) { in php_array_user_key_compare_unstable()1047 ARRAYG(compare_deprecation_thrown) = 1; in php_array_user_key_compare_unstable()5465 result = ARRAYG(multisort_func)[r](&ab[r], &bb[r]);5519 func = ARRAYG(multisort_func) = ecalloc(argc, sizeof(bucket_compare_func_t));5535 …ARRAYG(multisort_func)[num_arrays - 1] = php_get_data_compare_func_unstable(sort_type, sort_order …5588 …ARRAYG(multisort_func)[num_arrays - 1] = php_get_data_compare_func_unstable(sort_type, sort_order …
Completed in 19 milliseconds