summaryrefslogtreecommitdiff
path: root/src/tests/unserialize
diff options
context:
space:
mode:
authorChristian Göttsche2024-05-29 20:38:27 +0200
committerjvoisin2024-06-06 16:28:33 +0200
commit087590b889fc2746c1392fe0b36984ed3ec1e3b0 (patch)
tree9d329097f4d6dfb7e1ff134689ab1bcc20456182 /src/tests/unserialize
parent7b6fba417004fc9f5d17bcec1dd6be63f568ae8d (diff)
Fix misc typos
Diffstat (limited to 'src/tests/unserialize')
-rw-r--r--src/tests/unserialize/unserialize_wrong_call.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/unserialize/unserialize_wrong_call.phpt b/src/tests/unserialize/unserialize_wrong_call.phpt
index afa42f6..70d91a5 100644
--- a/src/tests/unserialize/unserialize_wrong_call.phpt
+++ b/src/tests/unserialize/unserialize_wrong_call.phpt
@@ -1,5 +1,5 @@
1--TEST-- 1--TEST--
2Unserialize ok, but called with the wrong numeber of aguments 2Unserialize ok, but called with the wrong number of arguments
3--SKIPIF-- 3--SKIPIF--
4<?php if (!extension_loaded("snuffleupagus")) print "skip"; ?> 4<?php if (!extension_loaded("snuffleupagus")) print "skip"; ?>
5<?php if (PHP_VERSION_ID >= 80000) print "skip"; ?> 5<?php if (PHP_VERSION_ID >= 80000) print "skip"; ?>