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:
@@ -156,7 +156,7 @@ static void zend_verify_inference_def(zend_execute_data *execute_data, const zen
|
||||
}
|
||||
if (opline->op1_def_type
|
||||
&& (opline->op1_type & (IS_TMP_VAR|IS_VAR|IS_CV))
|
||||
// array is actually changed by the the following instruction(s)
|
||||
// array is actually changed by the following instruction(s)
|
||||
&& opline->opcode != ZEND_FETCH_DIM_W
|
||||
&& opline->opcode != ZEND_FETCH_DIM_RW
|
||||
&& opline->opcode != ZEND_FETCH_DIM_FUNC_ARG
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -39944,7 +39944,7 @@
|
||||
# look for archive member RunTime.xml like in Microsoft.Windows.Cosa.Desktop.Client.ppkg
|
||||
>>>156 search/68233/s RunTime.xml \bWindows provisioning package)
|
||||
!:ext ppkg
|
||||
# if is is not a Windows provisioning package, then it is a WIM
|
||||
# if it is not a Windows provisioning package, then it is a WIM
|
||||
>>>156 default x \bWIM) image
|
||||
# second disk image part created by Microsoft's RecoveryDrive.exe has name Reconstruct.WIM2
|
||||
!:ext wim/wim2
|
||||
|
||||
@@ -39944,7 +39944,7 @@
|
||||
# look for archive member RunTime.xml like in Microsoft.Windows.Cosa.Desktop.Client.ppkg
|
||||
>>>156 search/68233/s RunTime.xml \bWindows provisioning package)
|
||||
!:ext ppkg
|
||||
# if is is not a Windows provisioning package, then it is a WIM
|
||||
# if it is not a Windows provisioning package, then it is a WIM
|
||||
>>>156 default x \bWIM) image
|
||||
# second disk image part created by Microsoft's RecoveryDrive.exe has name Reconstruct.WIM2
|
||||
!:ext wim/wim2
|
||||
|
||||
@@ -4309,7 +4309,7 @@ PHP_FUNCTION(imageresolution)
|
||||
*
|
||||
* Stream Handling
|
||||
* Formerly contained within ext/gd/gd_ctx.c and included
|
||||
* at the the top of this file
|
||||
* at the top of this file
|
||||
*
|
||||
********************************************************/
|
||||
|
||||
|
||||
@@ -41,7 +41,7 @@ for ($i = 1; $i <= strlen($allBytes); $i *= 2) {
|
||||
}
|
||||
|
||||
// We also expect that each possible value appears at least once, if
|
||||
// not is is very likely that some bits were erroneously masked away.
|
||||
// not it is very likely that some bits were erroneously masked away.
|
||||
var_dump(count($count));
|
||||
|
||||
echo PHP_EOL;
|
||||
@@ -67,7 +67,7 @@ for ($i = 1; ($i + 1) <= strlen($allBytes); $i *= 2) {
|
||||
}
|
||||
|
||||
// We expect that each possible value appears at least once, if
|
||||
// not is is very likely that some bits were erroneously masked away.
|
||||
// not it is very likely that some bits were erroneously masked away.
|
||||
var_dump(count($count));
|
||||
|
||||
echo PHP_EOL;
|
||||
@@ -90,7 +90,7 @@ for ($j = 0; $j < strlen($result); $j++) {
|
||||
}
|
||||
|
||||
// We also expect that each possible value appears at least once, if
|
||||
// not is is very likely that some bits were erroneously masked away.
|
||||
// not it is very likely that some bits were erroneously masked away.
|
||||
var_dump(count($count));
|
||||
|
||||
?>
|
||||
|
||||
@@ -150,7 +150,7 @@ static int fpm_event_kqueue_wait(struct fpm_event_queue_s *queue, unsigned long
|
||||
/* }}} */
|
||||
|
||||
/*
|
||||
* Add a FD to to kevent queue
|
||||
* Add a FD to kevent queue
|
||||
*/
|
||||
static int fpm_event_kqueue_add(struct fpm_event_s *ev) /* {{{ */
|
||||
{
|
||||
|
||||
@@ -124,7 +124,7 @@ function insertOutput(string $phpt, string $out): string {
|
||||
}
|
||||
|
||||
/**
|
||||
* Implementation of the the Myers diff algorithm.
|
||||
* Implementation of the Myers diff algorithm.
|
||||
*
|
||||
* Myers, Eugene W. "An O (ND) difference algorithm and its variations."
|
||||
* Algorithmica 1.1 (1986): 251-266.
|
||||
|
||||
@@ -121,7 +121,7 @@ static int Ack(char **server_response);
|
||||
static unsigned long GetAddr(LPSTR szHost);
|
||||
static int FormatEmailAddress(char* Buf, char* EmailAddress, char* FormatString);
|
||||
|
||||
/* This function is meant to unify the headers passed to to mail()
|
||||
/* This function is meant to unify the headers passed to mail()
|
||||
* This means, use PCRE to transform single occurrences of \n or \r in \r\n
|
||||
* As a second step we also eliminate all \r\n occurrences which are:
|
||||
* 1) At the start of the header
|
||||
|
||||
Reference in New Issue
Block a user