File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
vendor
2
2
index.php
3
+ composer.lock
Original file line number Diff line number Diff line change @@ -52,7 +52,6 @@ Return a fucked version of code. Input should not have PHP opening/closing tags
52
52
- `@`
53
53
- `!`
54
54
- `,`
55
- - ` " `
56
55
- `.`
57
56
- `+`
58
57
- `^`
Original file line number Diff line number Diff line change @@ -8,10 +8,10 @@ class Fucker
8
8
9
9
public function __construct ()
10
10
{
11
- $ this ->alphabet ['A ' ] = '@("" .[])[ ' . $ this ->fuckInt (0 ) . '] ' ;
12
- $ this ->alphabet ['r ' ] = '@("" .[])[ ' . $ this ->fuckInt (1 ) . '] ' ;
13
- $ this ->alphabet ['a ' ] = '@("" .[])[ ' . $ this ->fuckInt (3 ) . '] ' ;
14
- $ this ->alphabet ['y ' ] = '@("" .[])[ ' . $ this ->fuckInt (4 ) . '] ' ;
11
+ $ this ->alphabet ['A ' ] = '@([] .[])[ ' . $ this ->fuckInt (0 ) . '] ' ;
12
+ $ this ->alphabet ['r ' ] = '@([] .[])[ ' . $ this ->fuckInt (1 ) . '] ' ;
13
+ $ this ->alphabet ['a ' ] = '@([] .[])[ ' . $ this ->fuckInt (3 ) . '] ' ;
14
+ $ this ->alphabet ['y ' ] = '@([] .[])[ ' . $ this ->fuckInt (4 ) . '] ' ;
15
15
16
16
$ this ->alphabet ['q ' ] = $ this ->alphabet ['A ' ] . '^ ' . $ this ->fuckInt (0 ) . '. ' . '@([][ ' . $ this ->fuckInt (0 ) . ']) ' ;
17
17
$ this ->alphabet ['p ' ] = $ this ->alphabet ['A ' ] . '^ ' . $ this ->fuckInt (1 ) . '. ' . '@([][ ' . $ this ->fuckInt (0 ) . ']) ' ;
You can’t perform that action at this time.
0 commit comments