]> granicus.if.org Git - php/commitdiff
Added missed mod str
authorXinchen Hui <laruence@php.net>
Sat, 20 Sep 2014 07:12:08 +0000 (15:12 +0800)
committerXinchen Hui <laruence@php.net>
Sat, 20 Sep 2014 07:12:08 +0000 (15:12 +0800)
Zend/zend_inheritance.c
Zend/zend_inheritance.h

index 62cb3cc37be745adfbd45c7677f0e74f770a8b5b..c6b965714a3d5d6abaafb4e130ca8a72392a01ed 100644 (file)
@@ -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:
+ */
index 9cc432080c2db4951d2a8d196859cd17d286fe17..647b4923710f03e84140de83ce8811ed0fcc452d 100644 (file)
@@ -37,3 +37,10 @@ END_EXTERN_C()
 
 #endif
 
+/*
+ * Local variables:
+ * tab-width: 4
+ * c-basic-offset: 4
+ * indent-tabs-mode: t
+ * End:
+ */