code.fastix.org

Dateiansicht:

Datei:Projekte -> PHP:use_strict -> Test_0.php
md5:5b3d4cac870ed08975cda7fa373cf952
sha1:62df6ddaef608973c9151e479c8b1b7ccbf2d604
Download-Link:Download
  1. <?php
  2. require_once 'use_strict.php';
  3. $str .= $var;
  4. $foo = f oo;
  5. include 'not.existent.file';
  6. echo "4 / $baz = " . 4 / $baz;
  7. ?>
  8. <p>(Not) Fine!</p>
  9. </body>
  10. </html>