diff --git a/appendices/migration84/new-features.xml b/appendices/migration84/new-features.xml
index 61b95db924f9..652e000f9e87 100644
--- a/appendices/migration84/new-features.xml
+++ b/appendices/migration84/new-features.xml
@@ -155,7 +155,7 @@ $object = $reflector->newLazyGhost($initializer);
- New expressions with constructor arguments are now dereferencable, meaning
+ New expressions with constructor arguments are now dereferenceable, meaning
they allow chaining method calls, property accesses, etc. without enclosing
the expression in parentheses.
diff --git a/language-snippets.ent b/language-snippets.ent
index 4ba0f81d1826..6f03b81a79fb 100644
--- a/language-snippets.ent
+++ b/language-snippets.ent
@@ -1240,7 +1240,7 @@ returned by dbmopen.'>
8.0.0broker expects an EnchantBroker instance now;
- previoulsy, a &resource; was expected.
+ previously, a &resource; was expected.
'>
@@ -1248,7 +1248,7 @@ returned by dbmopen.'>
8.0.0dictionary expects an EnchantDictionary instance now;
- previoulsy, a &resource; was expected.
+ previously, a &resource; was expected.
'>
diff --git a/language/exceptions.xml b/language/exceptions.xml
index a2922e52b29b..3e25163b1b3f 100644
--- a/language/exceptions.xml
+++ b/language/exceptions.xml
@@ -429,7 +429,7 @@ class Exception implements Throwable
final public function getPrevious(); // previous exception
final public function getTraceAsString(); // formatted string of trace
- // Overrideable
+ // Overridable
public function __toString(); // formatted string for display
}
]]>
diff --git a/language/oop5/changelog.xml b/language/oop5/changelog.xml
index a57f29ba56ce..bc711a7c29e9 100644
--- a/language/oop5/changelog.xml
+++ b/language/oop5/changelog.xml
@@ -258,7 +258,7 @@
caught in the catch block, and
would result in a fatal error. Exceptions now thrown in the __autoload function
can be caught in the catch block, with
- one provison. If throwing a custom exception, then the custom exception class must
+ one provision. If throwing a custom exception, then the custom exception class must
be available. The __autoload function may be used recursively to autoload the
custom exception class.
diff --git a/reference/com/ini.xml b/reference/com/ini.xml
index 21101fac416d..bedf5f3de863 100644
--- a/reference/com/ini.xml
+++ b/reference/com/ini.xml
@@ -116,11 +116,11 @@
com.autoregister_casesensitive
-
+
When this is turned on (the default), constants found in auto-loaded
- type libraries when instatiating COM objects will be registered case sensitively. See
+ type libraries when instantiating COM objects will be registered case sensitively. See
com_load_typelib for more details.
-
+
diff --git a/reference/curl/constants_curl_setopt.xml b/reference/curl/constants_curl_setopt.xml
index a77b7799ade5..e482c47d17ff 100644
--- a/reference/curl/constants_curl_setopt.xml
+++ b/reference/curl/constants_curl_setopt.xml
@@ -1754,12 +1754,12 @@
(int)
-
+
The maximum amount of HTTP redirections to follow. Use this option alongside CURLOPT_FOLLOWLOCATION.
Default value of 20 is set to prevent infinite redirects.
- Setting to -1 allows inifinite redirects, and 0 refuses all redirects.
+ Setting to -1 allows infinite redirects, and 0 refuses all redirects.
Available as of cURL 7.5.0.
-
+
diff --git a/reference/datetime/datetime/settimezone.xml b/reference/datetime/datetime/settimezone.xml
index dd2c5d1dd34c..cad6f7e3945d 100644
--- a/reference/datetime/datetime/settimezone.xml
+++ b/reference/datetime/datetime/settimezone.xml
@@ -51,10 +51,10 @@
&reftitle.returnvalues;
-
+
Returns the DateTime object for method chaining. The
- underlaying point-in-time is not changed when calling this method.
-
+ underlying point-in-time is not changed when calling this method.
+
diff --git a/reference/datetime/datetimeimmutable/settimezone.xml b/reference/datetime/datetimeimmutable/settimezone.xml
index a6f801f9da5a..3eb97aa59a1d 100644
--- a/reference/datetime/datetimeimmutable/settimezone.xml
+++ b/reference/datetime/datetimeimmutable/settimezone.xml
@@ -35,11 +35,11 @@
&reftitle.returnvalues;
-
+
Returns a new modified DateTimeImmutable object for
- method chaining. The underlaying point-in-time is not changed when calling
+ method chaining. The underlying point-in-time is not changed when calling
this method.
-
+
diff --git a/reference/dba/setup.xml b/reference/dba/setup.xml
index d066a439806c..9dc5593627c3 100644
--- a/reference/dba/setup.xml
+++ b/reference/dba/setup.xml
@@ -116,7 +116,7 @@
dba_firstkey and dba_nextkey
return string representations of the key there is the function
dba_key_split which allows
- to convert the string keys into array keys without loosing &false;.
+ to convert the string keys into array keys without losing &false;.
diff --git a/reference/filter/constants.xml b/reference/filter/constants.xml
index 23b6e0818ea1..97e115b48bb8 100644
--- a/reference/filter/constants.xml
+++ b/reference/filter/constants.xml
@@ -233,7 +233,7 @@
- Singe and double quotes (' and ")
+ Single and double quotes (' and ")
will not be encoded.
diff --git a/reference/fpm/status.xml b/reference/fpm/status.xml
index 047eac745c90..e147f53f6372 100644
--- a/reference/fpm/status.xml
+++ b/reference/fpm/status.xml
@@ -116,7 +116,7 @@
The name of the FPM process pool.
- proccess manager
+ process managerThe process manager type - static, dynamic or ondemand.
diff --git a/reference/image/book.xml b/reference/image/book.xml
index 3ac4645713ef..4950172279db 100644
--- a/reference/image/book.xml
+++ b/reference/image/book.xml
@@ -56,10 +56,10 @@
-
- GD supports a varity of formats, below is a list of formats supported by GD and notes
+
+ GD supports a variety of formats, below is a list of formats supported by GD and notes
to their availability including read/write support.
-
+
Formats supported by GD
diff --git a/reference/image/functions/getimagesize.xml b/reference/image/functions/getimagesize.xml
index 22e187476a39..d4a4fc664df9 100644
--- a/reference/image/functions/getimagesize.xml
+++ b/reference/image/functions/getimagesize.xml
@@ -121,7 +121,7 @@
getimagesize is agnostic of any image metadata.
If e.g. the Exif Orientation flag is set to a value which
- rotates the image by 90 or 270 degress, index 0 and 1 are swapped,
+ rotates the image by 90 or 270 degrees, index 0 and 1 are swapped,
i.e. the contain the height and width, respectively.
@@ -135,7 +135,7 @@
directly in an IMG tag.
- mime is the correspondant MIME type of the image.
+ mime is the corresponding MIME type of the image.
This information can be used to deliver images with the correct HTTP
Content-type header:
diff --git a/reference/image/functions/imagecolortransparent.xml b/reference/image/functions/imagecolortransparent.xml
index bb268ee5611d..a80125611bdf 100644
--- a/reference/image/functions/imagecolortransparent.xml
+++ b/reference/image/functions/imagecolortransparent.xml
@@ -102,10 +102,10 @@ imagepng($im, './imagecolortransparent.png');
&reftitle.notes;
-
+
Transparency is copied only with imagecopymerge and
- true color images, not with imagecopy or pallete images.
-
+ true color images, not with imagecopy or palette images.
+
diff --git a/reference/image/functions/imagecopymerge.xml b/reference/image/functions/imagecopymerge.xml
index c144163901bd..1d32d4467880 100644
--- a/reference/image/functions/imagecopymerge.xml
+++ b/reference/image/functions/imagecopymerge.xml
@@ -92,14 +92,14 @@
pct
-
+
The two images will be merged according to pct
which can range from 0 to 100. When pct = 0,
no action is taken, when 100 this function behaves identically
- to imagecopy for pallete images, except for
+ to imagecopy for palette images, except for
ignoring alpha components, while it implements alpha transparency
for true colour images.
-
+
diff --git a/reference/image/functions/imagecopymergegray.xml b/reference/image/functions/imagecopymergegray.xml
index b8764eab1b7b..a03de160416e 100644
--- a/reference/image/functions/imagecopymergegray.xml
+++ b/reference/image/functions/imagecopymergegray.xml
@@ -97,14 +97,14 @@
pct
-
+
The src_image will be changed to grayscale according
to pct where 0 is fully grayscale and 100 is
unchanged. When pct = 100 this function behaves
- identically to imagecopy for pallete images, except for
+ identically to imagecopy for palette images, except for
ignoring alpha components, while
it implements alpha transparency for true colour images.
-
+
diff --git a/reference/image/functions/imagefilltoborder.xml b/reference/image/functions/imagefilltoborder.xml
index df0018225a80..4ccc5610ae29 100644
--- a/reference/image/functions/imagefilltoborder.xml
+++ b/reference/image/functions/imagefilltoborder.xml
@@ -132,7 +132,7 @@ imagepng($im);
The algorithm does not explicitly remember which pixels have
already been set, but rather infers that from the color of the
pixel, so it cannot distinguish between freshly set pixels and
- pixels that are already there. That means chosing any fill color
+ pixels that are already there. That means choosing any fill color
that is already used in the image may yield undesired results.
diff --git a/reference/image/functions/imagefilter.xml b/reference/image/functions/imagefilter.xml
index 90b42f8ef3e5..a33307c20bf6 100644
--- a/reference/image/functions/imagefilter.xml
+++ b/reference/image/functions/imagefilter.xml
@@ -155,7 +155,7 @@
- IMG_FILTER_SCATTER: Effect substraction level.
+ IMG_FILTER_SCATTER: Effect subtraction level.
This must not be higher or equal to the addition level set with
arg2.
diff --git a/reference/image/functions/imageftbbox.xml b/reference/image/functions/imageftbbox.xml
index 5cb0652c0021..9e610d579e4f 100644
--- a/reference/image/functions/imageftbbox.xml
+++ b/reference/image/functions/imageftbbox.xml
@@ -171,7 +171,7 @@ $font = './arial.ttf';
// First we create our bounding box
$bbox = imageftbbox(10, 0, $font, 'The PHP Documentation Group');
-// This is our cordinates for X and Y
+// This is our coordinates for X and Y
$x = $bbox[0] + (imagesx($im) / 2) - ($bbox[4] / 2) - 5;
$y = $bbox[1] + (imagesy($im) / 2) - ($bbox[5] / 2) - 5;
diff --git a/reference/image/functions/imagepalettetotruecolor.xml b/reference/image/functions/imagepalettetotruecolor.xml
index 2524664bc5d8..ceee02f37158 100644
--- a/reference/image/functions/imagepalettetotruecolor.xml
+++ b/reference/image/functions/imagepalettetotruecolor.xml
@@ -29,10 +29,10 @@
&reftitle.returnvalues;
-
- Returns &true; if the convertion was complete, or if the source image already
+
+ Returns &true; if the conversion was complete, or if the source image already
is a true color image, otherwise &false; is returned.
-
+
@@ -62,7 +62,7 @@
-
+
The resolution is only used as meta information when images are read from and
- written to formats supporting this kind of information (curently PNG and
+ written to formats supporting this kind of information (currently PNG and
JPEG). It does not affect any drawing operations. The default resolution
for new images is 96 DPI.
-
+
diff --git a/reference/image/functions/imagettfbbox.xml b/reference/image/functions/imagettfbbox.xml
index f8cbc8d67762..1a341e338412 100644
--- a/reference/image/functions/imagettfbbox.xml
+++ b/reference/image/functions/imagettfbbox.xml
@@ -168,7 +168,7 @@ $font = './arial.ttf';
// First we create our bounding box for the first text
$bbox = imagettfbbox(10, 45, $font, 'Powered by PHP ' . phpversion());
-// This is our cordinates for X and Y
+// This is our coordinates for X and Y
$x = $bbox[0] + (imagesx($im) / 2) - ($bbox[4] / 2) - 25;
$y = $bbox[1] + (imagesy($im) / 2) - ($bbox[5] / 2) - 5;
@@ -178,7 +178,7 @@ imagettftext($im, 10, 45, $x, $y, $black, $font, 'Powered by PHP ' . phpversion(
// Create the next bounding box for the second text
$bbox = imagettfbbox(10, 45, $font, 'and Zend Engine ' . zend_version());
-// Set the cordinates so its next to the first text
+// Set the coordinates so its next to the first text
$x = $bbox[0] + (imagesx($im) / 2) - ($bbox[4] / 2) + 10;
$y = $bbox[1] + (imagesy($im) / 2) - ($bbox[5] / 2) - 5;
diff --git a/reference/info/functions/get-defined-constants.xml b/reference/info/functions/get-defined-constants.xml
index 0e63981e1c0c..e0d3f8d7c27a 100644
--- a/reference/info/functions/get-defined-constants.xml
+++ b/reference/info/functions/get-defined-constants.xml
@@ -90,10 +90,10 @@ Array
&reftitle.returnvalues;
-
+
Returns an array of constant name => constant value array, optionally
- groupped by extension name registering the constant.
-
+ grouped by extension name registering the constant.
+
diff --git a/reference/info/functions/phpversion.xml b/reference/info/functions/phpversion.xml
index 4ad2445d2976..3402ca175541 100644
--- a/reference/info/functions/phpversion.xml
+++ b/reference/info/functions/phpversion.xml
@@ -102,10 +102,10 @@ echo phpversion('zip');
* $version_id = $major_version * 10000 + $minor_version * 100 + $release_version;
*
* Now with PHP_VERSION_ID we can check for features this PHP version
- * may have, this doesn't require to use version_compare() everytime
+ * may have, this doesn't require to use version_compare() every time
* you check if the current PHP version may not support a feature.
*
- * For example, we may here define the PHP_*_VERSION constants thats
+ * For example, we may here define the PHP_*_VERSION constants that's
* not available in versions prior to 5.2.7
*/
diff --git a/reference/ldap/functions/ldap-exop-passwd.xml b/reference/ldap/functions/ldap-exop-passwd.xml
index c3f2e817414e..1aa60ec22e45 100644
--- a/reference/ldap/functions/ldap-exop-passwd.xml
+++ b/reference/ldap/functions/ldap-exop-passwd.xml
@@ -43,9 +43,9 @@
old_password
-
- The old password of this user. May be ommited depending of server configuration.
-
+
+ The old password of this user. May be omitted depending of server configuration.
+
diff --git a/reference/ldap/functions/ldap-mod-add.xml b/reference/ldap/functions/ldap-mod-add.xml
index c41cd6c60067..63437794d426 100644
--- a/reference/ldap/functions/ldap-mod-add.xml
+++ b/reference/ldap/functions/ldap-mod-add.xml
@@ -44,9 +44,9 @@
entry
-
- An associative array listing the attirbute values to add. If an attribute was not existing yet it will be added. If an attribute is existing you can only add values to it if it supports multiple values.
-
+
+ An associative array listing the attribute values to add. If an attribute was not existing yet it will be added. If an attribute is existing you can only add values to it if it supports multiple values.
+
diff --git a/reference/mysqlnd/config.xml b/reference/mysqlnd/config.xml
index f98193f41cea..3f59cb2828ef 100644
--- a/reference/mysqlnd/config.xml
+++ b/reference/mysqlnd/config.xml
@@ -428,7 +428,7 @@ d:t:x:O,/tmp/mysqlnd.trace
Copying result sets instead of having PHP variables reference
them allows releasing the memory occupied for the PHP variables earlier.
- Depending on the user API code, the actual database quries and the
+ Depending on the user API code, the actual database queries and the
size of their result sets this may reduce the memory footprint
of mysqlnd.
diff --git a/reference/network/functions/dns-get-record.xml b/reference/network/functions/dns-get-record.xml
index de47134caf39..40ce99be33d9 100644
--- a/reference/network/functions/dns-get-record.xml
+++ b/reference/network/functions/dns-get-record.xml
@@ -124,7 +124,7 @@
type
String containing the record type. Additional attributes will also be contained
- in the resulting array dependant on the value of type. See table below.
+ in the resulting array dependent on the value of type. See table below.
diff --git a/reference/openssl/functions/openssl-pbkdf2.xml b/reference/openssl/functions/openssl-pbkdf2.xml
index 7a513741212b..babf75c33e5f 100644
--- a/reference/openssl/functions/openssl-pbkdf2.xml
+++ b/reference/openssl/functions/openssl-pbkdf2.xml
@@ -37,9 +37,9 @@
salt
-
- PBKDF2 recommends a crytographic salt of at least 128 bits (16 bytes).
-
+
+ PBKDF2 recommends a cryptographic salt of at least 128 bits (16 bytes).
+
diff --git a/reference/pdo/pdo/prepare.xml b/reference/pdo/pdo/prepare.xml
index f94316bbdaa4..006de0ced5d2 100644
--- a/reference/pdo/pdo/prepare.xml
+++ b/reference/pdo/pdo/prepare.xml
@@ -59,7 +59,7 @@
The parser used for emulated prepared statements and for
rewriting named or question mark style parameters supports the non standard
backslash escapes for single- and double quotes. That means that terminating
- quotes immediately preceeded by a backslash are not recognized as such, which
+ quotes immediately preceded by a backslash are not recognized as such, which
may result in wrong detection of parameters causing the prepared statement to
fail when it is executed. A work-around is to not use emulated prepares for
such SQL queries, and to avoid rewriting of parameters by using a parameter style
diff --git a/reference/phar/ini.xml b/reference/phar/ini.xml
index c51f9d33c4a9..424fa5b66ddb 100644
--- a/reference/phar/ini.xml
+++ b/reference/phar/ini.xml
@@ -98,7 +98,7 @@
phar.require_hash does not provide any security per se,
- it is merely a measure against running accidentially corrupted Phar archives,
+ it is merely a measure against running accidentally corrupted Phar archives,
because anyone who would be able to tamper with the Phar could easily fix
the signature afterwards.
diff --git a/reference/posix/functions/posix-geteuid.xml b/reference/posix/functions/posix-geteuid.xml
index e18c7e042631..a82a4fd469b0 100644
--- a/reference/posix/functions/posix-geteuid.xml
+++ b/reference/posix/functions/posix-geteuid.xml
@@ -12,11 +12,11 @@
intposix_geteuid
-
+
Return the numeric effective user ID of the current process. See
also posix_getpwuid for information on how
- to convert this into a useable username.
-
+ to convert this into a usable username.
+
diff --git a/reference/reflection/reflectionclass/isiterateable.xml b/reference/reflection/reflectionclass/isiterateable.xml
index 3dd01eac9bd7..73bb0858ca59 100644
--- a/reference/reflection/reflectionclass/isiterateable.xml
+++ b/reference/reflection/reflectionclass/isiterateable.xml
@@ -10,10 +10,10 @@
&reftitle.description;
&Alias; ReflectionClass::isIterable
-
- As of PHP 7.2.0, instead of the missspelled RefectionClass::isIterateable,
+
+ As of PHP 7.2.0, instead of the misspelled RefectionClass::isIterateable,
ReflectionClass::isIterable should be preferred.
-
+
diff --git a/reference/reflection/reflectionfunction/construct.xml b/reference/reflection/reflectionfunction/construct.xml
index ac52fd10d789..d45e696b40c5 100644
--- a/reference/reflection/reflectionfunction/construct.xml
+++ b/reference/reflection/reflectionfunction/construct.xml
@@ -89,7 +89,7 @@ function dumpReflectionFunction($func)
// Print documentation comment
printf("---> Documentation:\n %s\n", var_export($func->getDocComment(), 1));
- // Print static variables if existant
+ // Print static variables if existent
if ($statics = $func->getStaticVariables())
{
printf("---> Static variables: %s\n", var_export($statics, 1));
diff --git a/reference/reflection/reflectionmethod/construct.xml b/reference/reflection/reflectionmethod/construct.xml
index 23ba43556a88..5acc86538b15 100644
--- a/reference/reflection/reflectionmethod/construct.xml
+++ b/reference/reflection/reflectionmethod/construct.xml
@@ -124,7 +124,7 @@ printf(
// Print documentation comment
printf("---> Documentation:\n %s\n", var_export($method->getDocComment(), true));
-// Print static variables if existant
+// Print static variables if existent
if ($statics= $method->getStaticVariables()) {
printf("---> Static variables: %s\n", var_export($statics, true));
}
diff --git a/reference/reflection/reflectionproperty/getdefaultvalue.xml b/reference/reflection/reflectionproperty/getdefaultvalue.xml
index f007b884f0fa..887944dc073b 100644
--- a/reference/reflection/reflectionproperty/getdefaultvalue.xml
+++ b/reference/reflection/reflectionproperty/getdefaultvalue.xml
@@ -24,12 +24,12 @@
&reftitle.returnvalues;
-
+
The default value if the property has any default value (including &null;).
If there is no default value, then &null; is returned. It is not possible to differentiate
- between a &null; default value and an unitialized typed property.
+ between a &null; default value and an uninitialized typed property.
Use ReflectionProperty::hasDefaultValue to detect the difference.
-
+
diff --git a/reference/reflection/reflectionproperty/getdoccomment.xml b/reference/reflection/reflectionproperty/getdoccomment.xml
index 5fc316306d3a..e7bd5f4dddf2 100644
--- a/reference/reflection/reflectionproperty/getdoccomment.xml
+++ b/reference/reflection/reflectionproperty/getdoccomment.xml
@@ -66,10 +66,10 @@ string(53) "/**
Multiple property declarations
-
- If multiple property declarations are preceeded by a single doc comment,
+
+ If multiple property declarations are preceded by a single doc comment,
the doc comment refers to the first property only.
-
+
Returns an associative array of the SNMP object ids and their values on success or &false; on error.
- When a SNMP error occures SNMP::getErrno and
+ When a SNMP error occurs SNMP::getErrno and
SNMP::getError can be used for retrieving error
number (specific to SNMP extension, see class constants) and error message
respectively.
diff --git a/reference/sqlite3/sqlite3stmt/bindparam.xml b/reference/sqlite3/sqlite3stmt/bindparam.xml
index 2e8258ebba10..5e112651558e 100644
--- a/reference/sqlite3/sqlite3stmt/bindparam.xml
+++ b/reference/sqlite3/sqlite3stmt/bindparam.xml
@@ -38,14 +38,14 @@
param
-
+
Either a string (for named parameters) or an int
(for positional parameters) identifying the statement variable to which the
value should be bound.
If a named parameter does not start with a colon (:) or an
- at sign (@), a colon (:) is automatically preprended.
+ at sign (@), a colon (:) is automatically prepended.
Positional parameters start with 1.
-
+
diff --git a/reference/sqlite3/sqlite3stmt/bindvalue.xml b/reference/sqlite3/sqlite3stmt/bindvalue.xml
index ed08ed7dce14..85a12bc22637 100644
--- a/reference/sqlite3/sqlite3stmt/bindvalue.xml
+++ b/reference/sqlite3/sqlite3stmt/bindvalue.xml
@@ -33,14 +33,14 @@
param
-
+
Either a string (for named parameters) or an int
(for positional parameters) identifying the statement variable to which the
value should be bound.
If a named parameter does not start with a colon (:) or an
- at sign (@), a colon (:) is automatically preprended.
+ at sign (@), a colon (:) is automatically prepended.
Positional parameters start with 1.
-
+
diff --git a/reference/stream/functions/stream-socket-server.xml b/reference/stream/functions/stream-socket-server.xml
index d1d645752624..ca776d624dc0 100644
--- a/reference/stream/functions/stream-socket-server.xml
+++ b/reference/stream/functions/stream-socket-server.xml
@@ -44,12 +44,12 @@
Unix domain sockets, the target portion should
point to the socket file on the filesystem.
-
+
Depending on the environment, Unix domain sockets may not be available.
A list of available transports can be retrieved using
stream_get_transports. See
- for a list of bulitin transports.
-
+ for a list of built-in transports.
+
diff --git a/reference/stream/functions/stream-wrapper-unregister.xml b/reference/stream/functions/stream-wrapper-unregister.xml
index 6d07991b972a..370bd9f2d766 100644
--- a/reference/stream/functions/stream-wrapper-unregister.xml
+++ b/reference/stream/functions/stream-wrapper-unregister.xml
@@ -11,12 +11,12 @@
boolstream_wrapper_unregisterstringprotocol
-
+
Allows you to disable an already defined stream wrapper. Once the wrapper
has been disabled you may override it with a user-defined wrapper using
- stream_wrapper_register or reenable it later on with
+ stream_wrapper_register or re-enable it later on with
stream_wrapper_restore.
-
+
&reftitle.parameters;
diff --git a/reference/stream/streamwrapper/dir-readdir.xml b/reference/stream/streamwrapper/dir-readdir.xml
index 80d4bffb599b..2e8971463612 100644
--- a/reference/stream/streamwrapper/dir-readdir.xml
+++ b/reference/stream/streamwrapper/dir-readdir.xml
@@ -93,7 +93,7 @@ class streamWrapper {
}
$octal_bytes = trim($data["size"]);
- // Filesize is defined in octects
+ // Filesize is defined in octets
$bytes = octdec($octal_bytes);
// tar rounds up filesizes up to multiple of 512 bytes (zero filled)
diff --git a/reference/stream/streamwrapper/url-stat.xml b/reference/stream/streamwrapper/url-stat.xml
index e3b77c59e029..2e1ffe230716 100644
--- a/reference/stream/streamwrapper/url-stat.xml
+++ b/reference/stream/streamwrapper/url-stat.xml
@@ -117,13 +117,13 @@
&reftitle.returnvalues;
-
+
Should return an &array; with the same elements as stat does.
Unknown or unavailable values should be set to a rational value
- (usually 0). Special attention should be payed to
+ (usually 0). Special attention should be paid to
mode as documented under stat.
Should return &false; on failure.
-
+
diff --git a/reference/tidy/tidynode/isasp.xml b/reference/tidy/tidynode/isasp.xml
index ca2137457d00..7d5a5d747943 100644
--- a/reference/tidy/tidynode/isasp.xml
+++ b/reference/tidy/tidynode/isasp.xml
@@ -77,7 +77,7 @@ function get_nodes($node) {
echo $node->value;
}
- // check if the current node has childrens
+ // check if the current node has children
if($node->hasChildren()) {
foreach($node->child as $child) {
get_nodes($child);
diff --git a/reference/tidy/tidynode/iscomment.xml b/reference/tidy/tidynode/iscomment.xml
index 8c3dd524ddcf..e10ab165acdb 100644
--- a/reference/tidy/tidynode/iscomment.xml
+++ b/reference/tidy/tidynode/iscomment.xml
@@ -77,7 +77,7 @@ function get_nodes($node) {
echo $node->value;
}
- // check if the current node has childrens
+ // check if the current node has children
if($node->hasChildren()) {
foreach($node->child as $child) {
get_nodes($child);
diff --git a/reference/tidy/tidynode/ishtml.xml b/reference/tidy/tidynode/ishtml.xml
index 0cda0b87ee77..686a56419cef 100644
--- a/reference/tidy/tidynode/ishtml.xml
+++ b/reference/tidy/tidynode/ishtml.xml
@@ -99,7 +99,7 @@ function get_nodes($node) {
echo $node->value;
}
- // check if the current node has childrens
+ // check if the current node has children
if($node->hasChildren()) {
foreach($node->child as $child) {
get_nodes($child);
diff --git a/reference/tidy/tidynode/isjste.xml b/reference/tidy/tidynode/isjste.xml
index bf0ea7cd316d..8796e14cc3c0 100644
--- a/reference/tidy/tidynode/isjste.xml
+++ b/reference/tidy/tidynode/isjste.xml
@@ -77,7 +77,7 @@ function get_nodes($node) {
echo $node->value;
}
- // check if the current node has childrens
+ // check if the current node has children
if($node->hasChildren()) {
foreach($node->child as $child) {
get_nodes($child);
diff --git a/reference/tidy/tidynode/isphp.xml b/reference/tidy/tidynode/isphp.xml
index 3c6fa866d591..6f9944b86bf4 100644
--- a/reference/tidy/tidynode/isphp.xml
+++ b/reference/tidy/tidynode/isphp.xml
@@ -77,7 +77,7 @@ function get_nodes($node) {
echo $node->value;
}
- // check if the current node has childrens
+ // check if the current node has children
if($node->hasChildren()) {
foreach($node->child as $child) {
get_nodes($child);
diff --git a/reference/tidy/tidynode/istext.xml b/reference/tidy/tidynode/istext.xml
index f66c9f9a4b4a..b3a745221aec 100644
--- a/reference/tidy/tidynode/istext.xml
+++ b/reference/tidy/tidynode/istext.xml
@@ -77,7 +77,7 @@ function get_nodes($node) {
echo $node->value;
}
- // check if the current node has childrens
+ // check if the current node has children
if($node->hasChildren()) {
foreach($node->child as $child) {
get_nodes($child);
diff --git a/reference/var/functions/var-export.xml b/reference/var/functions/var-export.xml
index 66e2111d73b9..5bd550f32398 100644
--- a/reference/var/functions/var-export.xml
+++ b/reference/var/functions/var-export.xml
@@ -71,7 +71,7 @@
8.2.0
Exported class names are now fully qualified; previously, the leading
- backslash was ommitted.
+ backslash was omitted.
diff --git a/reference/xmlwriter/xmlwriter/openmemory.xml b/reference/xmlwriter/xmlwriter/openmemory.xml
index ad0d5bf418bf..c0d1aa3e5a22 100644
--- a/reference/xmlwriter/xmlwriter/openmemory.xml
+++ b/reference/xmlwriter/xmlwriter/openmemory.xml
@@ -54,7 +54,7 @@
8.0.0
This function returns now an XMLWriter instance on success.
- Previouly, a &resource; has been returned in this case.
+ Previously, a &resource; has been returned in this case.
diff --git a/reference/xmlwriter/xmlwriter/openuri.xml b/reference/xmlwriter/xmlwriter/openuri.xml
index fc997aac5035..0cae14f9fe20 100644
--- a/reference/xmlwriter/xmlwriter/openuri.xml
+++ b/reference/xmlwriter/xmlwriter/openuri.xml
@@ -66,7 +66,7 @@
8.0.0
This function returns now an XMLWriter instance on success.
- Previouly, a &resource; has been returned in this case.
+ Previously, a &resource; has been returned in this case.
diff --git a/reference/zip/constants.xml b/reference/zip/constants.xml
index d9e2f2e9c95e..c38a60b9fdae 100644
--- a/reference/zip/constants.xml
+++ b/reference/zip/constants.xml
@@ -1041,7 +1041,7 @@
- Use file size, if the file grows additionnal data is ignored, if the file shrinks an error is raised (ZipArchive::ER_DATA_LENGTH).
+ Use file size, if the file grows additional data is ignored, if the file shrinks an error is raised (ZipArchive::ER_DATA_LENGTH).
Available as of PHP 8.3.0 and PECL zip 1.22.2.