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:19:49 -0700 |
| commit | 1b06e0be96774eeb59a59b80476213a8b98a8fdc (patch) | |
| tree | c4fe348b1f1ca872dbf58a6c643534e92be25715 /ext/standard/tests/array/array_search_variation4.phpt | |
| parent | d17e8ac32fe1f4bbf92c4bac1826d83d8372df95 (diff) | |
| download | php-git-1b06e0be96774eeb59a59b80476213a8b98a8fdc.tar.gz | |
typo fixes
Diffstat (limited to 'ext/standard/tests/array/array_search_variation4.phpt')
| -rw-r--r-- | ext/standard/tests/array/array_search_variation4.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/tests/array/array_search_variation4.phpt b/ext/standard/tests/array/array_search_variation4.phpt index 04f3b91388..c247879ccc 100644 --- a/ext/standard/tests/array/array_search_variation4.phpt +++ b/ext/standard/tests/array/array_search_variation4.phpt @@ -16,7 +16,7 @@ $file_handle = fopen(__FILE__, "r"); //directory type resource $dir_handle = opendir( dirname(__FILE__) ); -//store resources in array for comparision. +//store resources in array for comparison. $resources = array($file_handle, $dir_handle); // search for resouce type in the resource array |
