From 0745386b96ed4edf6f764918995a7632d063e12c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E4=BD=B3=E5=86=9B?= Date: Tue, 27 Jun 2017 16:37:05 +0800 Subject: [PATCH] Update 11.2.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixed 显示错误 --- 11.2.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/11.2.md b/11.2.md index ff9c23f..4204475 100644 --- a/11.2.md +++ b/11.2.md @@ -77,11 +77,14 @@ PHP_MINIT_FUNCTION(say_hello) } ```` +
感谢 [@看你取的破名](http://weibo.com/taokuizu) 发现的错误。
+ ### 一些其它的快捷函数 #### 更新对象与类的属性 + ````c ZEND_API void zend_update_property_null(zend_class_entry *scope, zval *object, char *name, int name_length TSRMLS_DC); ZEND_API void zend_update_property_bool(zend_class_entry *scope, zval *object, char *name, int name_length, long value TSRMLS_DC);