1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

[skip ci] Fix duplicate words typos (GH-20800)

This commit is contained in:
Weilin Du
2025-12-31 09:22:09 +08:00
committed by GitHub
parent bc15a0dd4c
commit 4f793ba1c3
9 changed files with 13 additions and 13 deletions

View File

@@ -1389,7 +1389,7 @@ Example 1 (full): :ref:`sample002.phpt`
``--EXPECT_EXTERNAL--``
-----------------------
**Description:** Similar to to ``--EXPECT--`` section, but just stating a filename where to load the
**Description:** Similar to ``--EXPECT--`` section, but just stating a filename where to load the
expected output from.
**Required:** One of the ``EXPECT`` type sections is required.
@@ -1526,7 +1526,7 @@ Example 2 (full): :ref:`sample020.phpt`
``--EXPECTF_EXTERNAL--``
------------------------
**Description:** Similar to to ``--EXPECTF--`` section, but like the ``--EXPECT_EXTERNAL--`` section
**Description:** Similar to ``--EXPECTF--`` section, but like the ``--EXPECT_EXTERNAL--`` section
just stating a filename where to load the expected output from.
**Required:** One of the ``EXPECT`` type sections is required.
@@ -1607,7 +1607,7 @@ Example 3 (snippet):
``--EXPECTREGEX_EXTERNAL--``
----------------------------
**Description:** Similar to to ``--EXPECTREGEX--`` section, but like the ``--EXPECT_EXTERNAL--``
**Description:** Similar to ``--EXPECTREGEX--`` section, but like the ``--EXPECT_EXTERNAL--``
section just stating a filename where to load the expected output from.
**Required:** One of the ``EXPECT`` type sections is required.