Searched refs:zend_release_fcall_info_cache (Results 1 – 3 of 3) sorted by relevance
1011 zend_release_fcall_info_cache(&BG(user_compare_fci_cache)); \1513 zend_release_fcall_info_cache(&BG(array_walk_fci_cache)); in PHP_FUNCTION()1544 zend_release_fcall_info_cache(&BG(array_walk_fci_cache)); in PHP_FUNCTION()6049 zend_release_fcall_info_cache(&fci_cache);6073 zend_release_fcall_info_cache(&fci_cache);6103 zend_release_fcall_info_cache(&fci_cache);6166 zend_release_fcall_info_cache(&fci_cache);6204 zend_release_fcall_info_cache(&fci_cache);6231 zend_release_fcall_info_cache(&fci_cache);6324 zend_release_fcall_info_cache(&fci_cache);
2998 ZEND_API void zend_release_fcall_info_cache(zend_fcall_info_cache *fcc) { in zend_release_fcall_info_cache() function3163 zend_release_fcall_info_cache(fcc); in zend_is_callable_check_func()3372 zend_release_fcall_info_cache(fcc); in zend_is_callable_impl()3442 zend_release_fcall_info_cache(fcc); in zend_is_callable_impl()3488 zend_release_fcall_info_cache(&fcc); in zend_make_callable()
306 ZEND_API void zend_release_fcall_info_cache(zend_fcall_info_cache *fcc);
Completed in 69 milliseconds