Commit 904698716e8 for php.net
commit 904698716e8a5fd8e3ce31f2a0be9dfcc9fe63eb
Author: Weilin Du <weilindu@php.net>
Date: Sat Jul 18 03:48:51 2026 +0800
[skip ci] Fix typo in writing-tests.rst
diff --git a/docs/source/miscellaneous/writing-tests.rst b/docs/source/miscellaneous/writing-tests.rst
index dae6c1d861e..fb66db79e57 100644
--- a/docs/source/miscellaneous/writing-tests.rst
+++ b/docs/source/miscellaneous/writing-tests.rst
@@ -237,7 +237,7 @@ and not in the INI section. This is because of the order in which settings are c
If a TZ environmental variable is found the INI setting will be ignored.
-Tests that run, or only have have matching EXPECT output, on 32bit platforms can use a SKIPIF
+Tests that run, or only have matching EXPECT output, on 32bit platforms can use a SKIPIF
section like:
.. code:: php