This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$providers = [ | |
'Illuminate\Auth\AuthServiceProvider', | |
'Illuminate\Broadcasting\BroadcastServiceProvider', | |
'Illuminate\Bus\BusServiceProvider', | |
'Illuminate\Cache\CacheServiceProvider', | |
'Illuminate\Foundation\Providers\ConsoleSupportServiceProvider', | |
'Illuminate\Cookie\CookieServiceProvider', | |
'Illuminate\Database\DatabaseServiceProvider', | |
'Illuminate\Encryption\EncryptionServiceProvider', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
set_time_limit(0); | |
function intWithStyle($n) | |
{ | |
if ($n < 1000) return $n; | |
$suffix = ['','k','M','G','T','P','E','Z','Y']; | |
$zeros = strlen($n)/3; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
04a8e8192d3ddc8d7ec12876c29f1c77e486193cef8236197db328864a43dc3e20363caecba8fca659009c6ead660dae65e4cc3af78103b3597d5f1c0827e146fe |