summaryrefslogtreecommitdiff
path: root/ext/standard/tests/general_functions/var_dump_64bit.phpt
diff options
context:
space:
mode:
authorMáté Kocsis <kocsismate@woohoolabs.com>2020-01-16 19:04:42 +0100
committerMáté Kocsis <kocsismate@woohoolabs.com>2020-01-16 19:14:31 +0100
commitafdaa91170a1f7b0387cf577d957d4d6c015c136 (patch)
tree90957242274bd0b0e8669b1e580817f280c944a2 /ext/standard/tests/general_functions/var_dump_64bit.phpt
parent1fa6f03265467ec1b8b9f898182792ec936dbd74 (diff)
downloadphp-git-afdaa91170a1f7b0387cf577d957d4d6c015c136.tar.gz
Fix #78880: Final spelling fixes
Diffstat (limited to 'ext/standard/tests/general_functions/var_dump_64bit.phpt')
-rw-r--r--ext/standard/tests/general_functions/var_dump_64bit.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/standard/tests/general_functions/var_dump_64bit.phpt b/ext/standard/tests/general_functions/var_dump_64bit.phpt
index cd74d585bc..630b1ee8b3 100644
--- a/ext/standard/tests/general_functions/var_dump_64bit.phpt
+++ b/ext/standard/tests/general_functions/var_dump_64bit.phpt
@@ -260,14 +260,14 @@ $variations = array (
non-scalar variables using var_dump() */
check_vardump($variations);
-echo "\n*** Testing var_dump() on miscelleneous input arguments ***\n";
+echo "\n*** Testing var_dump() on miscellaneous input arguments ***\n";
$misc_values = array (
@$unset_var,
NULL, // NULL argument
@$undef_variable, //undefined variable
null
);
-/* calling check_vardump() to display miscelleneous data using var_dump() */
+/* calling check_vardump() to display miscellaneous data using var_dump() */
check_vardump($misc_values);
echo "\n*** Testing var_dump() on multiple arguments ***\n";
@@ -923,7 +923,7 @@ array(4) {
string(5) "/00\7"
}
-*** Testing var_dump() on miscelleneous input arguments ***
+*** Testing var_dump() on miscellaneous input arguments ***
-- Iteration 1 --
NULL
-- Iteration 2 --