Home
last modified time | relevance | path

Searched refs:user_compare_fci (Results 1 – 3 of 3) sorted by relevance

/PHP-8.4/ext/standard/
H A Dbasic_functions.h63 zend_fcall_info user_compare_fci; member
H A Darray.c819 BG(user_compare_fci).param_count = 2; in php_array_user_compare_unstable()
820 BG(user_compare_fci).params = args; in php_array_user_compare_unstable()
945 BG(user_compare_fci).param_count = 2; in php_array_user_key_compare_unstable()
946 BG(user_compare_fci).params = args; in php_array_user_key_compare_unstable()
5048 BG(user_compare_fci).params = args;
5235 BG(user_compare_fci) = *fci_data;
5238 BG(user_compare_fci) = *fci_key;
5294 BG(user_compare_fci) = *fci_key;
5630 BG(user_compare_fci) = *fci_data;
5633 BG(user_compare_fci) = *fci_key;
[all …]
H A Dbasic_functions.c413 BG(user_compare_fci) = empty_fcall_info; in PHP_RINIT_FUNCTION()

Completed in 35 milliseconds