diff options
author | Xinchen Hui <laruence@php.net> | 2014-09-20 15:12:08 +0800 |
---|---|---|
committer | Xinchen Hui <laruence@php.net> | 2014-09-20 15:12:08 +0800 |
commit | 96ccf3ef98759238a173c406d62707bc002b2744 (patch) | |
tree | c2bc3613cc63eed62a700fa2f8b9ff8eb0d7634b /Zend/zend_inheritance.c | |
parent | 3e71f5ff7b095c8846df5c2bc5ad5cbbd12905f0 (diff) | |
download | php-git-96ccf3ef98759238a173c406d62707bc002b2744.tar.gz |
Added missed mod str
Diffstat (limited to 'Zend/zend_inheritance.c')
-rw-r--r-- | Zend/zend_inheritance.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Zend/zend_inheritance.c b/Zend/zend_inheritance.c index 62cb3cc37b..c6b965714a 100644 --- a/Zend/zend_inheritance.c +++ b/Zend/zend_inheritance.c @@ -1572,3 +1572,10 @@ ZEND_API void zend_do_bind_traits(zend_class_entry *ce TSRMLS_DC) /* {{{ */ } /* }}} */ +/* + * Local variables: + * tab-width: 4 + * c-basic-offset: 4 + * indent-tabs-mode: t + * End: + */ |