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