typedef struct zend_autoload_func { zend_fcall_info fci; zend_fcall_info_cache fcc; zval *callable; int pass_type; } _zend_autoload_func;