summaryrefslogtreecommitdiff
path: root/ext/standard/tests/file/flock_basic.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/file/flock_basic.phpt')
-rw-r--r--ext/standard/tests/file/flock_basic.phpt8
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/standard/tests/file/flock_basic.phpt b/ext/standard/tests/file/flock_basic.phpt
index d218cee5ef..99b1ba1c59 100644
--- a/ext/standard/tests/file/flock_basic.phpt
+++ b/ext/standard/tests/file/flock_basic.phpt
@@ -2,13 +2,13 @@
Test flock() function: Basic functionality
--FILE--
<?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
*/
-echo "*** Testing flock() fun with file and dir ***\n";
+echo "*** Testing flock() fun with file and dir ***\n";
$file_path = dirname(__FILE__);
$file_handle = fopen("$file_path/lock.tmp", "w");
@@ -30,7 +30,7 @@ rmdir("$file_path/dir");
echo "\n*** Done ***\n";
?>
---EXPECTF--
+--EXPECTF--
*** Testing flock() fun with file and dir ***
bool(true)
bool(true)