Home
last modified time | relevance | path

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

/PHP-8.0/ext/standard/
H A Dphp_array.h52 #define ARRAYG(v) ZEND_MODULE_GLOBALS_ACCESSOR(array, v) macro
H A Darray.c917 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));
5535ARRAYG(multisort_func)[num_arrays - 1] = php_get_data_compare_func_unstable(sort_type, sort_order …
5588ARRAYG(multisort_func)[num_arrays - 1] = php_get_data_compare_func_unstable(sort_type, sort_order …

Completed in 23 milliseconds