Home
last modified time | relevance | path

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

/PHP-8.1/ext/standard/
H A Dbasic_functions.h69 zend_fcall_info user_compare_fci; member
H A Darray.c877 BG(user_compare_fci).param_count = 2; in php_array_user_compare_unstable()
878 BG(user_compare_fci).params = args; in php_array_user_compare_unstable()
1003 BG(user_compare_fci).param_count = 2; in php_array_user_key_compare_unstable()
1004 BG(user_compare_fci).params = args; in php_array_user_key_compare_unstable()
4542 BG(user_compare_fci).params = args;
4727 BG(user_compare_fci) = *fci_data;
4730 BG(user_compare_fci) = *fci_key;
4770 BG(user_compare_fci) = *fci_key;
5101 BG(user_compare_fci) = *fci_data;
5104 BG(user_compare_fci) = *fci_key;
[all …]
H A Dbasic_functions.c477 BG(user_compare_fci) = empty_fcall_info; in PHP_RINIT_FUNCTION()

Completed in 31 milliseconds