@@ -132,7 +132,7 @@ below illustrates a minimal test.
132132 string(32) "# hello All, I sAid hi planet! #"
133133
134134 As you can see the file is divided into several sections. The TEST section holds a one line title of
135- the phpt test, this should be a simple description and shouldn't ever excede one line, if you need
135+ the phpt test, this should be a simple description and shouldn't ever exceed one line, if you need
136136to write more explanation add comments in the body of the test case. The phpt files name is used
137137when generating a .php file. The FILE section is used as the body of the .php file, so don't forget
138138to open and close your php tags. The EXPECT section is the part used as a comparison to see if the
@@ -580,7 +580,7 @@ Example 1 (snippet):
580580.. code :: text
581581
582582 --DESCRIPTION--
583- This test covers both valid and invalid usages of filter_input() with INPUT_GET and INPUT_POST data and several differnet filter sanitizers.
583+ This test covers both valid and invalid usages of filter_input() with INPUT_GET and INPUT_POST data and several different filter sanitizers.
584584
585585 Example 1 (full): :ref: `sample001.phpt `
586586
@@ -1310,7 +1310,7 @@ Example 1 (full): :ref:`sample017.phpt`
13101310``--FLAKY-- ``
13111311-------------
13121312
1313- **Description: ** This section identifies this test as one that occassionally fails. If the test
1313+ **Description: ** This section identifies this test as one that occasionally fails. If the test
13141314actually fails, it will be retried one more time, and that result will be reported. The section
13151315should include a brief description of why the test is flaky. Reasons for this include tests that
13161316rely on relatively precise timing, or temporary disc states. Available as of PHP 8.1.22 and 8.2.9,
@@ -1884,7 +1884,7 @@ sample001.phpt
18841884 --DESCRIPTION--
18851885 This test covers both valid and invalid usages of
18861886 filter_input() with INPUT_GET and INPUT_POST data
1887- and several differnt filter sanitizers.
1887+ and several different filter sanitizers.
18881888 --CREDITS--
18891889 Felipe Pena <felipe @php.net >
18901890 --INI--
0 commit comments