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 0b40c32 commit 80ba4dfCopy full SHA for 80ba4df
Zend/tests/pipe_operator/call_by_ref.phpt
@@ -8,7 +8,6 @@ function _modify(int &$a): string {
8
return "foo";
9
}
10
11
-//try {
12
$a = 5;
13
$res1 = $a |> '_modify';
14
0 commit comments