diff options
author | Veres Lajos <vlajos@gmail.com> | 2013-07-13 13:37:04 +0100 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2013-07-15 00:18:57 -0700 |
commit | 72085b0e5f2fe6e69a83d8f43f92c5fe0d8bace3 (patch) | |
tree | 88547d65722d637a8a1eb7d2f4fa1f09394beb76 /ext/standard/tests/file/file.inc | |
parent | b8a2b254a1a629556d2c5d6a387026b9e774c868 (diff) | |
download | php-git-72085b0e5f2fe6e69a83d8f43f92c5fe0d8bace3.tar.gz |
typo fixes
Diffstat (limited to 'ext/standard/tests/file/file.inc')
-rw-r--r-- | ext/standard/tests/file/file.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/standard/tests/file/file.inc b/ext/standard/tests/file/file.inc index c0f86e7c3f..b3cd99e1c1 100644 --- a/ext/standard/tests/file/file.inc +++ b/ext/standard/tests/file/file.inc @@ -575,13 +575,13 @@ Description: Compares two stat values, stat value should be obtained by stat/lstat $stat1 = first stat array $stat2 = second stat array - $op = type of the comparision to be perform between elements of stat1 and stat2 + $op = type of the comparison to be perform between elements of stat1 and stat2 "!=" compare for not equal "==" compare for equality ">" if each element of stat1 is > than stat2 "<" if each element of stat1 is < than stat2 $fields = contains the key of the elements that needs to be compared. - type of the comparision is based on $op argument value + type of the comparison is based on $op argument value $flag = specify true to dump the stat1 and stat2 */ |