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.c820 bool call_failed; in php_array_user_compare_unstable() local
828call_failed = zend_call_function(&BG(user_compare_fci), &BG(user_compare_fci_cache)) == FAILURE ||… in php_array_user_compare_unstable()
831 if (UNEXPECTED(call_failed)) { in php_array_user_compare_unstable()
847call_failed = zend_call_function(&BG(user_compare_fci), &BG(user_compare_fci_cache)) == FAILURE ||… in php_array_user_compare_unstable()
850 if (call_failed) { in php_array_user_compare_unstable()
938 bool call_failed; in php_array_user_key_compare_unstable() local
954call_failed = zend_call_function(&BG(user_compare_fci), &BG(user_compare_fci_cache)) == FAILURE ||… in php_array_user_key_compare_unstable()
957 if (UNEXPECTED(call_failed)) { in php_array_user_key_compare_unstable()
982call_failed = zend_call_function(&BG(user_compare_fci), &BG(user_compare_fci_cache)) == FAILURE ||… in php_array_user_key_compare_unstable()
985 if (call_failed) { in php_array_user_key_compare_unstable()

Completed in 176 milliseconds