Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- error_reporting(E_ALL | E_STRICT);
- ini_set('display_errors', TRUE);
- ini_set('display_startup_errors', TRUE);
- header('Content-type: text/html; charset=UTF-8');
- echo '<pre>';
- var_dump();
- echo '</pre>';
- $t1 = microtime(true);
- $t2 = microtime(true);
- $t3=$t2-$t1; echo 'Время '.$t3;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement