mirror of
https://github.com/danog/PHP-Parser.git
synced 2025-01-22 13:51:12 +01:00
Drop test failing on HHVM
Can readd if Travis ever updates the HHVM version again, I remember this being fixed ages ago.
This commit is contained in:
parent
e4b837e0c4
commit
98d28d7aa0
@ -8,20 +8,9 @@ if ($expr) {
|
|||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
if ($expr) {
|
|
||||||
} else if ($expr2) {
|
|
||||||
} else {
|
|
||||||
}
|
}
|
||||||
-----
|
-----
|
||||||
if ($expr) {
|
if ($expr) {
|
||||||
} elseif ($expr2) {
|
} elseif ($expr2) {
|
||||||
} else {
|
} else {
|
||||||
}
|
}
|
||||||
if ($expr) {
|
|
||||||
} else {
|
|
||||||
if ($expr2) {
|
|
||||||
} else {
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user