code.fastix.org

Dateiansicht:

Datei:Projekte -> PHP:use_strict -> Test_1.php
md5:ee6cbbff26820e3f8947cb267ee9486e
sha1:f8321db6842ef7192a67b5468b80dbd166b268c6
Download-Link:Download
  1. <?php
  2. DEFINE('DEBUG', 1); require_once 'use_strict.php';
  3. $foo = foo;
  4. include 'not.existent.file';
  5. echo "4 / $baz = " . 4 / $baz;
  6. ?>
  7. <p>(Not) Fine!</p>
  8. </body>
  9. </html>