What kinds开发者_运维问答 of things should I avoid if I want to support PHP OpCode Caches? Are static calls evil? What about __autoload?For every PHP-based web-application I\'ve worked on for the past
<?php $show_value= 123; echo \'sing_quote\'.$show_value; echo \"double_quote{$show_value}\"; ?> Its opcode is: