summaryrefslogtreecommitdiff
path: root/ext/standard/tests/file/flock_error.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/file/flock_error.phpt')
-rw-r--r--ext/standard/tests/file/flock_error.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/standard/tests/file/flock_error.phpt b/ext/standard/tests/file/flock_error.phpt
index 952a4d9105..ccb6274756 100644
--- a/ext/standard/tests/file/flock_error.phpt
+++ b/ext/standard/tests/file/flock_error.phpt
@@ -4,7 +4,7 @@ Test flock() function: Error conditions
<?php
/*
Prototype: bool flock(resource $handle, int $operation [, int &$wouldblock]);
-Description: PHP supports a portable way of locking complete files
+Description: PHP supports a portable way of locking complete files
in an advisory way
*/
@@ -23,7 +23,7 @@ $operations = array(
array(),
"string",
"",
- "\0"
+ "\0"
);
$i = 0;