mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Fixed invalid pointer usage (tests/output/ob_start_callbacks.phpt)
This commit is contained in:
parent
7c623c0e89
commit
c2933c234c
2 changed files with 3 additions and 4 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue