Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_execute_API.c46 ZEND_API const zend_fcall_info empty_fcall_info = { 0, NULL, {{0}, {{0}}, {0}}, NULL, NULL, NULL, N… variable
H A Dzend_API.h475 ZEND_API extern const zend_fcall_info empty_fcall_info;
/PHP-7.0/ext/standard/
H A Darray.c5093 zend_fcall_info fci = empty_fcall_info;
5177 zend_fcall_info fci = empty_fcall_info;
H A Dbasic_functions.c3743 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