We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7890e3 commit 392d8b2Copy full SHA for 392d8b2
Zend/tests/pipe_operator/precedence_addition.phpt
@@ -7,8 +7,6 @@ function _test1(int $a): int {
7
return $a * 2;
8
}
9
10
-$bad_func = null;
11
-
12
// This should add 5+2 first, then pipe that to _test1.
13
$res1 = 5 + 2 |> '_test1';
14
0 commit comments