mircobabini
3/31/2018 - 3:28 PM

php-comments-trick.php

<?php
//* remove the first slash to toggle the enabled code
$time = microtime( true );
/*/
$time = microtime();
/**/

// thanks @lamemind