I hereby claim:
- I am svenluijten on github.
- I am svenluijten (https://keybase.io/svenluijten) on keybase.
- I have a public key whose fingerprint is F44E 66EF 5DCA 3194 4966 98C6 8D48 44F3 5252 4735
To claim this, I am signing this object:
| <!-- 99 bottles of beer song in 251 bytes. --> | |
| <?php for($i=99;$i>0;$i--){$b=" of beer";$s=" bottles$b";$r=" bottle$b";$w=" on the wall";$h=$i-1;echo$h>=1?"$i$s$w, $i$s.\nTake one down and pass it around, $h".($h<2?$r:$s)."$w.\n\n":"$i$r$w, $i$r. \nGo to the store and buy some more, 99$s$w.\n\n";} |
| <?php | |
| class Αpp { | |
| public static function fᴏᴏ () { echo "Foo"; } | |
| public static function foo () { echo "Bar"; } | |
| } |
I hereby claim:
To claim this, I am signing this object:
| <?php | |
| /** | |
| * Log a player in. | |
| * | |
| * @param LoginPlayerRequest $request | |
| * @return \Illuminate\Http\Response | |
| */ | |
| public function auth(LoginPlayerRequest $request) | |
| { | |
| // The user supplied the wrong credentials. |
| [PHP] | |
| ;;;;;;;;;;;;;;;;;;; | |
| ; About php.ini ; | |
| ;;;;;;;;;;;;;;;;;;; | |
| ; PHP's initialization file, generally called php.ini, is responsible for | |
| ; configuring many of the aspects of PHP's behavior. | |
| ; PHP attempts to find and load this configuration from a number of locations. | |
| ; The following is a summary of its search order: |
| <?php | |
| class Database { | |
| // Properties: | |
| private $host; | |
| private $dbname; | |
| private $user; | |
| private $pass; | |
| private $error; | |
| private $stmt; |
| { | |
| "bold_folder_labels": false, | |
| "caret_style": "phase", | |
| "color_scheme": "Packages/Material Theme/schemes/OLD/Material-Theme-Darker.tmTheme", | |
| "detect_indentation": true, | |
| "folder_exclude_patterns": | |
| [ | |
| ".svn", | |
| ".git", | |
| ".hg", |
| [PHP] | |
| ;;;;;;;;;;;;;;;;;;; | |
| ; About php.ini ; | |
| ;;;;;;;;;;;;;;;;;;; | |
| ; PHP's initialization file, generally called php.ini, is responsible for | |
| ; configuring many of the aspects of PHP's behavior. | |
| ; PHP attempts to find and load this configuration from a number of locations. | |
| ; The following is a summary of its search order: |
| <?php | |
| namespace Tests; | |
| use Illuminate\Support\Str; | |
| use PHPUnit\Framework\TestCase as BaseTestCase; | |
| class TestCase extends BaseTestCase | |
| { | |
| /** |