%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home2/vacivi36/vacivitta.com.br/vendor/rector/rector/vendor/tracy/tracy/examples/
Upload File :
Create Path :
Current File : //home2/vacivi36/vacivitta.com.br/vendor/rector/rector/vendor/tracy/tracy/examples/notice.php

<?php

declare (strict_types=1);
namespace RectorPrefix20211231;

require __DIR__ . '/../src/tracy.php';
use RectorPrefix20211231\Tracy\Debugger;
// For security reasons, Tracy is visible only on localhost.
// You may force Tracy to run in development mode by passing the Debugger::DEVELOPMENT instead of Debugger::DETECT.
\RectorPrefix20211231\Tracy\Debugger::enable(\RectorPrefix20211231\Tracy\Debugger::DETECT, __DIR__ . '/log');
\RectorPrefix20211231\Tracy\Debugger::$strictMode = \true;
?>
<!DOCTYPE html><link rel="stylesheet" href="assets/style.css">

<h1>Tracy Notice and StrictMode demo</h1>

<?php 
function foo($from)
{
    echo $form;
}
\RectorPrefix20211231\foo(123);
if (\RectorPrefix20211231\Tracy\Debugger::$productionMode) {
    echo '<p><b>For security reasons, Tracy is visible only on localhost. Look into the source code to see how to enable Tracy.</b></p>';
}

Zerion Mini Shell 1.0