php7-internal icon indicating copy to clipboard operation
php7-internal copied to clipboard

Understanding PHP7 Internal articles

Results 17 php7-internal issues
Sort by recently updated
recently updated
newest added

为什么首次echo会使内存用量增加32字节,无论echo内容有多少字节,只增加32字节? http://blog.shyclouds.net/PHP%E5%BC%80%E5%8F%91/PHP%E9%A6%96%E6%AC%A1echo%E4%BC%9A%E8%AE%A9%E5%86%85%E5%AD%98%E4%BD%BF%E7%94%A8%E9%87%8F%E5%A2%9E%E5%8A%A032%E5%AD%97%E8%8A%82.html

好久没有更新了,我看walu的phpbook里面有和PHP 7不兼容的地方,不太好找相关的资料,等您这篇做对照呢。多谢鸟哥

生产环境跑php7.0.7接近半年时间,最近突然报出错误,通过模拟请求,并用tcpdump抓包,发现php响应体中,有一定概率带post请求参数。 ![error](https://cloud.githubusercontent.com/assets/28146761/25531778/76d211b0-2c5d-11e7-8d80-104343848385.png) ![error1](https://cloud.githubusercontent.com/assets/28146761/25531856/b17337d6-2c5d-11e7-9103-73d64d9d86dc.png) ``` 脚本tt.php

看了zval那一章,我对_zval_struct里面的type_info没理解是做什么用的。我理解type保存类型,u1.v.type_flag保存这个type是否可复制,可循环等属性。那么这里的type_info又是做什么用的呢? @laruence

zval *a; if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "z", &a) == FAILURE) { RETURN_NULL(); } ZVAL_LONG(&(a->value.ref->val),110) 这样可以改写引用的值,但是感觉不太雅观,有没有内核api呢

@laruence, It would be great, if you could please release the posts / content in English as well, so that it can be easily read and understood by more people,...

去掉文章中的无效字符 -_# ,增加用户阅读的友好性。

署名,禁止盈利,相同方式分享? 或者署名,禁止盈利,禁止衍生