Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Darray.c1011 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);
/PHP-7.4/Zend/
H A Dzend_API.c2998 ZEND_API void zend_release_fcall_info_cache(zend_fcall_info_cache *fcc) { in zend_release_fcall_info_cache() function
3163 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()
H A Dzend_API.h306 ZEND_API void zend_release_fcall_info_cache(zend_fcall_info_cache *fcc);

Completed in 57 milliseconds