Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Darray.c819 bool call_failed; in php_array_user_compare_unstable() local
827call_failed = zend_call_function(&BG(user_compare_fci), &BG(user_compare_fci_cache)) == FAILURE ||… in php_array_user_compare_unstable()
830 if (UNEXPECTED(call_failed)) { in php_array_user_compare_unstable()
846call_failed = zend_call_function(&BG(user_compare_fci), &BG(user_compare_fci_cache)) == FAILURE ||… in php_array_user_compare_unstable()
849 if (call_failed) { in php_array_user_compare_unstable()
937 bool call_failed; in php_array_user_key_compare_unstable() local
953call_failed = zend_call_function(&BG(user_compare_fci), &BG(user_compare_fci_cache)) == FAILURE ||… in php_array_user_key_compare_unstable()
956 if (UNEXPECTED(call_failed)) { in php_array_user_key_compare_unstable()
981call_failed = zend_call_function(&BG(user_compare_fci), &BG(user_compare_fci_cache)) == FAILURE ||… in php_array_user_key_compare_unstable()
984 if (call_failed) { in php_array_user_key_compare_unstable()

Completed in 17 milliseconds