Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ext/standard/tests/math/pi_basic.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ precision=14
echo pi(), "\n";
echo M_PI, "\n";
// N.B pi() ignores all specified arguments no error
// messages are produced if arguments are spcified.
// messages are produced if arguments are specified.
?>
--EXPECT--
3.1415926535898
Expand Down
Loading