summaryrefslogtreecommitdiff
path: root/ext/standard/tests/array/array_filter_variation4.phpt
diff options
context:
space:
mode:
authorMáté Kocsis <kocsismate@woohoolabs.com>2020-01-16 12:04:00 +0100
committerMáté Kocsis <kocsismate@woohoolabs.com>2020-01-16 12:04:00 +0100
commitc3cf01b553b1a358531d0fa56e3caba51f9a3e33 (patch)
treeb19a090b009fb0aab2142388d087670631e6eb7c /ext/standard/tests/array/array_filter_variation4.phpt
parent0b4778c377a5753a0deb9cfc697d4f62acf93a29 (diff)
downloadphp-git-c3cf01b553b1a358531d0fa56e3caba51f9a3e33.tar.gz
Fix #78880: Yet another batch of spelling errors
Diffstat (limited to 'ext/standard/tests/array/array_filter_variation4.phpt')
-rw-r--r--ext/standard/tests/array/array_filter_variation4.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/standard/tests/array/array_filter_variation4.phpt b/ext/standard/tests/array/array_filter_variation4.phpt
index f8b71dc10b..dcf1b905b1 100644
--- a/ext/standard/tests/array/array_filter_variation4.phpt
+++ b/ext/standard/tests/array/array_filter_variation4.phpt
@@ -32,7 +32,7 @@ var_dump( array_filter($input, "callback1") );
function callback2($input)
{
}
-echo "-- Callback funciton with parameter and without return --\n";
+echo "-- Callback function with parameter and without return --\n";
var_dump( array_filter($input, "callback2") );
@@ -79,7 +79,7 @@ array(8) {
["null"]=>
NULL
}
--- Callback funciton with parameter and without return --
+-- Callback function with parameter and without return --
array(0) {
}
-- Callback function without parameter and return --