[php-src] master: [skip ci] Fix typo in writing-tests.rst

Weilin Du via GitHub <[email protected]> Fri, 17 Jul 2026 19:48:54 +0000
Newsgroups gmane.comp.php.cvs.general
Message-ID <[email protected]>
Author: Weilin Du (LamentXU123)
Committer: GitHub (web-flow)
Pusher: LamentXU123
Date: 2026-07-18T03:48:51+08:00

Commit: https://github.com/php/php-src/commit/904698716e8a5fd8e3ce31f2a0be9dfcc9fe63eb
Raw diff: https://github.com/php/php-src/commit/904698716e8a5fd8e3ce31f2a0be9dfcc9fe63eb.diff

[skip ci] Fix typo in writing-tests.rst

Changed paths:
  M  docs/source/miscellaneous/writing-tests.rst


Diff:

diff --git a/docs/source/miscellaneous/writing-tests.rst b/docs/source/miscellaneous/writing-tests.rst
index dae6c1d861ef..fb66db79e57c 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