<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">2017-06-19 19:02 GMT+09:00 hiroyuki _ <span dir="ltr"><<a href="mailto:hiroyukimm@gmail.com" target="_blank">hiroyukimm@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div><br></div><div>翻訳: <a href="http://php.net/manual/ja/language.operators.precedence.php" target="_blank">http://php.net/manual/ja/<wbr>language.operators.precedence.<wbr>php</a></div><div><br></div><div>こちらの、未評価の定義のところが、</div><div><br></div><div>```</div><div>echo $a + $a++; // 1 になるかもしれないし、2 になるかもしれません</div><div>```</div><div><br></div><div>となってまして</div><div><br></div><div>本家: <a href="http://php.net/manual/en/language.operators.precedence.php" target="_blank">http://php.net/manual/en/<wbr>language.operators.precedence.<wbr>php</a></div><div><br></div><div>こちらの本家だと</div><div><br></div><div>```</div><div>echo $a + $a++; // may print either 2 or 3</div><div>```</div><div><br></div><div>なっていまして、これを修正したいのですが、<wbr>どうしたらよいかご存じでしょうか。</div></blockquote></div><br><br></div><div class="gmail_extra"><a href="https://edit.php.net/">https://edit.php.net/</a></div><div class="gmail_extra">を使うのが一番手軽です。</div><div class="gmail_extra"><br></div><div class="gmail_extra"><a href="http://svn.php.net/viewvc/phpdoc/">http://svn.php.net/viewvc/phpdoc/</a></div><div class="gmail_extra">の差分をここに投稿しても良いです。高木さんがマージしてくれると思います :)</div><div class="gmail_extra"><br></div><div class="gmail_extra"><div class="gmail_extra">[yohgaki@dev phpdoc]$ cat rebuild.sh </div><div class="gmail_extra">#!/bin/sh</div><div class="gmail_extra"><br></div><div class="gmail_extra"># svn co <a href="http://svn.php.net/repository/phpdoc/modules/doc-en">http://svn.php.net/repository/phpdoc/modules/doc-en</a></div><div class="gmail_extra"># pear install <a href="http://doc.php.net/phd">doc.php.net/phd</a></div><div class="gmail_extra"># pear install <a href="http://doc.php.net/phd_php">doc.php.net/phd_php</a></div><div class="gmail_extra"># cd doc-en</div><div class="gmail_extra"><br></div><div class="gmail_extra">svn up doc-base en ja</div><div class="gmail_extra"><br></div><div class="gmail_extra">/usr/bin/php -d memory_limit=429496000 doc-base/configure.php  --enable-xml-details --with-lang=en --with-php=/usr/bin/php</div><div class="gmail_extra">phd --docbook doc-base/.manual.xml --package PHP --format xhtml</div><div class="gmail_extra">google-chrome output/php-chunked-xhtml/index.html &</div><div><br></div><div>SVNをチェックアウトすれば自分でビルドもできます。</div><div>私は上記のようなスクリプトでビルドしています。</div><br clear="all"><div><div class="gmail_signature">--<br>Yasuo Ohgaki <br><a href="mailto:yohgaki@ohgaki.net" target="_blank">yohgaki@ohgaki.net</a></div></div><div class="gmail_signature"><br></div>
</div></div>