fix typo
authorMichael Wallner <mike@php.net>
Thu, 16 Sep 2021 11:53:46 +0000 (13:53 +0200)
committerMichael Wallner <mike@php.net>
Thu, 16 Sep 2021 11:53:46 +0000 (13:53 +0200)
tests/error002.phpt
tests/error005.phpt

index 3903d23df5dcaee62e9977051eaa03e4edd66a8f..8ebb2c00aa7ee3567f26e5f32e940728879ec4c8 100644 (file)
@@ -3,7 +3,7 @@ json_post with malformed JSON (https://github.com/m6w6/ext-json_post/issues/3)
 --SKIPIF--
 <?php
 extension_loaded("json_post") or die("skip need json_post support\n");
-if (PHP_VERSION_ID < 70000) doe("skip need PHP-7.0+\n");
+if (PHP_VERSION_ID < 70000) die("skip need PHP-7.0+\n");
 ?>
 --INI--
 json_post.error_response = 400
index 748374ae31f4c50f9593ac4549cd65c914125fba..aeea867dea0cce62de19717ddeb90871ad7a644f 100644 (file)
@@ -3,7 +3,7 @@ json_post with malformed JSON (https://github.com/m6w6/ext-json_post/issues/3)
 --SKIPIF--
 <?php
 extension_loaded("json_post") or die("skip need json_post support\n");
-if (PHP_VERSION_ID < 70000) doe("skip need PHP-7.0+\n");
+if (PHP_VERSION_ID < 70000) die("skip need PHP-7.0+\n");
 ?>
 --INI--
 json_post.error_response = 444