From 05f38dfc048370008a73a49dcfd9a078c72ea9df Mon Sep 17 00:00:00 2001 From: Jordi Kroon Date: Thu, 10 Sep 2026 19:37:00 +0200 Subject: [PATCH 1/4] replace xi:include with inherited member entities --- entities/entities.inherited.ent | 267 ++++++++++++++++++ entities/entities.manual.ent | 40 ++- reference/ds/ds.collection.xml | 6 +- reference/ds/ds.sequence.xml | 8 +- reference/event/eventexception.xml | 7 +- reference/gearman/gearmanexception.xml | 4 +- reference/gmagick/gmagickexception.xml | 6 +- reference/gmagick/gmagickpixelexception.xml | 4 +- reference/imagick/imagickdrawexception.xml | 9 +- reference/imagick/imagickexception.xml | 9 +- reference/imagick/imagickkernelexception.xml | 7 +- reference/imagick/imagickpixelexception.xml | 9 +- .../imagick/imagickpixeliteratorexception.xml | 9 +- reference/lua/luaexception.xml | 6 +- reference/luasandbox/luasandboxerror.xml | 6 +- reference/luasandbox/luasandboxerrorerror.xml | 4 +- reference/luasandbox/luasandboxfatalerror.xml | 4 +- .../luasandbox/luasandboxmemoryerror.xml | 4 +- .../luasandbox/luasandboxruntimeerror.xml | 4 +- .../luasandbox/luasandboxsyntaxerror.xml | 4 +- .../luasandbox/luasandboxtimeouterror.xml | 4 +- reference/memcached/memcachedexception.xml | 6 +- .../exception/authenticationexception.xml | 4 +- .../exception/bulkwritecommandexception.xml | 4 +- .../driver/exception/bulkwriteexception.xml | 4 +- .../driver/exception/commandexception.xml | 4 +- .../driver/exception/connectionexception.xml | 4 +- .../exception/connectiontimeoutexception.xml | 4 +- .../driver/exception/encryptionexception.xml | 4 +- .../exception/executiontimeoutexception.xml | 4 +- .../exception/invalidargumentexception.xml | 6 +- .../driver/exception/logicexception.xml | 6 +- .../driver/exception/runtimeexception.xml | 6 +- .../driver/exception/serverexception.xml | 4 +- .../exception/sslconnectionexception.xml | 4 +- .../exception/unexpectedvalueexception.xml | 6 +- .../driver/exception/writeexception.xml | 4 +- .../mysql_xdevapi/mysql-xdevapi.exception.xml | 4 +- reference/oauth/oauthexception.xml | 6 +- reference/parle/parle.lexerexception.xml | 8 +- reference/parle/parle.parserexception.xml | 8 +- reference/rar/rarexception.xml | 4 +- reference/simdjson/simdjsonexception.xml | 4 +- reference/simdjson/simdjsonvalueerror.xml | 6 +- reference/solr/solrclientexception.xml | 4 +- reference/solr/solrexception.xml | 6 +- .../solr/solrillegalargumentexception.xml | 4 +- .../solr/solrillegaloperationexception.xml | 4 +- ...solrmissingmandatoryparameterexception.xml | 4 +- reference/solr/solrserverexception.xml | 4 +- reference/stomp/stompexception.xml | 4 +- reference/svm/svmexception.xml | 6 +- .../swoole.coroutine.mysql.exception.xml | 6 +- reference/swoole/swoole.exception.xml | 6 +- reference/swoole/swoole.mysql.exception.xml | 6 +- .../ui.exception.invalidargumentexception.xml | 8 +- .../ui/ui.exception.runtimeexception.xml | 8 +- reference/v8js/v8jsexception.xml | 6 +- reference/varnish/varnishexception.xml | 6 +- .../win32service/win32serviceexception.xml | 6 +- reference/xmldiff/xmldiff.exception.xml | 6 +- reference/yaf/yaf-exception.xml | 6 +- reference/yar/yar-client-exception.xml | 7 +- .../yar/yar-client-packager-exception.xml | 5 +- .../yar/yar-client-protocol-exception.xml | 5 +- .../yar/yar-client-transport-exception.xml | 5 +- reference/yar/yar-server-exception.xml | 7 +- reference/yar/yar-server-output-exception.xml | 5 +- .../yar/yar-server-packager-exception.xml | 5 +- .../yar/yar-server-protocol-exception.xml | 5 +- .../yar/yar-server-request-exception.xml | 5 +- reference/zmq/zmqcontextexception.xml | 2 +- reference/zmq/zmqdeviceexception.xml | 2 +- reference/zmq/zmqexception.xml | 4 +- reference/zmq/zmqpollexception.xml | 2 +- reference/zmq/zmqsocketexception.xml | 2 +- .../zookeeperauthenticationexception.xml | 4 +- .../zookeeperconnectionexception.xml | 4 +- reference/zookeeper/zookeeperexception.xml | 6 +- .../zookeepermarshallingexception.xml | 4 +- .../zookeeper/zookeepernonodeexception.xml | 4 +- .../zookeeperoperationtimeoutexception.xml | 4 +- .../zookeeper/zookeepersessionexception.xml | 4 +- 83 files changed, 508 insertions(+), 218 deletions(-) create mode 100644 entities/entities.inherited.ent diff --git a/entities/entities.inherited.ent b/entities/entities.inherited.ent new file mode 100644 index 000000000..5df3b0d70 --- /dev/null +++ b/entities/entities.inherited.ent @@ -0,0 +1,267 @@ + + + + + + + + + + + protected + string + message + "" + + + private + string + string + "" + + + protected + int + code + + + protected + string + file + "" + + + protected + int + line + + + private + array + trace + [] + + + private + Throwablenull + previous + null + + + + + + public Exception::__construct + stringmessage"" + intcode0 + Throwablenullprevious&null; + + + final public stringException::getMessage + + + + final public ThrowablenullException::getPrevious + + + + final public intException::getCode + + + + final public stringException::getFile + + + + final public intException::getLine + + + + final public arrayException::getTrace + + + + final public stringException::getTraceAsString + + + + public stringException::__toString + + + + private voidException::__clone + + + + + + + + + protected + string + message + "" + + + private + string + string + "" + + + protected + int + code + + + protected + string + file + "" + + + protected + int + line + + + private + array + trace + [] + + + private + Throwablenull + previous + null + + + + + + public Error::__construct + stringmessage"" + intcode0 + Throwablenullprevious&null; + + + final public stringError::getMessage + + + + final public ThrowablenullError::getPrevious + + + + final public intError::getCode + + + + final public stringError::getFile + + + + final public intError::getLine + + + + final public arrayError::getTrace + + + + final public stringError::getTraceAsString + + + + public stringError::__toString + + + + private voidError::__clone + + + + + + + + + public boolArrayAccess::offsetExists + mixedoffset + + + public mixedArrayAccess::offsetGet + mixedoffset + + + public voidArrayAccess::offsetSet + mixedoffset + mixedvalue + + + public voidArrayAccess::offsetUnset + mixedoffset + + + + + + public intCountable::count + + + + + + + public TraversableIteratorAggregate::getIterator + + + + + + + public mixedJsonSerializable::jsonSerialize + + + + + diff --git a/entities/entities.manual.ent b/entities/entities.manual.ent index a08e72eb0..43cce36ac 100644 --- a/entities/entities.manual.ent +++ b/entities/entities.manual.ent @@ -12,7 +12,10 @@ URLs rather than linkends. Any links to other manual books should live here. - +&url.php.manual;arrayaccess.offsetexists.php +&url.php.manual;arrayaccess.offsetget.php +&url.php.manual;arrayaccess.offsetset.php +&url.php.manual;arrayaccess.offsetunset.php &url.php.manual;book.curl.php &url.php.manual;book.filesystem.php &url.php.manual;book.iconv.php @@ -26,10 +29,43 @@ URLs rather than linkends. Any links to other manual books should live here. &url.php.manual;book.pcre.php &url.php.manual;book.sodium.php &url.php.manual;book.stream.php +&url.php.manual;class.arrayaccess.php +&url.php.manual;class.countable.php +&url.php.manual;class.error.php +&url.php.manual;class.exception.php +&url.php.manual;class.invalidargumentexception.php +&url.php.manual;class.iteratoraggregate.php +&url.php.manual;class.jsonserializable.php +&url.php.manual;class.logicexception.php +&url.php.manual;class.runtimeexception.php +&url.php.manual;class.throwable.php +&url.php.manual;class.unexpectedvalueexception.php +&url.php.manual;class.valueerror.php &url.php.manual;configuration.changes.modes.php &url.php.manual;configuration.file.php &url.php.manual;context.ssl.php &url.php.manual;control-structures.foreach.php +&url.php.manual;countable.count.php +&url.php.manual;error.clone.php +&url.php.manual;error.construct.php +&url.php.manual;error.getcode.php +&url.php.manual;error.getfile.php +&url.php.manual;error.getline.php +&url.php.manual;error.getmessage.php +&url.php.manual;error.getprevious.php +&url.php.manual;error.gettrace.php +&url.php.manual;error.gettraceasstring.php +&url.php.manual;error.tostring.php +&url.php.manual;exception.clone.php +&url.php.manual;exception.construct.php +&url.php.manual;exception.getcode.php +&url.php.manual;exception.getfile.php +&url.php.manual;exception.getline.php +&url.php.manual;exception.getmessage.php +&url.php.manual;exception.getprevious.php +&url.php.manual;exception.gettrace.php +&url.php.manual;exception.gettraceasstring.php +&url.php.manual;exception.tostring.php &url.php.manual;faq.installation.php#faq.installation.addtopath &url.php.manual;faq.using.php#faq.using.shorthandbytes &url.php.manual;features.commandline.php @@ -65,6 +101,8 @@ URLs rather than linkends. Any links to other manual books should live here. &url.php.manual;install.windows.building.php &url.php.manual;install.windows.manual.php &url.php.manual;book.pdo.php#intro.pdo +&url.php.manual;iteratoraggregate.getiterator.php +&url.php.manual;jsonserializable.jsonserialize.php &url.php.manual;language.exceptions.php &url.php.manual;language.oop5.autoload.php &url.php.manual;language.oop5.cloning.php diff --git a/reference/ds/ds.collection.xml b/reference/ds/ds.collection.xml index 734f2d939..7898219e4 100644 --- a/reference/ds/ds.collection.xml +++ b/reference/ds/ds.collection.xml @@ -38,9 +38,9 @@ &InheritedMethods; - - - + &class.countable.methods; + &class.iteratoraggregate.methods; + &class.jsonserializable.methods; diff --git a/reference/ds/ds.sequence.xml b/reference/ds/ds.sequence.xml index 098b3289c..00d41fe27 100644 --- a/reference/ds/ds.sequence.xml +++ b/reference/ds/ds.sequence.xml @@ -50,10 +50,10 @@ &InheritedMethods; - - - - + &class.countable.methods; + &class.iteratoraggregate.methods; + &class.jsonserializable.methods; + &class.arrayaccess.methods; diff --git a/reference/event/eventexception.xml b/reference/event/eventexception.xml index b956d4d3b..7936df3ff 100644 --- a/reference/event/eventexception.xml +++ b/reference/event/eventexception.xml @@ -25,15 +25,14 @@ extends - RuntimeException + RuntimeException &InheritedProperties; - + &class.error.properties; &InheritedMethods; - - + &class.error.methods; diff --git a/reference/gearman/gearmanexception.xml b/reference/gearman/gearmanexception.xml index 937711b1e..43f3ddd7c 100644 --- a/reference/gearman/gearmanexception.xml +++ b/reference/gearman/gearmanexception.xml @@ -26,7 +26,7 @@ &InheritedProperties; - + &class.exception.properties; &Methods; &InheritedMethods; - + &class.exception.methods; diff --git a/reference/gmagick/gmagickexception.xml b/reference/gmagick/gmagickexception.xml index d8c92f502..b9b3e1440 100644 --- a/reference/gmagick/gmagickexception.xml +++ b/reference/gmagick/gmagickexception.xml @@ -31,16 +31,16 @@ extends - Exception + Exception &InheritedProperties; - + &class.exception.properties; &InheritedMethods; - + &class.exception.methods; diff --git a/reference/gmagick/gmagickpixelexception.xml b/reference/gmagick/gmagickpixelexception.xml index ef6d9e019..51b25070d 100644 --- a/reference/gmagick/gmagickpixelexception.xml +++ b/reference/gmagick/gmagickpixelexception.xml @@ -31,13 +31,13 @@ extends - Exception + Exception &InheritedMethods; - + &class.exception.methods; diff --git a/reference/imagick/imagickdrawexception.xml b/reference/imagick/imagickdrawexception.xml index a4a7465e1..2205ec7f7 100644 --- a/reference/imagick/imagickdrawexception.xml +++ b/reference/imagick/imagickdrawexception.xml @@ -30,20 +30,19 @@ extends - Exception + Exception - Throwable + Throwable &InheritedProperties; - + &class.exception.properties; &InheritedMethods; - - + &class.exception.methods; diff --git a/reference/imagick/imagickexception.xml b/reference/imagick/imagickexception.xml index 11b90c849..bc4e59eb3 100644 --- a/reference/imagick/imagickexception.xml +++ b/reference/imagick/imagickexception.xml @@ -30,20 +30,19 @@ extends - Exception + Exception - Throwable + Throwable &InheritedProperties; - + &class.exception.properties; &InheritedMethods; - - + &class.exception.methods; diff --git a/reference/imagick/imagickkernelexception.xml b/reference/imagick/imagickkernelexception.xml index 712bf1e9e..b7917f8fb 100644 --- a/reference/imagick/imagickkernelexception.xml +++ b/reference/imagick/imagickkernelexception.xml @@ -32,17 +32,16 @@ extends - Exception + Exception &InheritedProperties; - + &class.exception.properties; &InheritedMethods; - - + &class.exception.methods; diff --git a/reference/imagick/imagickpixelexception.xml b/reference/imagick/imagickpixelexception.xml index f2cb22a43..c6a4adff3 100644 --- a/reference/imagick/imagickpixelexception.xml +++ b/reference/imagick/imagickpixelexception.xml @@ -30,20 +30,19 @@ extends - Exception + Exception - Throwable + Throwable &InheritedProperties; - + &class.exception.properties; &InheritedMethods; - - + &class.exception.methods; diff --git a/reference/imagick/imagickpixeliteratorexception.xml b/reference/imagick/imagickpixeliteratorexception.xml index 8ce45c77c..839038300 100644 --- a/reference/imagick/imagickpixeliteratorexception.xml +++ b/reference/imagick/imagickpixeliteratorexception.xml @@ -30,20 +30,19 @@ extends - Exception + Exception - Throwable + Throwable &InheritedProperties; - + &class.exception.properties; &InheritedMethods; - - + &class.exception.methods; diff --git a/reference/lua/luaexception.xml b/reference/lua/luaexception.xml index 9547be226..5618bb376 100644 --- a/reference/lua/luaexception.xml +++ b/reference/lua/luaexception.xml @@ -31,16 +31,16 @@ extends - Exception + Exception &InheritedProperties; - + &class.exception.properties; &InheritedMethods; - + &class.exception.methods; diff --git a/reference/luasandbox/luasandboxerror.xml b/reference/luasandbox/luasandboxerror.xml index f653f279f..e7b631956 100644 --- a/reference/luasandbox/luasandboxerror.xml +++ b/reference/luasandbox/luasandboxerror.xml @@ -31,7 +31,7 @@ extends - Exception + Exception @@ -62,7 +62,7 @@ &InheritedProperties; - + &class.exception.properties; &InheritedMethods; - + &class.exception.methods; diff --git a/reference/luasandbox/luasandboxerrorerror.xml b/reference/luasandbox/luasandboxerrorerror.xml index 95f7f5dbe..32057e487 100644 --- a/reference/luasandbox/luasandboxerrorerror.xml +++ b/reference/luasandbox/luasandboxerrorerror.xml @@ -37,7 +37,7 @@ &InheritedProperties; - + &class.exception.properties; &InheritedMethods; - + &class.exception.methods; diff --git a/reference/luasandbox/luasandboxfatalerror.xml b/reference/luasandbox/luasandboxfatalerror.xml index ae9f25353..e4a55ea0b 100644 --- a/reference/luasandbox/luasandboxfatalerror.xml +++ b/reference/luasandbox/luasandboxfatalerror.xml @@ -41,7 +41,7 @@ &InheritedProperties; - + &class.exception.properties; &InheritedMethods; - + &class.exception.methods; diff --git a/reference/luasandbox/luasandboxmemoryerror.xml b/reference/luasandbox/luasandboxmemoryerror.xml index 9ae6439a9..d85bd5d75 100644 --- a/reference/luasandbox/luasandboxmemoryerror.xml +++ b/reference/luasandbox/luasandboxmemoryerror.xml @@ -37,7 +37,7 @@ &InheritedProperties; - + &class.exception.properties; &InheritedMethods; - + &class.exception.methods; diff --git a/reference/luasandbox/luasandboxruntimeerror.xml b/reference/luasandbox/luasandboxruntimeerror.xml index 68a40b2c1..428c2a612 100644 --- a/reference/luasandbox/luasandboxruntimeerror.xml +++ b/reference/luasandbox/luasandboxruntimeerror.xml @@ -41,7 +41,7 @@ &InheritedProperties; - + &class.exception.properties; &InheritedMethods; - + &class.exception.methods; diff --git a/reference/luasandbox/luasandboxsyntaxerror.xml b/reference/luasandbox/luasandboxsyntaxerror.xml index 75c2ae450..3ec8df021 100644 --- a/reference/luasandbox/luasandboxsyntaxerror.xml +++ b/reference/luasandbox/luasandboxsyntaxerror.xml @@ -37,7 +37,7 @@ &InheritedProperties; - + &class.exception.properties; &InheritedMethods; - + &class.exception.methods; diff --git a/reference/luasandbox/luasandboxtimeouterror.xml b/reference/luasandbox/luasandboxtimeouterror.xml index 978f453b4..a7d33e345 100644 --- a/reference/luasandbox/luasandboxtimeouterror.xml +++ b/reference/luasandbox/luasandboxtimeouterror.xml @@ -37,7 +37,7 @@ &InheritedProperties; - + &class.exception.properties; &InheritedMethods; - + &class.exception.methods; diff --git a/reference/memcached/memcachedexception.xml b/reference/memcached/memcachedexception.xml index 3c10b5007..a2d932ce0 100644 --- a/reference/memcached/memcachedexception.xml +++ b/reference/memcached/memcachedexception.xml @@ -32,16 +32,16 @@ extends - RuntimeException + RuntimeException &InheritedProperties; - + &class.exception.properties; &InheritedMethods; - + &class.exception.methods; diff --git a/reference/mongodb/mongodb/driver/exception/authenticationexception.xml b/reference/mongodb/mongodb/driver/exception/authenticationexception.xml index 879dd85b0..0477f4cfb 100644 --- a/reference/mongodb/mongodb/driver/exception/authenticationexception.xml +++ b/reference/mongodb/mongodb/driver/exception/authenticationexception.xml @@ -44,13 +44,13 @@ - + &class.exception.properties; &InheritedMethods; - + &class.exception.methods; diff --git a/reference/mongodb/mongodb/driver/exception/bulkwritecommandexception.xml b/reference/mongodb/mongodb/driver/exception/bulkwritecommandexception.xml index cc34384f2..968a0f45f 100644 --- a/reference/mongodb/mongodb/driver/exception/bulkwritecommandexception.xml +++ b/reference/mongodb/mongodb/driver/exception/bulkwritecommandexception.xml @@ -69,7 +69,7 @@ - + &class.exception.properties; &Methods; @@ -78,7 +78,7 @@ - + &class.exception.methods; diff --git a/reference/mongodb/mongodb/driver/exception/bulkwriteexception.xml b/reference/mongodb/mongodb/driver/exception/bulkwriteexception.xml index c6b8f08ca..6ff2e6618 100644 --- a/reference/mongodb/mongodb/driver/exception/bulkwriteexception.xml +++ b/reference/mongodb/mongodb/driver/exception/bulkwriteexception.xml @@ -52,7 +52,7 @@ - + &class.exception.properties; &Methods; @@ -61,7 +61,7 @@ - + &class.exception.methods; diff --git a/reference/mongodb/mongodb/driver/exception/commandexception.xml b/reference/mongodb/mongodb/driver/exception/commandexception.xml index f817719aa..6177985c5 100644 --- a/reference/mongodb/mongodb/driver/exception/commandexception.xml +++ b/reference/mongodb/mongodb/driver/exception/commandexception.xml @@ -52,7 +52,7 @@ - + &class.exception.properties; &Methods; @@ -61,7 +61,7 @@ - + &class.exception.methods; diff --git a/reference/mongodb/mongodb/driver/exception/connectionexception.xml b/reference/mongodb/mongodb/driver/exception/connectionexception.xml index eebc83cc6..a3ad9f762 100644 --- a/reference/mongodb/mongodb/driver/exception/connectionexception.xml +++ b/reference/mongodb/mongodb/driver/exception/connectionexception.xml @@ -44,12 +44,12 @@ &InheritedProperties; - + &class.exception.properties; &InheritedMethods; - + &class.exception.methods; diff --git a/reference/mongodb/mongodb/driver/exception/connectiontimeoutexception.xml b/reference/mongodb/mongodb/driver/exception/connectiontimeoutexception.xml index d3ee0ab22..f821aab0d 100644 --- a/reference/mongodb/mongodb/driver/exception/connectiontimeoutexception.xml +++ b/reference/mongodb/mongodb/driver/exception/connectiontimeoutexception.xml @@ -49,13 +49,13 @@ - + &class.exception.properties; &InheritedMethods; - + &class.exception.methods; diff --git a/reference/mongodb/mongodb/driver/exception/encryptionexception.xml b/reference/mongodb/mongodb/driver/exception/encryptionexception.xml index b64ed7224..6a01a52e5 100644 --- a/reference/mongodb/mongodb/driver/exception/encryptionexception.xml +++ b/reference/mongodb/mongodb/driver/exception/encryptionexception.xml @@ -43,12 +43,12 @@ &InheritedProperties; - + &class.exception.properties; &InheritedMethods; - + &class.exception.methods; diff --git a/reference/mongodb/mongodb/driver/exception/executiontimeoutexception.xml b/reference/mongodb/mongodb/driver/exception/executiontimeoutexception.xml index 37539dc8b..88025c8fd 100644 --- a/reference/mongodb/mongodb/driver/exception/executiontimeoutexception.xml +++ b/reference/mongodb/mongodb/driver/exception/executiontimeoutexception.xml @@ -47,13 +47,13 @@ - + &class.exception.properties; &InheritedMethods; - + &class.exception.methods; diff --git a/reference/mongodb/mongodb/driver/exception/invalidargumentexception.xml b/reference/mongodb/mongodb/driver/exception/invalidargumentexception.xml index ac0c7e16d..e64f45b01 100644 --- a/reference/mongodb/mongodb/driver/exception/invalidargumentexception.xml +++ b/reference/mongodb/mongodb/driver/exception/invalidargumentexception.xml @@ -33,7 +33,7 @@ extends - InvalidArgumentException + InvalidArgumentException @@ -43,11 +43,11 @@ &InheritedProperties; - + &class.exception.properties; &InheritedMethods; - + &class.exception.methods; diff --git a/reference/mongodb/mongodb/driver/exception/logicexception.xml b/reference/mongodb/mongodb/driver/exception/logicexception.xml index b16ad2886..fd20f7163 100644 --- a/reference/mongodb/mongodb/driver/exception/logicexception.xml +++ b/reference/mongodb/mongodb/driver/exception/logicexception.xml @@ -32,7 +32,7 @@ extends - LogicException + LogicException @@ -42,11 +42,11 @@ &InheritedProperties; - + &class.exception.properties; &InheritedMethods; - + &class.exception.methods; diff --git a/reference/mongodb/mongodb/driver/exception/runtimeexception.xml b/reference/mongodb/mongodb/driver/exception/runtimeexception.xml index b14ad24ef..401dd8f2f 100644 --- a/reference/mongodb/mongodb/driver/exception/runtimeexception.xml +++ b/reference/mongodb/mongodb/driver/exception/runtimeexception.xml @@ -33,7 +33,7 @@ extends - RuntimeException + RuntimeException @@ -50,14 +50,14 @@ &InheritedProperties; - + &class.exception.properties; &Methods; &InheritedMethods; - + &class.exception.methods; diff --git a/reference/mongodb/mongodb/driver/exception/serverexception.xml b/reference/mongodb/mongodb/driver/exception/serverexception.xml index ed13e9e0e..6cbe9e377 100644 --- a/reference/mongodb/mongodb/driver/exception/serverexception.xml +++ b/reference/mongodb/mongodb/driver/exception/serverexception.xml @@ -43,12 +43,12 @@ &InheritedProperties; - + &class.exception.properties; &InheritedMethods; - + &class.exception.methods; diff --git a/reference/mongodb/mongodb/driver/exception/sslconnectionexception.xml b/reference/mongodb/mongodb/driver/exception/sslconnectionexception.xml index 3c275913d..3290d35df 100644 --- a/reference/mongodb/mongodb/driver/exception/sslconnectionexception.xml +++ b/reference/mongodb/mongodb/driver/exception/sslconnectionexception.xml @@ -54,13 +54,13 @@ - + &class.exception.properties; &InheritedMethods; - + &class.exception.methods; diff --git a/reference/mongodb/mongodb/driver/exception/unexpectedvalueexception.xml b/reference/mongodb/mongodb/driver/exception/unexpectedvalueexception.xml index 3ea6b2372..f4abe165a 100644 --- a/reference/mongodb/mongodb/driver/exception/unexpectedvalueexception.xml +++ b/reference/mongodb/mongodb/driver/exception/unexpectedvalueexception.xml @@ -33,7 +33,7 @@ extends - UnexpectedValueException + UnexpectedValueException @@ -43,11 +43,11 @@ &InheritedProperties; - + &class.exception.properties; &InheritedMethods; - + &class.exception.methods; diff --git a/reference/mongodb/mongodb/driver/exception/writeexception.xml b/reference/mongodb/mongodb/driver/exception/writeexception.xml index b8b0b4345..59fa88216 100644 --- a/reference/mongodb/mongodb/driver/exception/writeexception.xml +++ b/reference/mongodb/mongodb/driver/exception/writeexception.xml @@ -62,7 +62,7 @@ - + &class.exception.properties; &Methods; @@ -71,7 +71,7 @@ - + &class.exception.methods; diff --git a/reference/mysql_xdevapi/mysql-xdevapi.exception.xml b/reference/mysql_xdevapi/mysql-xdevapi.exception.xml index 991b524a5..605ee1494 100644 --- a/reference/mysql_xdevapi/mysql-xdevapi.exception.xml +++ b/reference/mysql_xdevapi/mysql-xdevapi.exception.xml @@ -32,11 +32,11 @@ extends - RuntimeException + RuntimeException - Throwable + Throwable diff --git a/reference/oauth/oauthexception.xml b/reference/oauth/oauthexception.xml index 8f380b17d..1fefee549 100644 --- a/reference/oauth/oauthexception.xml +++ b/reference/oauth/oauthexception.xml @@ -31,7 +31,7 @@ extends - Exception + Exception @@ -46,10 +46,10 @@ &InheritedProperties; - + &class.exception.properties; &InheritedMethods; - + &class.exception.methods; diff --git a/reference/parle/parle.lexerexception.xml b/reference/parle/parle.lexerexception.xml index 0dbdabfe4..e9c399fd3 100644 --- a/reference/parle/parle.lexerexception.xml +++ b/reference/parle/parle.lexerexception.xml @@ -32,16 +32,16 @@ extends - Exception + Exception - Throwable + Throwable &InheritedProperties; - + &class.exception.properties; &Methods; @@ -49,7 +49,7 @@ &InheritedMethods; - + &class.exception.methods; diff --git a/reference/parle/parle.parserexception.xml b/reference/parle/parle.parserexception.xml index 42e227b98..b3eaad609 100644 --- a/reference/parle/parle.parserexception.xml +++ b/reference/parle/parle.parserexception.xml @@ -32,16 +32,16 @@ extends - Exception + Exception - Throwable + Throwable &InheritedProperties; - + &class.exception.properties; &Methods; @@ -49,7 +49,7 @@ &InheritedMethods; - + &class.exception.methods; diff --git a/reference/rar/rarexception.xml b/reference/rar/rarexception.xml index cb5283dc2..06ce4d6dd 100644 --- a/reference/rar/rarexception.xml +++ b/reference/rar/rarexception.xml @@ -114,7 +114,7 @@ extends - Exception + Exception @@ -123,7 +123,7 @@ &InheritedMethods; - + &class.exception.methods; diff --git a/reference/simdjson/simdjsonexception.xml b/reference/simdjson/simdjsonexception.xml index f182e85cf..465a62c2d 100644 --- a/reference/simdjson/simdjsonexception.xml +++ b/reference/simdjson/simdjsonexception.xml @@ -34,13 +34,13 @@ extends - RuntimeException + RuntimeException &InheritedProperties; - + &class.exception.properties; diff --git a/reference/simdjson/simdjsonvalueerror.xml b/reference/simdjson/simdjsonvalueerror.xml index 757e6696d..6b34f30a0 100644 --- a/reference/simdjson/simdjsonvalueerror.xml +++ b/reference/simdjson/simdjsonvalueerror.xml @@ -32,15 +32,15 @@ extends - ValueError + ValueError &InheritedProperties; - + &class.error.properties; &InheritedMethods; - + &class.error.methods; diff --git a/reference/solr/solrclientexception.xml b/reference/solr/solrclientexception.xml index e6346efc5..5c8a3962b 100644 --- a/reference/solr/solrclientexception.xml +++ b/reference/solr/solrclientexception.xml @@ -38,14 +38,14 @@ &InheritedProperties; - + &class.exception.properties; &Methods; &InheritedMethods; - + &class.exception.methods; diff --git a/reference/solr/solrexception.xml b/reference/solr/solrexception.xml index c2079d73b..872bf33d7 100644 --- a/reference/solr/solrexception.xml +++ b/reference/solr/solrexception.xml @@ -32,7 +32,7 @@ extends - Exception + Exception @@ -54,13 +54,13 @@ &InheritedProperties; - + &class.exception.properties; &Methods; &InheritedMethods; - + &class.exception.methods; diff --git a/reference/solr/solrillegalargumentexception.xml b/reference/solr/solrillegalargumentexception.xml index f674dac42..e9c1c1de0 100644 --- a/reference/solr/solrillegalargumentexception.xml +++ b/reference/solr/solrillegalargumentexception.xml @@ -37,14 +37,14 @@ &InheritedProperties; - + &class.exception.properties; &Methods; &InheritedMethods; - + &class.exception.methods; diff --git a/reference/solr/solrillegaloperationexception.xml b/reference/solr/solrillegaloperationexception.xml index 68b0d6c70..92d04b1e1 100644 --- a/reference/solr/solrillegaloperationexception.xml +++ b/reference/solr/solrillegaloperationexception.xml @@ -37,14 +37,14 @@ &InheritedProperties; - + &class.exception.properties; &Methods; &InheritedMethods; - + &class.exception.methods; diff --git a/reference/solr/solrmissingmandatoryparameterexception.xml b/reference/solr/solrmissingmandatoryparameterexception.xml index 725c676c3..9526c1b40 100644 --- a/reference/solr/solrmissingmandatoryparameterexception.xml +++ b/reference/solr/solrmissingmandatoryparameterexception.xml @@ -37,7 +37,7 @@ &InheritedProperties; - + &class.exception.properties; &InheritedMethods; - + &class.exception.methods; diff --git a/reference/solr/solrserverexception.xml b/reference/solr/solrserverexception.xml index d587393e9..481ae7a28 100644 --- a/reference/solr/solrserverexception.xml +++ b/reference/solr/solrserverexception.xml @@ -38,14 +38,14 @@ &InheritedProperties; - + &class.exception.properties; &Methods; &InheritedMethods; - + &class.exception.methods; diff --git a/reference/stomp/stompexception.xml b/reference/stomp/stompexception.xml index 30877492c..b8d144703 100644 --- a/reference/stomp/stompexception.xml +++ b/reference/stomp/stompexception.xml @@ -31,13 +31,13 @@ Represents an error raised by the stomp extension. See Exception &InheritedMethods; - + &class.exception.methods; &Methods; diff --git a/reference/svm/svmexception.xml b/reference/svm/svmexception.xml index 7ee17a5da..cee04c428 100644 --- a/reference/svm/svmexception.xml +++ b/reference/svm/svmexception.xml @@ -31,15 +31,15 @@ extends - Exception + Exception &InheritedProperties; - + &class.exception.properties; &InheritedMethods; - + &class.exception.methods; diff --git a/reference/swoole/swoole.coroutine.mysql.exception.xml b/reference/swoole/swoole.coroutine.mysql.exception.xml index 5bcff61f2..d444b21e4 100644 --- a/reference/swoole/swoole.coroutine.mysql.exception.xml +++ b/reference/swoole/swoole.coroutine.mysql.exception.xml @@ -32,16 +32,16 @@ extends - Exception + Exception - Throwable + Throwable &InheritedProperties; - + &class.exception.properties; diff --git a/reference/swoole/swoole.exception.xml b/reference/swoole/swoole.exception.xml index 38bf56259..66e3e057f 100644 --- a/reference/swoole/swoole.exception.xml +++ b/reference/swoole/swoole.exception.xml @@ -32,16 +32,16 @@ extends - Exception + Exception - Throwable + Throwable &InheritedProperties; - + &class.exception.properties; diff --git a/reference/swoole/swoole.mysql.exception.xml b/reference/swoole/swoole.mysql.exception.xml index d28af0064..010f9054c 100644 --- a/reference/swoole/swoole.mysql.exception.xml +++ b/reference/swoole/swoole.mysql.exception.xml @@ -32,16 +32,16 @@ extends - Exception + Exception - Throwable + Throwable &InheritedProperties; - + &class.exception.properties; diff --git a/reference/ui/ui.exception.invalidargumentexception.xml b/reference/ui/ui.exception.invalidargumentexception.xml index 434da197d..dfb8b58fb 100644 --- a/reference/ui/ui.exception.invalidargumentexception.xml +++ b/reference/ui/ui.exception.invalidargumentexception.xml @@ -32,19 +32,19 @@ extends - InvalidArgumentException + InvalidArgumentException - Throwable + Throwable &InheritedProperties; - + &class.exception.properties; &InheritedMethods; - + &class.exception.methods; diff --git a/reference/ui/ui.exception.runtimeexception.xml b/reference/ui/ui.exception.runtimeexception.xml index 89f379417..0e3316efb 100644 --- a/reference/ui/ui.exception.runtimeexception.xml +++ b/reference/ui/ui.exception.runtimeexception.xml @@ -32,19 +32,19 @@ extends - RuntimeException + RuntimeException - Throwable + Throwable &InheritedProperties; - + &class.exception.properties; &InheritedMethods; - + &class.exception.methods; diff --git a/reference/v8js/v8jsexception.xml b/reference/v8js/v8jsexception.xml index 4e5cb3c7c..e7e1be0fa 100644 --- a/reference/v8js/v8jsexception.xml +++ b/reference/v8js/v8jsexception.xml @@ -32,7 +32,7 @@ extends - Exception + Exception @@ -55,13 +55,13 @@ &InheritedProperties; - + &class.exception.properties; &Methods; &InheritedMethods; - + &class.exception.methods; diff --git a/reference/varnish/varnishexception.xml b/reference/varnish/varnishexception.xml index 008f90297..b626ffe98 100644 --- a/reference/varnish/varnishexception.xml +++ b/reference/varnish/varnishexception.xml @@ -32,15 +32,15 @@ extends - Exception + Exception &InheritedProperties; - + &class.exception.properties; &InheritedMethods; - + &class.exception.methods; diff --git a/reference/win32service/win32serviceexception.xml b/reference/win32service/win32serviceexception.xml index 57d56dd22..ff264c9fd 100644 --- a/reference/win32service/win32serviceexception.xml +++ b/reference/win32service/win32serviceexception.xml @@ -38,13 +38,13 @@ extends - Exception + Exception &InheritedProperties; - + &class.exception.properties; &InheritedMethods; - + &class.exception.methods; diff --git a/reference/xmldiff/xmldiff.exception.xml b/reference/xmldiff/xmldiff.exception.xml index bb0783cb7..6eff41cf8 100644 --- a/reference/xmldiff/xmldiff.exception.xml +++ b/reference/xmldiff/xmldiff.exception.xml @@ -32,16 +32,16 @@ extends - Exception + Exception &InheritedProperties; - + &class.exception.properties; &InheritedMethods; - + &class.exception.methods; diff --git a/reference/yaf/yaf-exception.xml b/reference/yaf/yaf-exception.xml index 5c3a1fad0..5eb7edaaa 100644 --- a/reference/yaf/yaf-exception.xml +++ b/reference/yaf/yaf-exception.xml @@ -39,19 +39,19 @@ extends - RuntimeException + RuntimeException &InheritedProperties; - + &class.exception.properties; &Methods; &InheritedMethods; - + &class.exception.methods; diff --git a/reference/yar/yar-client-exception.xml b/reference/yar/yar-client-exception.xml index f32f4cde6..aaf881250 100644 --- a/reference/yar/yar-client-exception.xml +++ b/reference/yar/yar-client-exception.xml @@ -31,18 +31,17 @@ extends - Exception + Exception &InheritedProperties; - + &class.exception.properties; &Methods; &InheritedMethods; - - + &class.exception.methods; diff --git a/reference/yar/yar-client-packager-exception.xml b/reference/yar/yar-client-packager-exception.xml index 3c5fe3ae4..cbc700848 100644 --- a/reference/yar/yar-client-packager-exception.xml +++ b/reference/yar/yar-client-packager-exception.xml @@ -29,12 +29,11 @@ &InheritedProperties; - + &class.exception.properties; &InheritedMethods; - - + &class.exception.methods; diff --git a/reference/yar/yar-client-protocol-exception.xml b/reference/yar/yar-client-protocol-exception.xml index 6020b8001..6e52b3396 100644 --- a/reference/yar/yar-client-protocol-exception.xml +++ b/reference/yar/yar-client-protocol-exception.xml @@ -37,12 +37,11 @@ &InheritedProperties; - + &class.exception.properties; &InheritedMethods; - - + &class.exception.methods; diff --git a/reference/yar/yar-client-transport-exception.xml b/reference/yar/yar-client-transport-exception.xml index 8b5679d6a..a8e20ad54 100644 --- a/reference/yar/yar-client-transport-exception.xml +++ b/reference/yar/yar-client-transport-exception.xml @@ -29,12 +29,11 @@ &InheritedProperties; - + &class.exception.properties; &InheritedMethods; - - + &class.exception.methods; diff --git a/reference/yar/yar-server-exception.xml b/reference/yar/yar-server-exception.xml index c77aeeb17..36ea44fa6 100644 --- a/reference/yar/yar-server-exception.xml +++ b/reference/yar/yar-server-exception.xml @@ -32,7 +32,7 @@ extends - Exception + Exception &Properties; @@ -44,14 +44,13 @@ &InheritedProperties; - + &class.exception.properties; &Methods; &InheritedMethods; - - + &class.exception.methods; diff --git a/reference/yar/yar-server-output-exception.xml b/reference/yar/yar-server-output-exception.xml index 37fb140c2..c1139559d 100644 --- a/reference/yar/yar-server-output-exception.xml +++ b/reference/yar/yar-server-output-exception.xml @@ -29,12 +29,11 @@ &InheritedProperties; - + &class.exception.properties; &InheritedMethods; - - + &class.exception.methods; diff --git a/reference/yar/yar-server-packager-exception.xml b/reference/yar/yar-server-packager-exception.xml index 192d4e519..3ca1c00a1 100644 --- a/reference/yar/yar-server-packager-exception.xml +++ b/reference/yar/yar-server-packager-exception.xml @@ -29,12 +29,11 @@ &InheritedProperties; - + &class.exception.properties; &InheritedMethods; - - + &class.exception.methods; diff --git a/reference/yar/yar-server-protocol-exception.xml b/reference/yar/yar-server-protocol-exception.xml index 52d5aa9f6..b1af9222f 100644 --- a/reference/yar/yar-server-protocol-exception.xml +++ b/reference/yar/yar-server-protocol-exception.xml @@ -29,12 +29,11 @@ &InheritedProperties; - + &class.exception.properties; &InheritedMethods; - - + &class.exception.methods; diff --git a/reference/yar/yar-server-request-exception.xml b/reference/yar/yar-server-request-exception.xml index f2eae9ff6..0aa050d0a 100644 --- a/reference/yar/yar-server-request-exception.xml +++ b/reference/yar/yar-server-request-exception.xml @@ -29,12 +29,11 @@ &InheritedProperties; - + &class.exception.properties; &InheritedMethods; - - + &class.exception.methods; diff --git a/reference/zmq/zmqcontextexception.xml b/reference/zmq/zmqcontextexception.xml index 8e744abec..e1ff6a1f9 100644 --- a/reference/zmq/zmqcontextexception.xml +++ b/reference/zmq/zmqcontextexception.xml @@ -40,7 +40,7 @@ &InheritedMethods; - + &class.exception.methods; diff --git a/reference/zmq/zmqdeviceexception.xml b/reference/zmq/zmqdeviceexception.xml index e95f91086..3a091787a 100644 --- a/reference/zmq/zmqdeviceexception.xml +++ b/reference/zmq/zmqdeviceexception.xml @@ -40,7 +40,7 @@ &InheritedMethods; - + &class.exception.methods; diff --git a/reference/zmq/zmqexception.xml b/reference/zmq/zmqexception.xml index 3e13057ef..755c14d0d 100644 --- a/reference/zmq/zmqexception.xml +++ b/reference/zmq/zmqexception.xml @@ -32,7 +32,7 @@ extends - Exception + Exception @@ -40,7 +40,7 @@ &InheritedMethods; - + &class.exception.methods; diff --git a/reference/zmq/zmqpollexception.xml b/reference/zmq/zmqpollexception.xml index ef8a93989..bed675d88 100644 --- a/reference/zmq/zmqpollexception.xml +++ b/reference/zmq/zmqpollexception.xml @@ -40,7 +40,7 @@ &InheritedMethods; - + &class.exception.methods; diff --git a/reference/zmq/zmqsocketexception.xml b/reference/zmq/zmqsocketexception.xml index edd00f49f..f8b1c8158 100644 --- a/reference/zmq/zmqsocketexception.xml +++ b/reference/zmq/zmqsocketexception.xml @@ -40,7 +40,7 @@ &InheritedMethods; - + &class.exception.methods; diff --git a/reference/zookeeper/zookeeperauthenticationexception.xml b/reference/zookeeper/zookeeperauthenticationexception.xml index 7a4f3e6aa..4b552f28a 100644 --- a/reference/zookeeper/zookeeperauthenticationexception.xml +++ b/reference/zookeeper/zookeeperauthenticationexception.xml @@ -38,9 +38,9 @@ &InheritedProperties; - + &class.exception.properties; &InheritedMethods; - + &class.exception.methods; diff --git a/reference/zookeeper/zookeeperconnectionexception.xml b/reference/zookeeper/zookeeperconnectionexception.xml index ad72686a2..6d9987560 100644 --- a/reference/zookeeper/zookeeperconnectionexception.xml +++ b/reference/zookeeper/zookeeperconnectionexception.xml @@ -38,9 +38,9 @@ &InheritedProperties; - + &class.exception.properties; &InheritedMethods; - + &class.exception.methods; diff --git a/reference/zookeeper/zookeeperexception.xml b/reference/zookeeper/zookeeperexception.xml index df657076b..b670a1547 100644 --- a/reference/zookeeper/zookeeperexception.xml +++ b/reference/zookeeper/zookeeperexception.xml @@ -34,13 +34,13 @@ extends - Exception + Exception &InheritedProperties; - + &class.exception.properties; &InheritedMethods; - + &class.exception.methods; diff --git a/reference/zookeeper/zookeepermarshallingexception.xml b/reference/zookeeper/zookeepermarshallingexception.xml index 8eb8816f8..79657101c 100644 --- a/reference/zookeeper/zookeepermarshallingexception.xml +++ b/reference/zookeeper/zookeepermarshallingexception.xml @@ -38,9 +38,9 @@ &InheritedProperties; - + &class.exception.properties; &InheritedMethods; - + &class.exception.methods; diff --git a/reference/zookeeper/zookeepernonodeexception.xml b/reference/zookeeper/zookeepernonodeexception.xml index eade14e4c..1cdf990a8 100644 --- a/reference/zookeeper/zookeepernonodeexception.xml +++ b/reference/zookeeper/zookeepernonodeexception.xml @@ -38,9 +38,9 @@ &InheritedProperties; - + &class.exception.properties; &InheritedMethods; - + &class.exception.methods; diff --git a/reference/zookeeper/zookeeperoperationtimeoutexception.xml b/reference/zookeeper/zookeeperoperationtimeoutexception.xml index f7421e26f..5e2909940 100644 --- a/reference/zookeeper/zookeeperoperationtimeoutexception.xml +++ b/reference/zookeeper/zookeeperoperationtimeoutexception.xml @@ -38,9 +38,9 @@ &InheritedProperties; - + &class.exception.properties; &InheritedMethods; - + &class.exception.methods; diff --git a/reference/zookeeper/zookeepersessionexception.xml b/reference/zookeeper/zookeepersessionexception.xml index a41274735..0708dfd5e 100644 --- a/reference/zookeeper/zookeepersessionexception.xml +++ b/reference/zookeeper/zookeepersessionexception.xml @@ -38,9 +38,9 @@ &InheritedProperties; - + &class.exception.properties; &InheritedMethods; - + &class.exception.methods; From 5b045499fa22259133054630254d759a9c5c6fb7 Mon Sep 17 00:00:00 2001 From: Jordi Kroon Date: Thu, 10 Sep 2026 19:47:17 +0200 Subject: [PATCH 2/4] add links to interface references --- entities/entities.manual.ent | 4 ++++ reference/apcu/apcuiterator.xml | 2 +- reference/cmark/commonmark.node.blockquote.xml | 2 +- reference/cmark/commonmark.node.bulletlist.xml | 2 +- reference/cmark/commonmark.node.code.xml | 2 +- reference/cmark/commonmark.node.codeblock.xml | 2 +- reference/cmark/commonmark.node.customblock.xml | 2 +- reference/cmark/commonmark.node.custominline.xml | 2 +- reference/cmark/commonmark.node.document.xml | 2 +- reference/cmark/commonmark.node.heading.xml | 2 +- reference/cmark/commonmark.node.htmlblock.xml | 2 +- reference/cmark/commonmark.node.htmlinline.xml | 2 +- reference/cmark/commonmark.node.image.xml | 2 +- reference/cmark/commonmark.node.item.xml | 2 +- reference/cmark/commonmark.node.linebreak.xml | 2 +- reference/cmark/commonmark.node.link.xml | 2 +- reference/cmark/commonmark.node.orderedlist.xml | 2 +- reference/cmark/commonmark.node.paragraph.xml | 2 +- reference/cmark/commonmark.node.softbreak.xml | 2 +- reference/cmark/commonmark.node.text.emphasis.xml | 2 +- reference/cmark/commonmark.node.text.strong.xml | 2 +- reference/cmark/commonmark.node.text.xml | 2 +- reference/cmark/commonmark.node.thematicbreak.xml | 2 +- reference/cmark/commonmark.node.xml | 2 +- reference/ds/ds.collection.xml | 6 +++--- reference/ds/ds.deque.xml | 2 +- reference/ds/ds.map.xml | 2 +- reference/ds/ds.pair.xml | 2 +- reference/ds/ds.queue.xml | 2 +- reference/ds/ds.sequence.xml | 2 +- reference/ds/ds.set.xml | 2 +- reference/ds/ds.stack.xml | 2 +- reference/ds/ds.vector.xml | 2 +- reference/imagick/imagick.xml | 2 +- reference/mongodb/bson/binary.xml | 4 ++-- reference/mongodb/bson/dbpointer.xml | 4 ++-- reference/mongodb/bson/decimal128.xml | 4 ++-- reference/mongodb/bson/document.xml | 4 ++-- reference/mongodb/bson/int64.xml | 4 ++-- reference/mongodb/bson/iterator.xml | 2 +- reference/mongodb/bson/javascript.xml | 4 ++-- reference/mongodb/bson/maxkey.xml | 2 +- reference/mongodb/bson/minkey.xml | 2 +- reference/mongodb/bson/objectid.xml | 4 ++-- reference/mongodb/bson/packedarray.xml | 4 ++-- reference/mongodb/bson/regex.xml | 4 ++-- reference/mongodb/bson/symbol.xml | 4 ++-- reference/mongodb/bson/timestamp.xml | 4 ++-- reference/mongodb/bson/undefined.xml | 4 ++-- reference/mongodb/bson/utcdatetime.xml | 4 ++-- reference/mongodb/mongodb/driver/bulkwrite.xml | 2 +- reference/mongodb/mongodb/driver/bulkwritecommand.xml | 2 +- reference/mongodb/mongodb/driver/cursorid.xml | 4 ++-- reference/mongodb/mongodb/driver/cursorinterface.xml | 2 +- reference/mongodb/mongodb/driver/readconcern.xml | 2 +- reference/mongodb/mongodb/driver/readpreference.xml | 2 +- reference/mongodb/mongodb/driver/serverapi.xml | 2 +- reference/mongodb/mongodb/driver/writeconcern.xml | 2 +- reference/mysql_xdevapi/mysql-xdevapi.docresult.xml | 2 +- reference/mysql_xdevapi/mysql-xdevapi.result.xml | 2 +- reference/mysql_xdevapi/mysql-xdevapi.rowresult.xml | 2 +- .../mysql_xdevapi/mysql-xdevapi.sqlstatementresult.xml | 2 +- reference/parallel/parallel.events.xml | 4 ++-- reference/pthreads/thread.xml | 6 +++--- reference/pthreads/threaded.xml | 6 +++--- reference/pthreads/volatile.xml | 2 +- reference/pthreads/worker.xml | 6 +++--- reference/rar/rararchive.xml | 2 +- reference/solr/solrdismaxquery.xml | 2 +- reference/solr/solrdocument.xml | 6 +++--- reference/solr/solrmodifiableparams.xml | 2 +- reference/solr/solrobject.xml | 2 +- reference/solr/solrparams.xml | 2 +- reference/solr/solrquery.xml | 2 +- reference/swoole/swoole.connection.iterator.xml | 6 +++--- reference/swoole/swoole.table.xml | 4 ++-- reference/yaf/yaf-config-ini.xml | 6 +++--- reference/yaf/yaf-config-simple.xml | 6 +++--- reference/yaf/yaf-session.xml | 6 +++--- 79 files changed, 116 insertions(+), 112 deletions(-) diff --git a/entities/entities.manual.ent b/entities/entities.manual.ent index 43cce36ac..842748279 100644 --- a/entities/entities.manual.ent +++ b/entities/entities.manual.ent @@ -34,11 +34,15 @@ URLs rather than linkends. Any links to other manual books should live here. &url.php.manual;class.error.php &url.php.manual;class.exception.php &url.php.manual;class.invalidargumentexception.php +&url.php.manual;class.iterator.php &url.php.manual;class.iteratoraggregate.php &url.php.manual;class.jsonserializable.php &url.php.manual;class.logicexception.php &url.php.manual;class.runtimeexception.php +&url.php.manual;class.serializable.php +&url.php.manual;class.stringable.php &url.php.manual;class.throwable.php +&url.php.manual;class.traversable.php &url.php.manual;class.unexpectedvalueexception.php &url.php.manual;class.valueerror.php &url.php.manual;configuration.changes.modes.php diff --git a/reference/apcu/apcuiterator.xml b/reference/apcu/apcuiterator.xml index 924907b12..fe2d3b764 100644 --- a/reference/apcu/apcuiterator.xml +++ b/reference/apcu/apcuiterator.xml @@ -35,7 +35,7 @@ - Iterator + Iterator diff --git a/reference/cmark/commonmark.node.blockquote.xml b/reference/cmark/commonmark.node.blockquote.xml index cdc4f3492..e9520d1b3 100644 --- a/reference/cmark/commonmark.node.blockquote.xml +++ b/reference/cmark/commonmark.node.blockquote.xml @@ -32,7 +32,7 @@ - Traversable + Traversable diff --git a/reference/cmark/commonmark.node.bulletlist.xml b/reference/cmark/commonmark.node.bulletlist.xml index cc64e15a8..db906c0e6 100644 --- a/reference/cmark/commonmark.node.bulletlist.xml +++ b/reference/cmark/commonmark.node.bulletlist.xml @@ -32,7 +32,7 @@ - Traversable + Traversable diff --git a/reference/cmark/commonmark.node.code.xml b/reference/cmark/commonmark.node.code.xml index d484612f4..d6c3f9c6e 100644 --- a/reference/cmark/commonmark.node.code.xml +++ b/reference/cmark/commonmark.node.code.xml @@ -32,7 +32,7 @@ - Traversable + Traversable diff --git a/reference/cmark/commonmark.node.codeblock.xml b/reference/cmark/commonmark.node.codeblock.xml index 19b66f9cd..cab0e5749 100644 --- a/reference/cmark/commonmark.node.codeblock.xml +++ b/reference/cmark/commonmark.node.codeblock.xml @@ -32,7 +32,7 @@ - Traversable + Traversable diff --git a/reference/cmark/commonmark.node.customblock.xml b/reference/cmark/commonmark.node.customblock.xml index 660080400..e711387e6 100644 --- a/reference/cmark/commonmark.node.customblock.xml +++ b/reference/cmark/commonmark.node.customblock.xml @@ -32,7 +32,7 @@ - Traversable + Traversable diff --git a/reference/cmark/commonmark.node.custominline.xml b/reference/cmark/commonmark.node.custominline.xml index c84074bd7..9a3812061 100644 --- a/reference/cmark/commonmark.node.custominline.xml +++ b/reference/cmark/commonmark.node.custominline.xml @@ -32,7 +32,7 @@ - Traversable + Traversable diff --git a/reference/cmark/commonmark.node.document.xml b/reference/cmark/commonmark.node.document.xml index 8ec1ce8e3..b48308f9e 100644 --- a/reference/cmark/commonmark.node.document.xml +++ b/reference/cmark/commonmark.node.document.xml @@ -32,7 +32,7 @@ - Traversable + Traversable diff --git a/reference/cmark/commonmark.node.heading.xml b/reference/cmark/commonmark.node.heading.xml index 9d9bcc0cd..f24f8a698 100644 --- a/reference/cmark/commonmark.node.heading.xml +++ b/reference/cmark/commonmark.node.heading.xml @@ -32,7 +32,7 @@ - Traversable + Traversable diff --git a/reference/cmark/commonmark.node.htmlblock.xml b/reference/cmark/commonmark.node.htmlblock.xml index a12622f73..35ff112ef 100644 --- a/reference/cmark/commonmark.node.htmlblock.xml +++ b/reference/cmark/commonmark.node.htmlblock.xml @@ -32,7 +32,7 @@ - Traversable + Traversable diff --git a/reference/cmark/commonmark.node.htmlinline.xml b/reference/cmark/commonmark.node.htmlinline.xml index cdca6b31f..bc9d5bc0d 100644 --- a/reference/cmark/commonmark.node.htmlinline.xml +++ b/reference/cmark/commonmark.node.htmlinline.xml @@ -32,7 +32,7 @@ - Traversable + Traversable diff --git a/reference/cmark/commonmark.node.image.xml b/reference/cmark/commonmark.node.image.xml index 60369de68..a14200698 100644 --- a/reference/cmark/commonmark.node.image.xml +++ b/reference/cmark/commonmark.node.image.xml @@ -32,7 +32,7 @@ - Traversable + Traversable diff --git a/reference/cmark/commonmark.node.item.xml b/reference/cmark/commonmark.node.item.xml index 0cb79c3e2..035d00ef3 100644 --- a/reference/cmark/commonmark.node.item.xml +++ b/reference/cmark/commonmark.node.item.xml @@ -32,7 +32,7 @@ - Traversable + Traversable diff --git a/reference/cmark/commonmark.node.linebreak.xml b/reference/cmark/commonmark.node.linebreak.xml index f8a2942c6..c8a1755b8 100644 --- a/reference/cmark/commonmark.node.linebreak.xml +++ b/reference/cmark/commonmark.node.linebreak.xml @@ -32,7 +32,7 @@ - Traversable + Traversable diff --git a/reference/cmark/commonmark.node.link.xml b/reference/cmark/commonmark.node.link.xml index f7071a33c..726ca972e 100644 --- a/reference/cmark/commonmark.node.link.xml +++ b/reference/cmark/commonmark.node.link.xml @@ -32,7 +32,7 @@ - Traversable + Traversable diff --git a/reference/cmark/commonmark.node.orderedlist.xml b/reference/cmark/commonmark.node.orderedlist.xml index 3121b8510..d5d1a88b2 100644 --- a/reference/cmark/commonmark.node.orderedlist.xml +++ b/reference/cmark/commonmark.node.orderedlist.xml @@ -32,7 +32,7 @@ - Traversable + Traversable diff --git a/reference/cmark/commonmark.node.paragraph.xml b/reference/cmark/commonmark.node.paragraph.xml index 337a6b517..52a8654f3 100644 --- a/reference/cmark/commonmark.node.paragraph.xml +++ b/reference/cmark/commonmark.node.paragraph.xml @@ -32,7 +32,7 @@ - Traversable + Traversable diff --git a/reference/cmark/commonmark.node.softbreak.xml b/reference/cmark/commonmark.node.softbreak.xml index 579d42576..ee80e228a 100644 --- a/reference/cmark/commonmark.node.softbreak.xml +++ b/reference/cmark/commonmark.node.softbreak.xml @@ -32,7 +32,7 @@ - Traversable + Traversable diff --git a/reference/cmark/commonmark.node.text.emphasis.xml b/reference/cmark/commonmark.node.text.emphasis.xml index 40bbbb390..a8cc4a0c1 100644 --- a/reference/cmark/commonmark.node.text.emphasis.xml +++ b/reference/cmark/commonmark.node.text.emphasis.xml @@ -32,7 +32,7 @@ - Traversable + Traversable diff --git a/reference/cmark/commonmark.node.text.strong.xml b/reference/cmark/commonmark.node.text.strong.xml index 787b2d67c..8e1c888aa 100644 --- a/reference/cmark/commonmark.node.text.strong.xml +++ b/reference/cmark/commonmark.node.text.strong.xml @@ -32,7 +32,7 @@ - Traversable + Traversable diff --git a/reference/cmark/commonmark.node.text.xml b/reference/cmark/commonmark.node.text.xml index 7343edcae..7995e7049 100644 --- a/reference/cmark/commonmark.node.text.xml +++ b/reference/cmark/commonmark.node.text.xml @@ -32,7 +32,7 @@ - Traversable + Traversable diff --git a/reference/cmark/commonmark.node.thematicbreak.xml b/reference/cmark/commonmark.node.thematicbreak.xml index 61643cd00..12756e7c0 100644 --- a/reference/cmark/commonmark.node.thematicbreak.xml +++ b/reference/cmark/commonmark.node.thematicbreak.xml @@ -32,7 +32,7 @@ - Traversable + Traversable diff --git a/reference/cmark/commonmark.node.xml b/reference/cmark/commonmark.node.xml index e57acf212..3b2b8ed7a 100644 --- a/reference/cmark/commonmark.node.xml +++ b/reference/cmark/commonmark.node.xml @@ -36,7 +36,7 @@ - Traversable + Traversable diff --git a/reference/ds/ds.collection.xml b/reference/ds/ds.collection.xml index 7898219e4..eb34189c8 100644 --- a/reference/ds/ds.collection.xml +++ b/reference/ds/ds.collection.xml @@ -25,13 +25,13 @@ extends - Countable + Countable - IteratorAggregate + IteratorAggregate - JsonSerializable + JsonSerializable &Methods; diff --git a/reference/ds/ds.deque.xml b/reference/ds/ds.deque.xml index badebc0db..97da59b6a 100644 --- a/reference/ds/ds.deque.xml +++ b/reference/ds/ds.deque.xml @@ -75,7 +75,7 @@ Ds\Sequence - ArrayAccess + ArrayAccess diff --git a/reference/ds/ds.map.xml b/reference/ds/ds.map.xml index d98861711..2018e948b 100644 --- a/reference/ds/ds.map.xml +++ b/reference/ds/ds.map.xml @@ -57,7 +57,7 @@ Ds\Collection - ArrayAccess + ArrayAccess diff --git a/reference/ds/ds.pair.xml b/reference/ds/ds.pair.xml index a70f9d8e7..e2a47f0bd 100644 --- a/reference/ds/ds.pair.xml +++ b/reference/ds/ds.pair.xml @@ -27,7 +27,7 @@ - JsonSerializable + JsonSerializable diff --git a/reference/ds/ds.queue.xml b/reference/ds/ds.queue.xml index eba8c6f4e..c1e38c4c0 100644 --- a/reference/ds/ds.queue.xml +++ b/reference/ds/ds.queue.xml @@ -32,7 +32,7 @@ Ds\Collection - ArrayAccess + ArrayAccess diff --git a/reference/ds/ds.sequence.xml b/reference/ds/ds.sequence.xml index 00d41fe27..78ee72b8b 100644 --- a/reference/ds/ds.sequence.xml +++ b/reference/ds/ds.sequence.xml @@ -42,7 +42,7 @@ Ds\Collection - ArrayAccess + ArrayAccess &Methods; diff --git a/reference/ds/ds.set.xml b/reference/ds/ds.set.xml index b85ef9161..164120f19 100644 --- a/reference/ds/ds.set.xml +++ b/reference/ds/ds.set.xml @@ -68,7 +68,7 @@ Ds\Collection - ArrayAccess + ArrayAccess diff --git a/reference/ds/ds.stack.xml b/reference/ds/ds.stack.xml index 8d2a21f4b..a2841a708 100644 --- a/reference/ds/ds.stack.xml +++ b/reference/ds/ds.stack.xml @@ -35,7 +35,7 @@ Ds\Collection - ArrayAccess + ArrayAccess diff --git a/reference/ds/ds.vector.xml b/reference/ds/ds.vector.xml index 9594effcd..526340e17 100644 --- a/reference/ds/ds.vector.xml +++ b/reference/ds/ds.vector.xml @@ -62,7 +62,7 @@ Ds\Vector Ds\Sequence - ArrayAccess + ArrayAccess diff --git a/reference/imagick/imagick.xml b/reference/imagick/imagick.xml index 2f24c5dd4..bd4b2cd6d 100644 --- a/reference/imagick/imagick.xml +++ b/reference/imagick/imagick.xml @@ -11,7 +11,7 @@ Imagick - Iterator + Iterator diff --git a/reference/mongodb/bson/binary.xml b/reference/mongodb/bson/binary.xml index 2649cc642..384d60d4e 100644 --- a/reference/mongodb/bson/binary.xml +++ b/reference/mongodb/bson/binary.xml @@ -43,11 +43,11 @@ - JsonSerializable + JsonSerializable - Stringable + Stringable diff --git a/reference/mongodb/bson/dbpointer.xml b/reference/mongodb/bson/dbpointer.xml index 0f75b3fdb..e87162218 100644 --- a/reference/mongodb/bson/dbpointer.xml +++ b/reference/mongodb/bson/dbpointer.xml @@ -39,11 +39,11 @@ - JsonSerializable + JsonSerializable - Stringable + Stringable diff --git a/reference/mongodb/bson/decimal128.xml b/reference/mongodb/bson/decimal128.xml index 17d5f2a02..c063430f9 100644 --- a/reference/mongodb/bson/decimal128.xml +++ b/reference/mongodb/bson/decimal128.xml @@ -51,11 +51,11 @@ - JsonSerializable + JsonSerializable - Stringable + Stringable diff --git a/reference/mongodb/bson/document.xml b/reference/mongodb/bson/document.xml index 20af840bb..773f2efa9 100644 --- a/reference/mongodb/bson/document.xml +++ b/reference/mongodb/bson/document.xml @@ -37,11 +37,11 @@ - ArrayAccess + ArrayAccess - IteratorAggregate + IteratorAggregate diff --git a/reference/mongodb/bson/int64.xml b/reference/mongodb/bson/int64.xml index 31f81b134..0a11f5066 100644 --- a/reference/mongodb/bson/int64.xml +++ b/reference/mongodb/bson/int64.xml @@ -55,11 +55,11 @@ - JsonSerializable + JsonSerializable - Stringable + Stringable diff --git a/reference/mongodb/bson/iterator.xml b/reference/mongodb/bson/iterator.xml index 51ba20ade..5e7ceb454 100644 --- a/reference/mongodb/bson/iterator.xml +++ b/reference/mongodb/bson/iterator.xml @@ -32,7 +32,7 @@ - Iterator + Iterator diff --git a/reference/mongodb/bson/javascript.xml b/reference/mongodb/bson/javascript.xml index e3f5635e6..48f529d57 100644 --- a/reference/mongodb/bson/javascript.xml +++ b/reference/mongodb/bson/javascript.xml @@ -49,11 +49,11 @@ - JsonSerializable + JsonSerializable - Stringable + Stringable diff --git a/reference/mongodb/bson/maxkey.xml b/reference/mongodb/bson/maxkey.xml index c11009032..9400e4f3b 100644 --- a/reference/mongodb/bson/maxkey.xml +++ b/reference/mongodb/bson/maxkey.xml @@ -46,7 +46,7 @@ - JsonSerializable + JsonSerializable diff --git a/reference/mongodb/bson/minkey.xml b/reference/mongodb/bson/minkey.xml index e0b8ec056..195fd9aff 100644 --- a/reference/mongodb/bson/minkey.xml +++ b/reference/mongodb/bson/minkey.xml @@ -46,7 +46,7 @@ - JsonSerializable + JsonSerializable diff --git a/reference/mongodb/bson/objectid.xml b/reference/mongodb/bson/objectid.xml index cdc091b9c..2609a57ee 100644 --- a/reference/mongodb/bson/objectid.xml +++ b/reference/mongodb/bson/objectid.xml @@ -62,11 +62,11 @@ - JsonSerializable + JsonSerializable - Stringable + Stringable diff --git a/reference/mongodb/bson/packedarray.xml b/reference/mongodb/bson/packedarray.xml index 4ec141476..00eb62ab6 100644 --- a/reference/mongodb/bson/packedarray.xml +++ b/reference/mongodb/bson/packedarray.xml @@ -37,11 +37,11 @@ - ArrayAccess + ArrayAccess - IteratorAggregate + IteratorAggregate diff --git a/reference/mongodb/bson/regex.xml b/reference/mongodb/bson/regex.xml index aba85a913..f34469f9d 100644 --- a/reference/mongodb/bson/regex.xml +++ b/reference/mongodb/bson/regex.xml @@ -49,11 +49,11 @@ - JsonSerializable + JsonSerializable - Stringable + Stringable diff --git a/reference/mongodb/bson/symbol.xml b/reference/mongodb/bson/symbol.xml index 0040c943b..0498ca3ec 100644 --- a/reference/mongodb/bson/symbol.xml +++ b/reference/mongodb/bson/symbol.xml @@ -39,11 +39,11 @@ - JsonSerializable + JsonSerializable - Stringable + Stringable diff --git a/reference/mongodb/bson/timestamp.xml b/reference/mongodb/bson/timestamp.xml index 3169aa1c3..e89c6aaf4 100644 --- a/reference/mongodb/bson/timestamp.xml +++ b/reference/mongodb/bson/timestamp.xml @@ -50,11 +50,11 @@ - JsonSerializable + JsonSerializable - Stringable + Stringable diff --git a/reference/mongodb/bson/undefined.xml b/reference/mongodb/bson/undefined.xml index 992676c79..d963292b2 100644 --- a/reference/mongodb/bson/undefined.xml +++ b/reference/mongodb/bson/undefined.xml @@ -39,11 +39,11 @@ - JsonSerializable + JsonSerializable - Stringable + Stringable diff --git a/reference/mongodb/bson/utcdatetime.xml b/reference/mongodb/bson/utcdatetime.xml index 13875ed36..83b45c199 100644 --- a/reference/mongodb/bson/utcdatetime.xml +++ b/reference/mongodb/bson/utcdatetime.xml @@ -43,11 +43,11 @@ - JsonSerializable + JsonSerializable - Stringable + Stringable diff --git a/reference/mongodb/mongodb/driver/bulkwrite.xml b/reference/mongodb/mongodb/driver/bulkwrite.xml index 81e2df95c..092d1da6e 100644 --- a/reference/mongodb/mongodb/driver/bulkwrite.xml +++ b/reference/mongodb/mongodb/driver/bulkwrite.xml @@ -44,7 +44,7 @@ - Countable + Countable diff --git a/reference/mongodb/mongodb/driver/bulkwritecommand.xml b/reference/mongodb/mongodb/driver/bulkwritecommand.xml index ab837a85a..d13dc426f 100644 --- a/reference/mongodb/mongodb/driver/bulkwritecommand.xml +++ b/reference/mongodb/mongodb/driver/bulkwritecommand.xml @@ -51,7 +51,7 @@ - Countable + Countable diff --git a/reference/mongodb/mongodb/driver/cursorid.xml b/reference/mongodb/mongodb/driver/cursorid.xml index 6285ae7c2..a50a6ef5a 100644 --- a/reference/mongodb/mongodb/driver/cursorid.xml +++ b/reference/mongodb/mongodb/driver/cursorid.xml @@ -42,11 +42,11 @@ - Serializable + Serializable - Stringable + Stringable diff --git a/reference/mongodb/mongodb/driver/cursorinterface.xml b/reference/mongodb/mongodb/driver/cursorinterface.xml index 84f368913..4d9d8dd15 100644 --- a/reference/mongodb/mongodb/driver/cursorinterface.xml +++ b/reference/mongodb/mongodb/driver/cursorinterface.xml @@ -33,7 +33,7 @@ - Iterator + Iterator diff --git a/reference/mongodb/mongodb/driver/readconcern.xml b/reference/mongodb/mongodb/driver/readconcern.xml index 141dc1f79..a2fd6e5eb 100644 --- a/reference/mongodb/mongodb/driver/readconcern.xml +++ b/reference/mongodb/mongodb/driver/readconcern.xml @@ -38,7 +38,7 @@ - Serializable + Serializable diff --git a/reference/mongodb/mongodb/driver/readpreference.xml b/reference/mongodb/mongodb/driver/readpreference.xml index 2f5c6498c..93ae6ff13 100644 --- a/reference/mongodb/mongodb/driver/readpreference.xml +++ b/reference/mongodb/mongodb/driver/readpreference.xml @@ -36,7 +36,7 @@ - Serializable + Serializable diff --git a/reference/mongodb/mongodb/driver/serverapi.xml b/reference/mongodb/mongodb/driver/serverapi.xml index 912cba728..688280ed5 100644 --- a/reference/mongodb/mongodb/driver/serverapi.xml +++ b/reference/mongodb/mongodb/driver/serverapi.xml @@ -35,7 +35,7 @@ - Serializable + Serializable diff --git a/reference/mongodb/mongodb/driver/writeconcern.xml b/reference/mongodb/mongodb/driver/writeconcern.xml index c1769066b..acbc9649b 100644 --- a/reference/mongodb/mongodb/driver/writeconcern.xml +++ b/reference/mongodb/mongodb/driver/writeconcern.xml @@ -40,7 +40,7 @@ - Serializable + Serializable diff --git a/reference/mysql_xdevapi/mysql-xdevapi.docresult.xml b/reference/mysql_xdevapi/mysql-xdevapi.docresult.xml index 55753313b..27a31b9a7 100644 --- a/reference/mysql_xdevapi/mysql-xdevapi.docresult.xml +++ b/reference/mysql_xdevapi/mysql-xdevapi.docresult.xml @@ -35,7 +35,7 @@ - Traversable + Traversable diff --git a/reference/mysql_xdevapi/mysql-xdevapi.result.xml b/reference/mysql_xdevapi/mysql-xdevapi.result.xml index 098a6ab46..04de571be 100644 --- a/reference/mysql_xdevapi/mysql-xdevapi.result.xml +++ b/reference/mysql_xdevapi/mysql-xdevapi.result.xml @@ -35,7 +35,7 @@ - Traversable + Traversable diff --git a/reference/mysql_xdevapi/mysql-xdevapi.rowresult.xml b/reference/mysql_xdevapi/mysql-xdevapi.rowresult.xml index d2de1dff4..90c880d1d 100644 --- a/reference/mysql_xdevapi/mysql-xdevapi.rowresult.xml +++ b/reference/mysql_xdevapi/mysql-xdevapi.rowresult.xml @@ -35,7 +35,7 @@ - Traversable + Traversable diff --git a/reference/mysql_xdevapi/mysql-xdevapi.sqlstatementresult.xml b/reference/mysql_xdevapi/mysql-xdevapi.sqlstatementresult.xml index f54836f92..3a20ca5f3 100644 --- a/reference/mysql_xdevapi/mysql-xdevapi.sqlstatementresult.xml +++ b/reference/mysql_xdevapi/mysql-xdevapi.sqlstatementresult.xml @@ -35,7 +35,7 @@ - Traversable + Traversable diff --git a/reference/parallel/parallel.events.xml b/reference/parallel/parallel.events.xml index b45d5e9f5..9400c3775 100644 --- a/reference/parallel/parallel.events.xml +++ b/reference/parallel/parallel.events.xml @@ -26,10 +26,10 @@ parallel\Events - Countable + Countable - Traversable + Traversable diff --git a/reference/pthreads/thread.xml b/reference/pthreads/thread.xml index 3093a869e..87c4a0d5c 100644 --- a/reference/pthreads/thread.xml +++ b/reference/pthreads/thread.xml @@ -43,15 +43,15 @@ - Countable + Countable - Traversable + Traversable - ArrayAccess + ArrayAccess diff --git a/reference/pthreads/threaded.xml b/reference/pthreads/threaded.xml index 9988c1757..af7cdbf2b 100644 --- a/reference/pthreads/threaded.xml +++ b/reference/pthreads/threaded.xml @@ -37,15 +37,15 @@ - Traversable + Traversable - Countable + Countable - ArrayAccess + ArrayAccess diff --git a/reference/pthreads/volatile.xml b/reference/pthreads/volatile.xml index 9d1dd0a50..3cecd52d2 100644 --- a/reference/pthreads/volatile.xml +++ b/reference/pthreads/volatile.xml @@ -40,7 +40,7 @@ - Traversable + Traversable diff --git a/reference/pthreads/worker.xml b/reference/pthreads/worker.xml index a0f511a55..463872181 100644 --- a/reference/pthreads/worker.xml +++ b/reference/pthreads/worker.xml @@ -53,15 +53,15 @@ - Traversable + Traversable - Countable + Countable - ArrayAccess + ArrayAccess diff --git a/reference/rar/rararchive.xml b/reference/rar/rararchive.xml index a158b5adb..8127cbc4e 100644 --- a/reference/rar/rararchive.xml +++ b/reference/rar/rararchive.xml @@ -37,7 +37,7 @@ - Traversable + Traversable diff --git a/reference/solr/solrdismaxquery.xml b/reference/solr/solrdismaxquery.xml index 1df92564c..2e44e4f89 100644 --- a/reference/solr/solrdismaxquery.xml +++ b/reference/solr/solrdismaxquery.xml @@ -36,7 +36,7 @@ - Serializable + Serializable diff --git a/reference/solr/solrdocument.xml b/reference/solr/solrdocument.xml index 08ed06e8f..4851dcaad 100644 --- a/reference/solr/solrdocument.xml +++ b/reference/solr/solrdocument.xml @@ -32,15 +32,15 @@ - ArrayAccess + ArrayAccess - Iterator + Iterator - Serializable + Serializable diff --git a/reference/solr/solrmodifiableparams.xml b/reference/solr/solrmodifiableparams.xml index 4288151ba..62fe9d1a6 100644 --- a/reference/solr/solrmodifiableparams.xml +++ b/reference/solr/solrmodifiableparams.xml @@ -36,7 +36,7 @@ - Serializable + Serializable diff --git a/reference/solr/solrobject.xml b/reference/solr/solrobject.xml index 1b348965c..592a5c516 100644 --- a/reference/solr/solrobject.xml +++ b/reference/solr/solrobject.xml @@ -32,7 +32,7 @@ - ArrayAccess + ArrayAccess diff --git a/reference/solr/solrparams.xml b/reference/solr/solrparams.xml index c8a84f1f6..e85837e70 100644 --- a/reference/solr/solrparams.xml +++ b/reference/solr/solrparams.xml @@ -32,7 +32,7 @@ - Serializable + Serializable diff --git a/reference/solr/solrquery.xml b/reference/solr/solrquery.xml index 0e9c18ed6..2fa2577d7 100644 --- a/reference/solr/solrquery.xml +++ b/reference/solr/solrquery.xml @@ -36,7 +36,7 @@ - Serializable + Serializable diff --git a/reference/swoole/swoole.connection.iterator.xml b/reference/swoole/swoole.connection.iterator.xml index 606297721..8d7a0d5d8 100644 --- a/reference/swoole/swoole.connection.iterator.xml +++ b/reference/swoole/swoole.connection.iterator.xml @@ -31,15 +31,15 @@ - Iterator + Iterator - Countable + Countable - ArrayAccess + ArrayAccess diff --git a/reference/swoole/swoole.table.xml b/reference/swoole/swoole.table.xml index 28d54f8bd..54a35f111 100644 --- a/reference/swoole/swoole.table.xml +++ b/reference/swoole/swoole.table.xml @@ -31,11 +31,11 @@ - Iterator + Iterator - Countable + Countable diff --git a/reference/yaf/yaf-config-ini.xml b/reference/yaf/yaf-config-ini.xml index 2a0a98dd8..a4e25a856 100644 --- a/reference/yaf/yaf-config-ini.xml +++ b/reference/yaf/yaf-config-ini.xml @@ -72,15 +72,15 @@ - Iterator + Iterator - ArrayAccess + ArrayAccess - Countable + Countable diff --git a/reference/yaf/yaf-config-simple.xml b/reference/yaf/yaf-config-simple.xml index 5f6f0d22f..12b66d450 100644 --- a/reference/yaf/yaf-config-simple.xml +++ b/reference/yaf/yaf-config-simple.xml @@ -41,15 +41,15 @@ - Iterator + Iterator - ArrayAccess + ArrayAccess - Countable + Countable diff --git a/reference/yaf/yaf-session.xml b/reference/yaf/yaf-session.xml index 2f43b69af..145cffa19 100644 --- a/reference/yaf/yaf-session.xml +++ b/reference/yaf/yaf-session.xml @@ -44,15 +44,15 @@ - Iterator + Iterator - ArrayAccess + ArrayAccess - Countable + Countable From 637df7a9a145f604ddae48ca14a0584b67b4a5a9 Mon Sep 17 00:00:00 2001 From: Jordi Kroon Date: Thu, 10 Sep 2026 19:50:16 +0200 Subject: [PATCH 3/4] remove commented xi:include references --- .../mongodb/driver/exception/authenticationexception.xml | 4 ---- .../mongodb/driver/exception/bulkwritecommandexception.xml | 4 ---- .../mongodb/mongodb/driver/exception/bulkwriteexception.xml | 4 ---- .../mongodb/mongodb/driver/exception/commandexception.xml | 4 ---- .../mongodb/mongodb/driver/exception/connectionexception.xml | 2 -- .../mongodb/driver/exception/connectiontimeoutexception.xml | 4 ---- .../mongodb/mongodb/driver/exception/encryptionexception.xml | 2 -- .../mongodb/driver/exception/executiontimeoutexception.xml | 4 ---- .../mongodb/driver/exception/invalidargumentexception.xml | 2 -- reference/mongodb/mongodb/driver/exception/logicexception.xml | 2 -- .../mongodb/mongodb/driver/exception/runtimeexception.xml | 2 -- .../mongodb/mongodb/driver/exception/serverexception.xml | 2 -- .../mongodb/driver/exception/sslconnectionexception.xml | 4 ---- .../mongodb/driver/exception/unexpectedvalueexception.xml | 2 -- reference/mongodb/mongodb/driver/exception/writeexception.xml | 4 ---- 15 files changed, 46 deletions(-) diff --git a/reference/mongodb/mongodb/driver/exception/authenticationexception.xml b/reference/mongodb/mongodb/driver/exception/authenticationexception.xml index 0477f4cfb..44705adc2 100644 --- a/reference/mongodb/mongodb/driver/exception/authenticationexception.xml +++ b/reference/mongodb/mongodb/driver/exception/authenticationexception.xml @@ -41,15 +41,11 @@ &InheritedProperties; - - &class.exception.properties; &InheritedMethods; - - &class.exception.methods; diff --git a/reference/mongodb/mongodb/driver/exception/bulkwritecommandexception.xml b/reference/mongodb/mongodb/driver/exception/bulkwritecommandexception.xml index 968a0f45f..e262137c5 100644 --- a/reference/mongodb/mongodb/driver/exception/bulkwritecommandexception.xml +++ b/reference/mongodb/mongodb/driver/exception/bulkwritecommandexception.xml @@ -66,18 +66,14 @@ &InheritedProperties; - - &class.exception.properties; &Methods; &InheritedMethods; - - &class.exception.methods; diff --git a/reference/mongodb/mongodb/driver/exception/bulkwriteexception.xml b/reference/mongodb/mongodb/driver/exception/bulkwriteexception.xml index 6ff2e6618..2f8e80b2b 100644 --- a/reference/mongodb/mongodb/driver/exception/bulkwriteexception.xml +++ b/reference/mongodb/mongodb/driver/exception/bulkwriteexception.xml @@ -49,18 +49,14 @@ &InheritedProperties; - - &class.exception.properties; &Methods; &InheritedMethods; - - &class.exception.methods; diff --git a/reference/mongodb/mongodb/driver/exception/commandexception.xml b/reference/mongodb/mongodb/driver/exception/commandexception.xml index 6177985c5..c3396fe4e 100644 --- a/reference/mongodb/mongodb/driver/exception/commandexception.xml +++ b/reference/mongodb/mongodb/driver/exception/commandexception.xml @@ -49,18 +49,14 @@ &InheritedProperties; - - &class.exception.properties; &Methods; &InheritedMethods; - - &class.exception.methods; diff --git a/reference/mongodb/mongodb/driver/exception/connectionexception.xml b/reference/mongodb/mongodb/driver/exception/connectionexception.xml index a3ad9f762..140544647 100644 --- a/reference/mongodb/mongodb/driver/exception/connectionexception.xml +++ b/reference/mongodb/mongodb/driver/exception/connectionexception.xml @@ -43,12 +43,10 @@ &InheritedProperties; - &class.exception.properties; &InheritedMethods; - &class.exception.methods; diff --git a/reference/mongodb/mongodb/driver/exception/connectiontimeoutexception.xml b/reference/mongodb/mongodb/driver/exception/connectiontimeoutexception.xml index f821aab0d..dccea581b 100644 --- a/reference/mongodb/mongodb/driver/exception/connectiontimeoutexception.xml +++ b/reference/mongodb/mongodb/driver/exception/connectiontimeoutexception.xml @@ -46,15 +46,11 @@ &InheritedProperties; - - &class.exception.properties; &InheritedMethods; - - &class.exception.methods; diff --git a/reference/mongodb/mongodb/driver/exception/encryptionexception.xml b/reference/mongodb/mongodb/driver/exception/encryptionexception.xml index 6a01a52e5..ab97daf49 100644 --- a/reference/mongodb/mongodb/driver/exception/encryptionexception.xml +++ b/reference/mongodb/mongodb/driver/exception/encryptionexception.xml @@ -42,12 +42,10 @@ &InheritedProperties; - &class.exception.properties; &InheritedMethods; - &class.exception.methods; diff --git a/reference/mongodb/mongodb/driver/exception/executiontimeoutexception.xml b/reference/mongodb/mongodb/driver/exception/executiontimeoutexception.xml index 88025c8fd..ff6b22682 100644 --- a/reference/mongodb/mongodb/driver/exception/executiontimeoutexception.xml +++ b/reference/mongodb/mongodb/driver/exception/executiontimeoutexception.xml @@ -44,15 +44,11 @@ &InheritedProperties; - - &class.exception.properties; &InheritedMethods; - - &class.exception.methods; diff --git a/reference/mongodb/mongodb/driver/exception/invalidargumentexception.xml b/reference/mongodb/mongodb/driver/exception/invalidargumentexception.xml index e64f45b01..aab137f00 100644 --- a/reference/mongodb/mongodb/driver/exception/invalidargumentexception.xml +++ b/reference/mongodb/mongodb/driver/exception/invalidargumentexception.xml @@ -42,11 +42,9 @@ &InheritedProperties; - &class.exception.properties; &InheritedMethods; - &class.exception.methods; diff --git a/reference/mongodb/mongodb/driver/exception/logicexception.xml b/reference/mongodb/mongodb/driver/exception/logicexception.xml index fd20f7163..ca504b1ba 100644 --- a/reference/mongodb/mongodb/driver/exception/logicexception.xml +++ b/reference/mongodb/mongodb/driver/exception/logicexception.xml @@ -41,11 +41,9 @@ &InheritedProperties; - &class.exception.properties; &InheritedMethods; - &class.exception.methods; diff --git a/reference/mongodb/mongodb/driver/exception/runtimeexception.xml b/reference/mongodb/mongodb/driver/exception/runtimeexception.xml index 401dd8f2f..31f06a9cc 100644 --- a/reference/mongodb/mongodb/driver/exception/runtimeexception.xml +++ b/reference/mongodb/mongodb/driver/exception/runtimeexception.xml @@ -49,14 +49,12 @@ &InheritedProperties; - &class.exception.properties; &Methods; &InheritedMethods; - &class.exception.methods; diff --git a/reference/mongodb/mongodb/driver/exception/serverexception.xml b/reference/mongodb/mongodb/driver/exception/serverexception.xml index 6cbe9e377..a44655966 100644 --- a/reference/mongodb/mongodb/driver/exception/serverexception.xml +++ b/reference/mongodb/mongodb/driver/exception/serverexception.xml @@ -42,12 +42,10 @@ &InheritedProperties; - &class.exception.properties; &InheritedMethods; - &class.exception.methods; diff --git a/reference/mongodb/mongodb/driver/exception/sslconnectionexception.xml b/reference/mongodb/mongodb/driver/exception/sslconnectionexception.xml index 3290d35df..dda20940d 100644 --- a/reference/mongodb/mongodb/driver/exception/sslconnectionexception.xml +++ b/reference/mongodb/mongodb/driver/exception/sslconnectionexception.xml @@ -51,15 +51,11 @@ &InheritedProperties; - - &class.exception.properties; &InheritedMethods; - - &class.exception.methods; diff --git a/reference/mongodb/mongodb/driver/exception/unexpectedvalueexception.xml b/reference/mongodb/mongodb/driver/exception/unexpectedvalueexception.xml index f4abe165a..fc0644acb 100644 --- a/reference/mongodb/mongodb/driver/exception/unexpectedvalueexception.xml +++ b/reference/mongodb/mongodb/driver/exception/unexpectedvalueexception.xml @@ -42,11 +42,9 @@ &InheritedProperties; - &class.exception.properties; &InheritedMethods; - &class.exception.methods; diff --git a/reference/mongodb/mongodb/driver/exception/writeexception.xml b/reference/mongodb/mongodb/driver/exception/writeexception.xml index 59fa88216..470d4e097 100644 --- a/reference/mongodb/mongodb/driver/exception/writeexception.xml +++ b/reference/mongodb/mongodb/driver/exception/writeexception.xml @@ -59,18 +59,14 @@ &InheritedProperties; - - &class.exception.properties; &Methods; &InheritedMethods; - - &class.exception.methods; From f433a111f4a6bc4797064e16034c01e0e82990fd Mon Sep 17 00:00:00 2001 From: Jordi Kroon Date: Thu, 10 Sep 2026 20:14:13 +0200 Subject: [PATCH 4/4] add more cross-references --- entities/entities.inherited.ent | 2 +- entities/entities.manual.ent | 215 ++++++++++++++++++ entities/entities.snippets.ent | 2 +- reference/apcu/apcuiterator/current.xml | 2 +- reference/apcu/apcuiterator/key.xml | 2 +- reference/apcu/apcuiterator/next.xml | 2 +- reference/apcu/apcuiterator/rewind.xml | 2 +- reference/apcu/apcuiterator/valid.xml | 2 +- reference/apcu/ini.xml | 26 +-- .../abstract/definition/addinterface.xml | 2 +- .../abstract/definition/addmethod.xml | 4 +- .../abstract/definition/addtrait.xml | 2 +- .../abstract/definition/getreflector.xml | 2 +- .../componere/definition/addconstant.xml | 8 +- .../componere/definition/addproperty.xml | 4 +- .../componere/definition/construct.xml | 10 +- .../componere/definition/getclosure.xml | 6 +- .../componere/definition/getclosures.xml | 2 +- .../componere/definition/register.xml | 2 +- .../componere/componere/method/construct.xml | 2 +- .../componere/method/getreflector.xml | 2 +- .../componere/componere/method/setprivate.xml | 2 +- .../componere/method/setprotected.xml | 2 +- .../componere/componere/patch/construct.xml | 4 +- .../componere/componere/patch/derive.xml | 2 +- .../componere/componere/patch/getclosure.xml | 4 +- .../componere/componere/value/construct.xml | 2 +- .../componere/componere/value/setprivate.xml | 2 +- .../componere/value/setprotected.xml | 2 +- .../componere/functions/componere.cast.xml | 10 +- .../functions/componere.cast_by_ref.xml | 10 +- .../cubridmysql/cubrid-fetch-object.xml | 2 +- .../cubrid/cubridmysql/cubrid-field-flags.xml | 2 +- .../cubrid/cubridmysql/cubrid-field-len.xml | 2 +- .../cubrid/cubridmysql/cubrid-field-name.xml | 2 +- .../cubrid/cubridmysql/cubrid-field-seek.xml | 2 +- .../cubrid/cubridmysql/cubrid-field-table.xml | 2 +- .../cubrid/cubridmysql/cubrid-field-type.xml | 2 +- reference/dbase/book.xml | 2 +- reference/dbase/entities.dbase.ent | 2 +- .../dbase/functions/dbase-get-header-info.xml | 4 +- reference/dio/book.xml | 2 +- reference/dio/functions/dio-fcntl.xml | 4 +- reference/dio/functions/dio-seek.xml | 8 +- reference/ds/ds.collection.xml | 4 +- reference/ds/ds.deque.xml | 2 +- reference/ds/ds.hashable.xml | 4 +- reference/ds/ds.map.xml | 2 +- reference/ds/ds.queue.xml | 2 +- reference/ds/ds.sequence.xml | 6 +- reference/ds/ds.set.xml | 2 +- reference/ds/ds.stack.xml | 2 +- reference/ds/ds.vector.xml | 2 +- reference/ds/ds/deque/construct.xml | 2 +- reference/ds/ds/deque/first.xml | 2 +- reference/ds/ds/deque/get.xml | 2 +- reference/ds/ds/deque/insert.xml | 2 +- reference/ds/ds/deque/last.xml | 2 +- reference/ds/ds/deque/merge.xml | 2 +- reference/ds/ds/deque/pop.xml | 2 +- reference/ds/ds/deque/remove.xml | 2 +- reference/ds/ds/deque/set.xml | 2 +- reference/ds/ds/deque/shift.xml | 2 +- reference/ds/ds/map/construct.xml | 2 +- reference/ds/ds/map/first.xml | 2 +- reference/ds/ds/map/get.xml | 2 +- reference/ds/ds/map/last.xml | 2 +- reference/ds/ds/map/merge.xml | 6 +- reference/ds/ds/map/putAll.xml | 4 +- reference/ds/ds/map/remove.xml | 2 +- reference/ds/ds/map/skip.xml | 2 +- reference/ds/ds/priorityqueue/peek.xml | 2 +- reference/ds/ds/priorityqueue/pop.xml | 2 +- reference/ds/ds/queue/construct.xml | 2 +- reference/ds/ds/queue/peek.xml | 2 +- reference/ds/ds/queue/pop.xml | 2 +- reference/ds/ds/sequence/first.xml | 2 +- reference/ds/ds/sequence/get.xml | 2 +- reference/ds/ds/sequence/insert.xml | 2 +- reference/ds/ds/sequence/last.xml | 2 +- reference/ds/ds/sequence/merge.xml | 2 +- reference/ds/ds/sequence/pop.xml | 2 +- reference/ds/ds/sequence/remove.xml | 2 +- reference/ds/ds/sequence/set.xml | 2 +- reference/ds/ds/sequence/shift.xml | 2 +- reference/ds/ds/set/construct.xml | 2 +- reference/ds/ds/set/first.xml | 2 +- reference/ds/ds/set/get.xml | 2 +- reference/ds/ds/set/last.xml | 2 +- reference/ds/ds/set/merge.xml | 2 +- reference/ds/ds/stack/construct.xml | 2 +- reference/ds/ds/stack/peek.xml | 2 +- reference/ds/ds/stack/pop.xml | 2 +- reference/ds/ds/vector/construct.xml | 2 +- reference/ds/ds/vector/first.xml | 2 +- reference/ds/ds/vector/get.xml | 2 +- reference/ds/ds/vector/insert.xml | 2 +- reference/ds/ds/vector/last.xml | 2 +- reference/ds/ds/vector/merge.xml | 2 +- reference/ds/ds/vector/pop.xml | 2 +- reference/ds/ds/vector/remove.xml | 2 +- reference/ds/ds/vector/set.xml | 2 +- reference/ds/ds/vector/shift.xml | 2 +- reference/eio/constants.xml | 4 +- reference/eio/functions/eio-readdir.xml | 4 +- reference/eio/functions/eio-seek.xml | 4 +- reference/ev/evchild.xml | 2 +- reference/ev/evchild/construct.xml | 2 +- reference/ev/evio.xml | 2 +- reference/ev/evio/construct.xml | 2 +- reference/ev/evsignal.xml | 8 +- reference/ev/watchers.xml | 2 +- reference/event/event.callbacks.xml | 2 +- reference/event/event/construct.xml | 2 +- reference/event/event/free.xml | 2 +- reference/event/event/set.xml | 2 +- reference/event/eventbase/free.xml | 2 +- reference/event/eventdnsbase/construct.xml | 4 +- reference/event/eventutil/setsocketoption.xml | 10 +- reference/expect/functions/expect-popen.xml | 4 +- reference/expect/ini.xml | 8 +- reference/gearman/gearmanworker/wait.xml | 2 +- reference/gearman/gearmanworker/work.xml | 2 +- reference/gender/gender/country.xml | 2 +- reference/geoip/ini.xml | 4 +- reference/hrtime/book.xml | 2 +- .../ibase/functions/ibase-blob-import.xml | 4 +- reference/ibase/ini.xml | 20 +- .../ibm_db2/functions/db2-client-info.xml | 4 +- .../ibm_db2/functions/db2-fetch-object.xml | 4 +- .../ibm_db2/functions/db2-server-info.xml | 4 +- reference/ibm_db2/ini.xml | 30 +-- reference/igbinary/book.xml | 2 +- .../igbinary/functions/igbinary-serialize.xml | 8 +- .../functions/igbinary-unserialize.xml | 18 +- reference/igbinary/ini.xml | 6 +- reference/imagick/imagick/trimimage.xml | 4 +- reference/imagick/ini.xml | 8 +- reference/inotify/book.xml | 4 +- reference/inotify/functions/inotify-init.xml | 2 +- .../inotify/functions/inotify-queue-len.xml | 4 +- reference/inotify/functions/inotify-read.xml | 4 +- .../luasandbox/luasandboxfunction/call.xml | 4 +- reference/mailparse/setup.xml | 2 +- .../mcrypt/functions/mcrypt-create-iv.xml | 4 +- reference/mcrypt/ini.xml | 6 +- reference/memcache/ini.xml | 28 +-- reference/memcache/memcache/addserver.xml | 4 +- .../memcache/memcache/setserverparams.xml | 4 +- reference/memcached/ini.xml | 60 ++--- reference/memcached/memcached/append.xml | 2 +- reference/memcached/memcached/appendbykey.xml | 2 +- reference/memcached/memcached/prepend.xml | 2 +- .../memcached/memcached/prependbykey.xml | 2 +- reference/mongodb/architecture.xml | 18 +- reference/mongodb/bson/binary.xml | 6 +- .../mongodb/bson/binary/jsonserialize.xml | 6 +- reference/mongodb/bson/dbpointer.xml | 2 +- .../mongodb/bson/dbpointer/jsonserialize.xml | 6 +- reference/mongodb/bson/decimal128.xml | 6 +- .../mongodb/bson/decimal128/jsonserialize.xml | 6 +- .../mongodb/bson/document/offsetexists.xml | 4 +- reference/mongodb/bson/document/offsetget.xml | 4 +- reference/mongodb/bson/document/offsetset.xml | 4 +- .../mongodb/bson/document/offsetunset.xml | 4 +- reference/mongodb/bson/int64.xml | 2 +- .../mongodb/bson/int64/jsonserialize.xml | 6 +- reference/mongodb/bson/iterator/current.xml | 2 +- reference/mongodb/bson/iterator/key.xml | 2 +- reference/mongodb/bson/iterator/next.xml | 2 +- reference/mongodb/bson/iterator/rewind.xml | 2 +- reference/mongodb/bson/iterator/valid.xml | 2 +- reference/mongodb/bson/javascript.xml | 6 +- .../mongodb/bson/javascript/jsonserialize.xml | 6 +- reference/mongodb/bson/maxkey.xml | 4 +- .../mongodb/bson/maxkey/jsonserialize.xml | 6 +- reference/mongodb/bson/minkey.xml | 4 +- .../mongodb/bson/minkey/jsonserialize.xml | 6 +- reference/mongodb/bson/objectid.xml | 6 +- .../mongodb/bson/objectid/jsonserialize.xml | 6 +- .../mongodb/bson/packedarray/offsetexists.xml | 4 +- .../mongodb/bson/packedarray/offsetget.xml | 4 +- .../mongodb/bson/packedarray/offsetset.xml | 4 +- .../mongodb/bson/packedarray/offsetunset.xml | 4 +- .../bson/persistable/bsonserialize.xml | 8 +- reference/mongodb/bson/regex.xml | 6 +- .../mongodb/bson/regex/jsonserialize.xml | 6 +- .../bson/serializable/bsonserialize.xml | 10 +- reference/mongodb/bson/symbol.xml | 2 +- .../mongodb/bson/symbol/jsonserialize.xml | 6 +- reference/mongodb/bson/timestamp.xml | 6 +- .../mongodb/bson/timestamp/jsonserialize.xml | 6 +- reference/mongodb/bson/undefined.xml | 2 +- .../mongodb/bson/undefined/jsonserialize.xml | 6 +- reference/mongodb/bson/utcdatetime.xml | 6 +- .../mongodb/bson/utcdatetime/construct.xml | 8 +- .../bson/utcdatetime/jsonserialize.xml | 6 +- .../mongodb/bson/utcdatetime/todatetime.xml | 6 +- .../bson/utcdatetime/todatetimeimmutable.xml | 6 +- .../bson/utcdatetimeinterface/todatetime.xml | 6 +- .../todatetimeimmutable.xml | 6 +- reference/mongodb/configure.xml | 10 +- reference/mongodb/entities.mongodb.ent | 4 +- reference/mongodb/exceptions.xml | 8 +- reference/mongodb/functions/bson/fromphp.xml | 2 +- reference/mongodb/functions/bson/tojson.xml | 4 +- reference/mongodb/ini.xml | 6 +- reference/mongodb/mongodb/driver/cursor.xml | 8 +- .../mongodb/mongodb/driver/cursor/current.xml | 2 +- .../mongodb/mongodb/driver/cursor/key.xml | 2 +- .../mongodb/mongodb/driver/cursor/next.xml | 2 +- .../mongodb/mongodb/driver/cursor/rewind.xml | 2 +- .../mongodb/mongodb/driver/cursor/valid.xml | 2 +- reference/mongodb/mongodb/driver/cursorid.xml | 4 +- .../mongodb/driver/cursorinterface.xml | 2 +- reference/mongodb/mongodb/driver/manager.xml | 2 +- .../mongodb/driver/manager/construct.xml | 6 +- .../driver/monitoring/commandfailedevent.xml | 2 +- .../commandfailedevent/geterror.xml | 4 +- .../commandfailedevent/getreply.xml | 4 +- .../commandstartedevent/getcommand.xml | 4 +- .../commandsucceededevent/getreply.xml | 4 +- .../monitoring/serverheartbeatfailedevent.xml | 2 +- .../serverheartbeatfailedevent/geterror.xml | 4 +- .../getreply.xml | 4 +- .../mongodb/driver/query/construct.xml | 2 +- .../mongodb/mongodb/driver/readconcern.xml | 2 +- .../driver/readconcern/bsonserialize.xml | 2 +- .../mongodb/mongodb/driver/readpreference.xml | 2 +- .../driver/readpreference/bsonserialize.xml | 2 +- .../driver/serverapi/bsonserialize.xml | 2 +- .../mongodb/mongodb/driver/writeconcern.xml | 2 +- .../driver/writeconcern/bsonserialize.xml | 2 +- reference/mongodb/security.xml | 2 +- reference/mongodb/tutorial/library.xml | 2 +- reference/mysql/entities.mysql.ent | 6 +- .../mysql/functions/mysql-affected-rows.xml | 4 +- reference/mysql/functions/mysql-connect.xml | 2 +- reference/mysql/functions/mysql-create-db.xml | 4 +- reference/mysql/functions/mysql-data-seek.xml | 6 +- reference/mysql/functions/mysql-db-query.xml | 4 +- reference/mysql/functions/mysql-errno.xml | 2 +- reference/mysql/functions/mysql-error.xml | 2 +- .../mysql/functions/mysql-escape-string.xml | 4 +- .../mysql/functions/mysql-fetch-array.xml | 4 +- .../mysql/functions/mysql-fetch-assoc.xml | 6 +- .../mysql/functions/mysql-fetch-field.xml | 6 +- .../mysql/functions/mysql-fetch-lengths.xml | 6 +- .../mysql/functions/mysql-fetch-object.xml | 8 +- reference/mysql/functions/mysql-fetch-row.xml | 6 +- .../mysql/functions/mysql-field-flags.xml | 6 +- reference/mysql/functions/mysql-field-len.xml | 6 +- .../mysql/functions/mysql-field-name.xml | 4 +- .../mysql/functions/mysql-field-seek.xml | 4 +- .../mysql/functions/mysql-field-table.xml | 4 +- .../mysql/functions/mysql-field-type.xml | 2 +- .../mysql/functions/mysql-free-result.xml | 6 +- .../mysql/functions/mysql-get-client-info.xml | 6 +- .../mysql/functions/mysql-get-host-info.xml | 6 +- .../mysql/functions/mysql-get-server-info.xml | 8 +- reference/mysql/functions/mysql-insert-id.xml | 2 +- .../mysql/functions/mysql-num-fields.xml | 4 +- reference/mysql/functions/mysql-num-rows.xml | 4 +- reference/mysql/functions/mysql-pconnect.xml | 2 +- reference/mysql/functions/mysql-query.xml | 4 +- .../functions/mysql-real-escape-string.xml | 6 +- reference/mysql/functions/mysql-result.xml | 4 +- reference/mysql/functions/mysql-select-db.xml | 4 +- reference/mysql/functions/mysql-stat.xml | 6 +- reference/mysql/ini.xml | 22 +- reference/mysql_xdevapi/examples.xml | 2 +- .../functions/mysql-xdevapi.getsession.xml | 2 +- reference/mysql_xdevapi/ini.xml | 14 +- .../mysql_xdevapi/session/dropschema.xml | 2 +- reference/oauth/entities.oauth.ent | 2 +- reference/oauth/oauth/getlastresponseinfo.xml | 2 +- .../oauth/oauthprovider/checkoauthrequest.xml | 2 +- .../oauth/oauthprovider/generatetoken.xml | 8 +- reference/openal/functions/openal-stream.xml | 4 +- reference/parallel/book.xml | 4 +- reference/parallel/functions/parallel.run.xml | 4 +- reference/parallel/parallel/future/value.xml | 2 +- reference/parallel/parallel/runtime/run.xml | 6 +- reference/pdo_cubrid/reference.xml | 18 +- reference/pdo_ibm/ini.xml | 4 +- reference/ps/functions/ps-hyphenate.xml | 4 +- reference/pthreads/threaded/synchronized.xml | 2 +- reference/quickhash/quickhashinthash.xml | 4 +- reference/quickhash/quickhashintset.xml | 2 +- .../quickhash/quickhashintstringhash.xml | 4 +- .../quickhash/quickhashstringinthash.xml | 4 +- reference/rar/rararchive/open.xml | 2 +- reference/rar/rarentry/extract.xml | 2 +- reference/rar/rarentry/getpackedsize.xml | 2 +- reference/rar/rarentry/getunpackedsize.xml | 2 +- reference/recode/functions/recode-file.xml | 4 +- reference/recode/functions/recode-string.xml | 8 +- reference/rrd/rrdupdater/update.xml | 2 +- .../functions/runkit7-constant-add.xml | 2 +- .../functions/runkit7-constant-remove.xml | 2 +- .../functions/runkit7-function-add.xml | 8 +- .../functions/runkit7-function-redefine.xml | 4 +- .../runkit7/functions/runkit7-import.xml | 2 +- .../runkit7/functions/runkit7-method-add.xml | 4 +- .../functions/runkit7-method-redefine.xml | 4 +- .../runkit7/functions/runkit7-object-id.xml | 6 +- reference/runkit7/ini.xml | 6 +- reference/seaslog/ini.xml | 50 ++-- .../seaslog/seaslog/setdatetimeformat.xml | 2 +- reference/simdjson/constants.xml | 2 +- .../simdjson/functions/simdjson-decode.xml | 14 +- .../simdjson/functions/simdjson-is-valid.xml | 12 +- .../simdjson/functions/simdjson-key-count.xml | 2 +- .../functions/simdjson-key-exists.xml | 2 +- .../simdjson/functions/simdjson-key-value.xml | 10 +- reference/simdjson/simdjsonvalueerror.xml | 4 +- reference/sqlsrv/ini.xml | 6 +- .../ssh2/functions/ssh2-keepalive-config.xml | 2 +- reference/ssh2/functions/ssh2-scp-recv.xml | 4 +- reference/ssh2/functions/ssh2-scp-send.xml | 4 +- reference/ssh2/functions/ssh2-send-signal.xml | 2 +- reference/ssh2/functions/ssh2-set-timeout.xml | 2 +- reference/ssh2/functions/ssh2-sftp-chmod.xml | 6 +- reference/ssh2/functions/ssh2-sftp-lstat.xml | 8 +- reference/ssh2/functions/ssh2-sftp-mkdir.xml | 4 +- .../ssh2/functions/ssh2-sftp-readlink.xml | 4 +- .../ssh2/functions/ssh2-sftp-realpath.xml | 4 +- reference/ssh2/functions/ssh2-sftp-rename.xml | 4 +- reference/ssh2/functions/ssh2-sftp-rmdir.xml | 4 +- reference/ssh2/functions/ssh2-sftp-stat.xml | 8 +- .../ssh2/functions/ssh2-sftp-symlink.xml | 4 +- reference/ssh2/functions/ssh2-sftp-unlink.xml | 4 +- .../ssh2/functions/ssh2-shell-resize.xml | 2 +- reference/ssh2/functions/ssh2-tunnel.xml | 4 +- reference/ssh2/setup.xml | 2 +- .../functions/stats-standard-deviation.xml | 4 +- reference/stomp/ini.xml | 12 +- reference/svn/entities.svn.ent | 2 +- reference/svn/functions/svn-checkout.xml | 2 +- reference/svn/functions/svn-cleanup.xml | 2 +- reference/svn/functions/svn-diff.xml | 4 +- reference/swoole/ini.xml | 14 +- reference/swoole/swoole.timer.xml | 2 +- reference/swoole/swoole/timer/after.xml | 4 +- reference/swoole/swoole/timer/list.xml | 2 +- reference/swoole/swoole/timer/tick.xml | 2 +- reference/taint/book.xml | 4 +- reference/taint/detail.xml | 60 ++--- reference/taint/ini.xml | 14 +- reference/trader/ini.xml | 4 +- .../uopz/functions/uopz-add-function.xml | 8 +- reference/uopz/functions/uopz-allow-exit.xml | 2 +- reference/uopz/functions/uopz-copy.xml | 4 +- .../uopz/functions/uopz-del-function.xml | 2 +- reference/uopz/functions/uopz-extend.xml | 2 +- reference/uopz/functions/uopz-flags.xml | 2 +- reference/uopz/functions/uopz-function.xml | 4 +- .../uopz/functions/uopz-get-exit-status.xml | 4 +- reference/uopz/functions/uopz-get-hook.xml | 4 +- reference/uopz/functions/uopz-get-static.xml | 2 +- reference/uopz/functions/uopz-implement.xml | 2 +- reference/uopz/functions/uopz-set-hook.xml | 4 +- reference/uopz/functions/uopz-unset-mock.xml | 2 +- reference/uopz/setup.xml | 6 +- reference/v8js/ini.xml | 6 +- reference/var_representation/book.xml | 2 +- .../functions/var-representation.xml | 6 +- reference/wddx/book.xml | 2 +- reference/wddx/examples.xml | 4 +- reference/wddx/functions/wddx-deserialize.xml | 4 +- .../win32-add-right-access-service.xml | 4 +- .../functions/win32-add-service-env-var.xml | 4 +- .../functions/win32-continue-service.xml | 6 +- .../functions/win32-create-service.xml | 24 +- .../functions/win32-delete-service.xml | 6 +- .../win32-get-last-control-message.xml | 6 +- .../functions/win32-get-service-env-vars.xml | 2 +- .../functions/win32-pause-service.xml | 6 +- .../functions/win32-query-service-status.xml | 6 +- .../win32-read-all-rights-access-service.xml | 2 +- .../win32-read-right-access-service.xml | 4 +- .../win32-remove-right-access-service.xml | 4 +- .../win32-remove-service-env-var.xml | 4 +- .../functions/win32-send-custom-control.xml | 8 +- .../functions/win32-set-service-exit-code.xml | 4 +- .../functions/win32-set-service-exit-mode.xml | 4 +- .../win32-set-service-pause-resume-state.xml | 4 +- .../functions/win32-set-service-status.xml | 6 +- .../win32-start-service-ctrl-dispatcher.xml | 6 +- .../functions/win32-start-service.xml | 6 +- .../functions/win32-stop-service.xml | 6 +- reference/wincache/ini.xml | 44 ++-- reference/wincache/setup.xml | 2 +- reference/wkhtmltox/ini.xml | 4 +- reference/xhprof/functions/xhprof-enable.xml | 4 +- .../xhprof/functions/xhprof-sample-enable.xml | 4 +- reference/xhprof/ini.xml | 4 +- reference/xmldiff/xmldiff-dom/diff.xml | 6 +- reference/xmldiff/xmldiff-dom/merge.xml | 6 +- .../functions/xmlrpc-encode-request.xml | 6 +- reference/xpass/constants.xml | 4 +- reference/xpass/functions/crypt-gensalt.xml | 6 +- reference/yac/book.xml | 2 +- reference/yac/ini.xml | 16 +- reference/yac/yac/construct.xml | 2 +- reference/yac/yac/dump.xml | 2 +- reference/yaconf/ini.xml | 6 +- reference/yaf/appconfig.xml | 2 +- reference/yaf/ini.xml | 20 +- reference/yaf/yaf-config-ini.xml | 2 +- reference/yaf/yaf-exception.xml | 4 +- reference/yaf/yaf_application/bootstrap.xml | 2 +- .../yaf/yaf_dispatcher/seterrorhandler.xml | 8 +- reference/yaf/yaf_exception/construct.xml | 2 +- reference/yaf/yaf_exception/getprevious.xml | 6 +- .../yaf/yaf_request_abstract/getexception.xml | 4 +- reference/yaml/functions/yaml-parse-file.xml | 2 +- reference/yaml/functions/yaml-parse-url.xml | 2 +- reference/yaml/functions/yaml-parse.xml | 2 +- reference/yaml/ini.xml | 16 +- reference/yar/constants.xml | 2 +- reference/yar/ini.xml | 22 +- .../yar/yar_client_exception/gettype.xml | 2 +- reference/yar/yar_concurrent_client/reset.xml | 2 +- reference/zookeeper/ini.xml | 6 +- 425 files changed, 1235 insertions(+), 1020 deletions(-) diff --git a/entities/entities.inherited.ent b/entities/entities.inherited.ent index 5df3b0d70..b45fa7b47 100644 --- a/entities/entities.inherited.ent +++ b/entities/entities.inherited.ent @@ -252,7 +252,7 @@ See doc-base/scripts/text-entities.php for details. - public TraversableIteratorAggregate::getIterator + public TraversableIteratorAggregate::getIterator diff --git a/entities/entities.manual.ent b/entities/entities.manual.ent index 842748279..dcf9e569e 100644 --- a/entities/entities.manual.ent +++ b/entities/entities.manual.ent @@ -30,23 +30,70 @@ URLs rather than linkends. Any links to other manual books should live here. &url.php.manual;book.sodium.php &url.php.manual;book.stream.php &url.php.manual;class.arrayaccess.php +&url.php.manual;class.arrayiterator.php +&url.php.manual;class.arrayobject.php +&url.php.manual;class.closure.php &url.php.manual;class.countable.php +&url.php.manual;class.datetime.php +&url.php.manual;class.datetimeimmutable.php +&url.php.manual;class.datetimeinterface.php +&url.php.manual;class.domdocument.php &url.php.manual;class.error.php &url.php.manual;class.exception.php &url.php.manual;class.invalidargumentexception.php &url.php.manual;class.iterator.php &url.php.manual;class.iteratoraggregate.php +&url.php.manual;class.iteratoriterator.php &url.php.manual;class.jsonserializable.php &url.php.manual;class.logicexception.php +&url.php.manual;class.outofboundsexception.php +&url.php.manual;class.outofrangeexception.php +&url.php.manual;class.reflectionclass.php +&url.php.manual;class.reflectionmethod.php &url.php.manual;class.runtimeexception.php &url.php.manual;class.serializable.php +&url.php.manual;class.socket.php +&url.php.manual;class.spldoublylinkedlist.php +&url.php.manual;class.splfixedarray.php +&url.php.manual;class.stdclass.php &url.php.manual;class.stringable.php &url.php.manual;class.throwable.php &url.php.manual;class.traversable.php +&url.php.manual;class.typeerror.php +&url.php.manual;class.underflowexception.php &url.php.manual;class.unexpectedvalueexception.php &url.php.manual;class.valueerror.php &url.php.manual;configuration.changes.modes.php &url.php.manual;configuration.file.php +&url.php.manual;constant.curlopt-abstract-unix-socket.php#constant.curlopt-resolve +&url.php.manual;constant.curlopt-abstract-unix-socket.php#constant.curlopt-ssl-verifyhost +&url.php.manual;constant.curlopt-abstract-unix-socket.php#constant.curlopt-ssl-verifypeer +&url.php.manual;errorfunc.constants.php#constant.e-error +&url.php.manual;errorfunc.constants.php#constant.e-notice +&url.php.manual;errorfunc.constants.php#constant.e-user-warning +&url.php.manual;errorfunc.constants.php#constant.e-warning +&url.php.manual;math.constants.php#constant.inf +&url.php.manual;info.constants.php#constant.ini-all +&url.php.manual;info.constants.php#constant.ini-perdir +&url.php.manual;info.constants.php#constant.ini-system +&url.php.manual;string.constants.php#constant.lc-ctype +&url.php.manual;math.constants.php#constant.nan +&url.php.manual;reserved.constants.core.php#constant.null +&url.php.manual;reserved.constants.core.php#constant.php-int-max +&url.php.manual;reserved.constants.core.php#constant.php-int-min +&url.php.manual;reserved.constants.core.php#constant.php-int-size +&url.php.manual;reserved.constants.core.php#constant.php-version +&url.php.manual;reserved.constants.core.php#constant.php-zts +&url.php.manual;filesystem.constants.php#constant.seek-cur +&url.php.manual;filesystem.constants.php#constant.seek-end +&url.php.manual;filesystem.constants.php#constant.seek-set +&url.php.manual;pcntl.constants.php#constant.sigalrm +&url.php.manual;pcntl.constants.php#constant.sigchld +&url.php.manual;pcntl.constants.php#constant.sighup +&url.php.manual;pcntl.constants.php#constant.sigint +&url.php.manual;pcntl.constants.php#constant.sigio +&url.php.manual;pcntl.constants.php#constant.sigterm +&url.php.manual;reserved.constants.core.php#constant.stdin &url.php.manual;context.ssl.php &url.php.manual;control-structures.foreach.php &url.php.manual;countable.count.php @@ -74,18 +121,140 @@ URLs rather than linkends. Any links to other manual books should live here. &url.php.manual;faq.using.php#faq.using.shorthandbytes &url.php.manual;features.commandline.php &url.php.manual;features.persistent-connections.php +&url.php.manual;function.basename.php +&url.php.manual;function.call-user-func.php +&url.php.manual;function.chmod.php +&url.php.manual;function.copy.php +&url.php.manual;function.create-function.php +&url.php.manual;function.crypt.php +&url.php.manual;function.curl-getinfo.php +&url.php.manual;function.date.php +&url.php.manual;function.date-create.php +&url.php.manual;function.define.php +&url.php.manual;function.dirname.php +&url.php.manual;function.dl.php +&url.php.manual;function.exec.php +&url.php.manual;function.exit.php +&url.php.manual;function.explode.php +&url.php.manual;function.fclose.php +&url.php.manual;function.file.php &url.php.manual;function.file-exists.php &url.php.manual;function.file-get-contents.php +&url.php.manual;function.file-put-contents.php &url.php.manual;function.filesize.php +&url.php.manual;function.filter-var.php +&url.php.manual;function.flock.php +&url.php.manual;function.fopen.php +&url.php.manual;function.fputs.php +&url.php.manual;function.fread.php +&url.php.manual;function.fsockopen.php +&url.php.manual;function.fwrite.php +&url.php.manual;function.getprotobyname.php +&url.php.manual;function.getrusage.php +&url.php.manual;function.hash.php +&url.php.manual;function.hash-equals.php +&url.php.manual;function.hash-hmac.php +&url.php.manual;function.header.php +&url.php.manual;function.highlight-file.php +&url.php.manual;function.hrtime.php +&url.php.manual;function.htmlentities.php +&url.php.manual;function.htmlspecialchars.php +&url.php.manual;function.iconv.php +&url.php.manual;function.imagecropauto.php +&url.php.manual;function.implode.php +&url.php.manual;function.include.php &url.php.manual;function.is-dir.php &url.php.manual;function.is-infinite.php &url.php.manual;function.is-readable.php +&url.php.manual;function.is-resource.php &url.php.manual;function.is-writable.php +&url.php.manual;function.join.php +&url.php.manual;function.json-decode.php +&url.php.manual;function.json-encode.php +&url.php.manual;function.lstat.php +&url.php.manual;function.ltrim.php +&url.php.manual;function.mail.php +&url.php.manual;function.mb-convert-encoding.php +&url.php.manual;function.memory-get-usage.php +&url.php.manual;function.mkdir.php +&url.php.manual;function.move-uploaded-file.php +&url.php.manual;function.oci-parse.php +&url.php.manual;function.opendir.php +&url.php.manual;function.openssl-random-pseudo-bytes.php +&url.php.manual;function.parse-ini-file.php +&url.php.manual;function.passthru.php +&url.php.manual;function.password-hash.php +&url.php.manual;function.pathinfo.php +&url.php.manual;function.pg-query.php +&url.php.manual;function.pg-send-query.php &url.php.manual;function.phpinfo.php +&url.php.manual;function.phpversion.php +&url.php.manual;function.popen.php +&url.php.manual;function.preg-grep.php +&url.php.manual;function.preg-match.php +&url.php.manual;function.preg-match-all.php +&url.php.manual;function.preg-replace.php +&url.php.manual;function.preg-replace-callback.php +&url.php.manual;function.preg-split.php +&url.php.manual;function.print-r.php +&url.php.manual;function.printf.php +&url.php.manual;function.proc-open.php &url.php.manual;function.putenv.php +&url.php.manual;function.rand.php +&url.php.manual;function.random-bytes.php +&url.php.manual;function.rawurlencode.php &url.php.manual;function.readfile.php +&url.php.manual;function.readlink.php &url.php.manual;function.realpath.php +&url.php.manual;function.rename.php +&url.php.manual;function.rmdir.php &url.php.manual;function.round.php +&url.php.manual;function.rtrim.php +&url.php.manual;function.serialize.php +&url.php.manual;function.set-error-handler.php +&url.php.manual;function.setcookie.php +&url.php.manual;function.setrawcookie.php +&url.php.manual;function.shell-exec.php +&url.php.manual;function.show-source.php +&url.php.manual;function.sleep.php +&url.php.manual;function.socket-get-option.php +&url.php.manual;function.socket-set-option.php +&url.php.manual;function.spl-object-hash.php +&url.php.manual;function.spl-object-id.php +&url.php.manual;function.sprintf.php +&url.php.manual;function.stat.php +&url.php.manual;function.str-ireplace.php +&url.php.manual;function.str-pad.php +&url.php.manual;function.str-replace.php +&url.php.manual;function.stream-context-create.php +&url.php.manual;function.stream-select.php +&url.php.manual;function.stream-set-blocking.php +&url.php.manual;function.stream-set-timeout.php +&url.php.manual;function.strlen.php +&url.php.manual;function.strstr.php +&url.php.manual;function.strtolower.php +&url.php.manual;function.strtotime.php +&url.php.manual;function.strtoupper.php +&url.php.manual;function.strval.php +&url.php.manual;function.substr.php +&url.php.manual;function.symlink.php +&url.php.manual;function.sys-get-temp-dir.php +&url.php.manual;function.system.php +&url.php.manual;function.touch.php +&url.php.manual;function.trim.php +&url.php.manual;function.unlink.php +&url.php.manual;function.unserialize.php +&url.php.manual;function.unset.php +&url.php.manual;function.var-dump.php +&url.php.manual;function.var-export.php +&url.php.manual;function.vprintf.php +&url.php.manual;function.vsprintf.php +&url.php.manual;gender-gender.connect.php +&url.php.manual;gender-gender.construct.php +&url.php.manual;gender-gender.country.php +&url.php.manual;gender-gender.get.php +&url.php.manual;gender-gender.isnick.php +&url.php.manual;gender-gender.similarnames.php &url.php.manual;filesystem.configuration.php#ini.default-socket-timeout &url.php.manual;errorfunc.configuration.php#ini.error-reporting &url.php.manual;ini.core.php#ini.extension @@ -105,6 +274,11 @@ URLs rather than linkends. Any links to other manual books should live here. &url.php.manual;install.windows.building.php &url.php.manual;install.windows.manual.php &url.php.manual;book.pdo.php#intro.pdo +&url.php.manual;iterator.current.php +&url.php.manual;iterator.key.php +&url.php.manual;iterator.next.php +&url.php.manual;iterator.rewind.php +&url.php.manual;iterator.valid.php &url.php.manual;iteratoraggregate.getiterator.php &url.php.manual;jsonserializable.jsonserialize.php &url.php.manual;language.exceptions.php @@ -124,6 +298,11 @@ URLs rather than linkends. Any links to other manual books should live here. &url.php.manual;language.types.resource.php#language.types.resource.self-destruct &url.php.manual;language.types.type-juggling.php &url.php.manual;language.variables.scope.php +&url.php.manual;mysqli-result.fetch-field.php +&url.php.manual;mysqli.multi-query.php +&url.php.manual;mysqli.prepare.php +&url.php.manual;mysqli.query.php +&url.php.manual;mysqli.real-query.php &url.php.manual;mysqlinfo.api.choosing.php &url.php.manual;mysqlinfo.concepts.buffering.php &url.php.manual;mysqlinfo.concepts.charset.php @@ -135,6 +314,37 @@ URLs rather than linkends. Any links to other manual books should live here. &url.php.manual;language.oop5.magic.php#object.sleep &url.php.manual;language.oop5.magic.php#object.unserialize &url.php.manual;language.oop5.magic.php#object.wakeup +&url.php.manual;pdo.begintransaction.php +&url.php.manual;pdo.commit.php +&url.php.manual;pdo.constants.php#pdo.constants.attr-client-version +&url.php.manual;pdo.constants.php#pdo.constants.attr-connection-status +&url.php.manual;pdo.constants.php#pdo.constants.attr-driver-name +&url.php.manual;pdo.constants.php#pdo.constants.attr-persistent +&url.php.manual;pdo.constants.php#pdo.constants.attr-server-info +&url.php.manual;pdo.constants.php#pdo.constants.attr-server-version +&url.php.manual;pdo.constants.fetch-modes.php#pdo.constants.fetch-assoc +&url.php.manual;pdo.constants.fetch-modes.php#pdo.constants.fetch-num +&url.php.manual;pdo.constants.fetch-modes.php#pdo.constants.fetch-obj +&url.php.manual;pdo.constants.php#pdo.constants.fetch-ori-abs +&url.php.manual;pdo.construct.php +&url.php.manual;pdo.cubrid-schema.php +&url.php.manual;pdo.errorcode.php +&url.php.manual;pdo.errorinfo.php +&url.php.manual;pdo.exec.php +&url.php.manual;pdo.getattribute.php +&url.php.manual;pdo.lastinsertid.php +&url.php.manual;pdo.prepare.php +&url.php.manual;pdo.query.php +&url.php.manual;pdo.quote.php +&url.php.manual;pdo.rollback.php +&url.php.manual;pdo.setattribute.php +&url.php.manual;pdostatement.bindparam.php +&url.php.manual;pdostatement.closecursor.php +&url.php.manual;pdostatement.columncount.php +&url.php.manual;pdostatement.fetch.php +&url.php.manual;pdostatement.fetchcolumn.php +&url.php.manual;pdostatement.getcolumnmeta.php +&url.php.manual;pdostatement.rowcount.php &url.php.manual;ref.filesystem.php &url.php.manual;ref.iconv.php &url.php.manual;ref.imap.php @@ -143,12 +353,17 @@ URLs rather than linkends. Any links to other manual books should live here. &url.php.manual;ref.pcntl.php &url.php.manual;ref.pdo-mysql.php &url.php.manual;ref.session.php +&url.php.manual;reflectionfunctionabstract.getstaticvariables.php &url.php.manual;reserved.variables.cookies.php &url.php.manual;reserved.variables.get.php &url.php.manual;reserved.variables.post.php &url.php.manual;security.database.sql-injection.php &url.php.manual;spl.exceptions.php +&url.php.manual;sqlite3.exec.php +&url.php.manual;sqlite3.prepare.php +&url.php.manual;sqlite3.query.php &url.php.manual;types.comparisons.php +&url.php.manual;uconverter.transcode.php &url.php.manual;wrappers.expect.php &url.php.manual;wrappers.rar.php &url.php.manual;wrappers.ssh2.php diff --git a/entities/entities.snippets.ent b/entities/entities.snippets.ent index 561ab1449..a1d6226a2 100644 --- a/entities/entities.snippets.ent +++ b/entities/entities.snippets.ent @@ -121,7 +121,7 @@ compiled into PHP or dynamically loaded at runtime. In addition, these driver-specific constants should only be used if you are using this driver. Using driver-specific attributes with another driver may result in unexpected behaviour. PDO::getAttribute may be used to -obtain the PDO::ATTR_DRIVER_NAME attribute to check the +obtain the PDO::ATTR_DRIVER_NAME attribute to check the driver, if your code can run against multiple drivers. diff --git a/reference/apcu/apcuiterator/current.xml b/reference/apcu/apcuiterator/current.xml index 5cce4dd5f..99eadd8e3 100644 --- a/reference/apcu/apcuiterator/current.xml +++ b/reference/apcu/apcuiterator/current.xml @@ -34,7 +34,7 @@ &reftitle.seealso; APCUIterator::next - Iterator::current + Iterator::current diff --git a/reference/apcu/apcuiterator/key.xml b/reference/apcu/apcuiterator/key.xml index d48684001..75c40a91b 100644 --- a/reference/apcu/apcuiterator/key.xml +++ b/reference/apcu/apcuiterator/key.xml @@ -33,7 +33,7 @@ &reftitle.seealso; APCUIterator::current - Iterator::key + Iterator::key diff --git a/reference/apcu/apcuiterator/next.xml b/reference/apcu/apcuiterator/next.xml index f24b7fd7c..1c6ceace7 100644 --- a/reference/apcu/apcuiterator/next.xml +++ b/reference/apcu/apcuiterator/next.xml @@ -34,7 +34,7 @@ APCUIterator::current APCUIterator::rewind - Iterator::next + Iterator::next diff --git a/reference/apcu/apcuiterator/rewind.xml b/reference/apcu/apcuiterator/rewind.xml index 1204b4a97..57bc1b0f1 100644 --- a/reference/apcu/apcuiterator/rewind.xml +++ b/reference/apcu/apcuiterator/rewind.xml @@ -33,7 +33,7 @@ &reftitle.seealso; APCUIterator::next - Iterator::next + Iterator::next diff --git a/reference/apcu/apcuiterator/valid.xml b/reference/apcu/apcuiterator/valid.xml index 9a5c27755..4c820fc7a 100644 --- a/reference/apcu/apcuiterator/valid.xml +++ b/reference/apcu/apcuiterator/valid.xml @@ -33,7 +33,7 @@ &reftitle.seealso; APCUIterator::current - Iterator::valid + Iterator::valid diff --git a/reference/apcu/ini.xml b/reference/apcu/ini.xml index e2eb1ef01..638105186 100644 --- a/reference/apcu/ini.xml +++ b/reference/apcu/ini.xml @@ -60,79 +60,79 @@ apc.enabled 1 - INI_SYSTEM + INI_SYSTEM apc.shm_segments 1 - INI_SYSTEM + INI_SYSTEM apc.shm_size "32M" - INI_SYSTEM + INI_SYSTEM apc.entries_hint 512 * apc.shm_size - INI_SYSTEM + INI_SYSTEM Prior to APCu 5.1.25, the default was 4096 apc.ttl 0 - INI_SYSTEM + INI_SYSTEM apc.gc_ttl 3600 - INI_SYSTEM + INI_SYSTEM apc.mmap_file_mask NULL - INI_SYSTEM + INI_SYSTEM apc.slam_defense 0 - INI_SYSTEM + INI_SYSTEM apc.enable_cli 0 - INI_SYSTEM + INI_SYSTEM apc.use_request_time 0 - INI_ALL + INI_ALL Prior to APCu 5.1.19, the default was 1. apc.serializer "php" - INI_SYSTEM + INI_SYSTEM Prior to APCu 5.1.15, the default was "default". apc.coredump_unmap 0 - INI_SYSTEM + INI_SYSTEM apc.preload_path NULL - INI_SYSTEM + INI_SYSTEM diff --git a/reference/componere/componere/abstract/definition/addinterface.xml b/reference/componere/componere/abstract/definition/addinterface.xml index 04df5e924..84d26373d 100644 --- a/reference/componere/componere/abstract/definition/addinterface.xml +++ b/reference/componere/componere/abstract/definition/addinterface.xml @@ -43,7 +43,7 @@ Exceptions - Shall throw RuntimeException if Definition was registered + Shall throw RuntimeException if Definition was registered diff --git a/reference/componere/componere/abstract/definition/addmethod.xml b/reference/componere/componere/abstract/definition/addmethod.xml index dac3f10d7..937f9b09f 100644 --- a/reference/componere/componere/abstract/definition/addmethod.xml +++ b/reference/componere/componere/abstract/definition/addmethod.xml @@ -52,12 +52,12 @@ Exceptions - Shall throw RuntimeException if Definition was registered + Shall throw RuntimeException if Definition was registered - Shall throw RuntimeException if Method was added to another Definition + Shall throw RuntimeException if Method was added to another Definition diff --git a/reference/componere/componere/abstract/definition/addtrait.xml b/reference/componere/componere/abstract/definition/addtrait.xml index f720ee8a3..09261ef19 100644 --- a/reference/componere/componere/abstract/definition/addtrait.xml +++ b/reference/componere/componere/abstract/definition/addtrait.xml @@ -43,7 +43,7 @@ Exceptions - Shall throw RuntimeException if Definition was registered + Shall throw RuntimeException if Definition was registered diff --git a/reference/componere/componere/abstract/definition/getreflector.xml b/reference/componere/componere/abstract/definition/getreflector.xml index 11a93d485..c10e987a7 100644 --- a/reference/componere/componere/abstract/definition/getreflector.xml +++ b/reference/componere/componere/abstract/definition/getreflector.xml @@ -9,7 +9,7 @@ &reftitle.description; - public ReflectionClassComponere\Abstract\Definition::getReflector + public ReflectionClassComponere\Abstract\Definition::getReflector diff --git a/reference/componere/componere/definition/addconstant.xml b/reference/componere/componere/definition/addconstant.xml index 351f347cc..362281118 100644 --- a/reference/componere/componere/definition/addconstant.xml +++ b/reference/componere/componere/definition/addconstant.xml @@ -51,22 +51,22 @@ Exceptions - Shall throw RuntimeException if Definition was registered + Shall throw RuntimeException if Definition was registered - Shall throw RuntimeException if name is already declared as a constant + Shall throw RuntimeException if name is already declared as a constant - Shall throw RuntimeException if value is static + Shall throw RuntimeException if value is static - Shall throw RuntimeException if value is undefined + Shall throw RuntimeException if value is undefined diff --git a/reference/componere/componere/definition/addproperty.xml b/reference/componere/componere/definition/addproperty.xml index 74a702d41..9802c52ba 100644 --- a/reference/componere/componere/definition/addproperty.xml +++ b/reference/componere/componere/definition/addproperty.xml @@ -52,12 +52,12 @@ Exceptions - Shall throw RuntimeException if Definition was registered + Shall throw RuntimeException if Definition was registered - Shall throw RuntimeException if name is already declared as a property + Shall throw RuntimeException if name is already declared as a property diff --git a/reference/componere/componere/definition/construct.xml b/reference/componere/componere/definition/construct.xml index 96c3f5ab9..c0ea868d3 100644 --- a/reference/componere/componere/definition/construct.xml +++ b/reference/componere/componere/definition/construct.xml @@ -68,27 +68,27 @@ Exceptions - Shall throw InvalidArgumentException if an attempt is made to replace an internal class + Shall throw InvalidArgumentException if an attempt is made to replace an internal class - Shall throw InvalidArgumentException if an attempt is made to replace an interface + Shall throw InvalidArgumentException if an attempt is made to replace an interface - Shall throw InvalidArgumentException if an attempt is made to replace a trait + Shall throw InvalidArgumentException if an attempt is made to replace a trait - Shall throw RuntimeException if a class in interfaces cannot be found + Shall throw RuntimeException if a class in interfaces cannot be found - Shall throw RuntimeException if a class in interfaces is not an interface + Shall throw RuntimeException if a class in interfaces is not an interface diff --git a/reference/componere/componere/definition/getclosure.xml b/reference/componere/componere/definition/getclosure.xml index 3c741c10e..5be568f25 100644 --- a/reference/componere/componere/definition/getclosure.xml +++ b/reference/componere/componere/definition/getclosure.xml @@ -9,7 +9,7 @@ &reftitle.description; - public ClosureComponere\Definition::getClosure + public ClosureComponere\Definition::getClosure stringname @@ -43,12 +43,12 @@ Exceptions - Shall throw RuntimeException if Definition was registered + Shall throw RuntimeException if Definition was registered - Shall throw RuntimeException if name could not be found + Shall throw RuntimeException if name could not be found diff --git a/reference/componere/componere/definition/getclosures.xml b/reference/componere/componere/definition/getclosures.xml index 808e71d37..6f09c9d06 100644 --- a/reference/componere/componere/definition/getclosures.xml +++ b/reference/componere/componere/definition/getclosures.xml @@ -29,7 +29,7 @@ Exceptions - Shall throw RuntimeException if Definition was registered + Shall throw RuntimeException if Definition was registered diff --git a/reference/componere/componere/definition/register.xml b/reference/componere/componere/definition/register.xml index f5f96e820..14ceecea8 100644 --- a/reference/componere/componere/definition/register.xml +++ b/reference/componere/componere/definition/register.xml @@ -22,7 +22,7 @@ Exceptions - Shall throw RuntimeException if Definition was registered + Shall throw RuntimeException if Definition was registered diff --git a/reference/componere/componere/method/construct.xml b/reference/componere/componere/method/construct.xml index 1ae6a0ce0..e7b40dadc 100644 --- a/reference/componere/componere/method/construct.xml +++ b/reference/componere/componere/method/construct.xml @@ -10,7 +10,7 @@ &reftitle.description; public Componere\Method::__construct - Closureclosure + Closureclosure diff --git a/reference/componere/componere/method/getreflector.xml b/reference/componere/componere/method/getreflector.xml index 0d9b8b798..fa4651820 100644 --- a/reference/componere/componere/method/getreflector.xml +++ b/reference/componere/componere/method/getreflector.xml @@ -9,7 +9,7 @@ &reftitle.description; - public ReflectionMethodComponere\Method::getReflector + public ReflectionMethodComponere\Method::getReflector diff --git a/reference/componere/componere/method/setprivate.xml b/reference/componere/componere/method/setprivate.xml index d3865ea82..ed8cf5f60 100644 --- a/reference/componere/componere/method/setprivate.xml +++ b/reference/componere/componere/method/setprivate.xml @@ -25,7 +25,7 @@ Exceptions - Shall throw RuntimeException if access level was previously set + Shall throw RuntimeException if access level was previously set diff --git a/reference/componere/componere/method/setprotected.xml b/reference/componere/componere/method/setprotected.xml index e13da5661..e77a0308e 100644 --- a/reference/componere/componere/method/setprotected.xml +++ b/reference/componere/componere/method/setprotected.xml @@ -25,7 +25,7 @@ Exceptions - Shall throw RuntimeException if access level was previously set + Shall throw RuntimeException if access level was previously set diff --git a/reference/componere/componere/patch/construct.xml b/reference/componere/componere/patch/construct.xml index 954cdd48a..bafcb61c9 100644 --- a/reference/componere/componere/patch/construct.xml +++ b/reference/componere/componere/patch/construct.xml @@ -46,12 +46,12 @@ Exceptions - Shall throw RuntimeException if a class in interfaces cannot be found + Shall throw RuntimeException if a class in interfaces cannot be found - Shall throw RuntimeException if a class in interfaces is not an interface + Shall throw RuntimeException if a class in interfaces is not an interface diff --git a/reference/componere/componere/patch/derive.xml b/reference/componere/componere/patch/derive.xml index 7f93bb98e..86cbafab5 100644 --- a/reference/componere/componere/patch/derive.xml +++ b/reference/componere/componere/patch/derive.xml @@ -43,7 +43,7 @@ Exceptions - Shall throw InvalidArgumentException if instance is not compatible + Shall throw InvalidArgumentException if instance is not compatible diff --git a/reference/componere/componere/patch/getclosure.xml b/reference/componere/componere/patch/getclosure.xml index 1da32bb40..db3e8885b 100644 --- a/reference/componere/componere/patch/getclosure.xml +++ b/reference/componere/componere/patch/getclosure.xml @@ -9,7 +9,7 @@ &reftitle.description; - public ClosureComponere\Patch::getClosure + public ClosureComponere\Patch::getClosure stringname @@ -43,7 +43,7 @@ Exceptions - Shall throw RuntimeException if name could not be found + Shall throw RuntimeException if name could not be found diff --git a/reference/componere/componere/value/construct.xml b/reference/componere/componere/value/construct.xml index 83ab23eac..9a719d0fd 100644 --- a/reference/componere/componere/value/construct.xml +++ b/reference/componere/componere/value/construct.xml @@ -36,7 +36,7 @@ Exceptions - Shall throw InvalidArgumentException if default does not have a suitable value + Shall throw InvalidArgumentException if default does not have a suitable value diff --git a/reference/componere/componere/value/setprivate.xml b/reference/componere/componere/value/setprivate.xml index 8db751330..2d814c9b6 100644 --- a/reference/componere/componere/value/setprivate.xml +++ b/reference/componere/componere/value/setprivate.xml @@ -29,7 +29,7 @@ Exceptions - Shall throw RuntimeException if access level was previously set + Shall throw RuntimeException if access level was previously set diff --git a/reference/componere/componere/value/setprotected.xml b/reference/componere/componere/value/setprotected.xml index 99be9efe8..0ccb9bfb5 100644 --- a/reference/componere/componere/value/setprotected.xml +++ b/reference/componere/componere/value/setprotected.xml @@ -29,7 +29,7 @@ Exceptions - Shall throw RuntimeException if access level was previously set + Shall throw RuntimeException if access level was previously set diff --git a/reference/componere/functions/componere.cast.xml b/reference/componere/functions/componere.cast.xml index f9b7b48e9..d0f689ba7 100644 --- a/reference/componere/functions/componere.cast.xml +++ b/reference/componere/functions/componere.cast.xml @@ -48,27 +48,27 @@ &reftitle.errors; - Shall throw InvalidArgumentException if the type of object is or is derived from an internal class + Shall throw InvalidArgumentException if the type of object is or is derived from an internal class - Shall throw InvalidArgumentException if Type is an interface + Shall throw InvalidArgumentException if Type is an interface - Shall throw InvalidArgumentException if Type is a trait + Shall throw InvalidArgumentException if Type is a trait - Shall throw InvalidArgumentException if Type is an abstract + Shall throw InvalidArgumentException if Type is an abstract - Shall throw InvalidArgumentException if Type is not compatible with the type of object + Shall throw InvalidArgumentException if Type is not compatible with the type of object diff --git a/reference/componere/functions/componere.cast_by_ref.xml b/reference/componere/functions/componere.cast_by_ref.xml index 6d7d387fa..f4c102ea2 100644 --- a/reference/componere/functions/componere.cast_by_ref.xml +++ b/reference/componere/functions/componere.cast_by_ref.xml @@ -48,27 +48,27 @@ &reftitle.errors; - Shall throw InvalidArgumentException if the type of object is or is derived from an internal class + Shall throw InvalidArgumentException if the type of object is or is derived from an internal class - Shall throw InvalidArgumentException if Type is an interface + Shall throw InvalidArgumentException if Type is an interface - Shall throw InvalidArgumentException if Type is a trait + Shall throw InvalidArgumentException if Type is a trait - Shall throw InvalidArgumentException if Type is an abstract + Shall throw InvalidArgumentException if Type is an abstract - Shall throw InvalidArgumentException if Type is not compatible with the type of object + Shall throw InvalidArgumentException if Type is not compatible with the type of object diff --git a/reference/cubrid/cubridmysql/cubrid-fetch-object.xml b/reference/cubrid/cubridmysql/cubrid-fetch-object.xml index 012f242cb..4761f926b 100644 --- a/reference/cubrid/cubridmysql/cubrid-fetch-object.xml +++ b/reference/cubrid/cubridmysql/cubrid-fetch-object.xml @@ -34,7 +34,7 @@ The name of the class to instantiate. If not specified, a - stdClass (stdClass is PHP's generic empty class + stdClass (stdClass is PHP's generic empty class that's used when casting other types to objects) object is returned. diff --git a/reference/cubrid/cubridmysql/cubrid-field-flags.xml b/reference/cubrid/cubridmysql/cubrid-field-flags.xml index 7299de51f..b81650e1b 100644 --- a/reference/cubrid/cubridmysql/cubrid-field-flags.xml +++ b/reference/cubrid/cubridmysql/cubrid-field-flags.xml @@ -36,7 +36,7 @@ The numerical field offset. The field_offset starts at 0. If field_offset does not exist, an - error of level E_WARNING is also issued. + error of level E_WARNING is also issued. diff --git a/reference/cubrid/cubridmysql/cubrid-field-len.xml b/reference/cubrid/cubridmysql/cubrid-field-len.xml index b6f9705e2..50b17adc4 100644 --- a/reference/cubrid/cubridmysql/cubrid-field-len.xml +++ b/reference/cubrid/cubridmysql/cubrid-field-len.xml @@ -27,7 +27,7 @@ field_offset - The numerical field offset. The field_offset starts at 0. If field_offset does not exist, an error of level E_WARNING is also issued. + The numerical field offset. The field_offset starts at 0. If field_offset does not exist, an error of level E_WARNING is also issued. diff --git a/reference/cubrid/cubridmysql/cubrid-field-name.xml b/reference/cubrid/cubridmysql/cubrid-field-name.xml index ed9241d3c..833315e71 100644 --- a/reference/cubrid/cubridmysql/cubrid-field-name.xml +++ b/reference/cubrid/cubridmysql/cubrid-field-name.xml @@ -31,7 +31,7 @@ The numerical field offset. The field_offset starts at 0. If field_offset does not exist, an - error of level E_WARNING is also issued. + error of level E_WARNING is also issued. diff --git a/reference/cubrid/cubridmysql/cubrid-field-seek.xml b/reference/cubrid/cubridmysql/cubrid-field-seek.xml index d88a2560d..2adbae9aa 100644 --- a/reference/cubrid/cubridmysql/cubrid-field-seek.xml +++ b/reference/cubrid/cubridmysql/cubrid-field-seek.xml @@ -33,7 +33,7 @@ The numerical field offset. The field_offset starts at 0. If field_offset does not exist, an - error of level E_WARNING is also issued. + error of level E_WARNING is also issued. diff --git a/reference/cubrid/cubridmysql/cubrid-field-table.xml b/reference/cubrid/cubridmysql/cubrid-field-table.xml index fd6a53ed6..09fc984ab 100644 --- a/reference/cubrid/cubridmysql/cubrid-field-table.xml +++ b/reference/cubrid/cubridmysql/cubrid-field-table.xml @@ -33,7 +33,7 @@ The numerical field offset. The field_offset starts at 0. If field_offset does not exist, an - error of level E_WARNING is also issued. + error of level E_WARNING is also issued. diff --git a/reference/cubrid/cubridmysql/cubrid-field-type.xml b/reference/cubrid/cubridmysql/cubrid-field-type.xml index 45efda969..675da3f96 100644 --- a/reference/cubrid/cubridmysql/cubrid-field-type.xml +++ b/reference/cubrid/cubridmysql/cubrid-field-type.xml @@ -35,7 +35,7 @@ The numerical field offset. The field_offset starts at 0. If field_offset does not exist, an - error of level E_WARNING is also issued. + error of level E_WARNING is also issued. diff --git a/reference/dbase/book.xml b/reference/dbase/book.xml index 4ec110cf4..79e065829 100644 --- a/reference/dbase/book.xml +++ b/reference/dbase/book.xml @@ -31,7 +31,7 @@ As of dbase 7.0.0 the databases are automatically locked via - flock. There has been no support for locking earlier, + flock. There has been no support for locking earlier, so two concurrent web server processes modifying the same dBase file would have very likely ruined your database. This can happen even with dbase 7.0.0+ on systems which implement the locks at the process level with diff --git a/reference/dbase/entities.dbase.ent b/reference/dbase/entities.dbase.ent index 1930ea3c8..396454725 100644 --- a/reference/dbase/entities.dbase.ent +++ b/reference/dbase/entities.dbase.ent @@ -27,7 +27,7 @@ See doc-base/scripts/text-entities.php for details. Integers outside the range - PHP_INT_MIN..PHP_INT_MAX are + PHP_INT_MIN..PHP_INT_MAX are returned as strings. diff --git a/reference/dbase/functions/dbase-get-header-info.xml b/reference/dbase/functions/dbase-get-header-info.xml index 727276fa9..848a24a7c 100644 --- a/reference/dbase/functions/dbase-get-header-info.xml +++ b/reference/dbase/functions/dbase-get-header-info.xml @@ -1,6 +1,6 @@ - + dbase_get_header_info Gets the header info of a database @@ -80,7 +80,7 @@ format - A suggested printf format specifier for the column + A suggested printf format specifier for the column diff --git a/reference/dio/book.xml b/reference/dio/book.xml index 7351515e9..f8f905d85 100644 --- a/reference/dio/book.xml +++ b/reference/dio/book.xml @@ -12,7 +12,7 @@ PHP supports the direct io functions as described in the Posix Standard (Section 6) for performing I/O functions at a lower level than the C-Language stream I/O functions - (fopen, fread,..). The use + (fopen, fread,..). The use of the DIO functions should be considered only when direct control of a device is needed. In all other cases, the standard filesystem functions are more diff --git a/reference/dio/functions/dio-fcntl.xml b/reference/dio/functions/dio-fcntl.xml index eb8e74f04..6d78b9f9d 100644 --- a/reference/dio/functions/dio-fcntl.xml +++ b/reference/dio/functions/dio-fcntl.xml @@ -103,8 +103,8 @@ whence - Where l_start is relative to: can be - SEEK_SET, - SEEK_END and SEEK_CUR + SEEK_SET, + SEEK_END and SEEK_CUR diff --git a/reference/dio/functions/dio-seek.xml b/reference/dio/functions/dio-seek.xml index b7401722e..e34612339 100644 --- a/reference/dio/functions/dio-seek.xml +++ b/reference/dio/functions/dio-seek.xml @@ -1,6 +1,6 @@ - + dio_seek Seeks to pos on fd from whence @@ -47,21 +47,21 @@ - SEEK_SET (default) - specifies that + SEEK_SET (default) - specifies that pos is specified from the beginning of the file. - SEEK_CUR - Specifies that + SEEK_CUR - Specifies that pos is a count of characters from the current file position. This count may be positive or negative. - SEEK_END - Specifies that + SEEK_END - Specifies that pos is a count of characters from the end of the file. A negative count specifies a position within the current extent of the file; a positive count specifies a position past the diff --git a/reference/ds/ds.collection.xml b/reference/ds/ds.collection.xml index eb34189c8..e79302d06 100644 --- a/reference/ds/ds.collection.xml +++ b/reference/ds/ds.collection.xml @@ -13,7 +13,7 @@ Collection is the base interface which covers functionality common to all the data structures in this library. It guarantees that all structures - are traversable, countable, and can be converted to json using json_encode. + are traversable, countable, and can be converted to json using json_encode. @@ -61,7 +61,7 @@ PECL ds 1.4.0 Collection implements - IteratorAggregate now instead of just Traversable. (This change came to the polyfill in 1.4.1.) + IteratorAggregate now instead of just Traversable. (This change came to the polyfill in 1.4.1.) diff --git a/reference/ds/ds.deque.xml b/reference/ds/ds.deque.xml index 97da59b6a..dd4270929 100644 --- a/reference/ds/ds.deque.xml +++ b/reference/ds/ds.deque.xml @@ -122,7 +122,7 @@ PECL ds 1.3.0 - The class now implements ArrayAccess. + The class now implements ArrayAccess. diff --git a/reference/ds/ds.hashable.xml b/reference/ds/ds.hashable.xml index 18beecd15..a2ffdda22 100644 --- a/reference/ds/ds.hashable.xml +++ b/reference/ds/ds.hashable.xml @@ -12,13 +12,13 @@ &reftitle.intro; Hashable is an interface which allows objects to be used as keys. - It’s an alternative to spl_object_hash, + It’s an alternative to spl_object_hash, which determines an object’s hash based on its handle: this means that two objects that are considered equal by an implicit definition would not be treated as equal because they are not the same instance. - hash is used to return a scalar value to be used as + hash is used to return a scalar value to be used as the object's hash value, which determines where it goes in the hash table. While this value does not have to be unique, objects which are equal must have the same hash value. diff --git a/reference/ds/ds.map.xml b/reference/ds/ds.map.xml index 2018e948b..e9dee2f4f 100644 --- a/reference/ds/ds.map.xml +++ b/reference/ds/ds.map.xml @@ -104,7 +104,7 @@ PECL ds 1.3.0 - The class now implements ArrayAccess. + The class now implements ArrayAccess. diff --git a/reference/ds/ds.queue.xml b/reference/ds/ds.queue.xml index c1e38c4c0..2306a77b1 100644 --- a/reference/ds/ds.queue.xml +++ b/reference/ds/ds.queue.xml @@ -79,7 +79,7 @@ PECL ds 1.3.0 - The class now implements ArrayAccess. + The class now implements ArrayAccess. diff --git a/reference/ds/ds.sequence.xml b/reference/ds/ds.sequence.xml index 78ee72b8b..4d431ea2e 100644 --- a/reference/ds/ds.sequence.xml +++ b/reference/ds/ds.sequence.xml @@ -24,8 +24,8 @@ Wherever you would use an array as a list (not concerned with keys). A more efficient alternative to - SplDoublyLinkedList and - SplFixedArray. + SplDoublyLinkedList and + SplFixedArray. @@ -74,7 +74,7 @@ PECL ds 1.3.0 - The interface now extends ArrayAccess. + The interface now extends ArrayAccess. diff --git a/reference/ds/ds.set.xml b/reference/ds/ds.set.xml index 164120f19..8997a09f6 100644 --- a/reference/ds/ds.set.xml +++ b/reference/ds/ds.set.xml @@ -115,7 +115,7 @@ PECL ds 1.3.0 - The class now implements ArrayAccess. + The class now implements ArrayAccess. diff --git a/reference/ds/ds.stack.xml b/reference/ds/ds.stack.xml index a2841a708..8b82ee812 100644 --- a/reference/ds/ds.stack.xml +++ b/reference/ds/ds.stack.xml @@ -60,7 +60,7 @@ PECL ds 1.3.0 - The class now implements ArrayAccess. + The class now implements ArrayAccess. diff --git a/reference/ds/ds.vector.xml b/reference/ds/ds.vector.xml index 526340e17..7a5c768bf 100644 --- a/reference/ds/ds.vector.xml +++ b/reference/ds/ds.vector.xml @@ -109,7 +109,7 @@ PECL ds 1.3.0 - The class now implements ArrayAccess. + The class now implements ArrayAccess. diff --git a/reference/ds/ds/deque/construct.xml b/reference/ds/ds/deque/construct.xml index 9579cc6b1..941d05fd9 100644 --- a/reference/ds/ds/deque/construct.xml +++ b/reference/ds/ds/deque/construct.xml @@ -14,7 +14,7 @@ mixedvalues - Creates a new instance, using either a traversable + Creates a new instance, using either a traversable object or an &array; for the initial values. diff --git a/reference/ds/ds/deque/first.xml b/reference/ds/ds/deque/first.xml index f3837b3cc..98cfc48ec 100644 --- a/reference/ds/ds/deque/first.xml +++ b/reference/ds/ds/deque/first.xml @@ -33,7 +33,7 @@ &reftitle.errors; - UnderflowException if empty. + UnderflowException if empty. diff --git a/reference/ds/ds/deque/get.xml b/reference/ds/ds/deque/get.xml index 374a37383..0eefc6493 100644 --- a/reference/ds/ds/deque/get.xml +++ b/reference/ds/ds/deque/get.xml @@ -43,7 +43,7 @@ &reftitle.errors; - OutOfRangeException if the index is not valid. + OutOfRangeException if the index is not valid. diff --git a/reference/ds/ds/deque/insert.xml b/reference/ds/ds/deque/insert.xml index 136ec85ce..213498d67 100644 --- a/reference/ds/ds/deque/insert.xml +++ b/reference/ds/ds/deque/insert.xml @@ -57,7 +57,7 @@ &reftitle.errors; - OutOfRangeException if the index is not valid. + OutOfRangeException if the index is not valid. diff --git a/reference/ds/ds/deque/last.xml b/reference/ds/ds/deque/last.xml index 8718c8041..8165904c3 100644 --- a/reference/ds/ds/deque/last.xml +++ b/reference/ds/ds/deque/last.xml @@ -33,7 +33,7 @@ &reftitle.errors; - UnderflowException if empty. + UnderflowException if empty. diff --git a/reference/ds/ds/deque/merge.xml b/reference/ds/ds/deque/merge.xml index 02412b276..fcf129572 100644 --- a/reference/ds/ds/deque/merge.xml +++ b/reference/ds/ds/deque/merge.xml @@ -26,7 +26,7 @@ values - A traversable object or an &array;. + A traversable object or an &array;. diff --git a/reference/ds/ds/deque/pop.xml b/reference/ds/ds/deque/pop.xml index 44960b60d..1d1ed62a9 100644 --- a/reference/ds/ds/deque/pop.xml +++ b/reference/ds/ds/deque/pop.xml @@ -34,7 +34,7 @@ &reftitle.errors; - UnderflowException if empty. + UnderflowException if empty. diff --git a/reference/ds/ds/deque/remove.xml b/reference/ds/ds/deque/remove.xml index 100470a89..788f61917 100644 --- a/reference/ds/ds/deque/remove.xml +++ b/reference/ds/ds/deque/remove.xml @@ -43,7 +43,7 @@ &reftitle.errors; - OutOfRangeException if the index is not valid. + OutOfRangeException if the index is not valid. diff --git a/reference/ds/ds/deque/set.xml b/reference/ds/ds/deque/set.xml index 1555e6951..a4127b140 100644 --- a/reference/ds/ds/deque/set.xml +++ b/reference/ds/ds/deque/set.xml @@ -52,7 +52,7 @@ &reftitle.errors; - OutOfRangeException if the index is not valid. + OutOfRangeException if the index is not valid. diff --git a/reference/ds/ds/deque/shift.xml b/reference/ds/ds/deque/shift.xml index ad76fb929..2d7261d7b 100644 --- a/reference/ds/ds/deque/shift.xml +++ b/reference/ds/ds/deque/shift.xml @@ -34,7 +34,7 @@ &reftitle.errors; - UnderflowException if empty. + UnderflowException if empty. diff --git a/reference/ds/ds/map/construct.xml b/reference/ds/ds/map/construct.xml index ecd58f298..bea825277 100644 --- a/reference/ds/ds/map/construct.xml +++ b/reference/ds/ds/map/construct.xml @@ -14,7 +14,7 @@ mixedvalues - Creates a new instance, using either a traversable + Creates a new instance, using either a traversable object or an &array; for the initial values. diff --git a/reference/ds/ds/map/first.xml b/reference/ds/ds/map/first.xml index 4434e5348..b4d15be2e 100644 --- a/reference/ds/ds/map/first.xml +++ b/reference/ds/ds/map/first.xml @@ -34,7 +34,7 @@ &reftitle.errors; - UnderflowException if empty. + UnderflowException if empty. diff --git a/reference/ds/ds/map/get.xml b/reference/ds/ds/map/get.xml index 8aae6aa0b..a708a5c3f 100644 --- a/reference/ds/ds/map/get.xml +++ b/reference/ds/ds/map/get.xml @@ -84,7 +84,7 @@ &reftitle.errors; - OutOfBoundsException if the key could not be found + OutOfBoundsException if the key could not be found and a default value was not provided. diff --git a/reference/ds/ds/map/last.xml b/reference/ds/ds/map/last.xml index 2b53f5bc7..57566c1a1 100644 --- a/reference/ds/ds/map/last.xml +++ b/reference/ds/ds/map/last.xml @@ -34,7 +34,7 @@ &reftitle.errors; - UnderflowException if empty. + UnderflowException if empty. diff --git a/reference/ds/ds/map/merge.xml b/reference/ds/ds/map/merge.xml index a21cc75bf..e1fdcc085 100644 --- a/reference/ds/ds/map/merge.xml +++ b/reference/ds/ds/map/merge.xml @@ -14,7 +14,7 @@ mixedvalues - Returns the result of associating all keys of a given traversable + Returns the result of associating all keys of a given traversable object or &array; with their corresponding values, combined with the current instance. @@ -33,7 +33,7 @@ values - A traversable object or an &array;. + A traversable object or an &array;. @@ -43,7 +43,7 @@ &reftitle.returnvalues; - The result of associating all keys of a given traversable + The result of associating all keys of a given traversable object or &array; with their corresponding values, combined with the current instance. diff --git a/reference/ds/ds/map/putAll.xml b/reference/ds/ds/map/putAll.xml index 1f4a613db..04862f529 100644 --- a/reference/ds/ds/map/putAll.xml +++ b/reference/ds/ds/map/putAll.xml @@ -14,7 +14,7 @@ mixedpairs - Associates all key-value pairs of a traversable object or &array;. + Associates all key-value pairs of a traversable object or &array;. @@ -38,7 +38,7 @@ pairs - traversable object or &array;. + traversable object or &array;. diff --git a/reference/ds/ds/map/remove.xml b/reference/ds/ds/map/remove.xml index 10665a787..3c2946905 100644 --- a/reference/ds/ds/map/remove.xml +++ b/reference/ds/ds/map/remove.xml @@ -84,7 +84,7 @@ &reftitle.errors; - OutOfBoundsException if the key could not be found + OutOfBoundsException if the key could not be found and a default value was not provided. diff --git a/reference/ds/ds/map/skip.xml b/reference/ds/ds/map/skip.xml index 1cddb5db5..14ff883f6 100644 --- a/reference/ds/ds/map/skip.xml +++ b/reference/ds/ds/map/skip.xml @@ -43,7 +43,7 @@ &reftitle.errors; - OutOfRangeException if the position is not valid. + OutOfRangeException if the position is not valid. diff --git a/reference/ds/ds/priorityqueue/peek.xml b/reference/ds/ds/priorityqueue/peek.xml index aaad62faf..336665f7a 100644 --- a/reference/ds/ds/priorityqueue/peek.xml +++ b/reference/ds/ds/priorityqueue/peek.xml @@ -33,7 +33,7 @@ &reftitle.errors; - UnderflowException if empty. + UnderflowException if empty. diff --git a/reference/ds/ds/priorityqueue/pop.xml b/reference/ds/ds/priorityqueue/pop.xml index b7050f106..305f488ce 100644 --- a/reference/ds/ds/priorityqueue/pop.xml +++ b/reference/ds/ds/priorityqueue/pop.xml @@ -39,7 +39,7 @@ &reftitle.errors; - UnderflowException if empty. + UnderflowException if empty. diff --git a/reference/ds/ds/queue/construct.xml b/reference/ds/ds/queue/construct.xml index 51d59eef4..8e05a02e9 100644 --- a/reference/ds/ds/queue/construct.xml +++ b/reference/ds/ds/queue/construct.xml @@ -14,7 +14,7 @@ mixedvalues - Creates a new instance, using either a traversable + Creates a new instance, using either a traversable object or an &array; for the initial values. diff --git a/reference/ds/ds/queue/peek.xml b/reference/ds/ds/queue/peek.xml index 57371f8fe..eef5a4c95 100644 --- a/reference/ds/ds/queue/peek.xml +++ b/reference/ds/ds/queue/peek.xml @@ -33,7 +33,7 @@ &reftitle.errors; - UnderflowException if empty. + UnderflowException if empty. diff --git a/reference/ds/ds/queue/pop.xml b/reference/ds/ds/queue/pop.xml index 3d098b733..57215babd 100644 --- a/reference/ds/ds/queue/pop.xml +++ b/reference/ds/ds/queue/pop.xml @@ -33,7 +33,7 @@ &reftitle.errors; - UnderflowException if empty. + UnderflowException if empty. diff --git a/reference/ds/ds/sequence/first.xml b/reference/ds/ds/sequence/first.xml index e7322c7e0..cf0354fd4 100644 --- a/reference/ds/ds/sequence/first.xml +++ b/reference/ds/ds/sequence/first.xml @@ -33,7 +33,7 @@ &reftitle.errors; - UnderflowException if empty. + UnderflowException if empty. diff --git a/reference/ds/ds/sequence/get.xml b/reference/ds/ds/sequence/get.xml index 51e8df0cb..8fdf62be3 100644 --- a/reference/ds/ds/sequence/get.xml +++ b/reference/ds/ds/sequence/get.xml @@ -43,7 +43,7 @@ &reftitle.errors; - OutOfRangeException if the index is not valid. + OutOfRangeException if the index is not valid. diff --git a/reference/ds/ds/sequence/insert.xml b/reference/ds/ds/sequence/insert.xml index 32cc7d0ed..00dfaf9f6 100644 --- a/reference/ds/ds/sequence/insert.xml +++ b/reference/ds/ds/sequence/insert.xml @@ -57,7 +57,7 @@ &reftitle.errors; - OutOfRangeException if the index is not valid. + OutOfRangeException if the index is not valid. diff --git a/reference/ds/ds/sequence/last.xml b/reference/ds/ds/sequence/last.xml index 90a743111..fb0ff6d44 100644 --- a/reference/ds/ds/sequence/last.xml +++ b/reference/ds/ds/sequence/last.xml @@ -33,7 +33,7 @@ &reftitle.errors; - UnderflowException if empty. + UnderflowException if empty. diff --git a/reference/ds/ds/sequence/merge.xml b/reference/ds/ds/sequence/merge.xml index 689af9305..40a8f0260 100644 --- a/reference/ds/ds/sequence/merge.xml +++ b/reference/ds/ds/sequence/merge.xml @@ -26,7 +26,7 @@ values - A traversable object or an &array;. + A traversable object or an &array;. diff --git a/reference/ds/ds/sequence/pop.xml b/reference/ds/ds/sequence/pop.xml index 86fe364a3..f5ba5c6ac 100644 --- a/reference/ds/ds/sequence/pop.xml +++ b/reference/ds/ds/sequence/pop.xml @@ -34,7 +34,7 @@ &reftitle.errors; - UnderflowException if empty. + UnderflowException if empty. diff --git a/reference/ds/ds/sequence/remove.xml b/reference/ds/ds/sequence/remove.xml index 5406876fb..20a48c43b 100644 --- a/reference/ds/ds/sequence/remove.xml +++ b/reference/ds/ds/sequence/remove.xml @@ -43,7 +43,7 @@ &reftitle.errors; - OutOfRangeException if the index is not valid. + OutOfRangeException if the index is not valid. diff --git a/reference/ds/ds/sequence/set.xml b/reference/ds/ds/sequence/set.xml index c35282418..7dad7c9d1 100644 --- a/reference/ds/ds/sequence/set.xml +++ b/reference/ds/ds/sequence/set.xml @@ -52,7 +52,7 @@ &reftitle.errors; - OutOfRangeException if the index is not valid. + OutOfRangeException if the index is not valid. diff --git a/reference/ds/ds/sequence/shift.xml b/reference/ds/ds/sequence/shift.xml index 0ab932ee4..040aca7d9 100644 --- a/reference/ds/ds/sequence/shift.xml +++ b/reference/ds/ds/sequence/shift.xml @@ -34,7 +34,7 @@ &reftitle.errors; - UnderflowException if empty. + UnderflowException if empty. diff --git a/reference/ds/ds/set/construct.xml b/reference/ds/ds/set/construct.xml index a8701a796..aee7da376 100644 --- a/reference/ds/ds/set/construct.xml +++ b/reference/ds/ds/set/construct.xml @@ -14,7 +14,7 @@ mixedvalues[] - Creates a new instance, using either a traversable + Creates a new instance, using either a traversable object or an &array; for the initial values. diff --git a/reference/ds/ds/set/first.xml b/reference/ds/ds/set/first.xml index da39b7979..7ca316f20 100644 --- a/reference/ds/ds/set/first.xml +++ b/reference/ds/ds/set/first.xml @@ -34,7 +34,7 @@ &reftitle.errors; - UnderflowException if empty. + UnderflowException if empty. diff --git a/reference/ds/ds/set/get.xml b/reference/ds/ds/set/get.xml index b52a5b623..02f94fe9c 100644 --- a/reference/ds/ds/set/get.xml +++ b/reference/ds/ds/set/get.xml @@ -43,7 +43,7 @@ &reftitle.errors; - OutOfRangeException if the index is not valid. + OutOfRangeException if the index is not valid. diff --git a/reference/ds/ds/set/last.xml b/reference/ds/ds/set/last.xml index de41141ec..011e836b6 100644 --- a/reference/ds/ds/set/last.xml +++ b/reference/ds/ds/set/last.xml @@ -34,7 +34,7 @@ &reftitle.errors; - UnderflowException if empty. + UnderflowException if empty. diff --git a/reference/ds/ds/set/merge.xml b/reference/ds/ds/set/merge.xml index 277b08520..2de11bbcd 100644 --- a/reference/ds/ds/set/merge.xml +++ b/reference/ds/ds/set/merge.xml @@ -26,7 +26,7 @@ values - A traversable object or an &array;. + A traversable object or an &array;. diff --git a/reference/ds/ds/stack/construct.xml b/reference/ds/ds/stack/construct.xml index 7554d18b4..89a826c43 100644 --- a/reference/ds/ds/stack/construct.xml +++ b/reference/ds/ds/stack/construct.xml @@ -14,7 +14,7 @@ mixedvalues - Creates a new instance, using either a traversable + Creates a new instance, using either a traversable object or an &array; for the initial values. diff --git a/reference/ds/ds/stack/peek.xml b/reference/ds/ds/stack/peek.xml index 183e5dccf..42abee0a5 100644 --- a/reference/ds/ds/stack/peek.xml +++ b/reference/ds/ds/stack/peek.xml @@ -33,7 +33,7 @@ &reftitle.errors; - UnderflowException if empty. + UnderflowException if empty. diff --git a/reference/ds/ds/stack/pop.xml b/reference/ds/ds/stack/pop.xml index df040a788..eb776ab41 100644 --- a/reference/ds/ds/stack/pop.xml +++ b/reference/ds/ds/stack/pop.xml @@ -33,7 +33,7 @@ &reftitle.errors; - UnderflowException if empty. + UnderflowException if empty. diff --git a/reference/ds/ds/vector/construct.xml b/reference/ds/ds/vector/construct.xml index fb9e4d703..14aa25e55 100644 --- a/reference/ds/ds/vector/construct.xml +++ b/reference/ds/ds/vector/construct.xml @@ -14,7 +14,7 @@ mixedvalues - Creates a new instance, using either a traversable + Creates a new instance, using either a traversable object or an &array; for the initial values. diff --git a/reference/ds/ds/vector/first.xml b/reference/ds/ds/vector/first.xml index 799f99847..194243f45 100644 --- a/reference/ds/ds/vector/first.xml +++ b/reference/ds/ds/vector/first.xml @@ -33,7 +33,7 @@ &reftitle.errors; - UnderflowException if empty. + UnderflowException if empty. diff --git a/reference/ds/ds/vector/get.xml b/reference/ds/ds/vector/get.xml index 178423cf4..495b3ab2b 100644 --- a/reference/ds/ds/vector/get.xml +++ b/reference/ds/ds/vector/get.xml @@ -43,7 +43,7 @@ &reftitle.errors; - OutOfRangeException if the index is not valid. + OutOfRangeException if the index is not valid. diff --git a/reference/ds/ds/vector/insert.xml b/reference/ds/ds/vector/insert.xml index 2f1c67a7f..7852496c4 100644 --- a/reference/ds/ds/vector/insert.xml +++ b/reference/ds/ds/vector/insert.xml @@ -57,7 +57,7 @@ &reftitle.errors; - OutOfRangeException if the index is not valid. + OutOfRangeException if the index is not valid. diff --git a/reference/ds/ds/vector/last.xml b/reference/ds/ds/vector/last.xml index b8d6b6846..cf01be0d7 100644 --- a/reference/ds/ds/vector/last.xml +++ b/reference/ds/ds/vector/last.xml @@ -33,7 +33,7 @@ &reftitle.errors; - UnderflowException if empty. + UnderflowException if empty. diff --git a/reference/ds/ds/vector/merge.xml b/reference/ds/ds/vector/merge.xml index 955ad6bdd..48f0d4401 100644 --- a/reference/ds/ds/vector/merge.xml +++ b/reference/ds/ds/vector/merge.xml @@ -26,7 +26,7 @@ values - A traversable object or an &array;. + A traversable object or an &array;. diff --git a/reference/ds/ds/vector/pop.xml b/reference/ds/ds/vector/pop.xml index 545d16b06..a266bdbe4 100644 --- a/reference/ds/ds/vector/pop.xml +++ b/reference/ds/ds/vector/pop.xml @@ -34,7 +34,7 @@ &reftitle.errors; - UnderflowException if empty. + UnderflowException if empty. diff --git a/reference/ds/ds/vector/remove.xml b/reference/ds/ds/vector/remove.xml index b15f809cf..f6355a76e 100644 --- a/reference/ds/ds/vector/remove.xml +++ b/reference/ds/ds/vector/remove.xml @@ -43,7 +43,7 @@ &reftitle.errors; - OutOfRangeException if the index is not valid. + OutOfRangeException if the index is not valid. diff --git a/reference/ds/ds/vector/set.xml b/reference/ds/ds/vector/set.xml index 848b73a87..f86b553ab 100644 --- a/reference/ds/ds/vector/set.xml +++ b/reference/ds/ds/vector/set.xml @@ -52,7 +52,7 @@ &reftitle.errors; - OutOfRangeException if the index is not valid. + OutOfRangeException if the index is not valid. diff --git a/reference/ds/ds/vector/shift.xml b/reference/ds/ds/vector/shift.xml index f4facb965..80165e494 100644 --- a/reference/ds/ds/vector/shift.xml +++ b/reference/ds/ds/vector/shift.xml @@ -34,7 +34,7 @@ &reftitle.errors; - UnderflowException if empty. + UnderflowException if empty. diff --git a/reference/eio/constants.xml b/reference/eio/constants.xml index 04009193a..956daf848 100644 --- a/reference/eio/constants.xml +++ b/reference/eio/constants.xml @@ -125,7 +125,7 @@ When this flag is specified, then the names will be returned in an order suitable for stat'ing each one. When planning to - stat all files in the given directory, the + stat all files in the given directory, the returned order will likely be fastest. @@ -149,7 +149,7 @@ - Unknown node type (very common). Further stat needed. + Unknown node type (very common). Further stat needed. diff --git a/reference/eio/functions/eio-readdir.xml b/reference/eio/functions/eio-readdir.xml index bfd34a63f..14d88cb21 100644 --- a/reference/eio/functions/eio-readdir.xml +++ b/reference/eio/functions/eio-readdir.xml @@ -119,7 +119,7 @@ When this flag is specified, then the names will be returned in an order suitable for stat'ing each one. When planning to - stat all files in the given directory, the + stat all files in the given directory, the returned order will likely be fastest. @@ -149,7 +149,7 @@ - Unknown node type(very common). Further stat needed. + Unknown node type(very common). Further stat needed. diff --git a/reference/eio/functions/eio-seek.xml b/reference/eio/functions/eio-seek.xml index c1c670a57..a8f67b6e9 100644 --- a/reference/eio/functions/eio-seek.xml +++ b/reference/eio/functions/eio-seek.xml @@ -19,7 +19,7 @@ eio_seek repositions the offset of the open file associated with - stream, Socket instance, or file descriptor specified by fd to + stream, Socket instance, or file descriptor specified by fd to the argument offset according to the directive whence. @@ -32,7 +32,7 @@ fd - Stream, Socket instance, or numeric file descriptor. + Stream, Socket instance, or numeric file descriptor. diff --git a/reference/ev/evchild.xml b/reference/ev/evchild.xml index 6de0cfa62..6102ca264 100644 --- a/reference/ev/evchild.xml +++ b/reference/ev/evchild.xml @@ -10,7 +10,7 @@ EvChild watchers trigger when the process receives a - SIGCHLD + SIGCHLD in response to some child status changes (most typically when a child dies or exits). It is permissible to install an EvChild diff --git a/reference/ev/evchild/construct.xml b/reference/ev/evchild/construct.xml index 897061b45..18f01bd7a 100644 --- a/reference/ev/evchild/construct.xml +++ b/reference/ev/evchild/construct.xml @@ -52,7 +52,7 @@ trace is &true;, additionally when it is stopped or continued). In other words, when the process receives a - SIGCHLD, + SIGCHLD, Ev will fetch the outstanding exit/wait status for all changed/zombie children and call the callback. diff --git a/reference/ev/evio.xml b/reference/ev/evio.xml index 3357cb662..840b92044 100644 --- a/reference/ev/evio.xml +++ b/reference/ev/evio.xml @@ -42,7 +42,7 @@ fd in non-blocking mode, then separately re-test whether a file descriptor is really ready. Some people additionally use - SIGALRM + SIGALRM and an interval timer, just to be sure they won't block infinitely. diff --git a/reference/ev/evio/construct.xml b/reference/ev/evio/construct.xml index 3e8c48033..de68f49f1 100644 --- a/reference/ev/evio/construct.xml +++ b/reference/ev/evio/construct.xml @@ -45,7 +45,7 @@ Can be a stream opened with - fopen + fopen or similar functions, numeric file descriptor, or socket. diff --git a/reference/ev/evsignal.xml b/reference/ev/evsignal.xml index e7782ad09..6a9301523 100644 --- a/reference/ev/evsignal.xml +++ b/reference/ev/evsignal.xml @@ -18,13 +18,13 @@ There is no limit for the number of watchers for the same signal, but only within the same loop, i.e. one can watch for - SIGINT + SIGINT in the default loop and for - SIGIO + SIGIO in another loop, but it is not allowed to watch for - SIGINT + SIGINT in both the default loop and another loop at the same time. At the moment, - SIGCHLD + SIGCHLD is permanently tied to the default loop. diff --git a/reference/ev/watchers.xml b/reference/ev/watchers.xml index c74e26256..2e53920f7 100644 --- a/reference/ev/watchers.xml +++ b/reference/ev/watchers.xml @@ -5,7 +5,7 @@ A watcher is an object that gets created to record interest in some event. For instance, the following code waits for - STDIN + STDIN to become readable: The number of the triggered signal(e.g. - SIGTERM + SIGTERM ). diff --git a/reference/event/event/construct.xml b/reference/event/event/construct.xml index 0b3494f67..aa8af00ff 100644 --- a/reference/event/event/construct.xml +++ b/reference/event/event/construct.xml @@ -60,7 +60,7 @@ events pass -1. For signal events pass the signal number, e.g. - SIGHUP. + SIGHUP. diff --git a/reference/event/event/free.xml b/reference/event/event/free.xml index f365fb31d..b3d213408 100644 --- a/reference/event/event/free.xml +++ b/reference/event/event/free.xml @@ -24,7 +24,7 @@ Event::free method currently doesn't destruct the object itself. To destruct the object completely call - unset, + unset, or assign &null;. diff --git a/reference/event/event/set.xml b/reference/event/event/set.xml index b52ffb25b..4f042a408 100644 --- a/reference/event/event/set.xml +++ b/reference/event/event/set.xml @@ -60,7 +60,7 @@ events pass -1. For signal events pass the signal number, e.g. - SIGHUP. + SIGHUP. diff --git a/reference/event/eventbase/free.xml b/reference/event/eventbase/free.xml index 21b8284e0..e4fabe90d 100644 --- a/reference/event/eventbase/free.xml +++ b/reference/event/eventbase/free.xml @@ -22,7 +22,7 @@ EventBase::free method doesn't destruct the object itself. To destruct the object completely call - unset, + unset, or assign &null;. diff --git a/reference/event/eventdnsbase/construct.xml b/reference/event/eventdnsbase/construct.xml index 04cf7a40d..47f815551 100644 --- a/reference/event/eventdnsbase/construct.xml +++ b/reference/event/eventdnsbase/construct.xml @@ -91,7 +91,7 @@ If initialize has a type other than intbool, - a TypeError is thrown. + a TypeError is thrown. If the value of initialize is invalid, @@ -114,7 +114,7 @@ If initialize has a type other than intbool, - a TypeError is thrown. + a TypeError is thrown. diff --git a/reference/event/eventutil/setsocketoption.xml b/reference/event/eventutil/setsocketoption.xml index 795aee7f4..822ac8815 100644 --- a/reference/event/eventutil/setsocketoption.xml +++ b/reference/event/eventutil/setsocketoption.xml @@ -63,7 +63,7 @@ would be used. Other levels, such as TCP, can be used by specifying the protocol number of that level. Protocol numbers can be found by using the - getprotobyname + getprotobyname function. See EventUtil constants. @@ -76,7 +76,7 @@ Option name(type). Has the same meaning as corresponding parameter of - socket_get_option + socket_get_option function. See EventUtil constants. @@ -91,7 +91,7 @@ Accepts the same values as optval parameter of the - socket_get_option + socket_get_option function. @@ -108,10 +108,10 @@ &reftitle.seealso; - socket_get_option + socket_get_option - socket_set_option + socket_set_option diff --git a/reference/expect/functions/expect-popen.xml b/reference/expect/functions/expect-popen.xml index ae96a0228..58b8d77da 100644 --- a/reference/expect/functions/expect-popen.xml +++ b/reference/expect/functions/expect-popen.xml @@ -1,6 +1,6 @@ - + expect_popen Execute command via Bourne shell, and open the PTY stream to @@ -59,7 +59,7 @@ fclose ($stream); &reftitle.seealso; - popen + popen diff --git a/reference/expect/ini.xml b/reference/expect/ini.xml index cdebc6849..c7f783a21 100644 --- a/reference/expect/ini.xml +++ b/reference/expect/ini.xml @@ -21,25 +21,25 @@ expect.timeout "10" - INI_ALL + INI_ALL expect.loguser "1" - INI_ALL + INI_ALL expect.logfile "" - INI_ALL + INI_ALL expect.match_max "" - INI_ALL + INI_ALL diff --git a/reference/gearman/gearmanworker/wait.xml b/reference/gearman/gearmanworker/wait.xml index 5fa726287..092967ab0 100644 --- a/reference/gearman/gearmanworker/wait.xml +++ b/reference/gearman/gearmanworker/wait.xml @@ -14,7 +14,7 @@ Causes the worker to wait for activity from one of the Gearman job servers when operating - in non-blocking I/O mode. On failure, issues a E_WARNING with the last Gearman error + in non-blocking I/O mode. On failure, issues a E_WARNING with the last Gearman error encountered. diff --git a/reference/gearman/gearmanworker/work.xml b/reference/gearman/gearmanworker/work.xml index 99b502e63..5035cb172 100644 --- a/reference/gearman/gearmanworker/work.xml +++ b/reference/gearman/gearmanworker/work.xml @@ -14,7 +14,7 @@ Waits for a job to be assigned and then calls the appropriate callback function. - Issues an E_WARNING with the last Gearman error if the return + Issues an E_WARNING with the last Gearman error if the return code is not one of GEARMAN_SUCCESS, GEARMAN_IO_WAIT, or GEARMAN_WORK_FAIL. diff --git a/reference/gender/gender/country.xml b/reference/gender/gender/country.xml index 9a5c9b2c2..f33efad9a 100644 --- a/reference/gender/gender/country.xml +++ b/reference/gender/gender/country.xml @@ -44,7 +44,7 @@ &reftitle.examples; - Using <methodname>Gender\Gender::country</methodname> + Using <methodname xlink:href="&url.php.manual.gender-gender.country;">Gender\Gender::country</methodname> -
+
&reftitle.runtime; &extension.runtime; @@ -18,7 +18,7 @@ geoip.custom_directory "" - INI_ALL + INI_ALL diff --git a/reference/hrtime/book.xml b/reference/hrtime/book.xml index 3c319c609..f1ff511e8 100644 --- a/reference/hrtime/book.xml +++ b/reference/hrtime/book.xml @@ -14,7 +14,7 @@ a custom stopwatch using low level ticks delivered by the underlying APIs. - As of PHP 7.3.0 the related function hrtime is part of + As of PHP 7.3.0 the related function hrtime is part of the core. diff --git a/reference/ibase/functions/ibase-blob-import.xml b/reference/ibase/functions/ibase-blob-import.xml index 03bbfc85a..baaaa80e6 100644 --- a/reference/ibase/functions/ibase-blob-import.xml +++ b/reference/ibase/functions/ibase-blob-import.xml @@ -1,6 +1,6 @@ - + ibase_blob_import Create blob, copy file in it, and close it @@ -39,7 +39,7 @@ file_handle - The file handle is a handle returned by fopen. + The file handle is a handle returned by fopen. diff --git a/reference/ibase/ini.xml b/reference/ibase/ini.xml index 622477099..0f9c43c0e 100644 --- a/reference/ibase/ini.xml +++ b/reference/ibase/ini.xml @@ -19,61 +19,61 @@ ibase.allow_persistent "1" - INI_SYSTEM + INI_SYSTEM ibase.max_persistent "-1" - INI_SYSTEM + INI_SYSTEM ibase.max_links "-1" - INI_SYSTEM + INI_SYSTEM ibase.default_db NULL - INI_SYSTEM + INI_SYSTEM ibase.default_user NULL - INI_ALL + INI_ALL ibase.default_password NULL - INI_ALL + INI_ALL ibase.default_charset NULL - INI_ALL + INI_ALL ibase.timestampformat "%Y-%m-%d %H:%M:%S" - INI_ALL + INI_ALL ibase.dateformat "%Y-%m-%d" - INI_ALL + INI_ALL ibase.timeformat "%H:%M:%S" - INI_ALL + INI_ALL diff --git a/reference/ibm_db2/functions/db2-client-info.xml b/reference/ibm_db2/functions/db2-client-info.xml index 3528d77bd..8ff1b4494 100644 --- a/reference/ibm_db2/functions/db2-client-info.xml +++ b/reference/ibm_db2/functions/db2-client-info.xml @@ -1,6 +1,6 @@ - + db2_client_info Returns an object with properties that describe the DB2 database client @@ -8,7 +8,7 @@ &reftitle.description; - stdClassfalsedb2_client_info + stdClassfalsedb2_client_info resourceconnection diff --git a/reference/ibm_db2/functions/db2-fetch-object.xml b/reference/ibm_db2/functions/db2-fetch-object.xml index 783e35ee7..03fb3f579 100644 --- a/reference/ibm_db2/functions/db2-fetch-object.xml +++ b/reference/ibm_db2/functions/db2-fetch-object.xml @@ -1,7 +1,7 @@ - + db2_fetch_object @@ -11,7 +11,7 @@ &reftitle.description; - stdClassfalsedb2_fetch_object + stdClassfalsedb2_fetch_object resourcestmt introw_number-1 diff --git a/reference/ibm_db2/functions/db2-server-info.xml b/reference/ibm_db2/functions/db2-server-info.xml index d15e89245..7c1312c45 100644 --- a/reference/ibm_db2/functions/db2-server-info.xml +++ b/reference/ibm_db2/functions/db2-server-info.xml @@ -1,7 +1,7 @@ - + db2_server_info Returns an object with properties that describe the DB2 database server @@ -9,7 +9,7 @@ &reftitle.description; - stdClassfalsedb2_server_info + stdClassfalsedb2_server_info resourceconnection diff --git a/reference/ibm_db2/ini.xml b/reference/ibm_db2/ini.xml index ece4d2b24..67ad3251b 100644 --- a/reference/ibm_db2/ini.xml +++ b/reference/ibm_db2/ini.xml @@ -18,91 +18,91 @@ ibm_db2.binmode "1" - INI_ALL + INI_ALL ibm_db2.i5_all_pconnect "0" - INI_SYSTEM + INI_SYSTEM Available as of ibm_db2 1.6.5. ibm_db2.i5_allow_commit "0" - INI_SYSTEM + INI_SYSTEM Available as of ibm_db2 1.4.9. ibm_db2.i5_blank_userid "0" - INI_SYSTEM + INI_SYSTEM Available as of ibm_db2 1.9.7. ibm_db2.i5_char_trim "0" - INI_SYSTEM + INI_SYSTEM Available as of ibm_db2 2.1.0. ibm_db2.i5_dbcs_alloc "0" - INI_SYSTEM + INI_SYSTEM Available as of ibm_db2 1.5.0. ibm_db2.i5_guard_profile "0" - INI_SYSTEM + INI_SYSTEM Available as of ibm_db2 1.9.7. ibm_db2.i5_ignore_userid "0" - INI_SYSTEM + INI_SYSTEM Available as of ibm_db2 1.8.0. ibm_db2.i5_job_sort "0" - INI_SYSTEM + INI_SYSTEM Available as of ibm_db2 1.8.4. ibm_db2.i5_log_verbose "0" - INI_SYSTEM + INI_SYSTEM Available as of ibm_db2 1.9.7. ibm_db2.i5_max_pconnect "0" - INI_SYSTEM + INI_SYSTEM Available as of ibm_db2 1.9.7. ibm_db2.i5_override_ccsid "0" - INI_SYSTEM + INI_SYSTEM Available as of ibm_db2 1.9.7. ibm_db2.i5_servermode_subsystem NULL - INI_SYSTEM + INI_SYSTEM Available as of ibm_db2 1.9.7. ibm_db2.i5_sys_naming "0" - INI_SYSTEM + INI_SYSTEM Available as of ibm_db2 1.9.7. ibm_db2.instance_name NULL - INI_SYSTEM + INI_SYSTEM Available as of ibm_db2 1.0.2. diff --git a/reference/igbinary/book.xml b/reference/igbinary/book.xml index 4617832b9..cd3896110 100644 --- a/reference/igbinary/book.xml +++ b/reference/igbinary/book.xml @@ -8,7 +8,7 @@ &reftitle.intro; Igbinary is a drop in replacement for the standard PHP serializer. - Instead of the time and space consuming textual representation used by PHP's serialize, + Instead of the time and space consuming textual representation used by PHP's serialize, igbinary stores PHP data structures in a compact binary form. Memory savings are significant when using memcached, APCu, or similar memory based storages for serialized data. diff --git a/reference/igbinary/functions/igbinary-serialize.xml b/reference/igbinary/functions/igbinary-serialize.xml index 5e3b0f5c8..a3cb2c0a9 100644 --- a/reference/igbinary/functions/igbinary-serialize.xml +++ b/reference/igbinary/functions/igbinary-serialize.xml @@ -103,7 +103,7 @@ array ( Note that many built-in PHP objects cannot be serialized. However, those with - this ability either implement the Serializable interface or the + this ability either implement the Serializable interface or the magic __serialize()/__unserialize() or __sleep()/__wakeup() methods. If an internal class does not fulfill any of those requirements, it cannot reliably be @@ -119,10 +119,10 @@ array ( &reftitle.seealso; - serialize + serialize igbinary_unserialize - var_export - json_encode + var_export + json_encode Serializing Objects __sleep() __wakeup() diff --git a/reference/igbinary/functions/igbinary-unserialize.xml b/reference/igbinary/functions/igbinary-unserialize.xml index c5e6317d6..4aa05f8d5 100644 --- a/reference/igbinary/functions/igbinary-unserialize.xml +++ b/reference/igbinary/functions/igbinary-unserialize.xml @@ -23,12 +23,12 @@ Unserialization can result in code being loaded and executed due to object instantiation and autoloading, and a malicious user may be able to exploit this. Instead a safe, standard data interchange format such as JSON (via - json_decode and json_encode) should be used, + json_decode and json_encode) should be used, if serialized data needs to be passed to a client. If there is the need to unserialize externally-stored serialized data, - hash_hmac can be used for data validation. + hash_hmac can be used for data validation. It is important to ensure that nobody has tampered with the data. @@ -84,14 +84,14 @@ In case the passed string is not unserializeable, &false; is returned and - E_NOTICE or E_WARNING is issued. + E_NOTICE or E_WARNING is issued. &reftitle.errors; - Objects may throw Throwables in their unserialization handlers. + Objects may throw Throwables in their unserialization handlers. @@ -103,7 +103,7 @@ the serialized &null; or &false; value. It is possible to catch this special case by comparing str with igbinary_serialize(null) or igbinary_serialize(false) - or by catching the issued E_NOTICE. + or by catching the issued E_NOTICE. @@ -111,10 +111,10 @@ &reftitle.seealso; - unserialize - json_encode - json_decode - hash_hmac + unserialize + json_encode + json_decode + hash_hmac igbinary_serialize Autoloading Classes unserialize_callback_func diff --git a/reference/igbinary/ini.xml b/reference/igbinary/ini.xml index 21b8e28e8..7a8a7f542 100644 --- a/reference/igbinary/ini.xml +++ b/reference/igbinary/ini.xml @@ -1,5 +1,5 @@ -
+
&reftitle.runtime; &extension.runtime; @@ -18,7 +18,7 @@ igbinary.compact_strings 1 - INI_ALL + INI_ALL @@ -39,7 +39,7 @@ session.save_handler "files" - INI_ALL + INI_ALL diff --git a/reference/imagick/imagick/trimimage.xml b/reference/imagick/imagick/trimimage.xml index 94efd9752..446830c1a 100644 --- a/reference/imagick/imagick/trimimage.xml +++ b/reference/imagick/imagick/trimimage.xml @@ -1,6 +1,6 @@ - + Imagick::trimImage Remove edges from the image @@ -86,7 +86,7 @@ echo $im; Imagick::getQuantumDepth Imagick::getQuantumRange - imagecropauto + imagecropauto diff --git a/reference/imagick/ini.xml b/reference/imagick/ini.xml index 1bdabf490..be07ae2a3 100644 --- a/reference/imagick/ini.xml +++ b/reference/imagick/ini.xml @@ -1,6 +1,6 @@ -
+
&reftitle.runtime; &extension.runtime; @@ -19,19 +19,19 @@ imagick.locale_fix &false; - INI_ALL + INI_ALL Available since Imagick 2.1.0 imagick.progress_monitor &false; - INI_SYSTEM + INI_SYSTEM Available since Imagick 2.2.2 imagick.skip_version_check &false; - INI_SYSTEM + INI_SYSTEM Available since Imagick 3.3.0 diff --git a/reference/inotify/book.xml b/reference/inotify/book.xml index 61d71ba98..1c18c1fcd 100644 --- a/reference/inotify/book.xml +++ b/reference/inotify/book.xml @@ -14,8 +14,8 @@ As the C inotify_init function returns a file descriptor, PHP's inotify_init returns a stream resource, usable with standard - stream functions, like stream_select, stream_set_blocking - and fclose. inotify_read replaces the C way of reading inotify + stream functions, like stream_select, stream_set_blocking + and fclose. inotify_read replaces the C way of reading inotify events. diff --git a/reference/inotify/functions/inotify-init.xml b/reference/inotify/functions/inotify-init.xml index bd1043e5c..6a4c4750c 100644 --- a/reference/inotify/functions/inotify-init.xml +++ b/reference/inotify/functions/inotify-init.xml @@ -102,7 +102,7 @@ array( inotify_rm_watch inotify_queue_len inotify_read - fclose + fclose diff --git a/reference/inotify/functions/inotify-queue-len.xml b/reference/inotify/functions/inotify-queue-len.xml index 713b4c49f..1f1a26ab4 100644 --- a/reference/inotify/functions/inotify-queue-len.xml +++ b/reference/inotify/functions/inotify-queue-len.xml @@ -44,8 +44,8 @@ &reftitle.seealso; inotify_init - stream_select - stream_set_blocking + stream_select + stream_set_blocking diff --git a/reference/inotify/functions/inotify-read.xml b/reference/inotify/functions/inotify-read.xml index ad3515f46..db244543f 100644 --- a/reference/inotify/functions/inotify-read.xml +++ b/reference/inotify/functions/inotify-read.xml @@ -52,8 +52,8 @@ &reftitle.seealso; inotify_init - stream_select - stream_set_blocking + stream_select + stream_set_blocking inotify_queue_len diff --git a/reference/luasandbox/luasandboxfunction/call.xml b/reference/luasandbox/luasandboxfunction/call.xml index c0536015e..583c676f7 100644 --- a/reference/luasandbox/luasandboxfunction/call.xml +++ b/reference/luasandbox/luasandboxfunction/call.xml @@ -17,7 +17,7 @@ Errors considered to be the fault of the PHP code will result in the - function returning &false; and E_WARNING + function returning &false; and E_WARNING being raised, for example, a resource type being used as an argument. Lua errors will result in a LuaSandboxRuntimeError exception being thrown. @@ -32,7 +32,7 @@ PHP ints and floats are converted to Lua - numbers. Infinity and NAN are supported. + numbers. Infinity and NAN are supported. diff --git a/reference/mailparse/setup.xml b/reference/mailparse/setup.xml index 5abf24b0b..7fe6bbb79 100644 --- a/reference/mailparse/setup.xml +++ b/reference/mailparse/setup.xml @@ -27,7 +27,7 @@ mailparse.def_charset "us-ascii" - INI_SYSTEM + INI_SYSTEM diff --git a/reference/mcrypt/functions/mcrypt-create-iv.xml b/reference/mcrypt/functions/mcrypt-create-iv.xml index 7af8c29d4..9e963a28f 100644 --- a/reference/mcrypt/functions/mcrypt-create-iv.xml +++ b/reference/mcrypt/functions/mcrypt-create-iv.xml @@ -10,7 +10,7 @@ &warn.deprecated.function.7-1-0.removed.7-2-0.alternatives; - random_bytes + random_bytes @@ -99,7 +99,7 @@ &url.mcrypt.iv; &url.mcrypt.bcm; Chapter 9.3 of &book.applied.cryptography; - random_bytes + random_bytes diff --git a/reference/mcrypt/ini.xml b/reference/mcrypt/ini.xml index 6bdc65bec..c2162c40c 100644 --- a/reference/mcrypt/ini.xml +++ b/reference/mcrypt/ini.xml @@ -1,6 +1,6 @@ -
+
&reftitle.runtime; &extension.runtime; @@ -19,13 +19,13 @@ mcrypt.algorithms_dir &null; - INI_ALL + INI_ALL mcrypt.modes_dir &null; - INI_ALL + INI_ALL diff --git a/reference/memcache/ini.xml b/reference/memcache/ini.xml index 3a6bf69c9..4c7418096 100644 --- a/reference/memcache/ini.xml +++ b/reference/memcache/ini.xml @@ -1,6 +1,6 @@ -
+
&reftitle.runtime; &extension.runtime; @@ -19,67 +19,67 @@ memcache.allow_failover "1" - INI_ALL + INI_ALL Available since memcache 2.0.2. memcache.max_failover_attempts "20" - INI_ALL + INI_ALL Available since memcache 2.1.0. memcache.chunk_size "8192" - INI_ALL + INI_ALL Available since memcache 2.0.2. memcache.default_port "11211" - INI_ALL + INI_ALL Available since memcache 2.0.2. memcache.hash_strategy "standard" - INI_ALL + INI_ALL Available since memcache 2.2.0. memcache.hash_function "crc32" - INI_ALL + INI_ALL Available since memcache 2.2.0. memcache.protocol ascii - INI_ALL + INI_ALL Supported since memcache 3.0.0 memcache.redundancy 1 - INI_ALL + INI_ALL Supported since memcache 3.0.0 memcache.session_redundancy 2 - INI_ALL + INI_ALL Supported since memcache 3.0.0 memcache.compress_threshold 20000 - INI_ALL + INI_ALL Supported since memcache 3.0.3 memcache.lock_timeout 15 - INI_ALL + INI_ALL Supported since memcache 3.0.4 @@ -100,13 +100,13 @@ session.save_handler "files" - INI_ALL + INI_ALL Supported since memcache 2.1.2 session.save_path "" - INI_ALL + INI_ALL Supported since memcache 2.1.2 diff --git a/reference/memcache/memcache/addserver.xml b/reference/memcache/memcache/addserver.xml index 61ba70bab..283da489a 100644 --- a/reference/memcache/memcache/addserver.xml +++ b/reference/memcache/memcache/addserver.xml @@ -1,6 +1,6 @@ - + Memcache::addServer memcache_add_server @@ -127,7 +127,7 @@ Controls how often a failed server will be retried, the default value is 15 seconds. Setting this parameter to -1 disables automatic retry. Neither this nor the persistent parameter has any - effect when the extension is loaded dynamically via dl. + effect when the extension is loaded dynamically via dl. Each failed connection struct has its own timeout and before it has expired diff --git a/reference/memcache/memcache/setserverparams.xml b/reference/memcache/memcache/setserverparams.xml index a6547952c..d01f158ab 100644 --- a/reference/memcache/memcache/setserverparams.xml +++ b/reference/memcache/memcache/setserverparams.xml @@ -1,6 +1,6 @@ - + Memcache::setServerParams memcache_set_server_params @@ -77,7 +77,7 @@ Controls how often a failed server will be retried, the default value is 15 seconds. Setting this parameter to -1 disables automatic retry. Neither this nor the persistent parameter has any - effect when the extension is loaded dynamically via dl. + effect when the extension is loaded dynamically via dl. diff --git a/reference/memcached/ini.xml b/reference/memcached/ini.xml index f1eb32656..ce2e7ea05 100644 --- a/reference/memcached/ini.xml +++ b/reference/memcached/ini.xml @@ -1,7 +1,7 @@ -
+
&reftitle.runtime; &extension.runtime; @@ -20,175 +20,175 @@ memcached.sess_locking On - INI_ALL + INI_ALL Available as of memcached 0.1.0. memcached.sess_consistent_hash On - INI_ALL + INI_ALL Available as of memcached 2.1.0. Default value is On as of memcached 3.0.0. memcached.sess_binary Off - INI_ALL + INI_ALL Available as of memcached 2.0.0. Replaced by memcached.sess_binary_protocol as of memcached 3.0.0. memcached.sess_lock_wait 150000 - INI_ALL + INI_ALL Available as of memcached 0.1.0. Removed as of memcached 3.0.0. memcached.sess_prefix memc.sess.key. - INI_ALL + INI_ALL Available as of memcached 0.1.0. memcached.sess_number_of_replicas 0 - INI_ALL + INI_ALL Available as of memcached 2.1.0. memcached.sess_randomize_replica_read Off - INI_ALL + INI_ALL Available as of memcached 2.1.0. memcached.sess_remove_failed On - INI_ALL + INI_ALL Available as of memcached 2.1.0. Replaced by memcached.sess_remove_failed_servers as of memcached 3.0.0. memcached.compression_type fastlz - INI_ALL + INI_ALL Available as of memcached 0.1.0. memcached.compression_factor 1.3 - INI_ALL + INI_ALL Available as of memcached 0.1.0. memcached.compression_threshold 2000 - INI_ALL + INI_ALL Available as of memcached 0.1.0. memcached.serializer igbinary - INI_ALL + INI_ALL Available as of memcached 0.1.0. memcached.use_sasl Off - INI_ALL + INI_ALL Available as of memcached 2.2.0. Removed as of memcached 3.0.0. memcached.default_binary_protocol Off - INI_ALL + INI_ALL Available as of memcached 3.0.0. memcached.default_connect_timeout 0 - INI_ALL + INI_ALL Available as of memcached 3.0.0. memcached.default_consistent_hash Off - INI_ALL + INI_ALL Available as of memcached 3.0.0. memcached.sess_binary_protocol On - INI_ALL + INI_ALL Available as of memcached 3.0.0. Replace memcached.sess_binary. memcached.sess_connect_timeout 1000 - INI_ALL + INI_ALL Available as of memcached 2.2.0. memcached.sess_consistent_hash_type ketama - INI_ALL + INI_ALL Available as of memcached 3.1.0. memcached.sess_lock_expire 0 - INI_ALL + INI_ALL Available as of memcached 2.2.0. memcached.sess_lock_retries 5 - INI_ALL + INI_ALL Available as of memcached 3.0.0. memcached.sess_lock_wait_max 150 - INI_ALL + INI_ALL Available as of memcached 3.0.0. Default value 150 as of memcached 3.1.0 (previously 2000). memcached.sess_lock_wait_min 150 - INI_ALL + INI_ALL Available as of memcached 3.0.0. Default value 150 as of memcached 3.1.0 (previously 1000). memcached.sess_persistent Off - INI_ALL + INI_ALL Available as of memcached 3.0.0. memcached.sess_remove_failed_servers Off - INI_ALL + INI_ALL Available as of memcached 3.0.0. Replace memcached.sess_remove_failed. memcached.sess_server_failure_limit 0 - INI_ALL + INI_ALL Available as of memcached 3.0.0. memcached.sess_sasl_password null - INI_ALL + INI_ALL Available as of memcached 2.2.0. memcached.sess_sasl_username null - INI_ALL + INI_ALL Available as of memcached 2.2.0. memcached.store_retry_count 0 - INI_ALL + INI_ALL Available as of memcached 2.2.0. Default value 0 as of memcached 3.2.0 diff --git a/reference/memcached/memcached/append.xml b/reference/memcached/memcached/append.xml index 9a402ed7f..ef3d3ba62 100644 --- a/reference/memcached/memcached/append.xml +++ b/reference/memcached/memcached/append.xml @@ -64,7 +64,7 @@ &reftitle.errors; - Returns &null; and raises an E_WARNING when + Returns &null; and raises an E_WARNING when compression is enabled. diff --git a/reference/memcached/memcached/appendbykey.xml b/reference/memcached/memcached/appendbykey.xml index 756b4bdcc..f137b8235 100644 --- a/reference/memcached/memcached/appendbykey.xml +++ b/reference/memcached/memcached/appendbykey.xml @@ -65,7 +65,7 @@ &reftitle.errors; - Returns &null; and raises an E_WARNING when + Returns &null; and raises an E_WARNING when compression is enabled. diff --git a/reference/memcached/memcached/prepend.xml b/reference/memcached/memcached/prepend.xml index 25a204bd4..051115651 100644 --- a/reference/memcached/memcached/prepend.xml +++ b/reference/memcached/memcached/prepend.xml @@ -64,7 +64,7 @@ &reftitle.errors; - Returns &null; and raises an E_WARNING when + Returns &null; and raises an E_WARNING when compression is enabled. diff --git a/reference/memcached/memcached/prependbykey.xml b/reference/memcached/memcached/prependbykey.xml index c89f14a79..dac82d583 100644 --- a/reference/memcached/memcached/prependbykey.xml +++ b/reference/memcached/memcached/prependbykey.xml @@ -65,7 +65,7 @@ &reftitle.errors; - Returns &null; and raises an E_WARNING when + Returns &null; and raises an E_WARNING when compression is enabled. diff --git a/reference/mongodb/architecture.xml b/reference/mongodb/architecture.xml index 94972a67a..224f303e0 100644 --- a/reference/mongodb/architecture.xml +++ b/reference/mongodb/architecture.xml @@ -280,7 +280,7 @@ foreach ($managers as $manager) { Objects - If an object is of the stdClass class, serialize + If an object is of the stdClass class, serialize as a BSON document. @@ -313,7 +313,7 @@ foreach ($managers as $manager) { If an object is of a class that implements the MongoDB\BSON\Serializable interface, call MongoDB\BSON\Serializable::bsonSerialize and use - the returned array or stdClass to serialize as a + the returned array or stdClass to serialize as a BSON document or array. The BSON type will be determined by the following: @@ -339,14 +339,14 @@ foreach ($managers as $manager) { If MongoDB\BSON\Serializable::bsonSerialize - returns a non-packed array or stdClass, + returns a non-packed array or stdClass, serialize as a BSON document. If MongoDB\BSON\Serializable::bsonSerialize - did not return an array or stdClass, throw an + did not return an array or stdClass, throw an MongoDB\Driver\Exception\UnexpectedValueException exception. @@ -637,8 +637,8 @@ class UpperClass implements MongoDB\BSON\Persistable should be treated as any other normal property. - becomes a PHP stdClass object, with each - BSON document key set as a public stdClass + becomes a PHP stdClass object, with each + BSON document key set as a public stdClass property. @@ -661,9 +661,9 @@ class UpperClass implements MongoDB\BSON\Persistable If the named class does not exist or does not implement the MongoDB\BSON\Persistable interface, - stdClass will be used and each BSON document + stdClass will be used and each BSON document key (including __pclass) will be set as a - public stdClass property. + public stdClass property. The __pclass functionality relies on the @@ -696,7 +696,7 @@ class UpperClass implements MongoDB\BSON\Persistable Turns a BSON array or BSON document into a - stdClass object. There will be no special + stdClass object. There will be no special treatment of a __pclass property , but it may be set as a public property in the returned object if it was present in the BSON document. diff --git a/reference/mongodb/bson/binary.xml b/reference/mongodb/bson/binary.xml index 384d60d4e..55daeb950 100644 --- a/reference/mongodb/bson/binary.xml +++ b/reference/mongodb/bson/binary.xml @@ -267,7 +267,7 @@ PECL mongodb 1.12.0 - Implements Stringable for PHP 8.0+. + Implements Stringable for PHP 8.0+. Added MongoDB\BSON\Binary::TYPE_COLUMN. @@ -289,8 +289,8 @@ PECL mongodb 1.2.0 - Implements Serializable and - JsonSerializable. + Implements Serializable and + JsonSerializable. diff --git a/reference/mongodb/bson/binary/jsonserialize.xml b/reference/mongodb/bson/binary/jsonserialize.xml index 8aa93754f..112a84de7 100644 --- a/reference/mongodb/bson/binary/jsonserialize.xml +++ b/reference/mongodb/bson/binary/jsonserialize.xml @@ -23,7 +23,7 @@ &reftitle.returnvalues; - Returns data which can be serialized by json_encode to + Returns data which can be serialized by json_encode to produce an extended JSON representation of the MongoDB\BSON\Binary. @@ -40,8 +40,8 @@ &reftitle.seealso; - JsonSerializable::jsonSerialize - json_encode + JsonSerializable::jsonSerialize + json_encode MongoDB\BSON\toCanonicalExtendedJSON MongoDB\BSON\toRelaxedExtendedJSON MongoDB Extended JSON diff --git a/reference/mongodb/bson/dbpointer.xml b/reference/mongodb/bson/dbpointer.xml index e87162218..133cc3b44 100644 --- a/reference/mongodb/bson/dbpointer.xml +++ b/reference/mongodb/bson/dbpointer.xml @@ -70,7 +70,7 @@ PECL mongodb 1.12.0 - Implements Stringable for PHP 8.0+. + Implements Stringable for PHP 8.0+. diff --git a/reference/mongodb/bson/dbpointer/jsonserialize.xml b/reference/mongodb/bson/dbpointer/jsonserialize.xml index 71d996e04..e8d887c38 100644 --- a/reference/mongodb/bson/dbpointer/jsonserialize.xml +++ b/reference/mongodb/bson/dbpointer/jsonserialize.xml @@ -23,7 +23,7 @@ &reftitle.returnvalues; - Returns data which can be serialized by json_encode to + Returns data which can be serialized by json_encode to produce an extended JSON representation of the MongoDB\BSON\DBPointer. @@ -40,8 +40,8 @@ &reftitle.seealso; - JsonSerializable::jsonSerialize - json_encode + JsonSerializable::jsonSerialize + json_encode MongoDB\BSON\toCanonicalExtendedJSON MongoDB\BSON\toRelaxedExtendedJSON MongoDB Extended JSON diff --git a/reference/mongodb/bson/decimal128.xml b/reference/mongodb/bson/decimal128.xml index c063430f9..6f8a80740 100644 --- a/reference/mongodb/bson/decimal128.xml +++ b/reference/mongodb/bson/decimal128.xml @@ -82,7 +82,7 @@ PECL mongodb 1.12.0 - Implements Stringable for PHP 8.0+. + Implements Stringable for PHP 8.0+. @@ -94,8 +94,8 @@ PECL mongodb 1.2.0 - Implements Serializable and - JsonSerializable. + Implements Serializable and + JsonSerializable. diff --git a/reference/mongodb/bson/decimal128/jsonserialize.xml b/reference/mongodb/bson/decimal128/jsonserialize.xml index a4fc5aecf..92f45330d 100644 --- a/reference/mongodb/bson/decimal128/jsonserialize.xml +++ b/reference/mongodb/bson/decimal128/jsonserialize.xml @@ -23,7 +23,7 @@ &reftitle.returnvalues; - Returns data which can be serialized by json_encode to + Returns data which can be serialized by json_encode to produce an extended JSON representation of the MongoDB\BSON\Decimal128. @@ -40,8 +40,8 @@ &reftitle.seealso; - JsonSerializable::jsonSerialize - json_encode + JsonSerializable::jsonSerialize + json_encode MongoDB\BSON\toCanonicalExtendedJSON MongoDB\BSON\toRelaxedExtendedJSON MongoDB Extended JSON diff --git a/reference/mongodb/bson/document/offsetexists.xml b/reference/mongodb/bson/document/offsetexists.xml index 2acc06699..ed424d988 100644 --- a/reference/mongodb/bson/document/offsetexists.xml +++ b/reference/mongodb/bson/document/offsetexists.xml @@ -1,6 +1,6 @@ - + MongoDB\BSON\Document::offsetExists Returns whether a key is present in the document @@ -40,7 +40,7 @@ &reftitle.seealso; - ArrayAccess::offsetExists + ArrayAccess::offsetExists MongoDB\BSON\Document::has diff --git a/reference/mongodb/bson/document/offsetget.xml b/reference/mongodb/bson/document/offsetget.xml index 8463b5aef..613849c2a 100644 --- a/reference/mongodb/bson/document/offsetget.xml +++ b/reference/mongodb/bson/document/offsetget.xml @@ -1,6 +1,6 @@ - + MongoDB\BSON\Document::offsetGet Returns the value of a key in the document @@ -56,7 +56,7 @@ &reftitle.seealso; - ArrayAccess::offsetGet + ArrayAccess::offsetGet MongoDB\BSON\Document::get diff --git a/reference/mongodb/bson/document/offsetset.xml b/reference/mongodb/bson/document/offsetset.xml index 9109ac6b5..c71f8094d 100644 --- a/reference/mongodb/bson/document/offsetset.xml +++ b/reference/mongodb/bson/document/offsetset.xml @@ -1,9 +1,9 @@ - + MongoDB\BSON\Document::offsetSet - Implementation of ArrayAccess + Implementation of ArrayAccess &reftitle.description; diff --git a/reference/mongodb/bson/document/offsetunset.xml b/reference/mongodb/bson/document/offsetunset.xml index b175dabf8..5f8f9a357 100644 --- a/reference/mongodb/bson/document/offsetunset.xml +++ b/reference/mongodb/bson/document/offsetunset.xml @@ -1,9 +1,9 @@ - + MongoDB\BSON\Document::offsetUnset - Implementation of ArrayAccess + Implementation of ArrayAccess &reftitle.description; diff --git a/reference/mongodb/bson/int64.xml b/reference/mongodb/bson/int64.xml index 0a11f5066..d855e0363 100644 --- a/reference/mongodb/bson/int64.xml +++ b/reference/mongodb/bson/int64.xml @@ -93,7 +93,7 @@ PECL mongodb 1.12.0 - Implements Stringable for PHP 8.0+. + Implements Stringable for PHP 8.0+. diff --git a/reference/mongodb/bson/int64/jsonserialize.xml b/reference/mongodb/bson/int64/jsonserialize.xml index b0739436e..a0a17632a 100644 --- a/reference/mongodb/bson/int64/jsonserialize.xml +++ b/reference/mongodb/bson/int64/jsonserialize.xml @@ -23,7 +23,7 @@ &reftitle.returnvalues; - Returns data which can be serialized by json_encode to + Returns data which can be serialized by json_encode to produce an extended JSON representation of the MongoDB\BSON\Int64. @@ -51,8 +51,8 @@ &reftitle.seealso; - JsonSerializable::jsonSerialize - json_encode + JsonSerializable::jsonSerialize + json_encode MongoDB\BSON\toCanonicalExtendedJSON MongoDB\BSON\toRelaxedExtendedJSON MongoDB Extended JSON diff --git a/reference/mongodb/bson/iterator/current.xml b/reference/mongodb/bson/iterator/current.xml index 28c3ccf32..c586f54dc 100644 --- a/reference/mongodb/bson/iterator/current.xml +++ b/reference/mongodb/bson/iterator/current.xml @@ -45,7 +45,7 @@ &reftitle.seealso; - Iterator::current + Iterator::current diff --git a/reference/mongodb/bson/iterator/key.xml b/reference/mongodb/bson/iterator/key.xml index 902d0f3fb..b34764bc9 100644 --- a/reference/mongodb/bson/iterator/key.xml +++ b/reference/mongodb/bson/iterator/key.xml @@ -40,7 +40,7 @@ &reftitle.seealso; - Iterator::key + Iterator::key diff --git a/reference/mongodb/bson/iterator/next.xml b/reference/mongodb/bson/iterator/next.xml index e4e1cea44..e637e5143 100644 --- a/reference/mongodb/bson/iterator/next.xml +++ b/reference/mongodb/bson/iterator/next.xml @@ -23,7 +23,7 @@ &reftitle.seealso; - Iterator::next + Iterator::next diff --git a/reference/mongodb/bson/iterator/rewind.xml b/reference/mongodb/bson/iterator/rewind.xml index 3b29ba9ec..f4a823358 100644 --- a/reference/mongodb/bson/iterator/rewind.xml +++ b/reference/mongodb/bson/iterator/rewind.xml @@ -23,7 +23,7 @@ &reftitle.seealso; - Iterator::rewind + Iterator::rewind diff --git a/reference/mongodb/bson/iterator/valid.xml b/reference/mongodb/bson/iterator/valid.xml index 692699c48..23187a4e2 100644 --- a/reference/mongodb/bson/iterator/valid.xml +++ b/reference/mongodb/bson/iterator/valid.xml @@ -30,7 +30,7 @@ &reftitle.seealso; - Iterator::valid + Iterator::valid diff --git a/reference/mongodb/bson/javascript.xml b/reference/mongodb/bson/javascript.xml index 48f529d57..f5405dd97 100644 --- a/reference/mongodb/bson/javascript.xml +++ b/reference/mongodb/bson/javascript.xml @@ -80,7 +80,7 @@ PECL mongodb 1.12.0 - Implements Stringable for PHP 8.0+. + Implements Stringable for PHP 8.0+. @@ -92,8 +92,8 @@ PECL mongodb 1.2.0 - Implements Serializable and - JsonSerializable. + Implements Serializable and + JsonSerializable. diff --git a/reference/mongodb/bson/javascript/jsonserialize.xml b/reference/mongodb/bson/javascript/jsonserialize.xml index 897fb6fbf..d415387f0 100644 --- a/reference/mongodb/bson/javascript/jsonserialize.xml +++ b/reference/mongodb/bson/javascript/jsonserialize.xml @@ -23,7 +23,7 @@ &reftitle.returnvalues; - Returns data which can be serialized by json_encode to + Returns data which can be serialized by json_encode to produce an extended JSON representation of the MongoDB\BSON\Javascript. @@ -40,8 +40,8 @@ &reftitle.seealso; - JsonSerializable::jsonSerialize - json_encode + JsonSerializable::jsonSerialize + json_encode MongoDB\BSON\toCanonicalExtendedJSON MongoDB\BSON\toRelaxedExtendedJSON MongoDB Extended JSON diff --git a/reference/mongodb/bson/maxkey.xml b/reference/mongodb/bson/maxkey.xml index 9400e4f3b..63e01b58b 100644 --- a/reference/mongodb/bson/maxkey.xml +++ b/reference/mongodb/bson/maxkey.xml @@ -79,8 +79,8 @@ PECL mongodb 1.2.0 - Implements Serializable and - JsonSerializable. + Implements Serializable and + JsonSerializable. diff --git a/reference/mongodb/bson/maxkey/jsonserialize.xml b/reference/mongodb/bson/maxkey/jsonserialize.xml index b30e8d095..cda3d983a 100644 --- a/reference/mongodb/bson/maxkey/jsonserialize.xml +++ b/reference/mongodb/bson/maxkey/jsonserialize.xml @@ -23,7 +23,7 @@ &reftitle.returnvalues; - Returns data which can be serialized by json_encode to + Returns data which can be serialized by json_encode to produce an extended JSON representation of the MongoDB\BSON\MaxKey. @@ -40,8 +40,8 @@ &reftitle.seealso; - JsonSerializable::jsonSerialize - json_encode + JsonSerializable::jsonSerialize + json_encode MongoDB\BSON\toCanonicalExtendedJSON MongoDB\BSON\toRelaxedExtendedJSON MongoDB Extended JSON diff --git a/reference/mongodb/bson/minkey.xml b/reference/mongodb/bson/minkey.xml index 195fd9aff..1c8439582 100644 --- a/reference/mongodb/bson/minkey.xml +++ b/reference/mongodb/bson/minkey.xml @@ -79,8 +79,8 @@ PECL mongodb 1.2.0 - Implements Serializable and - JsonSerializable. + Implements Serializable and + JsonSerializable. diff --git a/reference/mongodb/bson/minkey/jsonserialize.xml b/reference/mongodb/bson/minkey/jsonserialize.xml index 2ed71f5f0..38dbfff9a 100644 --- a/reference/mongodb/bson/minkey/jsonserialize.xml +++ b/reference/mongodb/bson/minkey/jsonserialize.xml @@ -23,7 +23,7 @@ &reftitle.returnvalues; - Returns data which can be serialized by json_encode to + Returns data which can be serialized by json_encode to produce an extended JSON representation of the MongoDB\BSON\MinKey. @@ -40,8 +40,8 @@ &reftitle.seealso; - JsonSerializable::jsonSerialize - json_encode + JsonSerializable::jsonSerialize + json_encode MongoDB\BSON\toCanonicalExtendedJSON MongoDB\BSON\toRelaxedExtendedJSON MongoDB Extended JSON diff --git a/reference/mongodb/bson/objectid.xml b/reference/mongodb/bson/objectid.xml index 2609a57ee..d52f7a94a 100644 --- a/reference/mongodb/bson/objectid.xml +++ b/reference/mongodb/bson/objectid.xml @@ -93,7 +93,7 @@ PECL mongodb 1.12.0 - Implements Stringable for PHP 8.0+. + Implements Stringable for PHP 8.0+. @@ -111,8 +111,8 @@ PECL mongodb 1.2.0 - Implements Serializable and - JsonSerializable. + Implements Serializable and + JsonSerializable. diff --git a/reference/mongodb/bson/objectid/jsonserialize.xml b/reference/mongodb/bson/objectid/jsonserialize.xml index a1da1e483..b95038321 100644 --- a/reference/mongodb/bson/objectid/jsonserialize.xml +++ b/reference/mongodb/bson/objectid/jsonserialize.xml @@ -23,7 +23,7 @@ &reftitle.returnvalues; - Returns data which can be serialized by json_encode to + Returns data which can be serialized by json_encode to produce an extended JSON representation of the MongoDB\BSON\ObjectId. @@ -40,8 +40,8 @@ &reftitle.seealso; - JsonSerializable::jsonSerialize - json_encode + JsonSerializable::jsonSerialize + json_encode MongoDB\BSON\toCanonicalExtendedJSON MongoDB\BSON\toRelaxedExtendedJSON MongoDB Extended JSON diff --git a/reference/mongodb/bson/packedarray/offsetexists.xml b/reference/mongodb/bson/packedarray/offsetexists.xml index 7f2ff74a8..51cd51b3c 100644 --- a/reference/mongodb/bson/packedarray/offsetexists.xml +++ b/reference/mongodb/bson/packedarray/offsetexists.xml @@ -1,6 +1,6 @@ - + MongoDB\BSON\PackedArray::offsetExists Returns whether a index is present in the array @@ -40,7 +40,7 @@ &reftitle.seealso; - ArrayAccess::offsetExists + ArrayAccess::offsetExists MongoDB\BSON\PackedArray::has diff --git a/reference/mongodb/bson/packedarray/offsetget.xml b/reference/mongodb/bson/packedarray/offsetget.xml index 46b38b6fd..d4d84ac30 100644 --- a/reference/mongodb/bson/packedarray/offsetget.xml +++ b/reference/mongodb/bson/packedarray/offsetget.xml @@ -1,6 +1,6 @@ - + MongoDB\BSON\PackedArray::offsetGet Returns the value of an index in the array @@ -56,7 +56,7 @@ &reftitle.seealso; - ArrayAccess::offsetGet + ArrayAccess::offsetGet MongoDB\BSON\PackedArray::get diff --git a/reference/mongodb/bson/packedarray/offsetset.xml b/reference/mongodb/bson/packedarray/offsetset.xml index edf95ca9d..c393ccf5d 100644 --- a/reference/mongodb/bson/packedarray/offsetset.xml +++ b/reference/mongodb/bson/packedarray/offsetset.xml @@ -1,9 +1,9 @@ - + MongoDB\BSON\PackedArray::offsetSet - Implementation of ArrayAccess + Implementation of ArrayAccess &reftitle.description; diff --git a/reference/mongodb/bson/packedarray/offsetunset.xml b/reference/mongodb/bson/packedarray/offsetunset.xml index 6ecaead40..69aa2893e 100644 --- a/reference/mongodb/bson/packedarray/offsetunset.xml +++ b/reference/mongodb/bson/packedarray/offsetunset.xml @@ -1,9 +1,9 @@ - + MongoDB\BSON\PackedArray::offsetUnset - Implementation of ArrayAccess + Implementation of ArrayAccess &reftitle.description; diff --git a/reference/mongodb/bson/persistable/bsonserialize.xml b/reference/mongodb/bson/persistable/bsonserialize.xml index 1990b5c92..ac15f8063 100644 --- a/reference/mongodb/bson/persistable/bsonserialize.xml +++ b/reference/mongodb/bson/persistable/bsonserialize.xml @@ -10,12 +10,12 @@ &reftitle.description; - abstract public arraystdClassMongoDB\BSON\DocumentMongoDB\BSON\Persistable::bsonSerialize + abstract public arraystdClassMongoDB\BSON\DocumentMongoDB\BSON\Persistable::bsonSerialize Called during serialization of the object to BSON. The method must return an - array, stdClass, or + array, stdClass, or MongoDB\BSON\Document. @@ -42,7 +42,7 @@ &reftitle.returnvalues; - An array, stdClass, or MongoDB\BSON\Document + An array, stdClass, or MongoDB\BSON\Document to be serialized as a BSON document. @@ -64,7 +64,7 @@ This method may now also return MongoDB\BSON\Document - instances in addition to array and stdClass. + instances in addition to array and stdClass. diff --git a/reference/mongodb/bson/regex.xml b/reference/mongodb/bson/regex.xml index f34469f9d..04a104427 100644 --- a/reference/mongodb/bson/regex.xml +++ b/reference/mongodb/bson/regex.xml @@ -80,7 +80,7 @@ PECL mongodb 1.12.0 - Implements Stringable for PHP 8.0+. + Implements Stringable for PHP 8.0+. @@ -92,8 +92,8 @@ PECL mongodb 1.2.0 - Implements Serializable and - JsonSerializable. + Implements Serializable and + JsonSerializable. diff --git a/reference/mongodb/bson/regex/jsonserialize.xml b/reference/mongodb/bson/regex/jsonserialize.xml index 5ad23a0a6..5c9e31dda 100644 --- a/reference/mongodb/bson/regex/jsonserialize.xml +++ b/reference/mongodb/bson/regex/jsonserialize.xml @@ -23,7 +23,7 @@ &reftitle.returnvalues; - Returns data which can be serialized by json_encode to + Returns data which can be serialized by json_encode to produce an extended JSON representation of the MongoDB\BSON\Regex. @@ -40,8 +40,8 @@ &reftitle.seealso; - JsonSerializable::jsonSerialize - json_encode + JsonSerializable::jsonSerialize + json_encode MongoDB\BSON\toCanonicalExtendedJSON MongoDB\BSON\toRelaxedExtendedJSON MongoDB Extended JSON diff --git a/reference/mongodb/bson/serializable/bsonserialize.xml b/reference/mongodb/bson/serializable/bsonserialize.xml index bdf8e55d5..25ff0d923 100644 --- a/reference/mongodb/bson/serializable/bsonserialize.xml +++ b/reference/mongodb/bson/serializable/bsonserialize.xml @@ -10,12 +10,12 @@ &reftitle.description; - abstract public arraystdClassMongoDB\BSON\DocumentMongoDB\BSON\PackedArrayMongoDB\BSON\Serializable::bsonSerialize + abstract public arraystdClassMongoDB\BSON\DocumentMongoDB\BSON\PackedArrayMongoDB\BSON\Serializable::bsonSerialize Called during serialization of the object to BSON. The method must return an - array, stdClass, MongoDB\BSON\Document, + array, stdClass, MongoDB\BSON\Document, or MongoDB\BSON\PackedArray. @@ -23,7 +23,7 @@ MongoDB\BSON\Serializable passed to MongoDB\BSON\Document::fromPHP) will always be serialized as a BSON document. For field values, associative arrays and - stdClass instances will be serialized as a BSON + stdClass instances will be serialized as a BSON document and sequential arrays (i.e. sequential, numeric indexes starting at 0) will be serialized as a BSON array. @@ -45,7 +45,7 @@ &reftitle.returnvalues; - An array, stdClass, MongoDB\BSON\Document, + An array, stdClass, MongoDB\BSON\Document, or MongoDB\BSON\PackedArray to be serialized as a BSON array or document. @@ -68,7 +68,7 @@ The return type was changed from arrayobject. - Instead of object, the return type now specifies stdClass. + Instead of object, the return type now specifies stdClass. Classes that implement this interface must be changed to no longer declare an object return type. As the return type is tentative, a deprecation warning is emitted on PHP 8.1 and newer. diff --git a/reference/mongodb/bson/symbol.xml b/reference/mongodb/bson/symbol.xml index 0498ca3ec..465a3206d 100644 --- a/reference/mongodb/bson/symbol.xml +++ b/reference/mongodb/bson/symbol.xml @@ -70,7 +70,7 @@ PECL mongodb 1.12.0 - Implements Stringable for PHP 8.0+. + Implements Stringable for PHP 8.0+. diff --git a/reference/mongodb/bson/symbol/jsonserialize.xml b/reference/mongodb/bson/symbol/jsonserialize.xml index 531156ff7..cfa1e9f8b 100644 --- a/reference/mongodb/bson/symbol/jsonserialize.xml +++ b/reference/mongodb/bson/symbol/jsonserialize.xml @@ -23,7 +23,7 @@ &reftitle.returnvalues; - Returns data which can be serialized by json_encode to + Returns data which can be serialized by json_encode to produce an extended JSON representation of the MongoDB\BSON\Symbol. @@ -40,8 +40,8 @@ &reftitle.seealso; - JsonSerializable::jsonSerialize - json_encode + JsonSerializable::jsonSerialize + json_encode MongoDB\BSON\toCanonicalExtendedJSON MongoDB\BSON\toRelaxedExtendedJSON MongoDB Extended JSON diff --git a/reference/mongodb/bson/timestamp.xml b/reference/mongodb/bson/timestamp.xml index e89c6aaf4..c7655f3fb 100644 --- a/reference/mongodb/bson/timestamp.xml +++ b/reference/mongodb/bson/timestamp.xml @@ -81,7 +81,7 @@ PECL mongodb 1.12.0 - Implements Stringable for PHP 8.0+. + Implements Stringable for PHP 8.0+. @@ -93,8 +93,8 @@ PECL mongodb 1.2.0 - Implements Serializable and - JsonSerializable. + Implements Serializable and + JsonSerializable. diff --git a/reference/mongodb/bson/timestamp/jsonserialize.xml b/reference/mongodb/bson/timestamp/jsonserialize.xml index 536f01d42..354eba7a1 100644 --- a/reference/mongodb/bson/timestamp/jsonserialize.xml +++ b/reference/mongodb/bson/timestamp/jsonserialize.xml @@ -23,7 +23,7 @@ &reftitle.returnvalues; - Returns data which can be serialized by json_encode to + Returns data which can be serialized by json_encode to produce an extended JSON representation of the MongoDB\BSON\Timestamp. @@ -40,8 +40,8 @@ &reftitle.seealso; - JsonSerializable::jsonSerialize - json_encode + JsonSerializable::jsonSerialize + json_encode MongoDB\BSON\toCanonicalExtendedJSON MongoDB\BSON\toRelaxedExtendedJSON MongoDB Extended JSON diff --git a/reference/mongodb/bson/undefined.xml b/reference/mongodb/bson/undefined.xml index d963292b2..2e73f6519 100644 --- a/reference/mongodb/bson/undefined.xml +++ b/reference/mongodb/bson/undefined.xml @@ -70,7 +70,7 @@ PECL mongodb 1.12.0 - Implements Stringable for PHP 8.0+. + Implements Stringable for PHP 8.0+. diff --git a/reference/mongodb/bson/undefined/jsonserialize.xml b/reference/mongodb/bson/undefined/jsonserialize.xml index 1e1fbac25..d83f9fbbf 100644 --- a/reference/mongodb/bson/undefined/jsonserialize.xml +++ b/reference/mongodb/bson/undefined/jsonserialize.xml @@ -23,7 +23,7 @@ &reftitle.returnvalues; - Returns data which can be serialized by json_encode to + Returns data which can be serialized by json_encode to produce an extended JSON representation of the MongoDB\BSON\Undefined. @@ -40,8 +40,8 @@ &reftitle.seealso; - JsonSerializable::jsonSerialize - json_encode + JsonSerializable::jsonSerialize + json_encode MongoDB\BSON\toCanonicalExtendedJSON MongoDB\BSON\toRelaxedExtendedJSON MongoDB Extended JSON diff --git a/reference/mongodb/bson/utcdatetime.xml b/reference/mongodb/bson/utcdatetime.xml index 83b45c199..97c66e8cb 100644 --- a/reference/mongodb/bson/utcdatetime.xml +++ b/reference/mongodb/bson/utcdatetime.xml @@ -74,7 +74,7 @@ PECL mongodb 1.12.0 - Implements Stringable for PHP 8.0+. + Implements Stringable for PHP 8.0+. @@ -86,8 +86,8 @@ PECL mongodb 1.2.0 - Implements Serializable and - JsonSerializable. + Implements Serializable and + JsonSerializable. diff --git a/reference/mongodb/bson/utcdatetime/construct.xml b/reference/mongodb/bson/utcdatetime/construct.xml index 5c4473ce2..13426421b 100644 --- a/reference/mongodb/bson/utcdatetime/construct.xml +++ b/reference/mongodb/bson/utcdatetime/construct.xml @@ -11,7 +11,7 @@ &reftitle.description; final public MongoDB\BSON\UTCDateTime::__construct - intMongoDB\BSON\Int64DateTimeInterfacenullmilliseconds&null; + intMongoDB\BSON\Int64DateTimeInterfacenullmilliseconds&null; @@ -19,7 +19,7 @@ &reftitle.parameters; - milliseconds (intMongoDB\BSON\Int64DateTimeInterfacenull) + milliseconds (intMongoDB\BSON\Int64DateTimeInterfacenull) Number of milliseconds since the Unix epoch (Jan 1, 1970). Negative values @@ -28,7 +28,7 @@ may also be provided as a MongoDB\BSON\Int64. - If the argument is a DateTimeInterface, the number + If the argument is a DateTimeInterface, the number of milliseconds since the Unix epoch will be derived from that value. @@ -83,7 +83,7 @@ The milliseconds argument is optional and defaults to &null; (i.e. current time). The argument also accepts a - DateTimeInterface, which may be used to derive + DateTimeInterface, which may be used to derive the number of milliseconds since the Unix epoch. Previously, only int, float, and string types were accepted. diff --git a/reference/mongodb/bson/utcdatetime/jsonserialize.xml b/reference/mongodb/bson/utcdatetime/jsonserialize.xml index 872a4bf46..15b6e7f60 100644 --- a/reference/mongodb/bson/utcdatetime/jsonserialize.xml +++ b/reference/mongodb/bson/utcdatetime/jsonserialize.xml @@ -23,7 +23,7 @@ &reftitle.returnvalues; - Returns data which can be serialized by json_encode to + Returns data which can be serialized by json_encode to produce an extended JSON representation of the MongoDB\BSON\UTCDateTime. @@ -40,8 +40,8 @@ &reftitle.seealso; - JsonSerializable::jsonSerialize - json_encode + JsonSerializable::jsonSerialize + json_encode MongoDB\BSON\toCanonicalExtendedJSON MongoDB\BSON\toRelaxedExtendedJSON MongoDB Extended JSON diff --git a/reference/mongodb/bson/utcdatetime/todatetime.xml b/reference/mongodb/bson/utcdatetime/todatetime.xml index 5327be347..9411eeafd 100644 --- a/reference/mongodb/bson/utcdatetime/todatetime.xml +++ b/reference/mongodb/bson/utcdatetime/todatetime.xml @@ -10,7 +10,7 @@ &reftitle.description; - final public DateTimeMongoDB\BSON\UTCDateTime::toDateTime + final public DateTimeMongoDB\BSON\UTCDateTime::toDateTime @@ -23,8 +23,8 @@ &reftitle.returnvalues; - Returns the DateTime representation of this - UTCDateTime. The returned DateTime will use the UTC + Returns the DateTime representation of this + UTCDateTime. The returned DateTime will use the UTC time zone. diff --git a/reference/mongodb/bson/utcdatetime/todatetimeimmutable.xml b/reference/mongodb/bson/utcdatetime/todatetimeimmutable.xml index 493c4ab19..aee22c92e 100644 --- a/reference/mongodb/bson/utcdatetime/todatetimeimmutable.xml +++ b/reference/mongodb/bson/utcdatetime/todatetimeimmutable.xml @@ -10,7 +10,7 @@ &reftitle.description; - final public DateTimeImmutableMongoDB\BSON\UTCDateTime::toDateTimeImmutable + final public DateTimeImmutableMongoDB\BSON\UTCDateTime::toDateTimeImmutable @@ -23,8 +23,8 @@ &reftitle.returnvalues; - Returns the DateTimeImmutable representation of this - UTCDateTime. The returned DateTimeImmutable will use the UTC + Returns the DateTimeImmutable representation of this + UTCDateTime. The returned DateTimeImmutable will use the UTC time zone. diff --git a/reference/mongodb/bson/utcdatetimeinterface/todatetime.xml b/reference/mongodb/bson/utcdatetimeinterface/todatetime.xml index d1570087b..bd86f7eb5 100644 --- a/reference/mongodb/bson/utcdatetimeinterface/todatetime.xml +++ b/reference/mongodb/bson/utcdatetimeinterface/todatetime.xml @@ -10,7 +10,7 @@ &reftitle.description; - abstract public DateTimeMongoDB\BSON\UTCDateTimeInterface::toDateTime + abstract public DateTimeMongoDB\BSON\UTCDateTimeInterface::toDateTime @@ -23,8 +23,8 @@ &reftitle.returnvalues; - Returns the DateTime representation of this - UTCDateTimeInterface. The returned DateTime should use + Returns the DateTime representation of this + UTCDateTimeInterface. The returned DateTime should use the UTC time zone. diff --git a/reference/mongodb/bson/utcdatetimeinterface/todatetimeimmutable.xml b/reference/mongodb/bson/utcdatetimeinterface/todatetimeimmutable.xml index 6e0beec3a..892fe1d84 100644 --- a/reference/mongodb/bson/utcdatetimeinterface/todatetimeimmutable.xml +++ b/reference/mongodb/bson/utcdatetimeinterface/todatetimeimmutable.xml @@ -10,7 +10,7 @@ &reftitle.description; - abstract public DateTimeImmutableMongoDB\BSON\UTCDateTimeInterface::toDateTimeImmutable + abstract public DateTimeImmutableMongoDB\BSON\UTCDateTimeInterface::toDateTimeImmutable @@ -23,8 +23,8 @@ &reftitle.returnvalues; - Returns the DateTimeImmutable representation of this - UTCDateTimeInterface. The returned DateTimeImmutable will use the UTC + Returns the DateTimeImmutable representation of this + UTCDateTimeInterface. The returned DateTimeImmutable will use the UTC time zone. diff --git a/reference/mongodb/configure.xml b/reference/mongodb/configure.xml index 65a7edfa5..0ae05f413 100644 --- a/reference/mongodb/configure.xml +++ b/reference/mongodb/configure.xml @@ -175,16 +175,16 @@ PHP Warning: PHP Startup: Unable to load dynamic library 'mongodb' Ensure that the downloaded DLL corresponds to the following PHP runtime properties: - PHP version (PHP_VERSION) - Thread safety (PHP_ZTS) - Architecture (PHP_INT_SIZE) + PHP version (PHP_VERSION) + Thread safety (PHP_ZTS) + Architecture (PHP_INT_SIZE) In addition to the aforementioned constants, these properties can also be - inferred from phpinfo. If a system has multiple PHP - runtimes installed, double-check that the phpinfo output + inferred from phpinfo. If a system has multiple PHP + runtimes installed, double-check that the phpinfo output is for the correct environment. diff --git a/reference/mongodb/entities.mongodb.ent b/reference/mongodb/entities.mongodb.ent index bc461b02d..70e0a11dc 100644 --- a/reference/mongodb/entities.mongodb.ent +++ b/reference/mongodb/entities.mongodb.ent @@ -44,7 +44,7 @@ See doc-base/scripts/text-entities.php for details. This class no longer implements the - Serializable interface. + Serializable interface. @@ -783,7 +783,7 @@ local: { Because PHP's integer type is signed, some values returned by this method may appear as negative integers on 32-bit platforms. The - "%u" formatter of sprintf may be + "%u" formatter of sprintf may be used to obtain a string representation of the unsigned decimal value. diff --git a/reference/mongodb/exceptions.xml b/reference/mongodb/exceptions.xml index d423662c9..e5c451fbd 100644 --- a/reference/mongodb/exceptions.xml +++ b/reference/mongodb/exceptions.xml @@ -34,11 +34,11 @@ - MongoDB\Driver\Exception\LogicException (extends LogicException) - MongoDB\Driver\Exception\InvalidArgumentException (extends InvalidArgumentException) - MongoDB\Driver\Exception\UnexpectedValueException (extends UnexpectedValueException) + MongoDB\Driver\Exception\LogicException (extends LogicException) + MongoDB\Driver\Exception\InvalidArgumentException (extends InvalidArgumentException) + MongoDB\Driver\Exception\UnexpectedValueException (extends UnexpectedValueException) - MongoDB\Driver\Exception\RuntimeException (extends RuntimeException) + MongoDB\Driver\Exception\RuntimeException (extends RuntimeException) MongoDB\Driver\Exception\ConnectionException diff --git a/reference/mongodb/functions/bson/fromphp.xml b/reference/mongodb/functions/bson/fromphp.xml index d7d45261b..b789bd741 100644 --- a/reference/mongodb/functions/bson/fromphp.xml +++ b/reference/mongodb/functions/bson/fromphp.xml @@ -61,7 +61,7 @@ not limited to, encountering an unexpected MongoDB\BSON\Type instance or MongoDB\BSON\Serializable::bsonSerialize failing to - return an array or stdClass. + return an array or stdClass. diff --git a/reference/mongodb/functions/bson/tojson.xml b/reference/mongodb/functions/bson/tojson.xml index d504c61cf..78cddd499 100644 --- a/reference/mongodb/functions/bson/tojson.xml +++ b/reference/mongodb/functions/bson/tojson.xml @@ -45,8 +45,8 @@ JSON does not support - NAN and - INF and + NAN and + INF and MongoDB's Legacy Extended JSON format does not define an alternative representation for these values (libbson will output diff --git a/reference/mongodb/ini.xml b/reference/mongodb/ini.xml index ea8fdf8dc..8e8dc74c6 100644 --- a/reference/mongodb/ini.xml +++ b/reference/mongodb/ini.xml @@ -1,7 +1,7 @@ -
+
&reftitle.runtime; &extension.runtime; @@ -20,7 +20,7 @@ mongodb.debug "" - INI_ALL + INI_ALL @@ -55,7 +55,7 @@ Specify "1", "on", "yes", or "true" to log to a new temporary file within the default system temp directory (i.e. - sys_get_temp_dir). + sys_get_temp_dir). Specify any other string to log to a new temporary file within that diff --git a/reference/mongodb/mongodb/driver/cursor.xml b/reference/mongodb/mongodb/driver/cursor.xml index 96ee97180..eaf57f2f7 100644 --- a/reference/mongodb/mongodb/driver/cursor.xml +++ b/reference/mongodb/mongodb/driver/cursor.xml @@ -61,14 +61,14 @@ PECL mongodb 1.9.0 - Implements Iterator. + Implements Iterator. PECL mongodb 1.6.0 Implements MongoDB\Driver\CursorInterface, - which extends Traversable. + which extends Traversable. @@ -90,7 +90,7 @@ Because MongoDB\Driver\Cursor implements the - Traversable interface, you can simply + Traversable interface, you can simply iterate over the result set with foreach. @@ -173,7 +173,7 @@ stdClass Object In order to continuously read from a tailable cursor, the Cursor object - must be wrapped with an IteratorIterator. This + must be wrapped with an IteratorIterator. This allows the application to directly control the cursor's iteration, avoid inadvertently rewinding the cursor, and decide when to wait for new results or stop iteration entirely. diff --git a/reference/mongodb/mongodb/driver/cursor/current.xml b/reference/mongodb/mongodb/driver/cursor/current.xml index 679246923..6370cb809 100644 --- a/reference/mongodb/mongodb/driver/cursor/current.xml +++ b/reference/mongodb/mongodb/driver/cursor/current.xml @@ -32,7 +32,7 @@ &reftitle.seealso; - Iterator::current + Iterator::current diff --git a/reference/mongodb/mongodb/driver/cursor/key.xml b/reference/mongodb/mongodb/driver/cursor/key.xml index 53672b72a..beafb4e55 100644 --- a/reference/mongodb/mongodb/driver/cursor/key.xml +++ b/reference/mongodb/mongodb/driver/cursor/key.xml @@ -30,7 +30,7 @@ &reftitle.seealso; - Iterator::key + Iterator::key diff --git a/reference/mongodb/mongodb/driver/cursor/next.xml b/reference/mongodb/mongodb/driver/cursor/next.xml index 2f66d3a32..81bccedde 100644 --- a/reference/mongodb/mongodb/driver/cursor/next.xml +++ b/reference/mongodb/mongodb/driver/cursor/next.xml @@ -37,7 +37,7 @@ &reftitle.seealso; - Iterator::next + Iterator::next diff --git a/reference/mongodb/mongodb/driver/cursor/rewind.xml b/reference/mongodb/mongodb/driver/cursor/rewind.xml index 548d1ec8e..026fa0194 100644 --- a/reference/mongodb/mongodb/driver/cursor/rewind.xml +++ b/reference/mongodb/mongodb/driver/cursor/rewind.xml @@ -42,7 +42,7 @@ &reftitle.seealso; - Iterator::rewind + Iterator::rewind diff --git a/reference/mongodb/mongodb/driver/cursor/valid.xml b/reference/mongodb/mongodb/driver/cursor/valid.xml index 253fc9a56..f2750e38d 100644 --- a/reference/mongodb/mongodb/driver/cursor/valid.xml +++ b/reference/mongodb/mongodb/driver/cursor/valid.xml @@ -30,7 +30,7 @@ &reftitle.seealso; - Iterator::valid + Iterator::valid diff --git a/reference/mongodb/mongodb/driver/cursorid.xml b/reference/mongodb/mongodb/driver/cursorid.xml index a50a6ef5a..811648537 100644 --- a/reference/mongodb/mongodb/driver/cursorid.xml +++ b/reference/mongodb/mongodb/driver/cursorid.xml @@ -79,13 +79,13 @@ PECL mongodb 1.12.0 - Implements Stringable for PHP 8.0+. + Implements Stringable for PHP 8.0+. PECL mongodb 1.7.0 - Implements Serializable. + Implements Serializable. diff --git a/reference/mongodb/mongodb/driver/cursorinterface.xml b/reference/mongodb/mongodb/driver/cursorinterface.xml index 4d9d8dd15..5d8268e29 100644 --- a/reference/mongodb/mongodb/driver/cursorinterface.xml +++ b/reference/mongodb/mongodb/driver/cursorinterface.xml @@ -60,7 +60,7 @@ PECL mongodb 2.0.0 - This interface now extends Iterator. + This interface now extends Iterator. Return types previously declared as tentative are now enforced. diff --git a/reference/mongodb/mongodb/driver/manager.xml b/reference/mongodb/mongodb/driver/manager.xml index 41c4102e1..a97b63a96 100644 --- a/reference/mongodb/mongodb/driver/manager.xml +++ b/reference/mongodb/mongodb/driver/manager.xml @@ -58,7 +58,7 @@ <function>MongoDB\Driver\Manager::__construct</function> basic example - var_dumping a + var_dumping a MongoDB\Driver\Manager will print out various details about the manager that are otherwise not normally exposed. This can be useful to debug how the driver views your MongoDB setup, and diff --git a/reference/mongodb/mongodb/driver/manager/construct.xml b/reference/mongodb/mongodb/driver/manager/construct.xml index 7779dbb22..0f151101b 100644 --- a/reference/mongodb/mongodb/driver/manager/construct.xml +++ b/reference/mongodb/mongodb/driver/manager/construct.xml @@ -66,7 +66,7 @@ mongodb://[username:password@]host1[:port1][,host2[:port2],...[,hostN[:portN]]][ characters such as @, :, or %. When connecting via a Unix domain socket, the socket path may contain special characters such as slashes and must be encoded. - The rawurlencode function may be used to encode + The rawurlencode function may be used to encode constituent parts of the URI. @@ -1190,7 +1190,7 @@ $manager = new MongoDB\Driver\Manager("mongodb://example.com:27017"); Connecting to standalone MongoDB node via a Unix domain socket. The socket path may include special characters such as slashes and should be encoded - with rawurlencode. + with rawurlencode. @, :, %). In the following example, the password string myp@ss:w%rd has been manually escaped; however, - rawurlencode may also be used to escape URI components + rawurlencode may also be used to escape URI components that may contain special characters. diff --git a/reference/mongodb/mongodb/driver/monitoring/commandfailedevent.xml b/reference/mongodb/mongodb/driver/monitoring/commandfailedevent.xml index 1e3326b44..0df598041 100644 --- a/reference/mongodb/mongodb/driver/monitoring/commandfailedevent.xml +++ b/reference/mongodb/mongodb/driver/monitoring/commandfailedevent.xml @@ -68,7 +68,7 @@ public readonly - Exception + Exception error diff --git a/reference/mongodb/mongodb/driver/monitoring/commandfailedevent/geterror.xml b/reference/mongodb/mongodb/driver/monitoring/commandfailedevent/geterror.xml index 8560a208a..dc1942ea9 100644 --- a/reference/mongodb/mongodb/driver/monitoring/commandfailedevent/geterror.xml +++ b/reference/mongodb/mongodb/driver/monitoring/commandfailedevent/geterror.xml @@ -10,7 +10,7 @@ &reftitle.description; - final public ExceptionMongoDB\Driver\Monitoring\CommandFailedEvent::getError + final public ExceptionMongoDB\Driver\Monitoring\CommandFailedEvent::getError @@ -23,7 +23,7 @@ &reftitle.returnvalues; - Returns the Exception associated with the failed command. + Returns the Exception associated with the failed command. diff --git a/reference/mongodb/mongodb/driver/monitoring/commandfailedevent/getreply.xml b/reference/mongodb/mongodb/driver/monitoring/commandfailedevent/getreply.xml index feef33fc8..7a9404a81 100644 --- a/reference/mongodb/mongodb/driver/monitoring/commandfailedevent/getreply.xml +++ b/reference/mongodb/mongodb/driver/monitoring/commandfailedevent/getreply.xml @@ -16,7 +16,7 @@ The reply document will be converted from BSON to PHP using the default deserialization - rules (e.g. BSON documents will be converted to stdClass). + rules (e.g. BSON documents will be converted to stdClass). @@ -28,7 +28,7 @@ &reftitle.returnvalues; - Returns the command reply document as a stdClass + Returns the command reply document as a stdClass object. diff --git a/reference/mongodb/mongodb/driver/monitoring/commandstartedevent/getcommand.xml b/reference/mongodb/mongodb/driver/monitoring/commandstartedevent/getcommand.xml index 256ce6d88..2e2a1479b 100644 --- a/reference/mongodb/mongodb/driver/monitoring/commandstartedevent/getcommand.xml +++ b/reference/mongodb/mongodb/driver/monitoring/commandstartedevent/getcommand.xml @@ -16,7 +16,7 @@ The reply document will be converted from BSON to PHP using the default deserialization - rules (e.g. BSON documents will be converted to stdClass). + rules (e.g. BSON documents will be converted to stdClass). @@ -28,7 +28,7 @@ &reftitle.returnvalues; - Returns the command document as a stdClass object. + Returns the command document as a stdClass object. diff --git a/reference/mongodb/mongodb/driver/monitoring/commandsucceededevent/getreply.xml b/reference/mongodb/mongodb/driver/monitoring/commandsucceededevent/getreply.xml index 471ade691..821bd3cdf 100644 --- a/reference/mongodb/mongodb/driver/monitoring/commandsucceededevent/getreply.xml +++ b/reference/mongodb/mongodb/driver/monitoring/commandsucceededevent/getreply.xml @@ -16,7 +16,7 @@ The reply document will be converted from BSON to PHP using the default deserialization - rules (e.g. BSON documents will be converted to stdClass). + rules (e.g. BSON documents will be converted to stdClass). @@ -28,7 +28,7 @@ &reftitle.returnvalues; - Returns the command reply document as a stdClass + Returns the command reply document as a stdClass object. diff --git a/reference/mongodb/mongodb/driver/monitoring/serverheartbeatfailedevent.xml b/reference/mongodb/mongodb/driver/monitoring/serverheartbeatfailedevent.xml index 26c41fdc9..502e4e492 100644 --- a/reference/mongodb/mongodb/driver/monitoring/serverheartbeatfailedevent.xml +++ b/reference/mongodb/mongodb/driver/monitoring/serverheartbeatfailedevent.xml @@ -65,7 +65,7 @@ public readonly - Exception + Exception error diff --git a/reference/mongodb/mongodb/driver/monitoring/serverheartbeatfailedevent/geterror.xml b/reference/mongodb/mongodb/driver/monitoring/serverheartbeatfailedevent/geterror.xml index c32abbb6c..cd4706e36 100644 --- a/reference/mongodb/mongodb/driver/monitoring/serverheartbeatfailedevent/geterror.xml +++ b/reference/mongodb/mongodb/driver/monitoring/serverheartbeatfailedevent/geterror.xml @@ -10,7 +10,7 @@ &reftitle.description; - final public ExceptionMongoDB\Driver\Monitoring\ServerHeartbeatFailedEvent::getError + final public ExceptionMongoDB\Driver\Monitoring\ServerHeartbeatFailedEvent::getError @@ -23,7 +23,7 @@ &reftitle.returnvalues; - Returns the Exception associated with the failed + Returns the Exception associated with the failed heartbeat. diff --git a/reference/mongodb/mongodb/driver/monitoring/serverheartbeatsucceededevent/getreply.xml b/reference/mongodb/mongodb/driver/monitoring/serverheartbeatsucceededevent/getreply.xml index ec7a7800a..171b3a509 100644 --- a/reference/mongodb/mongodb/driver/monitoring/serverheartbeatsucceededevent/getreply.xml +++ b/reference/mongodb/mongodb/driver/monitoring/serverheartbeatsucceededevent/getreply.xml @@ -16,7 +16,7 @@ The reply document will be converted from BSON to PHP using the default deserialization - rules (e.g. BSON documents will be converted to stdClass). + rules (e.g. BSON documents will be converted to stdClass). @@ -28,7 +28,7 @@ &reftitle.returnvalues; - Returns the heartbeat reply document as a stdClass + Returns the heartbeat reply document as a stdClass object. diff --git a/reference/mongodb/mongodb/driver/query/construct.xml b/reference/mongodb/mongodb/driver/query/construct.xml index c49a9274f..2f3678555 100644 --- a/reference/mongodb/mongodb/driver/query/construct.xml +++ b/reference/mongodb/mongodb/driver/query/construct.xml @@ -256,7 +256,7 @@ PHP class, make sure that you include the __pclass field in the projection. This is required for the deserialization to work and without it, the - extension will return (by default) a stdClass + extension will return (by default) a stdClass object instead. diff --git a/reference/mongodb/mongodb/driver/readconcern.xml b/reference/mongodb/mongodb/driver/readconcern.xml index a2fd6e5eb..29e8123a1 100644 --- a/reference/mongodb/mongodb/driver/readconcern.xml +++ b/reference/mongodb/mongodb/driver/readconcern.xml @@ -278,7 +278,7 @@ PECL mongodb 1.7.0 - Implements Serializable. + Implements Serializable. diff --git a/reference/mongodb/mongodb/driver/readconcern/bsonserialize.xml b/reference/mongodb/mongodb/driver/readconcern/bsonserialize.xml index d19e66c39..90c709fee 100644 --- a/reference/mongodb/mongodb/driver/readconcern/bsonserialize.xml +++ b/reference/mongodb/mongodb/driver/readconcern/bsonserialize.xml @@ -10,7 +10,7 @@ &reftitle.description; - final public stdClassMongoDB\Driver\ReadConcern::bsonSerialize + final public stdClassMongoDB\Driver\ReadConcern::bsonSerialize diff --git a/reference/mongodb/mongodb/driver/readpreference.xml b/reference/mongodb/mongodb/driver/readpreference.xml index 93ae6ff13..58892544b 100644 --- a/reference/mongodb/mongodb/driver/readpreference.xml +++ b/reference/mongodb/mongodb/driver/readpreference.xml @@ -310,7 +310,7 @@ constants. - Implements Serializable. + Implements Serializable. diff --git a/reference/mongodb/mongodb/driver/readpreference/bsonserialize.xml b/reference/mongodb/mongodb/driver/readpreference/bsonserialize.xml index ff7d1503c..d88656bb9 100644 --- a/reference/mongodb/mongodb/driver/readpreference/bsonserialize.xml +++ b/reference/mongodb/mongodb/driver/readpreference/bsonserialize.xml @@ -10,7 +10,7 @@ &reftitle.description; - final public stdClassMongoDB\Driver\ReadPreference::bsonSerialize + final public stdClassMongoDB\Driver\ReadPreference::bsonSerialize diff --git a/reference/mongodb/mongodb/driver/serverapi/bsonserialize.xml b/reference/mongodb/mongodb/driver/serverapi/bsonserialize.xml index 510e7d7dc..050685641 100644 --- a/reference/mongodb/mongodb/driver/serverapi/bsonserialize.xml +++ b/reference/mongodb/mongodb/driver/serverapi/bsonserialize.xml @@ -10,7 +10,7 @@ &reftitle.description; - final public stdClassMongoDB\Driver\ServerApi::bsonSerialize + final public stdClassMongoDB\Driver\ServerApi::bsonSerialize diff --git a/reference/mongodb/mongodb/driver/writeconcern.xml b/reference/mongodb/mongodb/driver/writeconcern.xml index acbc9649b..3cdc3c1dd 100644 --- a/reference/mongodb/mongodb/driver/writeconcern.xml +++ b/reference/mongodb/mongodb/driver/writeconcern.xml @@ -155,7 +155,7 @@ PECL mongodb 1.7.0 - Implements Serializable. + Implements Serializable. diff --git a/reference/mongodb/mongodb/driver/writeconcern/bsonserialize.xml b/reference/mongodb/mongodb/driver/writeconcern/bsonserialize.xml index 583db2322..672e92cf8 100644 --- a/reference/mongodb/mongodb/driver/writeconcern/bsonserialize.xml +++ b/reference/mongodb/mongodb/driver/writeconcern/bsonserialize.xml @@ -10,7 +10,7 @@ &reftitle.description; - final public stdClassMongoDB\Driver\WriteConcern::bsonSerialize + final public stdClassMongoDB\Driver\WriteConcern::bsonSerialize diff --git a/reference/mongodb/security.xml b/reference/mongodb/security.xml index 31455353c..5208caee9 100644 --- a/reference/mongodb/security.xml +++ b/reference/mongodb/security.xml @@ -31,7 +31,7 @@ This is a fairly easy attack to defend against: make sure $_GET and $_POST parameters are the type you expect before you send them to the database. - PHP has the filter_var function to assist with this. + PHP has the filter_var function to assist with this. diff --git a/reference/mongodb/tutorial/library.xml b/reference/mongodb/tutorial/library.xml index e9246570e..63d1e0a4e 100644 --- a/reference/mongodb/tutorial/library.xml +++ b/reference/mongodb/tutorial/library.xml @@ -145,7 +145,7 @@ foreach ($result as $entry) { While it may not be apparent in the examples, BSON documents and arrays are unserialized as special classes in the library by default. These classes - extend ArrayObject for usability and implement the + extend ArrayObject for usability and implement the extension's MongoDB\BSON\Serializable and MongoDB\BSON\Unserializable interfaces to ensure that values preserve their type when serialized back into BSON. This diff --git a/reference/mysql/entities.mysql.ent b/reference/mysql/entities.mysql.ent index 862b0bcb4..cd5a48b77 100644 --- a/reference/mysql/entities.mysql.ent +++ b/reference/mysql/entities.mysql.ent @@ -17,14 +17,14 @@ link identifier is not specified, the last link opened by mysql_connect is assumed. If no such link is found, it will try to create one as if mysql_connect had been called with no arguments. If no connection is found or established, an -E_WARNING level error is generated. +E_WARNING level error is generated. link_identifierThe MySQL connection. If the link identifier is not specified, the last link opened by mysql_connect is assumed. If no connection is found or -established, an E_WARNING level error is +established, an E_WARNING level error is generated. @@ -36,7 +36,7 @@ is being evaluated. This result comes from a call to field_offsetThe numerical field offset. The field_offset starts at 0. If field_offset does not exist, an error of level -E_WARNING is also issued. +E_WARNING is also issued. This extension was deprecated in PHP 5.5.0, and it was removed in PHP 7.0.0. Instead, the MySQLi or PDO_MySQL extension should be used. diff --git a/reference/mysql/functions/mysql-affected-rows.xml b/reference/mysql/functions/mysql-affected-rows.xml index 6422d41bf..2ecbda306 100644 --- a/reference/mysql/functions/mysql-affected-rows.xml +++ b/reference/mysql/functions/mysql-affected-rows.xml @@ -1,6 +1,6 @@ - + mysql_affected_rows Get number of affected rows in previous MySQL operation @@ -11,7 +11,7 @@ &mysql.alternative.note; mysqli_affected_rows - PDOStatement::rowCount + PDOStatement::rowCount diff --git a/reference/mysql/functions/mysql-connect.xml b/reference/mysql/functions/mysql-connect.xml index 4c6079939..a1938bb38 100644 --- a/reference/mysql/functions/mysql-connect.xml +++ b/reference/mysql/functions/mysql-connect.xml @@ -11,7 +11,7 @@ &mysql.alternative.note; mysqli_connect - PDO::__construct + PDO::__construct diff --git a/reference/mysql/functions/mysql-create-db.xml b/reference/mysql/functions/mysql-create-db.xml index ea11e1fa5..93c57eff4 100644 --- a/reference/mysql/functions/mysql-create-db.xml +++ b/reference/mysql/functions/mysql-create-db.xml @@ -1,6 +1,6 @@ - + mysql_create_db Create a MySQL database @@ -11,7 +11,7 @@ &mysql.alternative.note.4-3-0; mysqli_query - PDO::query + PDO::query diff --git a/reference/mysql/functions/mysql-data-seek.xml b/reference/mysql/functions/mysql-data-seek.xml index 53933ae00..19db8d039 100644 --- a/reference/mysql/functions/mysql-data-seek.xml +++ b/reference/mysql/functions/mysql-data-seek.xml @@ -1,6 +1,6 @@ - + mysql_data_seek Move internal result pointer @@ -11,7 +11,7 @@ &mysql.alternative.note; mysqli_data_seek - PDO::FETCH_ORI_ABS + PDO::FETCH_ORI_ABS @@ -35,7 +35,7 @@ row_number should be a value in the range from 0 to mysql_num_rows - 1. However if the result set is empty (mysql_num_rows == 0), a seek to 0 will - fail with an E_WARNING and + fail with an E_WARNING and mysql_data_seek will return &false;. diff --git a/reference/mysql/functions/mysql-db-query.xml b/reference/mysql/functions/mysql-db-query.xml index da49bacfd..d314a9028 100644 --- a/reference/mysql/functions/mysql-db-query.xml +++ b/reference/mysql/functions/mysql-db-query.xml @@ -1,6 +1,6 @@ - + mysql_db_query Selects a database and executes a query on it @@ -11,7 +11,7 @@ &mysql.alternative.note.5-3-0; mysqli_select_db then the query - PDO::__construct + PDO::__construct diff --git a/reference/mysql/functions/mysql-errno.xml b/reference/mysql/functions/mysql-errno.xml index 2f0eb7f44..de3699242 100644 --- a/reference/mysql/functions/mysql-errno.xml +++ b/reference/mysql/functions/mysql-errno.xml @@ -11,7 +11,7 @@ &mysql.alternative.note; mysqli_errno - PDO::errorCode + PDO::errorCode diff --git a/reference/mysql/functions/mysql-error.xml b/reference/mysql/functions/mysql-error.xml index 20babf417..c4478d0c1 100644 --- a/reference/mysql/functions/mysql-error.xml +++ b/reference/mysql/functions/mysql-error.xml @@ -11,7 +11,7 @@ &mysql.alternative.note; mysqli_error - PDO::errorInfo + PDO::errorInfo diff --git a/reference/mysql/functions/mysql-escape-string.xml b/reference/mysql/functions/mysql-escape-string.xml index a28322331..fc481acd5 100644 --- a/reference/mysql/functions/mysql-escape-string.xml +++ b/reference/mysql/functions/mysql-escape-string.xml @@ -1,6 +1,6 @@ - + mysql_escape_string Escapes a string for use in a mysql_query @@ -11,7 +11,7 @@ &mysql.alternative.note.4-3-0; mysqli_escape_string - PDO::quote + PDO::quote diff --git a/reference/mysql/functions/mysql-fetch-array.xml b/reference/mysql/functions/mysql-fetch-array.xml index 83bfc1fba..de88b9ede 100644 --- a/reference/mysql/functions/mysql-fetch-array.xml +++ b/reference/mysql/functions/mysql-fetch-array.xml @@ -1,6 +1,6 @@ - + mysql_fetch_array Fetch a result row as an associative array, a numeric array, or both @@ -11,7 +11,7 @@ &mysql.alternative.note; mysqli_fetch_array - PDOStatement::fetch + PDOStatement::fetch diff --git a/reference/mysql/functions/mysql-fetch-assoc.xml b/reference/mysql/functions/mysql-fetch-assoc.xml index 12e186890..a87e3347e 100644 --- a/reference/mysql/functions/mysql-fetch-assoc.xml +++ b/reference/mysql/functions/mysql-fetch-assoc.xml @@ -1,6 +1,6 @@ - + mysql_fetch_assoc Fetch a result row as an associative array @@ -12,8 +12,8 @@ mysqli_fetch_assoc - PDOStatement::fetch - with mode as PDO::FETCH_ASSOC + PDOStatement::fetch + with mode as PDO::FETCH_ASSOC diff --git a/reference/mysql/functions/mysql-fetch-field.xml b/reference/mysql/functions/mysql-fetch-field.xml index 2b00cdba2..6cf2d9660 100644 --- a/reference/mysql/functions/mysql-fetch-field.xml +++ b/reference/mysql/functions/mysql-fetch-field.xml @@ -1,6 +1,6 @@ - + mysql_fetch_field Get column information from a result and return as an object @@ -11,7 +11,7 @@ &mysql.alternative.note; mysqli_fetch_field - PDOStatement::getColumnMeta + PDOStatement::getColumnMeta @@ -170,7 +170,7 @@ mysql_free_result($result); If field or tablenames are aliased in the SQL query the aliased name will be returned. The original name can be retrieved for instance by using - mysqli_result::fetch_field. + mysqli_result::fetch_field. diff --git a/reference/mysql/functions/mysql-fetch-lengths.xml b/reference/mysql/functions/mysql-fetch-lengths.xml index d4bd2b46d..1509eeeff 100644 --- a/reference/mysql/functions/mysql-fetch-lengths.xml +++ b/reference/mysql/functions/mysql-fetch-lengths.xml @@ -1,6 +1,6 @@ - + mysql_fetch_lengths Get the length of each output in a result @@ -11,7 +11,7 @@ &mysql.alternative.note; mysqli_fetch_lengths - PDOStatement::getColumnMeta + PDOStatement::getColumnMeta @@ -94,7 +94,7 @@ Array mysql_field_len mysql_fetch_row - strlen + strlen diff --git a/reference/mysql/functions/mysql-fetch-object.xml b/reference/mysql/functions/mysql-fetch-object.xml index d11820713..85361f4e7 100644 --- a/reference/mysql/functions/mysql-fetch-object.xml +++ b/reference/mysql/functions/mysql-fetch-object.xml @@ -1,6 +1,6 @@ - + mysql_fetch_object Fetch a result row as an object @@ -12,8 +12,8 @@ mysqli_fetch_object - PDOStatement::fetch - with mode as PDO::FETCH_OBJ + PDOStatement::fetch + with mode as PDO::FETCH_OBJ @@ -42,7 +42,7 @@ The name of the class to instantiate, set the properties of and return. - If not specified, a stdClass object is returned. + If not specified, a stdClass object is returned. diff --git a/reference/mysql/functions/mysql-fetch-row.xml b/reference/mysql/functions/mysql-fetch-row.xml index 3e877a7af..955851427 100644 --- a/reference/mysql/functions/mysql-fetch-row.xml +++ b/reference/mysql/functions/mysql-fetch-row.xml @@ -1,6 +1,6 @@ - + mysql_fetch_row Get a result row as an enumerated array @@ -12,8 +12,8 @@ mysqli_fetch_row - PDOStatement::fetch - with mode as PDO::FETCH_NUM + PDOStatement::fetch + with mode as PDO::FETCH_NUM diff --git a/reference/mysql/functions/mysql-field-flags.xml b/reference/mysql/functions/mysql-field-flags.xml index 372861f95..b897374a5 100644 --- a/reference/mysql/functions/mysql-field-flags.xml +++ b/reference/mysql/functions/mysql-field-flags.xml @@ -1,6 +1,6 @@ - + mysql_field_flags Get the flags associated with the specified field in a result @@ -11,7 +11,7 @@ &mysql.alternative.note; mysqli_fetch_field_direct [flags] - PDOStatement::getColumnMeta [flags] + PDOStatement::getColumnMeta [flags] @@ -27,7 +27,7 @@ mysql_field_flags returns the field flags of the specified field. The flags are reported as a single word per flag separated by a single space, so that you can split the - returned value using explode. + returned value using explode. diff --git a/reference/mysql/functions/mysql-field-len.xml b/reference/mysql/functions/mysql-field-len.xml index 679d9c9dc..565904050 100644 --- a/reference/mysql/functions/mysql-field-len.xml +++ b/reference/mysql/functions/mysql-field-len.xml @@ -1,6 +1,6 @@ - + mysql_field_len Returns the length of the specified field @@ -11,7 +11,7 @@ &mysql.alternative.note; mysqli_fetch_field_direct [length] - PDOStatement::getColumnMeta [len] + PDOStatement::getColumnMeta [len] @@ -81,7 +81,7 @@ echo $length; &reftitle.seealso; mysql_fetch_lengths - strlen + strlen diff --git a/reference/mysql/functions/mysql-field-name.xml b/reference/mysql/functions/mysql-field-name.xml index 9d23f5bca..d1e9d92be 100644 --- a/reference/mysql/functions/mysql-field-name.xml +++ b/reference/mysql/functions/mysql-field-name.xml @@ -1,6 +1,6 @@ - + mysql_field_name Get the name of the specified field in a result @@ -11,7 +11,7 @@ &mysql.alternative.note; mysqli_fetch_field_direct [name] or [orgname] - PDOStatement::getColumnMeta [name] + PDOStatement::getColumnMeta [name] diff --git a/reference/mysql/functions/mysql-field-seek.xml b/reference/mysql/functions/mysql-field-seek.xml index c1cb581b4..d9be627a5 100644 --- a/reference/mysql/functions/mysql-field-seek.xml +++ b/reference/mysql/functions/mysql-field-seek.xml @@ -1,6 +1,6 @@ - + mysql_field_seek Set result pointer to a specified field offset @@ -12,7 +12,7 @@ mysqli_field_seek - PDOStatement::fetch using the + PDOStatement::fetch using the cursor_orientation and offset parameters diff --git a/reference/mysql/functions/mysql-field-table.xml b/reference/mysql/functions/mysql-field-table.xml index 8c256f2ae..070515b36 100644 --- a/reference/mysql/functions/mysql-field-table.xml +++ b/reference/mysql/functions/mysql-field-table.xml @@ -1,6 +1,6 @@ - + mysql_field_table Get name of the table the specified field is in @@ -11,7 +11,7 @@ &mysql.alternative.note; mysqli_fetch_field_direct [table] or [orgtable] - PDOStatement::getColumnMeta [table] + PDOStatement::getColumnMeta [table] diff --git a/reference/mysql/functions/mysql-field-type.xml b/reference/mysql/functions/mysql-field-type.xml index 7578758f0..f15a44d2c 100644 --- a/reference/mysql/functions/mysql-field-type.xml +++ b/reference/mysql/functions/mysql-field-type.xml @@ -11,7 +11,7 @@ &mysql.alternative.note; mysqli_fetch_field_direct [type] - PDOStatement::getColumnMeta [driver:decl_type] or [pdo_type] + PDOStatement::getColumnMeta [driver:decl_type] or [pdo_type] diff --git a/reference/mysql/functions/mysql-free-result.xml b/reference/mysql/functions/mysql-free-result.xml index 575915e68..500fbeb25 100644 --- a/reference/mysql/functions/mysql-free-result.xml +++ b/reference/mysql/functions/mysql-free-result.xml @@ -1,6 +1,6 @@ - + mysql_free_result Free result memory @@ -11,7 +11,7 @@ &mysql.alternative.note; mysqli_free_result - Assign the value of &null; to the PDO object, or PDOStatement::closeCursor + Assign the value of &null; to the PDO object, or PDOStatement::closeCursor @@ -94,7 +94,7 @@ echo $row['email']; &reftitle.seealso; mysql_query - is_resource + is_resource diff --git a/reference/mysql/functions/mysql-get-client-info.xml b/reference/mysql/functions/mysql-get-client-info.xml index 286d34421..44a0de72e 100644 --- a/reference/mysql/functions/mysql-get-client-info.xml +++ b/reference/mysql/functions/mysql-get-client-info.xml @@ -1,6 +1,6 @@ - + mysql_get_client_info Get MySQL client info @@ -12,8 +12,8 @@ mysqli_get_client_info - PDO::getAttribute - with attribute as PDO::ATTR_CLIENT_VERSION + PDO::getAttribute + with attribute as PDO::ATTR_CLIENT_VERSION diff --git a/reference/mysql/functions/mysql-get-host-info.xml b/reference/mysql/functions/mysql-get-host-info.xml index 802c0d131..9e34e1629 100644 --- a/reference/mysql/functions/mysql-get-host-info.xml +++ b/reference/mysql/functions/mysql-get-host-info.xml @@ -1,6 +1,6 @@ - + mysql_get_host_info Get MySQL host info @@ -12,8 +12,8 @@ mysqli_get_host_info - PDO::getAttribute - with attribute as PDO::ATTR_CONNECTION_STATUS + PDO::getAttribute + with attribute as PDO::ATTR_CONNECTION_STATUS diff --git a/reference/mysql/functions/mysql-get-server-info.xml b/reference/mysql/functions/mysql-get-server-info.xml index 13e34b525..130b2ad2e 100644 --- a/reference/mysql/functions/mysql-get-server-info.xml +++ b/reference/mysql/functions/mysql-get-server-info.xml @@ -1,6 +1,6 @@ - + mysql_get_server_info Get MySQL server info @@ -12,8 +12,8 @@ mysqli_get_server_info - PDO::getAttribute - with attribute as PDO::ATTR_SERVER_VERSION + PDO::getAttribute + with attribute as PDO::ATTR_SERVER_VERSION @@ -74,7 +74,7 @@ MySQL server version: 4.0.1-alpha mysql_get_client_info mysql_get_host_info mysql_get_proto_info - phpversion + phpversion diff --git a/reference/mysql/functions/mysql-insert-id.xml b/reference/mysql/functions/mysql-insert-id.xml index d36bdf467..2861fc3d9 100644 --- a/reference/mysql/functions/mysql-insert-id.xml +++ b/reference/mysql/functions/mysql-insert-id.xml @@ -11,7 +11,7 @@ &mysql.alternative.note; mysqli_insert_id - PDO::lastInsertId + PDO::lastInsertId diff --git a/reference/mysql/functions/mysql-num-fields.xml b/reference/mysql/functions/mysql-num-fields.xml index c525e0d6a..9f0b5bdc5 100644 --- a/reference/mysql/functions/mysql-num-fields.xml +++ b/reference/mysql/functions/mysql-num-fields.xml @@ -1,6 +1,6 @@ - + mysql_num_fields Get number of fields in result @@ -11,7 +11,7 @@ &mysql.alternative.note; mysqli_num_fields - PDOStatement::columnCount + PDOStatement::columnCount diff --git a/reference/mysql/functions/mysql-num-rows.xml b/reference/mysql/functions/mysql-num-rows.xml index bc43c5340..f1c03af22 100644 --- a/reference/mysql/functions/mysql-num-rows.xml +++ b/reference/mysql/functions/mysql-num-rows.xml @@ -1,6 +1,6 @@ - + mysql_num_rows Get number of rows in result @@ -12,7 +12,7 @@ mysqli_num_rows mysqli_stmt_num_rows - PDOStatement::rowCount + PDOStatement::rowCount diff --git a/reference/mysql/functions/mysql-pconnect.xml b/reference/mysql/functions/mysql-pconnect.xml index 723efea28..40a80c5ac 100644 --- a/reference/mysql/functions/mysql-pconnect.xml +++ b/reference/mysql/functions/mysql-pconnect.xml @@ -11,7 +11,7 @@ &mysql.alternative.note; mysqli_connect with p: host prefix - PDO::__construct with PDO::ATTR_PERSISTENT as a driver option + PDO::__construct with PDO::ATTR_PERSISTENT as a driver option diff --git a/reference/mysql/functions/mysql-query.xml b/reference/mysql/functions/mysql-query.xml index 39e974a5a..fd826ece5 100644 --- a/reference/mysql/functions/mysql-query.xml +++ b/reference/mysql/functions/mysql-query.xml @@ -1,6 +1,6 @@ - + mysql_query Send a MySQL query @@ -11,7 +11,7 @@ &mysql.alternative.note; mysqli_query - PDO::query + PDO::query diff --git a/reference/mysql/functions/mysql-real-escape-string.xml b/reference/mysql/functions/mysql-real-escape-string.xml index dd64f4bec..39a816ed8 100644 --- a/reference/mysql/functions/mysql-real-escape-string.xml +++ b/reference/mysql/functions/mysql-real-escape-string.xml @@ -11,7 +11,7 @@ &mysql.alternative.note; mysqli_real_escape_string - PDO::quote + PDO::quote @@ -79,7 +79,7 @@ &reftitle.errors; Executing this function without a MySQL connection present will - also emit E_WARNING level PHP errors. Only + also emit E_WARNING level PHP errors. Only execute this function with a valid MySQL connection present. @@ -173,7 +173,7 @@ SELECT * FROM users WHERE user='aidan' AND password='' OR ''='' A MySQL connection is required before using mysql_real_escape_string otherwise an error of - level E_WARNING is generated, and &false; is + level E_WARNING is generated, and &false; is returned. If link_identifier isn't defined, the last MySQL connection is used. diff --git a/reference/mysql/functions/mysql-result.xml b/reference/mysql/functions/mysql-result.xml index 097a3e289..9675ed9a8 100644 --- a/reference/mysql/functions/mysql-result.xml +++ b/reference/mysql/functions/mysql-result.xml @@ -1,6 +1,6 @@ - + mysql_result Get result data @@ -15,7 +15,7 @@ mysqli_field_seek and mysqli_fetch_field - PDOStatement::fetchColumn + PDOStatement::fetchColumn diff --git a/reference/mysql/functions/mysql-select-db.xml b/reference/mysql/functions/mysql-select-db.xml index 32ab346a2..5477b5e6f 100644 --- a/reference/mysql/functions/mysql-select-db.xml +++ b/reference/mysql/functions/mysql-select-db.xml @@ -1,6 +1,6 @@ - + mysql_select_db Select a MySQL database @@ -11,7 +11,7 @@ &mysql.alternative.note; mysqli_select_db - PDO::__construct (part of dsn) + PDO::__construct (part of dsn) diff --git a/reference/mysql/functions/mysql-stat.xml b/reference/mysql/functions/mysql-stat.xml index 019715df9..4c2c2b880 100644 --- a/reference/mysql/functions/mysql-stat.xml +++ b/reference/mysql/functions/mysql-stat.xml @@ -1,6 +1,6 @@ - + mysql_stat Get current system status @@ -12,8 +12,8 @@ mysqli_stat - PDO::getAttribute - with attribute as PDO::ATTR_SERVER_INFO + PDO::getAttribute + with attribute as PDO::ATTR_SERVER_INFO diff --git a/reference/mysql/ini.xml b/reference/mysql/ini.xml index 6ed6ee6f0..b6dc33ce3 100644 --- a/reference/mysql/ini.xml +++ b/reference/mysql/ini.xml @@ -19,67 +19,67 @@ mysql.allow_local_infile "1" - INI_SYSTEM + INI_SYSTEM mysql.allow_persistent "1" - INI_SYSTEM + INI_SYSTEM mysql.max_persistent "-1" - INI_SYSTEM + INI_SYSTEM mysql.max_links "-1" - INI_SYSTEM + INI_SYSTEM mysql.trace_mode "0" - INI_ALL + INI_ALL mysql.default_port NULL - INI_ALL + INI_ALL mysql.default_socket NULL - INI_ALL + INI_ALL mysql.default_host NULL - INI_ALL + INI_ALL mysql.default_user NULL - INI_ALL + INI_ALL mysql.default_password NULL - INI_ALL + INI_ALL mysql.connect_timeout "60" - INI_ALL + INI_ALL diff --git a/reference/mysql_xdevapi/examples.xml b/reference/mysql_xdevapi/examples.xml index 328553609..b96550d4e 100644 --- a/reference/mysql_xdevapi/examples.xml +++ b/reference/mysql_xdevapi/examples.xml @@ -41,7 +41,7 @@ $collection = $schema->createCollection("example"); - When storing data, typically json_encode is used to encode + When storing data, typically json_encode is used to encode the data into JSON, which can then be stored inside a collection. diff --git a/reference/mysql_xdevapi/functions/mysql-xdevapi.getsession.xml b/reference/mysql_xdevapi/functions/mysql-xdevapi.getsession.xml index d22628cc6..ef88302c3 100644 --- a/reference/mysql_xdevapi/functions/mysql-xdevapi.getsession.xml +++ b/reference/mysql_xdevapi/functions/mysql-xdevapi.getsession.xml @@ -157,7 +157,7 @@ mysqlx://foo:bar@localhost:33160/?connect-timeout=10&compression=required&am &reftitle.errors; - A connection failure throws an Exception. + A connection failure throws an Exception. diff --git a/reference/mysql_xdevapi/ini.xml b/reference/mysql_xdevapi/ini.xml index 8e1a076aa..beb98de34 100644 --- a/reference/mysql_xdevapi/ini.xml +++ b/reference/mysql_xdevapi/ini.xml @@ -1,7 +1,7 @@ -
+
&reftitle.runtime; &extension.runtime; @@ -20,37 +20,37 @@ xmysqlnd.collect_memory_statistics 0 - INI_SYSTEM + INI_SYSTEM xmysqlnd.collect_statistics 1 - INI_ALL + INI_ALL xmysqlnd.debug - INI_SYSTEM + INI_SYSTEM xmysqlnd.mempool_default_size 16000 - INI_ALL + INI_ALL xmysqlnd.net_read_timeout 31536000 - INI_SYSTEM + INI_SYSTEM xmysqlnd.trace_alloc - INI_SYSTEM + INI_SYSTEM diff --git a/reference/mysql_xdevapi/mysql_xdevapi/session/dropschema.xml b/reference/mysql_xdevapi/mysql_xdevapi/session/dropschema.xml index cc5684082..0f5baadd0 100644 --- a/reference/mysql_xdevapi/mysql_xdevapi/session/dropschema.xml +++ b/reference/mysql_xdevapi/mysql_xdevapi/session/dropschema.xml @@ -39,7 +39,7 @@ or can't be dropped. - An E_WARNING level error is generated if the + An E_WARNING level error is generated if the schema does not exist. diff --git a/reference/oauth/entities.oauth.ent b/reference/oauth/entities.oauth.ent index 3cbd33a08..0c4e4f27f 100644 --- a/reference/oauth/entities.oauth.ent +++ b/reference/oauth/entities.oauth.ent @@ -11,7 +11,7 @@ See doc-base/scripts/text-entities.php for details. xmlns:xlink = "http://www.w3.org/1999/xlink" translate = "yes"> -Emits an E_ERROR level +Emits an E_ERROR level error if the callback function cannot be called, or was not specified. Previously returned &null; on failure, instead of &false;. diff --git a/reference/oauth/oauth/getlastresponseinfo.xml b/reference/oauth/oauth/getlastresponseinfo.xml index 221990d77..a0abe7367 100644 --- a/reference/oauth/oauth/getlastresponseinfo.xml +++ b/reference/oauth/oauth/getlastresponseinfo.xml @@ -26,7 +26,7 @@ &reftitle.returnvalues; Returns an array containing the response information for the last - request. Constants from curl_getinfo may be + request. Constants from curl_getinfo may be used. diff --git a/reference/oauth/oauthprovider/checkoauthrequest.xml b/reference/oauth/oauthprovider/checkoauthrequest.xml index 8b06ac3a8..fe3c0348d 100644 --- a/reference/oauth/oauthprovider/checkoauthrequest.xml +++ b/reference/oauth/oauthprovider/checkoauthrequest.xml @@ -54,7 +54,7 @@ &reftitle.errors; - Emits an E_ERROR level error if + Emits an E_ERROR level error if the HTTP method cannot be detected. diff --git a/reference/oauth/oauthprovider/generatetoken.xml b/reference/oauth/oauthprovider/generatetoken.xml index 344ccebb3..0901fd67a 100644 --- a/reference/oauth/oauthprovider/generatetoken.xml +++ b/reference/oauth/oauthprovider/generatetoken.xml @@ -53,8 +53,8 @@ &reftitle.errors; If the strong parameter is &true;, then an - E_WARNING level error will be emitted when the - fallback rand implementation is used to fill + E_WARNING level error will be emitted when the + fallback rand implementation is used to fill the remaining random bytes (e.g., when not enough random data was found, initially). @@ -92,7 +92,7 @@ b6a82c27 When not enough random data is available to the system, this function will - fill the remaining random bytes using the internal PHP rand + fill the remaining random bytes using the internal PHP rand implementation. @@ -101,7 +101,7 @@ b6a82c27 &reftitle.seealso; - openssl_random_pseudo_bytes + openssl_random_pseudo_bytes mcrypt_create_iv diff --git a/reference/openal/functions/openal-stream.xml b/reference/openal/functions/openal-stream.xml index 4c5dc9eea..c40a72edc 100644 --- a/reference/openal/functions/openal-stream.xml +++ b/reference/openal/functions/openal-stream.xml @@ -1,6 +1,6 @@ - + openal_stream @@ -60,7 +60,7 @@ &reftitle.seealso; openal_source_create - fwrite + fwrite diff --git a/reference/parallel/book.xml b/reference/parallel/book.xml index 923c45b7f..c5c1aa9f7 100644 --- a/reference/parallel/book.xml +++ b/reference/parallel/book.xml @@ -36,7 +36,7 @@ Task - A task is simply a Closure intended for parallel execution. The Closure may contain almost any instruction, including nested closures. + A task is simply a Closure intended for parallel execution. The Closure may contain almost any instruction, including nested closures. However, there are some instructions that are prohibited in tasks: @@ -81,7 +81,7 @@ Events - The parallel\Events API implements a native feel (Traversable) event loop, and parallel\Events::poll method. + The parallel\Events API implements a native feel (Traversable) event loop, and parallel\Events::poll method. It allows the programmer to work with sets of channels and or futures. The programmer simply adds channels and futures to the event loop, optionally setting the input for writes with parallel\Events::setInput, and enters into a foreach: parallel will read from and write to objects as they become available yielding parallel\Events\Event objects diff --git a/reference/parallel/functions/parallel.run.xml b/reference/parallel/functions/parallel.run.xml index 32c5e6cf3..fc275f7e4 100644 --- a/reference/parallel/functions/parallel.run.xml +++ b/reference/parallel/functions/parallel.run.xml @@ -10,14 +10,14 @@ &reftitle.description; Futurenullparallel\run - Closuretask + Closuretask Shall schedule task for execution in parallel. Futurenullparallel\run - Closuretask + Closuretask arrayargv diff --git a/reference/parallel/parallel/future/value.xml b/reference/parallel/parallel/future/value.xml index d3f1e77f3..b521bdae8 100644 --- a/reference/parallel/parallel/future/value.xml +++ b/reference/parallel/parallel/future/value.xml @@ -41,7 +41,7 @@ - Shall rethrow Throwable uncaught in task + Shall rethrow Throwable uncaught in task diff --git a/reference/parallel/parallel/runtime/run.xml b/reference/parallel/parallel/runtime/run.xml index 39b06180a..8efefc3c4 100644 --- a/reference/parallel/parallel/runtime/run.xml +++ b/reference/parallel/parallel/runtime/run.xml @@ -10,14 +10,14 @@ &reftitle.description; public Futurenullparallel\Runtime::run - Closuretask + Closuretask Shall schedule task for execution in parallel. public Futurenullparallel\Runtime::run - Closuretask + Closuretask arrayargv @@ -33,7 +33,7 @@ task - A Closure with specific characteristics. + A Closure with specific characteristics. diff --git a/reference/pdo_cubrid/reference.xml b/reference/pdo_cubrid/reference.xml index 106d90496..a100bd69c 100644 --- a/reference/pdo_cubrid/reference.xml +++ b/reference/pdo_cubrid/reference.xml @@ -26,7 +26,7 @@ PDO_CUBRID supports scrollable cursors. The default cursor type is forward only, and you can use parameter driver_options in - PDO::prepare to change cursor type. + PDO::prepare to change cursor type.
@@ -34,7 +34,7 @@ Timeout PDO_CUBRID supports sql statement execution timeout setting; - You can use PDO::setAttribute to set timeout value. + You can use PDO::setAttribute to set timeout value.
@@ -44,14 +44,14 @@ PDO_CUBRID supports both autocommit_mode and transaction, and autocommit_mode is enabled by default. You can use - PDO::setAttribute to change its state. + PDO::setAttribute to change its state. - If you use PDO::beginTransaction to begin a + If you use PDO::beginTransaction to begin a transaction, it will disable autocommit_mode automatically and - restore it after PDO::commit or - PDO::rollBack. + restore it after PDO::commit or + PDO::rollBack. @@ -75,7 +75,7 @@ Schema Information - PDO_CUBRID implements PDO::cubrid_schema + PDO_CUBRID implements PDO::cubrid_schema to get schema information.
@@ -130,7 +130,7 @@ fpassthru($result[0]); Column meta - The PDOStatement::getColumnMeta in CUBRID PDO + The PDOStatement::getColumnMeta in CUBRID PDO will return an associative array containing the following values: type @@ -206,7 +206,7 @@ var_Dump($ret); CUBRID Bind Data Types for the fifth parameter of - PDOStatement::bindParam: + PDOStatement::bindParam: CHAR STRING diff --git a/reference/pdo_ibm/ini.xml b/reference/pdo_ibm/ini.xml index f036a85b1..0f7d6d6c7 100644 --- a/reference/pdo_ibm/ini.xml +++ b/reference/pdo_ibm/ini.xml @@ -19,13 +19,13 @@ pdo_ibm.i5_dbcs_alloc "0" - INI_SYSTEM + INI_SYSTEM Added in PDO_IBM 1.5.0 pdo_ibm.i5_override_ccsid "0" - INI_SYSTEM + INI_SYSTEM Added in PDO_IBM 1.5.0 diff --git a/reference/ps/functions/ps-hyphenate.xml b/reference/ps/functions/ps-hyphenate.xml index 0d8fbe27d..d500e3526 100644 --- a/reference/ps/functions/ps-hyphenate.xml +++ b/reference/ps/functions/ps-hyphenate.xml @@ -1,7 +1,7 @@ - + ps_hyphenate Hyphenates a word @@ -21,7 +21,7 @@ hyphendict must be set before calling this function. - This function requires the locale category LC_CTYPE to be set properly. + This function requires the locale category LC_CTYPE to be set properly. This is done when the extension is initialized by using the environment variables. On Unix systems read the man page of locale for more information. diff --git a/reference/pthreads/threaded/synchronized.xml b/reference/pthreads/threaded/synchronized.xml index 19024ab48..4fb8fc838 100644 --- a/reference/pthreads/threaded/synchronized.xml +++ b/reference/pthreads/threaded/synchronized.xml @@ -10,7 +10,7 @@ &reftitle.description; public mixedThreaded::synchronized - Closureblock + Closureblock mixedargs diff --git a/reference/quickhash/quickhashinthash.xml b/reference/quickhash/quickhashinthash.xml index 5286ac49e..62c62ebdf 100644 --- a/reference/quickhash/quickhashinthash.xml +++ b/reference/quickhash/quickhashinthash.xml @@ -13,10 +13,10 @@ This class wraps around a hash containing integer numbers, where the values are also integer numbers. Hashes are also available as - implementation of the ArrayAccess interface. + implementation of the ArrayAccess interface. - Hashes can also be iterated over with foreach as the Iterator interface is + Hashes can also be iterated over with foreach as the Iterator interface is implemented as well. The order of which elements are returned in is not guaranteed. diff --git a/reference/quickhash/quickhashintset.xml b/reference/quickhash/quickhashintset.xml index 17abce2c0..f99f89cbb 100644 --- a/reference/quickhash/quickhashintset.xml +++ b/reference/quickhash/quickhashintset.xml @@ -14,7 +14,7 @@ This class wraps around a set containing integer numbers. - Sets can also be iterated over with foreach as the Iterator interface is + Sets can also be iterated over with foreach as the Iterator interface is implemented as well. The order of which elements are returned in is not guaranteed. diff --git a/reference/quickhash/quickhashintstringhash.xml b/reference/quickhash/quickhashintstringhash.xml index c87dd5df8..ca7a46e92 100644 --- a/reference/quickhash/quickhashintstringhash.xml +++ b/reference/quickhash/quickhashintstringhash.xml @@ -13,10 +13,10 @@ This class wraps around a hash containing integer numbers, where the values are strings. Hashes are also available as implementation of the - ArrayAccess interface. + ArrayAccess interface. - Hashes can also be iterated over with foreach as the Iterator interface is + Hashes can also be iterated over with foreach as the Iterator interface is implemented as well. The order of which elements are returned in is not guaranteed. diff --git a/reference/quickhash/quickhashstringinthash.xml b/reference/quickhash/quickhashstringinthash.xml index 0195bace6..e168beaef 100644 --- a/reference/quickhash/quickhashstringinthash.xml +++ b/reference/quickhash/quickhashstringinthash.xml @@ -13,10 +13,10 @@ This class wraps around a hash containing strings, where the values are integer numbers. Hashes are also available as - implementation of the ArrayAccess interface. + implementation of the ArrayAccess interface. - Hashes can also be iterated over with foreach as the Iterator interface is + Hashes can also be iterated over with foreach as the Iterator interface is implemented as well. The order of which elements are returned in is not guaranteed. diff --git a/reference/rar/rararchive/open.xml b/reference/rar/rararchive/open.xml index eebe5e376..bcaaf1048 100644 --- a/reference/rar/rararchive/open.xml +++ b/reference/rar/rararchive/open.xml @@ -76,7 +76,7 @@ Prior to version 2.0.0, this function would not handle relative - paths correctly. Use realpath as a workaround. + paths correctly. Use realpath as a workaround. diff --git a/reference/rar/rarentry/extract.xml b/reference/rar/rarentry/extract.xml index 1781ef8e5..faeaf4da3 100644 --- a/reference/rar/rarentry/extract.xml +++ b/reference/rar/rarentry/extract.xml @@ -75,7 +75,7 @@ Prior to version 2.0.0, this function would not handle relative - paths correctly. Use realpath as a workaround. + paths correctly. Use realpath as a workaround. diff --git a/reference/rar/rarentry/getpackedsize.xml b/reference/rar/rarentry/getpackedsize.xml index 487a66f03..8d0155d4f 100644 --- a/reference/rar/rarentry/getpackedsize.xml +++ b/reference/rar/rarentry/getpackedsize.xml @@ -18,7 +18,7 @@ Note that on platforms with 32-bit longs (that includes Windows x64), the maximum size returned is capped at 2 GiB. Check the constant - PHP_INT_MAX. + PHP_INT_MAX. diff --git a/reference/rar/rarentry/getunpackedsize.xml b/reference/rar/rarentry/getunpackedsize.xml index 15c987a2d..e1e5b40ad 100644 --- a/reference/rar/rarentry/getunpackedsize.xml +++ b/reference/rar/rarentry/getunpackedsize.xml @@ -18,7 +18,7 @@ Note that on platforms with 32-bit longs (that includes Windows x64), the maximum size returned is capped at 2 GiB. Check the constant - PHP_INT_MAX. + PHP_INT_MAX. diff --git a/reference/recode/functions/recode-file.xml b/reference/recode/functions/recode-file.xml index 00db5b578..0f4b37707 100644 --- a/reference/recode/functions/recode-file.xml +++ b/reference/recode/functions/recode-file.xml @@ -1,6 +1,6 @@ - + recode_file Recode from file to file according to recode request @@ -88,7 +88,7 @@ recode_file("us..flat", $input, $output); &reftitle.seealso; - fopen + fopen diff --git a/reference/recode/functions/recode-string.xml b/reference/recode/functions/recode-string.xml index 4cc32aa96..1d178d884 100644 --- a/reference/recode/functions/recode-string.xml +++ b/reference/recode/functions/recode-string.xml @@ -1,6 +1,6 @@ - + recode_string Recode a string according to a recode request @@ -78,9 +78,9 @@ echo recode_string("us..flat", "The following character has a diacritical mark: The GNU Recode documentation of your installation for detailed instructions about recode requests. - mb_convert_encoding - UConverter::transcode - iconv + mb_convert_encoding + UConverter::transcode + iconv diff --git a/reference/rrd/rrdupdater/update.xml b/reference/rrd/rrdupdater/update.xml index 78d0b1c21..ad5a7232e 100644 --- a/reference/rrd/rrdupdater/update.xml +++ b/reference/rrd/rrdupdater/update.xml @@ -54,7 +54,7 @@ &reftitle.errors; - Throws a Exception on error. + Throws a Exception on error. diff --git a/reference/runkit7/functions/runkit7-constant-add.xml b/reference/runkit7/functions/runkit7-constant-add.xml index 2e1603614..b37c9e915 100644 --- a/reference/runkit7/functions/runkit7-constant-add.xml +++ b/reference/runkit7/functions/runkit7-constant-add.xml @@ -60,7 +60,7 @@ &reftitle.seealso; - define + define runkit7_constant_redefine runkit7_constant_remove diff --git a/reference/runkit7/functions/runkit7-constant-remove.xml b/reference/runkit7/functions/runkit7-constant-remove.xml index f743ae0b7..ab54a04f6 100644 --- a/reference/runkit7/functions/runkit7-constant-remove.xml +++ b/reference/runkit7/functions/runkit7-constant-remove.xml @@ -41,7 +41,7 @@ &reftitle.seealso; - define + define runkit7_constant_add runkit7_constant_redefine diff --git a/reference/runkit7/functions/runkit7-function-add.xml b/reference/runkit7/functions/runkit7-function-add.xml index e5df6aa94..098d10112 100644 --- a/reference/runkit7/functions/runkit7-function-add.xml +++ b/reference/runkit7/functions/runkit7-function-add.xml @@ -4,7 +4,7 @@ runkit7_function_add - Add a new function, similar to create_function + Add a new function, similar to create_function @@ -23,7 +23,7 @@ boolrunkit7_function_add stringfunction_name - Closureclosure + Closureclosure stringdoc_comment&null; stringreturn_type boolis_strict @@ -61,7 +61,7 @@ closure - A closure that defines the function. + A closure that defines the function. @@ -132,7 +132,7 @@ The value of b is 2 &reftitle.seealso; - create_function + create_function runkit7_function_redefine runkit7_function_copy runkit7_function_rename diff --git a/reference/runkit7/functions/runkit7-function-redefine.xml b/reference/runkit7/functions/runkit7-function-redefine.xml index 4969f7577..1f3231e63 100644 --- a/reference/runkit7/functions/runkit7-function-redefine.xml +++ b/reference/runkit7/functions/runkit7-function-redefine.xml @@ -23,7 +23,7 @@ boolrunkit7_function_redefine stringfunction_name - Closureclosure + Closureclosure stringdoc_comment&null; stringreturn_type boolis_strict @@ -64,7 +64,7 @@ closure - A closure that defines the function. + A closure that defines the function. diff --git a/reference/runkit7/functions/runkit7-import.xml b/reference/runkit7/functions/runkit7-import.xml index 363423784..bcaa31012 100644 --- a/reference/runkit7/functions/runkit7-import.xml +++ b/reference/runkit7/functions/runkit7-import.xml @@ -22,7 +22,7 @@ intflags - Similar to include. However, any code residing outside + Similar to include. However, any code residing outside of a function or class is simply ignored. Additionally, depending on the value of flags, any functions or classes which already exist in the currently running environment diff --git a/reference/runkit7/functions/runkit7-method-add.xml b/reference/runkit7/functions/runkit7-method-add.xml index 4dd2bf829..3ba44dd25 100644 --- a/reference/runkit7/functions/runkit7-method-add.xml +++ b/reference/runkit7/functions/runkit7-method-add.xml @@ -23,7 +23,7 @@ boolrunkit7_method_add stringclass_name stringmethod_name - Closureclosure + Closureclosure intflagsRUNKIT7_ACC_PUBLIC stringdoc_comment&null; stringreturn_type @@ -70,7 +70,7 @@ closure - A closure that defines the method. + A closure that defines the method. diff --git a/reference/runkit7/functions/runkit7-method-redefine.xml b/reference/runkit7/functions/runkit7-method-redefine.xml index e8bbfce4b..87cfda869 100644 --- a/reference/runkit7/functions/runkit7-method-redefine.xml +++ b/reference/runkit7/functions/runkit7-method-redefine.xml @@ -23,7 +23,7 @@ boolrunkit7_method_redefine stringclass_name stringmethod_name - Closureclosure + Closureclosure intflagsRUNKIT7_ACC_PUBLIC stringdoc_comment&null; stringreturn_type @@ -71,7 +71,7 @@ closure - A closure that defines the method. + A closure that defines the method. diff --git a/reference/runkit7/functions/runkit7-object-id.xml b/reference/runkit7/functions/runkit7-object-id.xml index 979ce50dc..e4c1b1871 100644 --- a/reference/runkit7/functions/runkit7-object-id.xml +++ b/reference/runkit7/functions/runkit7-object-id.xml @@ -15,13 +15,13 @@ objectobj - This function is equivalent to spl_object_id. + This function is equivalent to spl_object_id. This function returns a unique identifier for the object. The object id is unique for the lifetime of the object. Once the object is destroyed, its id may be reused for other objects. This behavior is similar to - spl_object_hash. + spl_object_hash. @@ -58,7 +58,7 @@ &reftitle.seealso; - spl_object_id + spl_object_id diff --git a/reference/runkit7/ini.xml b/reference/runkit7/ini.xml index c22358cb9..179bffc44 100644 --- a/reference/runkit7/ini.xml +++ b/reference/runkit7/ini.xml @@ -1,6 +1,6 @@ -
+
&reftitle.runtime; &extension.runtime; @@ -19,13 +19,13 @@ runkit.superglobal "" - INI_PERDIR + INI_PERDIR runkit.internal_override "0" - INI_SYSTEM + INI_SYSTEM diff --git a/reference/seaslog/ini.xml b/reference/seaslog/ini.xml index cb94b2832..d8b58cbad 100644 --- a/reference/seaslog/ini.xml +++ b/reference/seaslog/ini.xml @@ -1,6 +1,6 @@ -
+
&reftitle.runtime; &extension.runtime;
@@ -18,145 +18,145 @@ seaslog.appender 1 - INI_SYSTEM + INI_SYSTEM seaslog.appender_retry 0 - INI_ALL + INI_ALL seaslog.level 8 - INI_ALL + INI_ALL seaslog.remote_host 127.0.0.1 - INI_ALL + INI_ALL seaslog.remote_port 514 - INI_ALL + INI_ALL seaslog.remote_timeout 1 - INI_SYSTEM + INI_SYSTEM seaslog.default_basepath /var/log/www - INI_SYSTEM + INI_SYSTEM seaslog.default_logger default - INI_SYSTEM + INI_SYSTEM seaslog.default_template %T | %L | %P | %Q | %t | %M - INI_SYSTEM + INI_SYSTEM seaslog.default_datetime_format Y-m-d H:i:s - INI_SYSTEM + INI_SYSTEM seaslog.trace_error 1 - INI_ALL + INI_ALL seaslog.trace_exception 0 - INI_SYSTEM + INI_SYSTEM seaslog.trace_notice 0 - INI_ALL + INI_ALL seaslog.trace_warning 0 - INI_ALL + INI_ALL seaslog.use_buffer 0 - INI_SYSTEM + INI_SYSTEM seaslog.buffer_size 0 - INI_ALL + INI_ALL seaslog.buffer_disabled_in_cli 0 - INI_SYSTEM + INI_SYSTEM seaslog.disting_type 0 - INI_SYSTEM + INI_SYSTEM seaslog.disting_folder 1 - INI_SYSTEM + INI_SYSTEM seaslog.disting_by_hour 0 - INI_SYSTEM + INI_SYSTEM seaslog.recall_depth 0 - INI_ALL + INI_ALL seaslog.trim_wrap 0 - INI_ALL + INI_ALL seaslog.ignore_warning 1 - INI_ALL + INI_ALL seaslog.throw_exception 1 - INI_ALL + INI_ALL diff --git a/reference/seaslog/seaslog/setdatetimeformat.xml b/reference/seaslog/seaslog/setdatetimeformat.xml index a641455a4..ab8d0d1f8 100644 --- a/reference/seaslog/seaslog/setdatetimeformat.xml +++ b/reference/seaslog/seaslog/setdatetimeformat.xml @@ -27,7 +27,7 @@ format - String. Such as `Y-m-d H:i:s` or `Ymd His`. See also first param `format` at date. + String. Such as `Y-m-d H:i:s` or `Ymd His`. See also first param `format` at date. diff --git a/reference/simdjson/constants.xml b/reference/simdjson/constants.xml index 3c85d56de..512721d6d 100644 --- a/reference/simdjson/constants.xml +++ b/reference/simdjson/constants.xml @@ -327,7 +327,7 @@ (&integer;) - Invalid property name for an stdClass when decoding a value + Invalid property name for an stdClass when decoding a value with simdjson_decode or simdjson_key_value diff --git a/reference/simdjson/functions/simdjson-decode.xml b/reference/simdjson/functions/simdjson-decode.xml index 4c232a53a..9b1fd9a6d 100644 --- a/reference/simdjson/functions/simdjson-decode.xml +++ b/reference/simdjson/functions/simdjson-decode.xml @@ -16,7 +16,7 @@ Takes a JSON encoded string and converts it into a PHP value. This uses a faster Simultaneous Instruction, Multiple Data implementation - than json_decode when it is supported by the computer architecture. + than json_decode when it is supported by the computer architecture. @@ -34,7 +34,7 @@ This function parses valid inputs which - json_decode can decode, + json_decode can decode, provided that they are less than 4 GiB long. @@ -58,7 +58,7 @@ Callers should use reasonably small values, because larger depths require more buffer space and will - increase the recursion depth, unlike the current json_decode implementation. + increase the recursion depth, unlike the current json_decode implementation. @@ -79,12 +79,12 @@ &reftitle.errors; If json is invalid, a SimdJsonException is thrown as of PECL simdjson 2.1.0, - while previously, a RuntimeException was thrown. + while previously, a RuntimeException was thrown. If depth is outside the allowed range, a SimdJsonValueError is thrown as of PECL simdjson 3.0.0, - while previously, an error of level E_WARNING was raised. + while previously, an error of level E_WARNING was raised. @@ -275,8 +275,8 @@ object(stdClass)#1 (1) { &reftitle.seealso; - json_encode - json_decode + json_encode + json_decode diff --git a/reference/simdjson/functions/simdjson-is-valid.xml b/reference/simdjson/functions/simdjson-is-valid.xml index e7eff39b3..48a1db29f 100644 --- a/reference/simdjson/functions/simdjson-is-valid.xml +++ b/reference/simdjson/functions/simdjson-is-valid.xml @@ -31,7 +31,7 @@ This function validates inputs which - json_decode can decode, + json_decode can decode, provided that they are less than 4 GiB long. @@ -46,7 +46,7 @@ Callers should use reasonably small values, because larger depths require more buffer space and will - increase the recursion depth, unlike the current json_decode implementation. + increase the recursion depth, unlike the current json_decode implementation. @@ -65,12 +65,12 @@ &reftitle.errors; If json is longer than 4 GiB, a SimdJsonException is thrown as of PECL simdjson 2.1.0, - while previously, a RuntimeException was thrown. + while previously, a RuntimeException was thrown. If depth is outside the allowed range, a SimdJsonValueError is thrown as of PECL simdjson 3.0.0, - while previously, an error of level E_WARNING was raised. + while previously, an error of level E_WARNING was raised. @@ -159,8 +159,8 @@ bool(false) &reftitle.seealso; - json_encode - json_decode + json_encode + json_decode diff --git a/reference/simdjson/functions/simdjson-key-count.xml b/reference/simdjson/functions/simdjson-key-count.xml index 997d77030..3af261ddb 100644 --- a/reference/simdjson/functions/simdjson-key-count.xml +++ b/reference/simdjson/functions/simdjson-key-count.xml @@ -48,7 +48,7 @@ Callers should use reasonably small values, because larger depths require more buffer space and will - increase the recursion depth, unlike the current json_decode implementation. + increase the recursion depth, unlike the current json_decode implementation. diff --git a/reference/simdjson/functions/simdjson-key-exists.xml b/reference/simdjson/functions/simdjson-key-exists.xml index e46e1c227..3c8bf006d 100644 --- a/reference/simdjson/functions/simdjson-key-exists.xml +++ b/reference/simdjson/functions/simdjson-key-exists.xml @@ -47,7 +47,7 @@ Callers should use reasonably small values, because larger depths require more buffer space and will - increase the recursion depth, unlike the current json_decode implementation. + increase the recursion depth, unlike the current json_decode implementation. diff --git a/reference/simdjson/functions/simdjson-key-value.xml b/reference/simdjson/functions/simdjson-key-value.xml index 7d736da45..7b5b3eeb4 100644 --- a/reference/simdjson/functions/simdjson-key-value.xml +++ b/reference/simdjson/functions/simdjson-key-value.xml @@ -33,7 +33,7 @@ This function parses valid inputs which - json_decode can decode, + json_decode can decode, provided that they are less than 4 GiB long. @@ -65,7 +65,7 @@ Callers should use reasonably small values, because larger depths require more buffer space and will - increase the recursion depth, unlike the current json_decode implementation. + increase the recursion depth, unlike the current json_decode implementation. @@ -88,18 +88,18 @@ If json or key is invalid, or key could not be found within json, a SimdJsonException is thrown as of PECL simdjson 2.1.0, - while previously, a RuntimeException was thrown. + while previously, a RuntimeException was thrown. If depth is outside the allowed range, a SimdJsonValueError is thrown as of PECL simdjson 3.0.0, - while previously, an error of level E_WARNING was raised. + while previously, an error of level E_WARNING was raised. &reftitle.seealso; - json_encode + json_encode simdjson_decode diff --git a/reference/simdjson/simdjsonvalueerror.xml b/reference/simdjson/simdjsonvalueerror.xml index 6b34f30a0..81993cc97 100644 --- a/reference/simdjson/simdjsonvalueerror.xml +++ b/reference/simdjson/simdjsonvalueerror.xml @@ -61,8 +61,8 @@ PHP 8.0.0 - SimdJsonValueError extends ValueError - now instead of Error. + SimdJsonValueError extends ValueError + now instead of Error. diff --git a/reference/sqlsrv/ini.xml b/reference/sqlsrv/ini.xml index d1399f268..8ae8b9e88 100644 --- a/reference/sqlsrv/ini.xml +++ b/reference/sqlsrv/ini.xml @@ -21,19 +21,19 @@ sqlsrv.WarningsReturnAsErrors 1 (&true;) - INI_ALL + INI_ALL Available since SQLSRV 1.0 sqlsrv.LogSubsystems 0 - INI_ALL + INI_ALL Available since SQLSRV 1.0 sqlsrv.LogSeverity 1 - INI_ALL + INI_ALL Available since SQLSRV 1.0 diff --git a/reference/ssh2/functions/ssh2-keepalive-config.xml b/reference/ssh2/functions/ssh2-keepalive-config.xml index 62bce7d00..7f0b876d2 100644 --- a/reference/ssh2/functions/ssh2-keepalive-config.xml +++ b/reference/ssh2/functions/ssh2-keepalive-config.xml @@ -82,7 +82,7 @@ &reftitle.errors; - An E_WARNING is emitted when + An E_WARNING is emitted when interval is outside the accepted range, in which case the keepalive configuration is left unchanged. diff --git a/reference/ssh2/functions/ssh2-scp-recv.xml b/reference/ssh2/functions/ssh2-scp-recv.xml index eb42d23f0..a461d576f 100644 --- a/reference/ssh2/functions/ssh2-scp-recv.xml +++ b/reference/ssh2/functions/ssh2-scp-recv.xml @@ -1,6 +1,6 @@ - + ssh2_scp_recv Request a file via SCP @@ -78,7 +78,7 @@ ssh2_scp_recv($connection, '/remote/filename', '/local/filename'); &reftitle.seealso; ssh2_scp_send - copy + copy diff --git a/reference/ssh2/functions/ssh2-scp-send.xml b/reference/ssh2/functions/ssh2-scp-send.xml index 210294f1a..ad1049624 100644 --- a/reference/ssh2/functions/ssh2-scp-send.xml +++ b/reference/ssh2/functions/ssh2-scp-send.xml @@ -1,6 +1,6 @@ - + ssh2_scp_send Send a file via SCP @@ -88,7 +88,7 @@ ssh2_scp_send($connection, '/local/filename', '/remote/filename', 0644); &reftitle.seealso; ssh2_scp_recv - copy + copy diff --git a/reference/ssh2/functions/ssh2-send-signal.xml b/reference/ssh2/functions/ssh2-send-signal.xml index d907bbc07..d627b8837 100644 --- a/reference/ssh2/functions/ssh2-send-signal.xml +++ b/reference/ssh2/functions/ssh2-send-signal.xml @@ -66,7 +66,7 @@ &reftitle.errors; - An E_WARNING is emitted when + An E_WARNING is emitted when channel is not an SSH channel stream, and when the signal could not be sent. diff --git a/reference/ssh2/functions/ssh2-set-timeout.xml b/reference/ssh2/functions/ssh2-set-timeout.xml index b90e8ec90..077060a38 100644 --- a/reference/ssh2/functions/ssh2-set-timeout.xml +++ b/reference/ssh2/functions/ssh2-set-timeout.xml @@ -89,7 +89,7 @@ ssh2_auth_password($connection, 'username', 'password'); ssh2_connect ssh2_keepalive_config - stream_set_timeout + stream_set_timeout diff --git a/reference/ssh2/functions/ssh2-sftp-chmod.xml b/reference/ssh2/functions/ssh2-sftp-chmod.xml index 2c4c01644..13f4df6e1 100644 --- a/reference/ssh2/functions/ssh2-sftp-chmod.xml +++ b/reference/ssh2/functions/ssh2-sftp-chmod.xml @@ -1,6 +1,6 @@ - + ssh2_sftp_chmod Changes file mode @@ -43,7 +43,7 @@ mode - Permissions on the file. See the chmod for more details on this parameter. + Permissions on the file. See the chmod for more details on this parameter. @@ -78,7 +78,7 @@ ssh2_sftp_chmod($sftp, '/somedir/somefile', 0755); &reftitle.seealso; - chmod + chmod ssh2_sftp ssh2_connect diff --git a/reference/ssh2/functions/ssh2-sftp-lstat.xml b/reference/ssh2/functions/ssh2-sftp-lstat.xml index bb2a629ff..b40c7da48 100644 --- a/reference/ssh2/functions/ssh2-sftp-lstat.xml +++ b/reference/ssh2/functions/ssh2-sftp-lstat.xml @@ -18,7 +18,7 @@ following the link. - This function is similar to using the lstat function + This function is similar to using the lstat function with the ssh2.sftp:// wrapper and returns the same values. @@ -50,7 +50,7 @@ &reftitle.returnvalues; Returns an array of statistics for the given symbolic link on success&return.falseforfailure;. - See the documentation for stat for details on the + See the documentation for stat for details on the values which may be returned. @@ -84,8 +84,8 @@ $mode = $statinfo['mode']; &reftitle.seealso; ssh2_sftp_stat - lstat - stat + lstat + stat diff --git a/reference/ssh2/functions/ssh2-sftp-mkdir.xml b/reference/ssh2/functions/ssh2-sftp-mkdir.xml index f5f9af99f..1f39febfa 100644 --- a/reference/ssh2/functions/ssh2-sftp-mkdir.xml +++ b/reference/ssh2/functions/ssh2-sftp-mkdir.xml @@ -20,7 +20,7 @@ mode. - This function is similar to using mkdir with the + This function is similar to using mkdir with the ssh2.sftp:// wrapper. @@ -94,7 +94,7 @@ ssh2_sftp_mkdir($sftp, '/home/username/newdir'); &reftitle.seealso; - mkdir + mkdir ssh2_sftp_rmdir diff --git a/reference/ssh2/functions/ssh2-sftp-readlink.xml b/reference/ssh2/functions/ssh2-sftp-readlink.xml index 6f66e1692..7daa68170 100644 --- a/reference/ssh2/functions/ssh2-sftp-readlink.xml +++ b/reference/ssh2/functions/ssh2-sftp-readlink.xml @@ -1,6 +1,6 @@ - + ssh2_sftp_readlink Return the target of a symbolic link @@ -69,7 +69,7 @@ $target = ssh2_sftp_readlink($sftp, '/tmp/mysql.sock'); &reftitle.seealso; - readlink + readlink ssh2_sftp_symlink diff --git a/reference/ssh2/functions/ssh2-sftp-realpath.xml b/reference/ssh2/functions/ssh2-sftp-realpath.xml index cf75d3b00..97a47c09a 100644 --- a/reference/ssh2/functions/ssh2-sftp-realpath.xml +++ b/reference/ssh2/functions/ssh2-sftp-realpath.xml @@ -1,6 +1,6 @@ - + ssh2_sftp_realpath Resolve the realpath of a provided path string @@ -69,7 +69,7 @@ $realpath = ssh2_sftp_realpath($sftp, '/home/username/../../../..//./usr/../etc/ &reftitle.seealso; - realpath + realpath ssh2_sftp_symlink ssh2_sftp_readlink diff --git a/reference/ssh2/functions/ssh2-sftp-rename.xml b/reference/ssh2/functions/ssh2-sftp-rename.xml index e0b4f4109..19b46f5d3 100644 --- a/reference/ssh2/functions/ssh2-sftp-rename.xml +++ b/reference/ssh2/functions/ssh2-sftp-rename.xml @@ -1,6 +1,6 @@ - + ssh2_sftp_rename Rename a remote file @@ -77,7 +77,7 @@ ssh2_sftp_rename($sftp, '/home/username/oldname', '/home/username/newname'); &reftitle.seealso; - rename + rename diff --git a/reference/ssh2/functions/ssh2-sftp-rmdir.xml b/reference/ssh2/functions/ssh2-sftp-rmdir.xml index 4c9a4597b..91363e7a4 100644 --- a/reference/ssh2/functions/ssh2-sftp-rmdir.xml +++ b/reference/ssh2/functions/ssh2-sftp-rmdir.xml @@ -17,7 +17,7 @@ Removes a directory from the remote file server. - This function is similar to using rmdir with the + This function is similar to using rmdir with the ssh2.sftp:// wrapper. @@ -72,7 +72,7 @@ ssh2_sftp_rmdir($sftp, '/home/username/deltodel'); &reftitle.seealso; - rmdir + rmdir ssh2_sftp_mkdir diff --git a/reference/ssh2/functions/ssh2-sftp-stat.xml b/reference/ssh2/functions/ssh2-sftp-stat.xml index 80c8d4299..10e7040e6 100644 --- a/reference/ssh2/functions/ssh2-sftp-stat.xml +++ b/reference/ssh2/functions/ssh2-sftp-stat.xml @@ -17,7 +17,7 @@ Stats a file on the remote filesystem following any symbolic links. - This function is similar to using the stat function + This function is similar to using the stat function with the ssh2.sftp:// wrapper and returns the same values. @@ -48,7 +48,7 @@ &reftitle.returnvalues; Returns an array of statistics for the given file on success&return.falseforfailure;. - See the documentation for stat for details on the + See the documentation for stat for details on the values which may be returned. @@ -82,8 +82,8 @@ $mode = $statinfo['mode']; &reftitle.seealso; ssh2_sftp_lstat - lstat - stat + lstat + stat diff --git a/reference/ssh2/functions/ssh2-sftp-symlink.xml b/reference/ssh2/functions/ssh2-sftp-symlink.xml index 347381b91..db5de7897 100644 --- a/reference/ssh2/functions/ssh2-sftp-symlink.xml +++ b/reference/ssh2/functions/ssh2-sftp-symlink.xml @@ -1,6 +1,6 @@ - + ssh2_sftp_symlink Create a symlink @@ -78,7 +78,7 @@ ssh2_sftp_symlink($sftp, '/var/run/mysql.sock', '/tmp/mysql.sock'); &reftitle.seealso; ssh2_sftp_readlink - symlink + symlink diff --git a/reference/ssh2/functions/ssh2-sftp-unlink.xml b/reference/ssh2/functions/ssh2-sftp-unlink.xml index 18db54488..f4daec4e9 100644 --- a/reference/ssh2/functions/ssh2-sftp-unlink.xml +++ b/reference/ssh2/functions/ssh2-sftp-unlink.xml @@ -1,6 +1,6 @@ - + ssh2_sftp_unlink Delete a file @@ -67,7 +67,7 @@ ssh2_sftp_unlink($sftp, '/home/username/stale_file'); &reftitle.seealso; - unlink + unlink diff --git a/reference/ssh2/functions/ssh2-shell-resize.xml b/reference/ssh2/functions/ssh2-shell-resize.xml index f130a02a3..ad3702789 100644 --- a/reference/ssh2/functions/ssh2-shell-resize.xml +++ b/reference/ssh2/functions/ssh2-shell-resize.xml @@ -94,7 +94,7 @@ &reftitle.errors; - An E_WARNING is emitted when + An E_WARNING is emitted when channel is not an SSH channel stream. diff --git a/reference/ssh2/functions/ssh2-tunnel.xml b/reference/ssh2/functions/ssh2-tunnel.xml index bf0b38eca..ad1fed778 100644 --- a/reference/ssh2/functions/ssh2-tunnel.xml +++ b/reference/ssh2/functions/ssh2-tunnel.xml @@ -1,6 +1,6 @@ - + ssh2_tunnel Open a tunnel through a remote server @@ -77,7 +77,7 @@ $tunnel = ssh2_tunnel($connection, '10.0.0.101', 12345); &reftitle.seealso; ssh2_connect - fsockopen + fsockopen diff --git a/reference/ssh2/setup.xml b/reference/ssh2/setup.xml index d1c341fd2..4e78d6456 100644 --- a/reference/ssh2/setup.xml +++ b/reference/ssh2/setup.xml @@ -23,7 +23,7 @@ with libssh2 >= 1.2.3. - support for stream_set_timeout to channel streams + support for stream_set_timeout to channel streams will only be available with libssh2 >= 1.2.9. diff --git a/reference/stats/functions/stats-standard-deviation.xml b/reference/stats/functions/stats-standard-deviation.xml index 3ffa3ad8c..af10841cf 100644 --- a/reference/stats/functions/stats-standard-deviation.xml +++ b/reference/stats/functions/stats-standard-deviation.xml @@ -1,6 +1,6 @@ - + stats_standard_deviation Returns the standard deviation @@ -52,7 +52,7 @@ &reftitle.errors; - Raises an E_WARNING when there are fewer than 2 + Raises an E_WARNING when there are fewer than 2 values in a. diff --git a/reference/stomp/ini.xml b/reference/stomp/ini.xml index 8e0cb0685..3de214511 100644 --- a/reference/stomp/ini.xml +++ b/reference/stomp/ini.xml @@ -1,6 +1,6 @@ -
+
&reftitle.runtime; &extension.runtime;
@@ -18,32 +18,32 @@ stomp.default_broker tcp://localhost:61613 - INI_ALL + INI_ALL stomp.default_connection_timeout_sec 2 - INI_ALL + INI_ALL stomp.default_connection_timeout_usec 0 - INI_ALL + INI_ALL stomp.default_read_timeout_sec 2 - INI_ALL + INI_ALL stomp.default_read_timeout_usec 0 - INI_ALL + INI_ALL diff --git a/reference/svn/entities.svn.ent b/reference/svn/entities.svn.ent index 7d97b10c1..c54700b2e 100644 --- a/reference/svn/entities.svn.ent +++ b/reference/svn/entities.svn.ent @@ -11,7 +11,7 @@ See doc-base/scripts/text-entities.php for details. xmlns:xlink = "http://www.w3.org/1999/xlink" translate = "yes"> -Relative paths will be resolved as if the current working directory was the one that contains the PHP binary. To use the calling script's working directory, use realpath or dirname(__FILE__). +Relative paths will be resolved as if the current working directory was the one that contains the PHP binary. To use the calling script's working directory, use realpath or dirname(__FILE__).Refer to status constants for possible values. diff --git a/reference/svn/functions/svn-checkout.xml b/reference/svn/functions/svn-checkout.xml index 0344e7414..704cbdf94 100644 --- a/reference/svn/functions/svn-checkout.xml +++ b/reference/svn/functions/svn-checkout.xml @@ -87,7 +87,7 @@ svn_checkout('http://www.example.com/svnroot/calc/trunk', dirname(__FILE__) . '/ The dirname(__FILE__) call is necessary in order to convert the calc relative path into an absolute one. If calc - exists, you can also use realpath to retrieve + exists, you can also use realpath to retrieve an absolute path. diff --git a/reference/svn/functions/svn-cleanup.xml b/reference/svn/functions/svn-cleanup.xml index 914a1d529..fc94340c4 100644 --- a/reference/svn/functions/svn-cleanup.xml +++ b/reference/svn/functions/svn-cleanup.xml @@ -57,7 +57,7 @@ svn_cleanup(realpath('help-me')); ]]> - The realpath call is necessary due to + The realpath call is necessary due to SVN's quirky handling of relative paths. diff --git a/reference/svn/functions/svn-diff.xml b/reference/svn/functions/svn-diff.xml index bdb3d2513..9d5264e25 100644 --- a/reference/svn/functions/svn-diff.xml +++ b/reference/svn/functions/svn-diff.xml @@ -82,7 +82,7 @@ Returns an array-list consisting of two streams: the first is the diff output and the second contains error stream output. The streams can be - read using fread. Returns &false; or &null; on + read using fread. Returns &false; or &null; on error. @@ -152,7 +152,7 @@ function svn_diff_same_item($path, $rev1, $rev2) { Portably diffing two local files This example implements a wrapper function that portably - diffs two local files, compensating for the realpath + diffs two local files, compensating for the realpath fix and the backslashes bug: diff --git a/reference/swoole/ini.xml b/reference/swoole/ini.xml index 545f63cde..a4ce34a95 100644 --- a/reference/swoole/ini.xml +++ b/reference/swoole/ini.xml @@ -1,7 +1,7 @@ -
+
&reftitle.runtime; &extension.runtime; @@ -20,37 +20,37 @@ swoole.enable_library On - INI_ALL + INI_ALL swoole.enable_fiber_mock Off - INI_ALL + INI_ALL swoole.enable_preemptive_scheduler Off - INI_ALL + INI_ALL swoole.display_errors On - INI_ALL + INI_ALL swoole.use_shortname On - INI_SYSTEM + INI_SYSTEM swoole.unixsock_buffer_size 8388608 - INI_ALL + INI_ALL diff --git a/reference/swoole/swoole.timer.xml b/reference/swoole/swoole.timer.xml index d39a63a9b..5d5b7af3c 100644 --- a/reference/swoole/swoole.timer.xml +++ b/reference/swoole/swoole.timer.xml @@ -26,7 +26,7 @@ The underlying system does not support timers with a delay of 0; values below 1 millisecond emit an - E_WARNING and the call fails. This differs from + E_WARNING and the call fails. This differs from languages such as Node.js. Swoole\Event::defer may be used to achieve similar functionality. diff --git a/reference/swoole/swoole/timer/after.xml b/reference/swoole/swoole/timer/after.xml index 7cb5d35b9..26e3b9d66 100644 --- a/reference/swoole/swoole/timer/after.xml +++ b/reference/swoole/swoole/timer/after.xml @@ -17,7 +17,7 @@ Creates a one-shot timer, which is destroyed once its callback has run. - Unlike sleep, it does not block the current process. + Unlike sleep, it does not block the current process. @@ -29,7 +29,7 @@ The delay in milliseconds. Must be greater than or equal to - 1; a lower value emits an E_WARNING + 1; a lower value emits an E_WARNING and the call fails. diff --git a/reference/swoole/swoole/timer/list.xml b/reference/swoole/swoole/timer/list.xml index fce061baf..48a483138 100644 --- a/reference/swoole/swoole/timer/list.xml +++ b/reference/swoole/swoole/timer/list.xml @@ -24,7 +24,7 @@ &reftitle.returnvalues; Returns a Swoole\Timer\Iterator object, which - extends ArrayIterator and yields the timer IDs as + extends ArrayIterator and yields the timer IDs as int values. The iterator is a snapshot taken when the method is called; it is empty when no timer exists. diff --git a/reference/swoole/swoole/timer/tick.xml b/reference/swoole/swoole/timer/tick.xml index 5c8a20bca..28b3ea349 100644 --- a/reference/swoole/swoole/timer/tick.xml +++ b/reference/swoole/swoole/timer/tick.xml @@ -31,7 +31,7 @@ The interval in milliseconds. Must be greater than or equal to - 1; a lower value emits an E_WARNING + 1; a lower value emits an E_WARNING and the call fails. diff --git a/reference/taint/book.xml b/reference/taint/book.xml index 74ead3a78..ba046e71c 100644 --- a/reference/taint/book.xml +++ b/reference/taint/book.xml @@ -15,8 +15,8 @@ When taint is enabled, strings received from user input — - $_GET, $_POST and - $_COOKIE — are marked as tainted at request startup, + $_GET, $_POST and + $_COOKIE — are marked as tainted at request startup, and the mark is tracked through string operations. When a tainted string reaches a dangerous sink (output, SQL query, shell command, file path, ...), taint raises a warning pointing at that spot. See diff --git a/reference/taint/detail.xml b/reference/taint/detail.xml index 1c2cc8e0f..fcc7fb066 100644 --- a/reference/taint/detail.xml +++ b/reference/taint/detail.xml @@ -45,28 +45,28 @@
- trim, rtrim, ltrim + trim, rtrim, ltrim - substr, strstr + substr, strstr - str_replace, str_ireplace + str_replace, str_ireplace - str_pad, strtolower, strtoupper, strval + str_pad, strtolower, strtoupper, strval - explode (every element of the resulting array) + explode (every element of the resulting array) - implode/join (a tainted separator taints the result as well) + implode/join (a tainted separator taints the result as well) - sprintf, vsprintf (only the %s specifier carries the mark; sprintf("%d", $t) returns a clean string) + sprintf, vsprintf (only the %s specifier carries the mark; sprintf("%d", $t) returns a clean string) - dirname, basename, pathinfo + dirname, basename, pathinfo @@ -75,7 +75,7 @@ Any function taint does not explicitly understand returns a fresh, unmarked string — including escaping helpers such as - htmlspecialchars, htmlentities or + htmlspecialchars, htmlentities or mysqli_real_escape_string. This is deliberate: taint over-reports rather than trying to decide whether a value is safe for a particular output context. Use @@ -88,7 +88,7 @@ Where taint raises warnings When a tainted string reaches one of the sinks below, taint raises a - warning (by default an E_USER_WARNING; the level is + warning (by default an E_USER_WARNING; the level is configurable via taint.error_level). Only top-level string arguments are inspected; dumping an array that merely contains tainted values does not warn. @@ -106,11 +106,11 @@ the echoed/printed expression - printf, vprintf + printf, vprintf the format string and the substituted values - print_r, var_dump, var_export + print_r, var_dump, var_export the value being dumped, when it is a string @@ -118,7 +118,7 @@ the message - file_put_contents, fwrite, fputs to php://output + file_put_contents, fwrite, fputs to php://output the data being written @@ -134,19 +134,19 @@ - fopen, opendir, unlink + fopen, opendir, unlink the path - file, readfile, file_get_contents, highlight_file/show_source + file, readfile, file_get_contents, highlight_file/show_source the path - copy, rename, move_uploaded_file + copy, rename, move_uploaded_file both the source and destination paths - mkdir, rmdir, touch + mkdir, rmdir, touch the path @@ -170,19 +170,19 @@ the query string - mysql_query, sqlite_query, sqlite_single_query, oci_parse, pg_query, pg_send_query + mysql_query, sqlite_query, sqlite_single_query, oci_parse, pg_query, pg_send_query the query string - mysqli::query, mysqli::prepare, mysqli::real_query, mysqli::multi_query + mysqli::query, mysqli::prepare, mysqli::real_query, mysqli::multi_query the query string - PDO::query, PDO::prepare, PDO::exec + PDO::query, PDO::prepare, PDO::exec the query string - SQLite3::query, SQLite3::prepare, SQLite3::exec, SQLiteDatabase::query, SQLiteDatabase::singleQuery + SQLite3::query, SQLite3::prepare, SQLite3::exec, SQLiteDatabase::query, SQLiteDatabase::singleQuery the query string @@ -198,11 +198,11 @@ - exec, system, passthru, shell_exec (including the backtick operator) + exec, system, passthru, shell_exec (including the backtick operator) the command string - proc_open, popen + proc_open, popen the command string @@ -210,12 +210,12 @@ the evaluated code - dynamic calls such as $func(), $obj->$method(), call_user_func, array callables + dynamic calls such as $func(), $obj->$method(), call_user_func, array callables the function/method/class name being resolved - preg_match, preg_match_all, preg_replace, preg_split, preg_grep, preg_replace_callback - the pattern (and the callback name for preg_replace_callback) + preg_match, preg_match_all, preg_replace, preg_split, preg_grep, preg_replace_callback + the pattern (and the callback name for preg_replace_callback) @@ -230,11 +230,11 @@ - header + header the header string - setcookie, setrawcookie + setcookie, setrawcookie the cookie name and value @@ -250,11 +250,11 @@ - unserialize + unserialize the serialized string - mail + mail to, subject, additional parameters and additional headers (the message body is content and is not checked) diff --git a/reference/taint/ini.xml b/reference/taint/ini.xml index 8e2b3824e..7687c989e 100644 --- a/reference/taint/ini.xml +++ b/reference/taint/ini.xml @@ -1,7 +1,7 @@ -
+
&reftitle.runtime; &extension.runtime; @@ -20,13 +20,13 @@ taint.enable 0 - INI_SYSTEM + INI_SYSTEM taint.error_level 512 (E_USER_WARNING) - INI_ALL + INI_ALL @@ -46,8 +46,8 @@ Master switch. When enabled, taint hooks the executor and marks - strings from $_GET, $_POST and - $_COOKIE as tainted at request startup. + strings from $_GET, $_POST and + $_COOKIE as tainted at request startup. This is an &php.ini;-only directive: enabling it requires a process @@ -70,10 +70,10 @@ The error level used when taint reports a possibly tainted string. - Defaults to E_USER_WARNING (512). + Defaults to E_USER_WARNING (512). - Because this directive is INI_ALL, it can be + Because this directive is INI_ALL, it can be changed at runtime. For example, to silence taint warnings for the current script: diff --git a/reference/trader/ini.xml b/reference/trader/ini.xml index 49e83dc02..91b4427e8 100644 --- a/reference/trader/ini.xml +++ b/reference/trader/ini.xml @@ -20,13 +20,13 @@ trader.real_precision 3 - INI_ALL + INI_ALL Since trader 0.2.1 trader.real_round_mode HALF_DOWN - INI_ALL + INI_ALL Since trader 0.3.0 diff --git a/reference/uopz/functions/uopz-add-function.xml b/reference/uopz/functions/uopz-add-function.xml index 86b4f3525..f87ade909 100644 --- a/reference/uopz/functions/uopz-add-function.xml +++ b/reference/uopz/functions/uopz-add-function.xml @@ -12,14 +12,14 @@ booluopz_add_function stringfunction - Closurehandler + Closurehandler intflagsZEND_ACC_PUBLIC booluopz_add_function stringclass stringfunction - Closurehandler + Closurehandler intflagsZEND_ACC_PUBLIC intall&true; @@ -51,7 +51,7 @@ handler - The Closure that defines the new function or method. + The Closure that defines the new function or method. @@ -85,7 +85,7 @@ &reftitle.errors; - uopz_add_function throws a RuntimeException + uopz_add_function throws a RuntimeException if the function or method to add already exists. diff --git a/reference/uopz/functions/uopz-allow-exit.xml b/reference/uopz/functions/uopz-allow-exit.xml index 9039fcf4e..f95cc9261 100644 --- a/reference/uopz/functions/uopz-allow-exit.xml +++ b/reference/uopz/functions/uopz-allow-exit.xml @@ -14,7 +14,7 @@ boolallow - By default uopz disables the exit opcode, so exit calls + By default uopz disables the exit opcode, so exit calls are practically ignored. uopz_allow_exit allows to control this behavior. diff --git a/reference/uopz/functions/uopz-copy.xml b/reference/uopz/functions/uopz-copy.xml index ea9e85a69..105d639fc 100644 --- a/reference/uopz/functions/uopz-copy.xml +++ b/reference/uopz/functions/uopz-copy.xml @@ -14,11 +14,11 @@ &reftitle.description; - Closureuopz_copy + Closureuopz_copy stringfunction - Closureuopz_copy + Closureuopz_copy stringclass stringfunction diff --git a/reference/uopz/functions/uopz-del-function.xml b/reference/uopz/functions/uopz-del-function.xml index 4215982be..f1193ad91 100644 --- a/reference/uopz/functions/uopz-del-function.xml +++ b/reference/uopz/functions/uopz-del-function.xml @@ -65,7 +65,7 @@ &reftitle.errors; - uopz_del_function throws a RuntimeException + uopz_del_function throws a RuntimeException if the function or method to delete has not been added by uopz_add_function. diff --git a/reference/uopz/functions/uopz-extend.xml b/reference/uopz/functions/uopz-extend.xml index aeaede09f..c00fb7019 100644 --- a/reference/uopz/functions/uopz-extend.xml +++ b/reference/uopz/functions/uopz-extend.xml @@ -51,7 +51,7 @@ &reftitle.errors; - As of PHP 7.4.0, uopz_extend throws a RuntimeException, + As of PHP 7.4.0, uopz_extend throws a RuntimeException, if OPcache is enabled, and the class entry of either class or parent (if it is a trait) is immutable. diff --git a/reference/uopz/functions/uopz-flags.xml b/reference/uopz/functions/uopz-flags.xml index aa37db539..cdacf5bbf 100644 --- a/reference/uopz/functions/uopz-flags.xml +++ b/reference/uopz/functions/uopz-flags.xml @@ -70,7 +70,7 @@ &reftitle.errors; As of PHP 7.4.0, if the parameter flags is passed, - uopz_flags throws a RuntimeException, + uopz_flags throws a RuntimeException, if OPcache is enabled, and the class entry of class or the function entry of function is immutable. diff --git a/reference/uopz/functions/uopz-function.xml b/reference/uopz/functions/uopz-function.xml index 79b208885..0da6c34ab 100644 --- a/reference/uopz/functions/uopz-function.xml +++ b/reference/uopz/functions/uopz-function.xml @@ -16,14 +16,14 @@ voiduopz_function stringfunction - Closurehandler + Closurehandler intmodifiers voiduopz_function stringclass stringfunction - Closurehandler + Closurehandler intmodifiers diff --git a/reference/uopz/functions/uopz-get-exit-status.xml b/reference/uopz/functions/uopz-get-exit-status.xml index 7833874ee..5ce92d561 100644 --- a/reference/uopz/functions/uopz-get-exit-status.xml +++ b/reference/uopz/functions/uopz-get-exit-status.xml @@ -15,7 +15,7 @@ Retrieves the last set exit status, i.e. the value passed to - exit. + exit. @@ -27,7 +27,7 @@ &reftitle.returnvalues; - This function returns the last exit status, or &null; if exit + This function returns the last exit status, or &null; if exit has not been called. diff --git a/reference/uopz/functions/uopz-get-hook.xml b/reference/uopz/functions/uopz-get-hook.xml index 2b3bc2385..718f95f4b 100644 --- a/reference/uopz/functions/uopz-get-hook.xml +++ b/reference/uopz/functions/uopz-get-hook.xml @@ -10,11 +10,11 @@ &reftitle.description; - Closureuopz_get_hook + Closureuopz_get_hook stringfunction - Closureuopz_get_hook + Closureuopz_get_hook stringclass stringfunction diff --git a/reference/uopz/functions/uopz-get-static.xml b/reference/uopz/functions/uopz-get-static.xml index 93ce34b94..c1d885e2c 100644 --- a/reference/uopz/functions/uopz-get-static.xml +++ b/reference/uopz/functions/uopz-get-static.xml @@ -88,7 +88,7 @@ array(1) { &reftitle.seealso; - ReflectionFunctionAbstract::getStaticVariables + ReflectionFunctionAbstract::getStaticVariables uopz_set_static diff --git a/reference/uopz/functions/uopz-implement.xml b/reference/uopz/functions/uopz-implement.xml index fc8722d0c..6ad4a3b42 100644 --- a/reference/uopz/functions/uopz-implement.xml +++ b/reference/uopz/functions/uopz-implement.xml @@ -52,7 +52,7 @@ &reftitle.errors; - As of PHP 7.4.0, uopz_implement throws a RuntimeException, + As of PHP 7.4.0, uopz_implement throws a RuntimeException, if OPcache is enabled, and the class entry of class is immutable. diff --git a/reference/uopz/functions/uopz-set-hook.xml b/reference/uopz/functions/uopz-set-hook.xml index 6cf4041c6..9ded4386f 100644 --- a/reference/uopz/functions/uopz-set-hook.xml +++ b/reference/uopz/functions/uopz-set-hook.xml @@ -12,13 +12,13 @@ booluopz_set_hook stringfunction - Closurehook + Closurehook booluopz_set_hook stringclass stringfunction - Closurehook + Closurehook Sets a hook to execute when entering a function or method. diff --git a/reference/uopz/functions/uopz-unset-mock.xml b/reference/uopz/functions/uopz-unset-mock.xml index fc83562a0..4237f6c1e 100644 --- a/reference/uopz/functions/uopz-unset-mock.xml +++ b/reference/uopz/functions/uopz-unset-mock.xml @@ -42,7 +42,7 @@ &reftitle.errors; - A RuntimeException is thrown, if no mock was previously + A RuntimeException is thrown, if no mock was previously set for class. diff --git a/reference/uopz/setup.xml b/reference/uopz/setup.xml index 2eb2c9891..d8243853f 100644 --- a/reference/uopz/setup.xml +++ b/reference/uopz/setup.xml @@ -48,19 +48,19 @@ uopz.disable "0" - INI_SYSTEM + INI_SYSTEM Available as of uopz 5.0.2 uopz.exit "0" - INI_SYSTEM + INI_SYSTEM Available as of uopz 6.0.1 uopz.overloads "1" - INI_SYSTEM + INI_SYSTEM Available as of uopz 2.0.2. Removed as of uopz 5.0.0. diff --git a/reference/v8js/ini.xml b/reference/v8js/ini.xml index 636ece675..1287ecc88 100644 --- a/reference/v8js/ini.xml +++ b/reference/v8js/ini.xml @@ -1,7 +1,7 @@ -
+
&reftitle.runtime; &extension.runtime; @@ -20,13 +20,13 @@ v8js.max_disposed_contexts 25 - INI_ALL + INI_ALL v8js.flags - INI_ALL + INI_ALL diff --git a/reference/var_representation/book.xml b/reference/var_representation/book.xml index 3ba88d19a..83128e982 100644 --- a/reference/var_representation/book.xml +++ b/reference/var_representation/book.xml @@ -7,7 +7,7 @@ &reftitle.intro; - The var_representation extension provides a compact alternative to var_export that properly escapes control characters. + The var_representation extension provides a compact alternative to var_export that properly escapes control characters. diff --git a/reference/var_representation/functions/var-representation.xml b/reference/var_representation/functions/var-representation.xml index 92dfd18e3..470d2a954 100644 --- a/reference/var_representation/functions/var-representation.xml +++ b/reference/var_representation/functions/var-representation.xml @@ -14,7 +14,7 @@ var_representation (from the var_representation PECL) returns a string with structured information about the - given variable. It is similar to var_export with differences in indentation, string escaping, and array representations. + given variable. It is similar to var_export with differences in indentation, string escaping, and array representations. @@ -99,7 +99,7 @@ echo var_representation("Content-Length: 123\r\n"); - Exporting <classname>stdClass</classname> + Exporting <classname xlink:href="&url.php.manual.class.stdclass;">stdClass</classname> - var_export + var_export diff --git a/reference/wddx/book.xml b/reference/wddx/book.xml index a28344adf..1b3d49404 100644 --- a/reference/wddx/book.xml +++ b/reference/wddx/book.xml @@ -22,7 +22,7 @@ Unserialization can result in code being loaded and executed due to object instantiation and autoloading, and a malicious user may be able to exploit this. Use a safe, standard data interchange format such as JSON (via - json_decode and json_encode) if + json_decode and json_encode) if you need to pass serialized data to the user. diff --git a/reference/wddx/examples.xml b/reference/wddx/examples.xml index 8a595728a..de8bf7d8e 100644 --- a/reference/wddx/examples.xml +++ b/reference/wddx/examples.xml @@ -67,8 +67,8 @@ echo $packet; Strings should be encoded in UTF-8; to handle other encodings, convert - the string first using mb_convert_encoding, - UConverter::transcode, or iconv. + the string first using mb_convert_encoding, + UConverter::transcode, or iconv.
diff --git a/reference/wddx/functions/wddx-deserialize.xml b/reference/wddx/functions/wddx-deserialize.xml index 79b516f4c..b917c920b 100644 --- a/reference/wddx/functions/wddx-deserialize.xml +++ b/reference/wddx/functions/wddx-deserialize.xml @@ -1,6 +1,6 @@ - + wddx_deserialize Unserializes a WDDX packet @@ -25,7 +25,7 @@ Unserialization can result in code being loaded and executed due to object instantiation and autoloading, and a malicious user may be able to exploit this. Use a safe, standard data interchange format such as JSON (via - json_decode and json_encode) if + json_decode and json_encode) if you need to pass serialized data to the user. diff --git a/reference/win32service/functions/win32-add-right-access-service.xml b/reference/win32service/functions/win32-add-right-access-service.xml index e84d0afc7..87deefae1 100644 --- a/reference/win32service/functions/win32-add-right-access-service.xml +++ b/reference/win32service/functions/win32-add-right-access-service.xml @@ -74,11 +74,11 @@ &reftitle.errors; - A ValueError is thrown if the + A ValueError is thrown if the value of service parameter is empty. - A ValueError is thrown if the + A ValueError is thrown if the value of username parameter is empty. diff --git a/reference/win32service/functions/win32-add-service-env-var.xml b/reference/win32service/functions/win32-add-service-env-var.xml index 7e74e366a..076172381 100644 --- a/reference/win32service/functions/win32-add-service-env-var.xml +++ b/reference/win32service/functions/win32-add-service-env-var.xml @@ -63,11 +63,11 @@ &reftitle.errors; - A ValueError is thrown if the + A ValueError is thrown if the value of service parameter is empty. - A ValueError is thrown if the + A ValueError is thrown if the value of varname parameter is empty. diff --git a/reference/win32service/functions/win32-continue-service.xml b/reference/win32service/functions/win32-continue-service.xml index 1cbe70a50..d40be7a18 100644 --- a/reference/win32service/functions/win32-continue-service.xml +++ b/reference/win32service/functions/win32-continue-service.xml @@ -1,7 +1,7 @@ - + win32_continue_service Resumes a paused service @@ -57,7 +57,7 @@ &reftitle.errors; - A ValueError is thrown if the + A ValueError is thrown if the value of servicename parameter is empty. @@ -80,7 +80,7 @@ PECL win32service 1.0.0 - Throws a ValueError on invalid data in parameters, + Throws a ValueError on invalid data in parameters, previously &false; was returned. diff --git a/reference/win32service/functions/win32-create-service.xml b/reference/win32service/functions/win32-create-service.xml index 8b0af1524..66c4a39d9 100644 --- a/reference/win32service/functions/win32-create-service.xml +++ b/reference/win32service/functions/win32-create-service.xml @@ -305,48 +305,48 @@ &reftitle.errors; - A ValueError is thrown if the + A ValueError is thrown if the value of service parameter is empty. - A ValueError is thrown if the + A ValueError is thrown if the value of path parameter is missing or empty. - A ValueError is thrown if the + A ValueError is thrown if the value of svc_type parameter is wrong. - A ValueError is thrown if the + A ValueError is thrown if the value of start_type parameter is wrong. - A ValueError is thrown if the + A ValueError is thrown if the value of error_control parameter is wrong. - A ValueError is thrown if the + A ValueError is thrown if the value of base_priority parameter is wrong. - A ValueError is thrown if the + A ValueError is thrown if the value of recovery_delay parameter is not between 0 and PHP_INT_MAX. - A ValueError is thrown if the + A ValueError is thrown if the value of recovery_action_1 parameter is wrong. - A ValueError is thrown if the + A ValueError is thrown if the value of recovery_action_2 parameter is wrong. - A ValueError is thrown if the + A ValueError is thrown if the value of recovery_action_3 parameter is wrong. - A ValueError is thrown if the + A ValueError is thrown if the value of recovery_reset_period parameter is not between 0 and PHP_INT_MAX. @@ -370,7 +370,7 @@ PECL win32service 1.0.0 - Throws a ValueError on invalid data in parameters, + Throws a ValueError on invalid data in parameters, previously &false; was returned. diff --git a/reference/win32service/functions/win32-delete-service.xml b/reference/win32service/functions/win32-delete-service.xml index 380ff4262..97d14990f 100644 --- a/reference/win32service/functions/win32-delete-service.xml +++ b/reference/win32service/functions/win32-delete-service.xml @@ -1,7 +1,7 @@ - + win32_delete_service Deletes a service entry from the SCM database @@ -65,7 +65,7 @@ &reftitle.errors; - A ValueError is thrown if the + A ValueError is thrown if the value of servicename parameter is empty. @@ -89,7 +89,7 @@ PECL win32service 1.0.0 - Throws a ValueError on invalid data in parameters, + Throws a ValueError on invalid data in parameters, previously &false; was returned. diff --git a/reference/win32service/functions/win32-get-last-control-message.xml b/reference/win32service/functions/win32-get-last-control-message.xml index 473d8945e..0d35ad453 100644 --- a/reference/win32service/functions/win32-get-last-control-message.xml +++ b/reference/win32service/functions/win32-get-last-control-message.xml @@ -1,6 +1,6 @@ - + win32_get_last_control_message Returns the last control message that was sent to this service @@ -62,7 +62,7 @@ &reftitle.errors; Prior to version 1.0.0, if the SAPI is not "cli", this function emits an -E_ERROR level error. +E_ERROR level error. As of version 1.0.0, will throw a @@ -86,7 +86,7 @@ PECL win32service 1.0.0 - Throws a ValueError on invalid data in parameters, + Throws a ValueError on invalid data in parameters, previously &false; was returned. diff --git a/reference/win32service/functions/win32-get-service-env-vars.xml b/reference/win32service/functions/win32-get-service-env-vars.xml index d435793a5..15dfecee7 100644 --- a/reference/win32service/functions/win32-get-service-env-vars.xml +++ b/reference/win32service/functions/win32-get-service-env-vars.xml @@ -45,7 +45,7 @@ &reftitle.errors; - A ValueError is thrown if the + A ValueError is thrown if the value of service parameter is empty. diff --git a/reference/win32service/functions/win32-pause-service.xml b/reference/win32service/functions/win32-pause-service.xml index 9e3d13078..0ceb11f00 100644 --- a/reference/win32service/functions/win32-pause-service.xml +++ b/reference/win32service/functions/win32-pause-service.xml @@ -1,7 +1,7 @@ - + win32_pause_service Pauses a service @@ -58,7 +58,7 @@ &reftitle.errors; - A ValueError is thrown if the + A ValueError is thrown if the value of servicename parameter is empty. @@ -82,7 +82,7 @@ PECL win32service 1.0.0 - Throws a ValueError on invalid data in parameters, + Throws a ValueError on invalid data in parameters, previously &false; was returned. diff --git a/reference/win32service/functions/win32-query-service-status.xml b/reference/win32service/functions/win32-query-service-status.xml index 1a58ac640..92cef3937 100644 --- a/reference/win32service/functions/win32-query-service-status.xml +++ b/reference/win32service/functions/win32-query-service-status.xml @@ -1,7 +1,7 @@ - + win32_query_service_status Queries the status of a service @@ -146,7 +146,7 @@ &reftitle.errors; - A ValueError is thrown if the + A ValueError is thrown if the value of servicename parameter is empty. @@ -166,7 +166,7 @@ PECL win32service 1.0.0 - Throws a ValueError on invalid data in parameters, + Throws a ValueError on invalid data in parameters, previously &false; was returned. diff --git a/reference/win32service/functions/win32-read-all-rights-access-service.xml b/reference/win32service/functions/win32-read-all-rights-access-service.xml index 07681a7d3..87d251014 100644 --- a/reference/win32service/functions/win32-read-all-rights-access-service.xml +++ b/reference/win32service/functions/win32-read-all-rights-access-service.xml @@ -55,7 +55,7 @@ &reftitle.errors; - A ValueError is thrown if the + A ValueError is thrown if the value of service parameter is empty. diff --git a/reference/win32service/functions/win32-read-right-access-service.xml b/reference/win32service/functions/win32-read-right-access-service.xml index 23da1a35d..5da069101 100644 --- a/reference/win32service/functions/win32-read-right-access-service.xml +++ b/reference/win32service/functions/win32-read-right-access-service.xml @@ -64,11 +64,11 @@ &reftitle.errors; - A ValueError is thrown if the + A ValueError is thrown if the value of service parameter is empty. - A ValueError is thrown if the + A ValueError is thrown if the value of username parameter is empty. diff --git a/reference/win32service/functions/win32-remove-right-access-service.xml b/reference/win32service/functions/win32-remove-right-access-service.xml index cf1fc520f..8037b8f0f 100644 --- a/reference/win32service/functions/win32-remove-right-access-service.xml +++ b/reference/win32service/functions/win32-remove-right-access-service.xml @@ -64,11 +64,11 @@ &reftitle.errors; - A ValueError is thrown if the + A ValueError is thrown if the value of service parameter is empty. - A ValueError is thrown if the + A ValueError is thrown if the value of username parameter is empty. diff --git a/reference/win32service/functions/win32-remove-service-env-var.xml b/reference/win32service/functions/win32-remove-service-env-var.xml index 459feecd5..bfdc0542b 100644 --- a/reference/win32service/functions/win32-remove-service-env-var.xml +++ b/reference/win32service/functions/win32-remove-service-env-var.xml @@ -54,11 +54,11 @@ &reftitle.errors; - A ValueError is thrown if the + A ValueError is thrown if the value of service parameter is empty. - A ValueError is thrown if the + A ValueError is thrown if the value of varname parameter is empty. diff --git a/reference/win32service/functions/win32-send-custom-control.xml b/reference/win32service/functions/win32-send-custom-control.xml index c86677f54..201c5759f 100644 --- a/reference/win32service/functions/win32-send-custom-control.xml +++ b/reference/win32service/functions/win32-send-custom-control.xml @@ -66,14 +66,14 @@ &reftitle.errors; Prior to version 1.0.0, if the control value is not between 128 and 255, this function emits an - E_ERROR level error. + E_ERROR level error. - A ValueError is thrown if the + A ValueError is thrown if the value of servicename parameter is empty. - A ValueError is thrown if the + A ValueError is thrown if the value of control parameter is not between 128 and 255. @@ -96,7 +96,7 @@ PECL win32service 1.0.0 - Throws a ValueError on invalid data in parameters, + Throws a ValueError on invalid data in parameters, previously &false; was returned. diff --git a/reference/win32service/functions/win32-set-service-exit-code.xml b/reference/win32service/functions/win32-set-service-exit-code.xml index 166be1209..6a0a7d508 100644 --- a/reference/win32service/functions/win32-set-service-exit-code.xml +++ b/reference/win32service/functions/win32-set-service-exit-code.xml @@ -54,7 +54,7 @@ &reftitle.errors; Prior to version 1.0.0, if the SAPI is not "cli", this function emits an - E_ERROR level error. + E_ERROR level error. As of version 1.0.0, will throw a @@ -78,7 +78,7 @@ PECL win32service 1.0.0 - Throws a ValueError on invalid data in parameters, + Throws a ValueError on invalid data in parameters, previously &false; was returned. diff --git a/reference/win32service/functions/win32-set-service-exit-mode.xml b/reference/win32service/functions/win32-set-service-exit-mode.xml index 2618d713f..b19e65ee2 100644 --- a/reference/win32service/functions/win32-set-service-exit-mode.xml +++ b/reference/win32service/functions/win32-set-service-exit-mode.xml @@ -52,7 +52,7 @@ with the win32_set_service_exit_code function. &reftitle.errors; Prior to version 1.0.0, if the SAPI is not "cli", this function emits an - E_ERROR level error. + E_ERROR level error. @@ -78,7 +78,7 @@ with the win32_set_service_exit_code function. PECL win32service 1.0.0 - Throws a ValueError on invalid data in parameters, + Throws a ValueError on invalid data in parameters, previously &false; was returned. diff --git a/reference/win32service/functions/win32-set-service-pause-resume-state.xml b/reference/win32service/functions/win32-set-service-pause-resume-state.xml index 5d31e740c..69273da7d 100644 --- a/reference/win32service/functions/win32-set-service-pause-resume-state.xml +++ b/reference/win32service/functions/win32-set-service-pause-resume-state.xml @@ -51,7 +51,7 @@ is changed. &reftitle.errors; Prior to version 1.0.0, if the SAPI is not "cli", this function emits an - E_ERROR level error. + E_ERROR level error. @@ -77,7 +77,7 @@ is changed. PECL win32service 1.0.0 - Throws a ValueError on invalid data in parameters, + Throws a ValueError on invalid data in parameters, previously &false; was returned. diff --git a/reference/win32service/functions/win32-set-service-status.xml b/reference/win32service/functions/win32-set-service-status.xml index 99b3151d1..59a84d1a8 100644 --- a/reference/win32service/functions/win32-set-service-status.xml +++ b/reference/win32service/functions/win32-set-service-status.xml @@ -1,7 +1,7 @@ - + win32_set_service_status Update the service status @@ -82,7 +82,7 @@ &reftitle.errors; Prior to version 1.0.0, if the SAPI is not "cli", this function emits an -E_ERROR level error. +E_ERROR level error. As of version 1.0.0, will throw a @@ -106,7 +106,7 @@ PECL win32service 1.0.0 - Throws a ValueError on invalid data in parameters, + Throws a ValueError on invalid data in parameters, previously &false; was returned. diff --git a/reference/win32service/functions/win32-start-service-ctrl-dispatcher.xml b/reference/win32service/functions/win32-start-service-ctrl-dispatcher.xml index 8110a9ee1..c7a91acff 100644 --- a/reference/win32service/functions/win32-start-service-ctrl-dispatcher.xml +++ b/reference/win32service/functions/win32-start-service-ctrl-dispatcher.xml @@ -1,7 +1,7 @@ - + win32_start_service_ctrl_dispatcher Registers the script with the SCM, so that it can act as the service with the given name @@ -82,7 +82,7 @@ &reftitle.errors; Prior to version 1.0.0, if the SAPI is not "cli", this function emits an - E_ERROR level error. + E_ERROR level error. As of version 1.0.0, will throw a @@ -106,7 +106,7 @@ PECL win32service 1.0.0 - Throws a ValueError on invalid data in parameters, + Throws a ValueError on invalid data in parameters, previously &false; was returned. diff --git a/reference/win32service/functions/win32-start-service.xml b/reference/win32service/functions/win32-start-service.xml index 74c9dabf1..7000d93d3 100644 --- a/reference/win32service/functions/win32-start-service.xml +++ b/reference/win32service/functions/win32-start-service.xml @@ -1,7 +1,7 @@ - + win32_start_service Starts a service @@ -57,7 +57,7 @@ &reftitle.errors; - A ValueError is thrown if the + A ValueError is thrown if the value of servicename parameter is empty. @@ -80,7 +80,7 @@ PECL win32service 1.0.0 - Throws a ValueError on invalid data in parameters, + Throws a ValueError on invalid data in parameters, previously &false; was returned. diff --git a/reference/win32service/functions/win32-stop-service.xml b/reference/win32service/functions/win32-stop-service.xml index 18b24139b..f9c2ca76b 100644 --- a/reference/win32service/functions/win32-stop-service.xml +++ b/reference/win32service/functions/win32-stop-service.xml @@ -1,7 +1,7 @@ - + win32_stop_service Stops a service @@ -57,7 +57,7 @@ &reftitle.errors; - A ValueError is thrown if the + A ValueError is thrown if the value of servicename parameter is empty. @@ -80,7 +80,7 @@ PECL win32service 1.0.0 - Throws a ValueError on invalid data in parameters, + Throws a ValueError on invalid data in parameters, previously &false; was returned. diff --git a/reference/wincache/ini.xml b/reference/wincache/ini.xml index 4125bcd7c..fe87e8b98 100644 --- a/reference/wincache/ini.xml +++ b/reference/wincache/ini.xml @@ -1,6 +1,6 @@ -
+
&reftitle.runtime; &extension.runtime; @@ -27,7 +27,7 @@ "1" "0" "1" - INI_ALL + INI_ALL Available as of WinCache 1.0.0 @@ -35,7 +35,7 @@ "NULL" "NULL" "NULL" - INI_SYSTEM + INI_SYSTEM Available as of WinCache 1.0.0 @@ -43,7 +43,7 @@ "24" "5" "255" - INI_SYSTEM + INI_SYSTEM Available as of WinCache 1.0.0 @@ -51,7 +51,7 @@ "1" "0" "1" - INI_SYSTEM + INI_SYSTEM Available as of WinCache 1.1.0 @@ -59,7 +59,7 @@ "256" "10" "2048" - INI_SYSTEM + INI_SYSTEM Available as of WinCache 1.0.0 @@ -67,7 +67,7 @@ "1" "0" "1" - INI_ALL + INI_ALL Available as of WinCache 1.0.0. Removed as of 2.0.0.0 @@ -75,7 +75,7 @@ "NULL" "NULL" "NULL" - INI_SYSTEM + INI_SYSTEM Available as of WinCache 1.0.0. Removed as of 2.0.0.0 @@ -83,7 +83,7 @@ "96" "15" "255" - INI_SYSTEM + INI_SYSTEM Available as of WinCache 1.0.0. Removed as of 2.0.0.0 @@ -91,7 +91,7 @@ "4096" "1024" "16384" - INI_SYSTEM + INI_SYSTEM Available as of WinCache 1.0.0 @@ -99,7 +99,7 @@ "30" "0" "300" - INI_SYSTEM + INI_SYSTEM Available as of WinCache 1.0.0 @@ -107,7 +107,7 @@ "1200" "0" "7200" - INI_SYSTEM + INI_SYSTEM Available as of WinCache 1.0.0 @@ -115,7 +115,7 @@ 0 0 1 - INI_SYSTEM + INI_SYSTEM Available as of WinCache 1.0.0 @@ -123,7 +123,7 @@ NULL NULL NULL - INI_ALL + INI_ALL Available as of WinCache 1.0.0 @@ -131,7 +131,7 @@ NULL NULL NULL - INI_SYSTEM + INI_SYSTEM Available as of WinCache 1.0.0 @@ -139,7 +139,7 @@ 1 0 1 - INI_SYSTEM + INI_SYSTEM Available as of WinCache 1.1.0 @@ -147,7 +147,7 @@ 8 5 85 - INI_SYSTEM + INI_SYSTEM Available as of WinCache 1.1.0 @@ -155,7 +155,7 @@ 8 5 85 - INI_SYSTEM + INI_SYSTEM Available as of WinCache 1.1.0 @@ -163,7 +163,7 @@ NULL NULL NULL - INI_SYSTEM + INI_SYSTEM Available as of WinCache 1.2.0. Removed as of 1.3.7 @@ -171,7 +171,7 @@ 1 0 1 - INI_SYSTEM|INI_PERDIR + INI_SYSTEM|INI_PERDIR Available as of WinCache 1.3.7 @@ -179,7 +179,7 @@ 1 0 1 - INI_SYSTEM + INI_SYSTEM Available as of WinCache 1.3.6.3. Removed as of 2.0.0.0 @@ -187,7 +187,7 @@ NULL NULL NULL - INI_SYSTEM + INI_SYSTEM Available as of WinCache 1.3.7.4 diff --git a/reference/wincache/setup.xml b/reference/wincache/setup.xml index e92be0c70..844ca2cda 100644 --- a/reference/wincache/setup.xml +++ b/reference/wincache/setup.xml @@ -296,7 +296,7 @@ wincache.rerouteini = C:\PHP\reroute.ini <PHP function name>:[<number of function parameters>]=<wincache function name> - The example of the file is shown below. In this example the calls to PHP function file_get_contents + The example of the file is shown below. In this example the calls to PHP function file_get_contents will be replaced with calls to wincache_file_get_contents only if the number of parameters passed to the function is less than or equals to 2. Specifying the number of parameters is useful when replacement function does not handle all the function's parameters. diff --git a/reference/wkhtmltox/ini.xml b/reference/wkhtmltox/ini.xml index fbdce8e2e..f88675dcd 100644 --- a/reference/wkhtmltox/ini.xml +++ b/reference/wkhtmltox/ini.xml @@ -1,6 +1,6 @@ -
+
&reftitle.runtime; &extension.runtime; @@ -19,7 +19,7 @@ wkhtmltox.graphics Off - INI_SYSTEM|INI_PERDIR + INI_SYSTEM|INI_PERDIR >= 0.3.2 diff --git a/reference/xhprof/functions/xhprof-enable.xml b/reference/xhprof/functions/xhprof-enable.xml index fea835695..94e5313ef 100644 --- a/reference/xhprof/functions/xhprof-enable.xml +++ b/reference/xhprof/functions/xhprof-enable.xml @@ -110,8 +110,8 @@ xhprof_enable( xhprof_disable xhprof_sample_enable - memory_get_usage - getrusage + memory_get_usage + getrusage diff --git a/reference/xhprof/functions/xhprof-sample-enable.xml b/reference/xhprof/functions/xhprof-sample-enable.xml index 143eaef6a..4322b415f 100644 --- a/reference/xhprof/functions/xhprof-sample-enable.xml +++ b/reference/xhprof/functions/xhprof-sample-enable.xml @@ -40,8 +40,8 @@ xhprof_sample_disable xhprof_enable - memory_get_usage - getrusage + memory_get_usage + getrusage diff --git a/reference/xhprof/ini.xml b/reference/xhprof/ini.xml index 544dbff18..68edb16ae 100644 --- a/reference/xhprof/ini.xml +++ b/reference/xhprof/ini.xml @@ -1,7 +1,7 @@ -
+
&reftitle.runtime; &extension.runtime; @@ -20,7 +20,7 @@ xhprof.output_dir "" - INI_ALL + INI_ALL diff --git a/reference/xmldiff/xmldiff-dom/diff.xml b/reference/xmldiff/xmldiff-dom/diff.xml index 0b6910112..d30795351 100644 --- a/reference/xmldiff/xmldiff-dom/diff.xml +++ b/reference/xmldiff/xmldiff-dom/diff.xml @@ -10,9 +10,9 @@ &reftitle.description; - public DOMDocumentXMLDiff\DOM::diff - DOMDocumentfrom - DOMDocumentto + public DOMDocumentXMLDiff\DOM::diff + DOMDocumentfrom + DOMDocumentto Diff two DOMDocument instances and produce the new one containing the diff information. diff --git a/reference/xmldiff/xmldiff-dom/merge.xml b/reference/xmldiff/xmldiff-dom/merge.xml index 9e34e6d2f..fe9898b0c 100644 --- a/reference/xmldiff/xmldiff-dom/merge.xml +++ b/reference/xmldiff/xmldiff-dom/merge.xml @@ -10,9 +10,9 @@ &reftitle.description; - public DOMDocumentXMLDiff\DOM::merge - DOMDocumentsrc - DOMDocumentdiff + public DOMDocumentXMLDiff\DOM::merge + DOMDocumentsrc + DOMDocumentdiff Create new DOMDocument based on the diff. diff --git a/reference/xmlrpc/functions/xmlrpc-encode-request.xml b/reference/xmlrpc/functions/xmlrpc-encode-request.xml index 751079d06..85a5dbbc8 100644 --- a/reference/xmlrpc/functions/xmlrpc-encode-request.xml +++ b/reference/xmlrpc/functions/xmlrpc-encode-request.xml @@ -1,6 +1,6 @@ - + xmlrpc_encode_request Generates XML for a method request @@ -98,8 +98,8 @@ if ($response && xmlrpc_is_fault($response)) { &reftitle.seealso; - stream_context_create - file_get_contents + stream_context_create + file_get_contents xmlrpc_decode diff --git a/reference/xpass/constants.xml b/reference/xpass/constants.xml index fe9989e0c..0a5b70baa 100644 --- a/reference/xpass/constants.xml +++ b/reference/xpass/constants.xml @@ -1,6 +1,6 @@ - + &reftitle.constants; &extension.constants; @@ -11,7 +11,7 @@ Error codes (CRYPT_SALT_*) returned by crypt_checksalt. Password algorithms (PASSWORD_*) for - password_hash algo parameter. + password_hash algo parameter. diff --git a/reference/xpass/functions/crypt-gensalt.xml b/reference/xpass/functions/crypt-gensalt.xml index fa837c031..6d6ec8cdd 100644 --- a/reference/xpass/functions/crypt-gensalt.xml +++ b/reference/xpass/functions/crypt-gensalt.xml @@ -14,7 +14,7 @@ intcount0 - Compile a string for use as the salt argument to crypt. + Compile a string for use as the salt argument to crypt. @@ -85,8 +85,8 @@ bool(true) &reftitle.seealso; crypt_preferred_method - crypt - hash_equals + crypt + hash_equals diff --git a/reference/yac/book.xml b/reference/yac/book.xml index eb137f716..ce11e5acb 100644 --- a/reference/yac/book.xml +++ b/reference/yac/book.xml @@ -37,7 +37,7 @@ As of yac 2.4.0, small scalar values — - NULL, booleans, most integers (those that fit in + NULL, booleans, most integers (those that fit in 60 signed bits on 64-bit builds), strings of up to 7 bytes and empty arrays — are stored directly inside the hash slot instead of in a separate value block ("embedded values"), which diff --git a/reference/yac/ini.xml b/reference/yac/ini.xml index cbf54bbd0..eb7e7bec6 100644 --- a/reference/yac/ini.xml +++ b/reference/yac/ini.xml @@ -1,7 +1,7 @@ -
+
&reftitle.runtime; &extension.runtime; @@ -20,43 +20,43 @@ yac.compress_threshold 4K - INI_SYSTEM + INI_SYSTEM yac.debug 0 - INI_ALL + INI_ALL yac.enable 1 - INI_SYSTEM + INI_SYSTEM yac.enable_cli 0 - INI_SYSTEM + INI_SYSTEM yac.keys_memory_size 8M - INI_SYSTEM + INI_SYSTEM yac.serializer php - INI_SYSTEM + INI_SYSTEM yac.values_memory_size 64M - INI_SYSTEM + INI_SYSTEM diff --git a/reference/yac/yac/construct.xml b/reference/yac/yac/construct.xml index 87b4a3e6d..8483f3abc 100644 --- a/reference/yac/yac/construct.xml +++ b/reference/yac/yac/construct.xml @@ -38,7 +38,7 @@ &reftitle.errors; - Throws an Exception if the cache is disabled + Throws an Exception if the cache is disabled (yac.enable=0), or if prefix is longer than 48 bytes. diff --git a/reference/yac/yac/dump.xml b/reference/yac/yac/dump.xml index 68b3843b3..bb4ccc835 100644 --- a/reference/yac/yac/dump.xml +++ b/reference/yac/yac/dump.xml @@ -144,7 +144,7 @@ Whether the value is stored directly inside the slot instead of in a separate value block (as of yac 2.4.0). Small values — - NULL, booleans, small integers, strings of up to + NULL, booleans, small integers, strings of up to 7 bytes and empty arrays — are embedded this way and allocate no value memory at all; for them crc and size are reported as 0. diff --git a/reference/yaconf/ini.xml b/reference/yaconf/ini.xml index 420d19f5b..70b89aac7 100644 --- a/reference/yaconf/ini.xml +++ b/reference/yaconf/ini.xml @@ -1,7 +1,7 @@ -
+
&reftitle.runtime; &extension.runtime; @@ -20,13 +20,13 @@ yaconf.directory "" - INI_SYSTEM + INI_SYSTEM yaconf.check_delay 300 - INI_SYSTEM + INI_SYSTEM diff --git a/reference/yaf/appconfig.xml b/reference/yaf/appconfig.xml index 6ebd14dde..ea43db39f 100644 --- a/reference/yaf/appconfig.xml +++ b/reference/yaf/appconfig.xml @@ -399,7 +399,7 @@ $app = new Yaf_Application(Yaconf::get("application")); application.system.lowcase_path - only those INI_ALL configures can be set in this way + only those INI_ALL configures can be set in this way diff --git a/reference/yaf/ini.xml b/reference/yaf/ini.xml index ce4624f2f..99eac451a 100644 --- a/reference/yaf/ini.xml +++ b/reference/yaf/ini.xml @@ -1,7 +1,7 @@ -
+
&reftitle.runtime; &extension.runtime; @@ -20,55 +20,55 @@ yaf.library "" - INI_ALL + INI_ALL yaf.environ "product" - INI_SYSTEM + INI_SYSTEM yaf.forward_limit 5 - INI_ALL + INI_ALL yaf.use_namespace 0 - INI_ALL + INI_ALL yaf.action_prefer 0 - INI_ALL + INI_ALL yaf.lowcase_path 0 - INI_ALL + INI_ALL yaf.use_spl_autoload 0 - INI_ALL + INI_ALL yaf.name_suffix 1 - INI_ALL + INI_ALL yaf.name_separator "" - INI_ALL + INI_ALL diff --git a/reference/yaf/yaf-config-ini.xml b/reference/yaf/yaf-config-ini.xml index a4e25a856..6daf15c03 100644 --- a/reference/yaf/yaf-config-ini.xml +++ b/reference/yaf/yaf-config-ini.xml @@ -26,7 +26,7 @@ Yaf_Config_Ini utilizes the - parse_ini_file PHP function. Please review this + parse_ini_file PHP function. Please review this documentation to be aware of its specific behaviors, which propagate to Yaf_Config_Ini, such as how the special values of "&true;", "&false;", "yes", "no", and "&null;" are handled. diff --git a/reference/yaf/yaf-exception.xml b/reference/yaf/yaf-exception.xml index 5eb7edaaa..53de1c8f0 100644 --- a/reference/yaf/yaf-exception.xml +++ b/reference/yaf/yaf-exception.xml @@ -16,8 +16,8 @@ thrown by Yaf. Every other Yaf exception class extends it. - It extends RuntimeException when the SPL extension is - loaded, and the built-in Exception otherwise. + It extends RuntimeException when the SPL extension is + loaded, and the built-in Exception otherwise. Exceptions raised by Yaf carry an error code that identifies the type of failure. diff --git a/reference/yaf/yaf_application/bootstrap.xml b/reference/yaf/yaf_application/bootstrap.xml index cd5fe13ba..a26c58559 100644 --- a/reference/yaf/yaf_application/bootstrap.xml +++ b/reference/yaf/yaf_application/bootstrap.xml @@ -50,7 +50,7 @@ Triggers a YAF_ERR_TYPE_ERROR error if the found class is not a subclass of Yaf_Bootstrap_Abstract, or an - E_WARNING if the bootstrap file or the + E_WARNING if the bootstrap file or the Bootstrap class cannot be found. diff --git a/reference/yaf/yaf_dispatcher/seterrorhandler.xml b/reference/yaf/yaf_dispatcher/seterrorhandler.xml index c003418de..b68a65015 100644 --- a/reference/yaf/yaf_dispatcher/seterrorhandler.xml +++ b/reference/yaf/yaf_dispatcher/seterrorhandler.xml @@ -20,7 +20,7 @@ is off, Yaf triggers catchable errors when unexpected errors occur. - This method is a wrapper of set_error_handler; + This method is a wrapper of set_error_handler; the handler is called whenever such an error is raised. @@ -33,7 +33,7 @@ A callable callback, with the same semantics as the callback passed - to set_error_handler. + to set_error_handler. @@ -42,7 +42,7 @@ The error types to handle, same as the error_levels parameter of - set_error_handler. Defaults to handling all error types. + set_error_handler. Defaults to handling all error types. @@ -53,7 +53,7 @@ &reftitle.returnvalues; Returns the Yaf_Dispatcher object itself on - success, &false; if calling set_error_handler failed, + success, &false; if calling set_error_handler failed, or &null; if the application is not initialized. diff --git a/reference/yaf/yaf_exception/construct.xml b/reference/yaf/yaf_exception/construct.xml index d8927e5ee..6421076ba 100644 --- a/reference/yaf/yaf_exception/construct.xml +++ b/reference/yaf/yaf_exception/construct.xml @@ -14,7 +14,7 @@ stringmessage"" intcode0 - Constructs a new Yaf_Exception. The code carries the Yaf error code that identifies the type of failure, and is exposed via Exception::getCode. + Constructs a new Yaf_Exception. The code carries the Yaf error code that identifies the type of failure, and is exposed via Exception::getCode. diff --git a/reference/yaf/yaf_exception/getprevious.xml b/reference/yaf/yaf_exception/getprevious.xml index 35e8f181a..658cca7a5 100644 --- a/reference/yaf/yaf_exception/getprevious.xml +++ b/reference/yaf/yaf_exception/getprevious.xml @@ -10,10 +10,10 @@ &reftitle.description; - public ThrowableYaf_Exception::getPrevious + public ThrowableYaf_Exception::getPrevious - This method is inherited from the base Throwable hierarchy and returns the exception that was chained as the previous one, if any. + This method is inherited from the base Throwable hierarchy and returns the exception that was chained as the previous one, if any. @@ -23,7 +23,7 @@ &reftitle.returnvalues; - Returns the previous Throwable if available, &null; otherwise. + Returns the previous Throwable if available, &null; otherwise. &reftitle.examples; diff --git a/reference/yaf/yaf_request_abstract/getexception.xml b/reference/yaf/yaf_request_abstract/getexception.xml index f09d3650a..dd60c5d46 100644 --- a/reference/yaf/yaf_request_abstract/getexception.xml +++ b/reference/yaf/yaf_request_abstract/getexception.xml @@ -10,7 +10,7 @@ &reftitle.description; - public ExceptionnullYaf_Request_Abstract::getException + public ExceptionnullYaf_Request_Abstract::getException Retrieve the exception caught during dispatching. @@ -22,7 +22,7 @@ &reftitle.returnvalues; - The Exception caught during dispatching, or &null; if none. + The Exception caught during dispatching, or &null; if none. diff --git a/reference/yaml/functions/yaml-parse-file.xml b/reference/yaml/functions/yaml-parse-file.xml index a4897ac8e..e12924b08 100644 --- a/reference/yaml/functions/yaml-parse-file.xml +++ b/reference/yaml/functions/yaml-parse-file.xml @@ -86,7 +86,7 @@ Processing untrusted user input with yaml_parse_file - is dangerous if the use of unserialize is enabled for + is dangerous if the use of unserialize is enabled for nodes using the !php/object tag. This behavior can be disabled by using the yaml.decode_php ini setting. diff --git a/reference/yaml/functions/yaml-parse-url.xml b/reference/yaml/functions/yaml-parse-url.xml index 1d05f9f73..a057fb669 100644 --- a/reference/yaml/functions/yaml-parse-url.xml +++ b/reference/yaml/functions/yaml-parse-url.xml @@ -84,7 +84,7 @@ Processing untrusted user input with yaml_parse_url - is dangerous if the use of unserialize is enabled for + is dangerous if the use of unserialize is enabled for nodes using the !php/object tag. This behavior can be disabled by using the yaml.decode_php ini setting. diff --git a/reference/yaml/functions/yaml-parse.xml b/reference/yaml/functions/yaml-parse.xml index 2b50be4c6..3d4cb91c1 100644 --- a/reference/yaml/functions/yaml-parse.xml +++ b/reference/yaml/functions/yaml-parse.xml @@ -208,7 +208,7 @@ array(8) { Processing untrusted user input with yaml_parse - is dangerous if the use of unserialize is enabled for + is dangerous if the use of unserialize is enabled for nodes using the !php/object tag. This behavior can be disabled by using the yaml.decode_php ini setting. diff --git a/reference/yaml/ini.xml b/reference/yaml/ini.xml index f9ee5172b..5b8f2523f 100644 --- a/reference/yaml/ini.xml +++ b/reference/yaml/ini.xml @@ -1,7 +1,7 @@ -
+
&reftitle.runtime; &extension.runtime; @@ -20,37 +20,37 @@ yaml.decode_binary 0 - INI_ALL + INI_ALL yaml.decode_php 0 - INI_ALL + INI_ALL Added in 1.2.0, before 2.0.0 the default was 1 yaml.decode_timestamp 0 - INI_ALL + INI_ALL yaml.output_canonical 0 - INI_ALL + INI_ALL yaml.output_indent 2 - INI_ALL + INI_ALL yaml.output_width 80 - INI_ALL + INI_ALL @@ -91,7 +91,7 @@ - Controls the decoding of both implicit and explicit "tag:yaml.org,2002:timestamp" scalars in the YAML document stream. The default setting of 0 will not apply any decoding. A setting of 1 will use strtotime to parse the timestamp value as a Unix timestamp. A setting of 2 will use date_create to parse the timestamp value as DateTime object. + Controls the decoding of both implicit and explicit "tag:yaml.org,2002:timestamp" scalars in the YAML document stream. The default setting of 0 will not apply any decoding. A setting of 1 will use strtotime to parse the timestamp value as a Unix timestamp. A setting of 2 will use date_create to parse the timestamp value as DateTime object. diff --git a/reference/yar/constants.xml b/reference/yar/constants.xml index 0a0919244..cd83d139b 100644 --- a/reference/yar/constants.xml +++ b/reference/yar/constants.xml @@ -148,7 +148,7 @@ Client option to override hostname resolution for HTTP calls. The value must be an array of strings in the format HOST:PORT:ADDRESS, following the curl - CURLOPT_RESOLVE syntax. Requires libcurl + CURLOPT_RESOLVE syntax. Requires libcurl >= 7.21.3. Available as of Yar 2.1.0. diff --git a/reference/yar/ini.xml b/reference/yar/ini.xml index 297fec1c0..07d2a0c47 100644 --- a/reference/yar/ini.xml +++ b/reference/yar/ini.xml @@ -1,7 +1,7 @@ -
+
&reftitle.runtime; &extension.runtime; @@ -20,43 +20,43 @@ yar.connect_timeout 1000 - INI_ALL + INI_ALL yar.content_type application/octet-stream - INI_ALL + INI_ALL yar.debug Off - INI_ALL + INI_ALL yar.expose_info On - INI_PERDIR + INI_PERDIR yar.packager php - INI_PERDIR + INI_PERDIR yar.ssl_verify Off - INI_ALL + INI_ALL yar.timeout 5000 - INI_ALL + INI_ALL @@ -110,7 +110,7 @@ Enables debug mode. When on, Yar emits - E_WARNING messages with protocol-level + E_WARNING messages with protocol-level details for every request and response, prefixed with [Debug Yar_Server] or [Debug Yar_Client] and a timestamp. @@ -163,8 +163,8 @@ Whether to verify the TLS certificate of HTTPS servers. When on, the curl transport sets - CURLOPT_SSL_VERIFYPEER and - CURLOPT_SSL_VERIFYHOST, and requests to + CURLOPT_SSL_VERIFYPEER and + CURLOPT_SSL_VERIFYHOST, and requests to servers with invalid certificates fail. Off by default for backward compatibility. Available as of Yar 2.4.0. diff --git a/reference/yar/yar_client_exception/gettype.xml b/reference/yar/yar_client_exception/gettype.xml index 9b664bb3b..90bd31c3d 100644 --- a/reference/yar/yar_client_exception/gettype.xml +++ b/reference/yar/yar_client_exception/gettype.xml @@ -18,7 +18,7 @@ the client itself (transport failures, protocol errors and so on), so the type is always the fixed string "Yar_Exception_Client". Use - Exception::getCode to tell the individual + Exception::getCode to tell the individual failure apart; the code is one of the YAR_ERR_* constants. diff --git a/reference/yar/yar_concurrent_client/reset.xml b/reference/yar/yar_concurrent_client/reset.xml index c05960ff6..460a4955f 100644 --- a/reference/yar/yar_concurrent_client/reset.xml +++ b/reference/yar/yar_concurrent_client/reset.xml @@ -37,7 +37,7 @@ Returns &true;, or &false; when the concurrent client is currently inside Yar_Concurrent_Client::loop, in which case an - E_WARNING-level error is raised. + E_WARNING-level error is raised. diff --git a/reference/zookeeper/ini.xml b/reference/zookeeper/ini.xml index 93fd72812..f7e8e29e8 100644 --- a/reference/zookeeper/ini.xml +++ b/reference/zookeeper/ini.xml @@ -21,19 +21,19 @@ zookeeper.recv_timeout 10000 - INI_ALL + INI_ALL zookeeper.session_lock 1 - INI_SYSTEM + INI_SYSTEM zookeeper.sess_lock_wait 150000 - INI_ALL + INI_ALL