c2ec1c97c9
A poor man's formatter since I didn't like any of the other ones I found. The original C++ source sometimes put newlines and sometimes not.
Codemods:
codemod '([;{}])([^\n])' '\1\n\2'
codemod -m '\s*<\?php\s+' '<?php\n\n'
codemod '\t' ' '
I hand-fixed all the failing tests
24 linhas
270 B
Plaintext
24 linhas
270 B
Plaintext
array(1) {
|
|
[0]=>
|
|
array(3) {
|
|
[0]=>
|
|
int(0)
|
|
[1]=>
|
|
int(1)
|
|
[2]=>
|
|
int(2)
|
|
}
|
|
}
|
|
string(3) "abc"
|
|
array(1) {
|
|
[0]=>
|
|
int(10)
|
|
}
|
|
int(10)
|
|
string(12) "first/second"
|
|
string(12) "first/second"
|
|
string(3) "A/B"
|
|
string(3) "A/B"
|
|
string(2) "e1"
|
|
string(2) "e1"
|