Fixed invalid pointer usage (tests/output/ob_start_callbacks.phpt)

This commit is contained in:
Xinchen Hui 2014-03-07 16:49:01 +08:00
parent 7c623c0e89
commit c2933c234c
2 changed files with 3 additions and 4 deletions

View file

@ -123,7 +123,7 @@ typedef struct _php_output_handler *(*php_output_handler_alias_ctor_t)(const cha
typedef struct _php_output_handler_user_func_t {
zend_fcall_info fci;
zend_fcall_info_cache fcc;
zval *zoh;
zval zoh;
} php_output_handler_user_func_t;
typedef struct _php_output_handler {