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 594af65 commit 37d75e2Copy full SHA for 37d75e2
Zend/tests/pipe_operator/call_prefer_by_ref.phpt
@@ -9,7 +9,7 @@ try {
9
$r = $a |> array_multisort(...);
10
var_dump($r);
11
} catch (\Error $e) {
12
- print $e->getMessage() . PHP_EOL;
+ echo $e->getMessage(), PHP_EOL;
13
}
14
15
?>
0 commit comments