Searched defs:zend_fcall_info (Results 1 - 1 of 1) sorted by relevance
| /PHP_TRUNK/Zend/ |
| H A D | zend_API.h | 53 } zend_fcall_info; typedef in typeref:struct:_zend_fcall_info 453 ZEND_API extern const zend_fcall_info empty_fcall_info; 466 ZEND_API int zend_fcall_info_init(zval *callable, uint check_flags, zend_fcall_info *fci, zend_fcall_info_cache *fcc, char **callable_name, char **error TSRMLS_DC); 468 /** Clear argumens connected with zend_fcall_info *fci 471 ZEND_API void zend_fcall_info_args_clear(zend_fcall_info *fci, int free_mem); 473 /** Save current arguments from zend_fcall_info *fci 476 ZEND_API void zend_fcall_info_args_save(zend_fcall_info *fci, int *param_count, zval ****params); 478 /** Free arguments connected with zend_fcall_info *fci andset back saved ones. 480 ZEND_API void zend_fcall_info_args_restore(zend_fcall_info *fci, int param_count, zval ***params); 485 ZEND_API int zend_fcall_info_args(zend_fcall_info *fc [all...] |
Completed in 7 milliseconds