Searched defs:zend_fcall_info (Results 1 - 1 of 1) sorted by relevance
| /PHP_5_3/Zend/ |
| H A D | zend_API.h | 53 } zend_fcall_info; typedef in typeref:struct:_zend_fcall_info 437 ZEND_API extern const zend_fcall_info empty_fcall_info; 450 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); 452 /** Clear argumens connected with zend_fcall_info *fci 455 ZEND_API void zend_fcall_info_args_clear(zend_fcall_info *fci, int free_mem); 457 /** Save current arguments from zend_fcall_info *fci 460 ZEND_API void zend_fcall_info_args_save(zend_fcall_info *fci, int *param_count, zval ****params); 462 /** Free arguments connected with zend_fcall_info *fci andset back saved ones. 464 ZEND_API void zend_fcall_info_args_restore(zend_fcall_info *fci, int param_count, zval ***params); 469 ZEND_API int zend_fcall_info_args(zend_fcall_info *fc [all...] |
Completed in 5 milliseconds