summaryrefslogtreecommitdiff
path: root/main/php_output.h
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@zend.com>2014-08-13 16:55:21 +0400
committerDmitry Stogov <dmitry@zend.com>2014-08-13 16:55:21 +0400
commit9fea4348fd7a3f8ed19d895a644bbd6c430b6dfe (patch)
treec0a2b47a2ba4568445d7da7c15c8f3209fd673d3 /main/php_output.h
parent5a06ac88da693623fb471494a3759f04582f966e (diff)
downloadphp-git-9fea4348fd7a3f8ed19d895a644bbd6c430b6dfe.tar.gz
cleanup
Diffstat (limited to 'main/php_output.h')
-rw-r--r--main/php_output.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/main/php_output.h b/main/php_output.h
index 45af14f6a5..f8b961c7c3 100644
--- a/main/php_output.h
+++ b/main/php_output.h
@@ -127,8 +127,7 @@ typedef struct _php_output_handler_user_func_t {
} php_output_handler_user_func_t;
typedef struct _php_output_handler {
- char *name;
- size_t name_len;
+ zend_string *name;
int flags;
int level;
size_t size;