summaryrefslogtreecommitdiff
path: root/ext/posix/tests/posix_ttyname_error.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/posix/tests/posix_ttyname_error.phpt')
-rw-r--r--ext/posix/tests/posix_ttyname_error.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/posix/tests/posix_ttyname_error.phpt b/ext/posix/tests/posix_ttyname_error.phpt
index f7b011e773..effa709717 100644
--- a/ext/posix/tests/posix_ttyname_error.phpt
+++ b/ext/posix/tests/posix_ttyname_error.phpt
@@ -17,7 +17,7 @@ if (!extension_loaded('posix')) {
echo "*** Test by calling method or function with incorrect numbers of arguments ***\n";
$fd = 'foo';
-$extra_arg = 'bar';
+$extra_arg = 'bar';
var_dump(posix_ttyname( $fd, $extra_arg ) );