Searched refs:empty_fcall_info (Results 1 – 4 of 4) sorted by relevance
46 ZEND_API const zend_fcall_info empty_fcall_info = { 0, NULL, {{0}, {{0}}, {0}}, NULL, NULL, NULL, N… variable
475 ZEND_API extern const zend_fcall_info empty_fcall_info;
5093 zend_fcall_info fci = empty_fcall_info;5177 zend_fcall_info fci = empty_fcall_info;
3743 BG(array_walk_fci) = empty_fcall_info; in PHP_RINIT_FUNCTION()3745 BG(user_compare_fci) = empty_fcall_info; in PHP_RINIT_FUNCTION()
Completed in 50 milliseconds