Skip to content

Instantly share code, notes, and snippets.

@KoljaL
Forked from mircobabini/php-comments-trick.php
Last active December 21, 2021 21:11
Show Gist options
  • Save KoljaL/bc0fbbac487c95e1b44bf3cd1275978f to your computer and use it in GitHub Desktop.
Save KoljaL/bc0fbbac487c95e1b44bf3cd1275978f to your computer and use it in GitHub Desktop.
PHP comment trick
<?php
//* remove the first slash to toggle the enabled code
$time = microtime( true );
/*/
$time = microtime();
/**/
// thanks @lamemind
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment