Home
last modified time | relevance | path

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

/PHP-8.2/ext/standard/
H A Dbasic_functions.h70 zend_fcall_info user_compare_fci; member
H A Darray.c824 BG(user_compare_fci).param_count = 2; in php_array_user_compare_unstable()
825 BG(user_compare_fci).params = args; in php_array_user_compare_unstable()
950 BG(user_compare_fci).param_count = 2; in php_array_user_key_compare_unstable()
951 BG(user_compare_fci).params = args; in php_array_user_key_compare_unstable()
4673 BG(user_compare_fci).params = args;
4858 BG(user_compare_fci) = *fci_data;
4861 BG(user_compare_fci) = *fci_key;
4912 BG(user_compare_fci) = *fci_key;
5243 BG(user_compare_fci) = *fci_data;
5246 BG(user_compare_fci) = *fci_key;
[all …]
H A Dbasic_functions.c419 BG(user_compare_fci) = empty_fcall_info; in PHP_RINIT_FUNCTION()

Completed in 25 milliseconds