Home
last modified time | relevance | path

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

/PHP-7.0/main/
H A Doutput.c956 zend_fcall_info_argn(&handler->func.user->fci, 2, &ob_data, &ob_mode); in php_output_handler_op()
977 zend_fcall_info_argn(&handler->func.user->fci, 0); in php_output_handler_op()
/PHP-7.0/Zend/
H A Dzend_API.h525 ZEND_API int zend_fcall_info_argn(zend_fcall_info *fci, int argc, ...);
H A Dzend_API.c3562 ZEND_API int zend_fcall_info_argn(zend_fcall_info *fci, int argc, ...) /* {{{ */ in zend_fcall_info_argn() function

Completed in 32 milliseconds