From 95c8696d327a4ea76880c06901b52b78c2f0655f Mon Sep 17 00:00:00 2001 From: lacatoire Date: Fri, 22 May 2026 11:57:07 +0200 Subject: [PATCH 1/2] Fix spelling typos across the manual --- chmonly/integration.xml | 2 +- reference/cmark/commonmark.cql.xml | 2 +- reference/dom/domdocument/getelementbyid.xml | 2 +- reference/dom/domnode/removechild.xml | 2 +- reference/ds/ds/deque/contains.xml | 2 +- reference/ds/ds/deque/rotate.xml | 2 +- reference/ds/ds/sequence/contains.xml | 2 +- reference/ds/ds/sequence/rotate.xml | 2 +- reference/ds/ds/vector/contains.xml | 2 +- reference/ds/ds/vector/rotate.xml | 2 +- reference/ev/ev/feedsignal.xml | 2 +- reference/ev/ev/now.xml | 2 +- reference/ev/ev/resume.xml | 2 +- reference/ev/ev/suspend.xml | 2 +- reference/ev/evprepare/createstopped.xml | 2 +- reference/ev/evsignal/createstopped.xml | 2 +- reference/ev/watcher-callbacks.xml | 2 +- reference/event/eventbuffer/pullup.xml | 2 +- reference/event/eventbufferevent/sslerror.xml | 2 +- reference/event/eventdnsbase.xml | 2 +- reference/event/eventhttprequest/senderror.xml | 2 +- reference/event/examples.xml | 2 +- .../functions/fann-get-cascade-output-change-fraction.xml | 2 +- reference/fann/functions/fann-get-layer-array.xml | 2 +- reference/fann/functions/fann-get-num-layers.xml | 2 +- reference/imagick/imagick/forwardfouriertransformimage.xml | 2 +- reference/intl/intlcalendar/getleastmaximum.xml | 2 +- reference/outcontrol/user-level-output-buffers.xml | 2 +- reference/ps/functions/ps-hyphenate.xml | 2 +- reference/yaf/yaf_view_simple/assignref.xml | 2 +- reference/zookeeper/zookeeper.xml | 2 +- reference/zookeeper/zookeeper/addauth.xml | 4 ++-- reference/zookeeper/zookeeper/close.xml | 2 +- reference/zookeeper/zookeeper/connect.xml | 2 +- reference/zookeeper/zookeeper/construct.xml | 2 +- reference/zookeeper/zookeeper/create.xml | 4 ++-- reference/zookeeper/zookeeper/delete.xml | 4 ++-- reference/zookeeper/zookeeper/exists.xml | 4 ++-- reference/zookeeper/zookeeper/get.xml | 4 ++-- reference/zookeeper/zookeeper/getacl.xml | 4 ++-- reference/zookeeper/zookeeper/getchildren.xml | 2 +- reference/zookeeper/zookeeper/getclientid.xml | 2 +- reference/zookeeper/zookeeper/getrecvtimeout.xml | 2 +- reference/zookeeper/zookeeper/getstate.xml | 2 +- reference/zookeeper/zookeeper/isrecoverable.xml | 2 +- reference/zookeeper/zookeeper/set.xml | 4 ++-- reference/zookeeper/zookeeper/setacl.xml | 4 ++-- reference/zookeeper/zookeeper/setdebuglevel.xml | 2 +- reference/zookeeper/zookeeper/setdeterministicconnorder.xml | 2 +- reference/zookeeper/zookeeper/setlogstream.xml | 2 +- reference/zookeeper/zookeeper/setwatcher.xml | 2 +- reference/zookeeper/zookeeperconfig/add.xml | 2 +- reference/zookeeper/zookeeperconfig/get.xml | 2 +- reference/zookeeper/zookeeperconfig/remove.xml | 2 +- reference/zookeeper/zookeeperconfig/set.xml | 2 +- 55 files changed, 63 insertions(+), 63 deletions(-) diff --git a/chmonly/integration.xml b/chmonly/integration.xml index 86f16349a8ab..e4482946d36a 100644 --- a/chmonly/integration.xml +++ b/chmonly/integration.xml @@ -41,7 +41,7 @@ you see the first time) can be accessed with the following URL: mk:@MSITStore:C:\phpmanual\php_manual_en.chm::/_index.html. Here mk:@MSITStore: is the special "protocol", - C:\phpmanual\php_manual_en.chm is the CHM with it's + C:\phpmanual\php_manual_en.chm is the CHM with its full path. The /_index.html part is the path to the index file inside the CHM and :: is just what you need to put between the CHM path and this file path. diff --git a/reference/cmark/commonmark.cql.xml b/reference/cmark/commonmark.cql.xml index 7733a2777501..c839f164bda7 100644 --- a/reference/cmark/commonmark.cql.xml +++ b/reference/cmark/commonmark.cql.xml @@ -16,7 +16,7 @@ Paths: - In it's most simplistic form, a CQL query combines the following paths and / to describe how to travel through a tree: + In its most simplistic form, a CQL query combines the following paths and / to describe how to travel through a tree: firstChild lastChild diff --git a/reference/dom/domdocument/getelementbyid.xml b/reference/dom/domdocument/getelementbyid.xml index 057a1db27f38..35665e958b4a 100644 --- a/reference/dom/domdocument/getelementbyid.xml +++ b/reference/dom/domdocument/getelementbyid.xml @@ -20,7 +20,7 @@ For this function to work, you will need either to set some ID attributes with or a DTD which defines an attribute to be of type ID. - In the later case, you will need to validate your document with + In the latter case, you will need to validate your document with or DOMDocument::$validateOnParse before using this function. diff --git a/reference/dom/domnode/removechild.xml b/reference/dom/domnode/removechild.xml index 2e760737b049..11c185119e95 100644 --- a/reference/dom/domnode/removechild.xml +++ b/reference/dom/domnode/removechild.xml @@ -14,7 +14,7 @@ DOMNodechild - This functions removes a child from a list of children. + This function removes a child from a list of children. diff --git a/reference/ds/ds/deque/contains.xml b/reference/ds/ds/deque/contains.xml index 396ad121cc97..dae7da542552 100644 --- a/reference/ds/ds/deque/contains.xml +++ b/reference/ds/ds/deque/contains.xml @@ -59,7 +59,7 @@ var_dump($deque->contains(...['c', 'b', 'a'])); // true var_dump($deque->contains(1)); // true var_dump($deque->contains('1')); // false -var_dump($sequece->contains(...[])); // true +var_dump($sequence->contains(...[])); // true ?> ]]> diff --git a/reference/ds/ds/deque/rotate.xml b/reference/ds/ds/deque/rotate.xml index a053eb65ae6f..dce00cbcea33 100644 --- a/reference/ds/ds/deque/rotate.xml +++ b/reference/ds/ds/deque/rotate.xml @@ -54,7 +54,7 @@ $deque = new \Ds\Deque(["a", "b", "c", "d"]); $deque->rotate(1); // "a" is shifted, then pushed. print_r($deque); -$deque->rotate(2); // "b" and "c" are both shifted, the pushed. +$deque->rotate(2); // "b" and "c" are both shifted, then pushed. print_r($deque); ?> ]]> diff --git a/reference/ds/ds/sequence/contains.xml b/reference/ds/ds/sequence/contains.xml index 30772474d63f..55d99d4b1d4b 100644 --- a/reference/ds/ds/sequence/contains.xml +++ b/reference/ds/ds/sequence/contains.xml @@ -59,7 +59,7 @@ var_dump($sequence->contains(...['c', 'b', 'a'])); // true var_dump($sequence->contains(1)); // true var_dump($sequence->contains('1')); // false -var_dump($sequece->contains(...[])); // true +var_dump($sequence->contains(...[])); // true ?> ]]> diff --git a/reference/ds/ds/sequence/rotate.xml b/reference/ds/ds/sequence/rotate.xml index 71c50973ca2e..46de6ba08643 100644 --- a/reference/ds/ds/sequence/rotate.xml +++ b/reference/ds/ds/sequence/rotate.xml @@ -54,7 +54,7 @@ $sequence = new \Ds\Vector(["a", "b", "c", "d"]); $sequence->rotate(1); // "a" is shifted, then pushed. print_r($sequence); -$sequence->rotate(2); // "b" and "c" are both shifted, the pushed. +$sequence->rotate(2); // "b" and "c" are both shifted, then pushed. print_r($sequence); ?> ]]> diff --git a/reference/ds/ds/vector/contains.xml b/reference/ds/ds/vector/contains.xml index 8ee226def21e..d00fe53070bc 100644 --- a/reference/ds/ds/vector/contains.xml +++ b/reference/ds/ds/vector/contains.xml @@ -59,7 +59,7 @@ var_dump($vector->contains(...['c', 'b', 'a'])); // true var_dump($vector->contains(1)); // true var_dump($vector->contains('1')); // false -var_dump($sequece->contains(...[])); // true +var_dump($sequence->contains(...[])); // true ?> ]]> diff --git a/reference/ds/ds/vector/rotate.xml b/reference/ds/ds/vector/rotate.xml index e82315f82e34..c3282e59ea92 100644 --- a/reference/ds/ds/vector/rotate.xml +++ b/reference/ds/ds/vector/rotate.xml @@ -54,7 +54,7 @@ $vector = new \Ds\Vector(["a", "b", "c", "d"]); $vector->rotate(1); // "a" is shifted, then pushed. print_r($vector); -$vector->rotate(2); // "b" and "c" are both shifted, the pushed. +$vector->rotate(2); // "b" and "c" are both shifted, then pushed. print_r($vector); ?> ]]> diff --git a/reference/ev/ev/feedsignal.xml b/reference/ev/ev/feedsignal.xml index 4694d0515f3e..36dfbe862dd6 100644 --- a/reference/ev/ev/feedsignal.xml +++ b/reference/ev/ev/feedsignal.xml @@ -3,7 +3,7 @@ Ev::feedSignal - Feed a signal event info Ev + Feed a signal event into Ev &reftitle.description; diff --git a/reference/ev/ev/now.xml b/reference/ev/ev/now.xml index 47b4278802cb..13bdac16c255 100644 --- a/reference/ev/ev/now.xml +++ b/reference/ev/ev/now.xml @@ -22,7 +22,7 @@ EvTimer and EvPeriodic) - are based on, and referring to it is usually faster then calling + are based on, and referring to it is usually faster than calling Ev::time. diff --git a/reference/ev/ev/resume.xml b/reference/ev/ev/resume.xml index 0836222cdce4..dfeb9f355912 100644 --- a/reference/ev/ev/resume.xml +++ b/reference/ev/ev/resume.xml @@ -22,7 +22,7 @@ methods suspend and resume a loop correspondingly. - All timer watchers will be delayed by the time spend between + All timer watchers will be delayed by the time spent between suspend and resume, diff --git a/reference/ev/ev/suspend.xml b/reference/ev/ev/suspend.xml index 496f858871f4..71a1e8e441d6 100644 --- a/reference/ev/ev/suspend.xml +++ b/reference/ev/ev/suspend.xml @@ -22,7 +22,7 @@ methods suspend and resume the default loop correspondingly. - All timer watchers will be delayed by the time spend between + All timer watchers will be delayed by the time spent between suspend and resume, diff --git a/reference/ev/evprepare/createstopped.xml b/reference/ev/evprepare/createstopped.xml index 36751a47775a..bac5392746fa 100644 --- a/reference/ev/evprepare/createstopped.xml +++ b/reference/ev/evprepare/createstopped.xml @@ -31,7 +31,7 @@ Creates a stopped instance of EvPrepare watcher. Unlike EvPrepare::__construct, - this method doesn' start the watcher automatically. + this method doesn't start the watcher automatically. diff --git a/reference/ev/evsignal/createstopped.xml b/reference/ev/evsignal/createstopped.xml index 780b01bc5c94..8d3ea025f401 100644 --- a/reference/ev/evsignal/createstopped.xml +++ b/reference/ev/evsignal/createstopped.xml @@ -35,7 +35,7 @@ Create stopped EvSignal watcher object. Unlike EvSignal::__construct, - this method does't start the watcher automatically. + this method doesn't start the watcher automatically. diff --git a/reference/ev/watcher-callbacks.xml b/reference/ev/watcher-callbacks.xml index d18cbb957be9..a533551b5b79 100644 --- a/reference/ev/watcher-callbacks.xml +++ b/reference/ev/watcher-callbacks.xml @@ -67,7 +67,7 @@ (or EvLoop::child) sets - EV::CHILD, + Ev::CHILD, EvPrepare (or EvLoop::prepare) diff --git a/reference/event/eventbuffer/pullup.xml b/reference/event/eventbuffer/pullup.xml index f60c9872ea68..b6053e5acc50 100644 --- a/reference/event/eventbuffer/pullup.xml +++ b/reference/event/eventbuffer/pullup.xml @@ -4,7 +4,7 @@ EventBuffer::pullup Linearizes data within buffer - and returns it's contents as a string + and returns its contents as a string &reftitle.description; diff --git a/reference/event/eventbufferevent/sslerror.xml b/reference/event/eventbufferevent/sslerror.xml index 0ae350d82fa4..24fcd1f253f6 100644 --- a/reference/event/eventbufferevent/sslerror.xml +++ b/reference/event/eventbufferevent/sslerror.xml @@ -43,7 +43,7 @@ Represents Libevent's DNS base structure. Used to resolve DNS - asyncronously, parse configuration files like resolv.conf etc. + asynchronously, parse configuration files like resolv.conf etc. diff --git a/reference/event/eventhttprequest/senderror.xml b/reference/event/eventhttprequest/senderror.xml index e04078f9b246..4e778d2ce3e5 100644 --- a/reference/event/eventhttprequest/senderror.xml +++ b/reference/event/eventhttprequest/senderror.xml @@ -45,7 +45,7 @@ - A brief explanation ofthe error. If &null;, the standard meaning of the + A brief explanation of the error. If &null;, the standard meaning of the error code will be used. diff --git a/reference/event/examples.xml b/reference/event/examples.xml index 158a7dc492b2..da10d4952446 100644 --- a/reference/event/examples.xml +++ b/reference/event/examples.xml @@ -390,7 +390,7 @@ class MySslEchoServer { $bev->writeBuffer($in); } - // This callback is invoked when some even occurs on the event listener, + // This callback is invoked when some event occurs on the event listener, // e.g. connection closed, or an error occurred function ssl_event_cb($bev, $events, $ctx) { if ($events & EventBufferEvent::ERROR) { diff --git a/reference/fann/functions/fann-get-cascade-output-change-fraction.xml b/reference/fann/functions/fann-get-cascade-output-change-fraction.xml index 9b35407bda12..ac26c9f65f75 100644 --- a/reference/fann/functions/fann-get-cascade-output-change-fraction.xml +++ b/reference/fann/functions/fann-get-cascade-output-change-fraction.xml @@ -29,7 +29,7 @@ they will be trained less. - The default cascade output change fraction is 0.01, which is equalent to a 1% change in MSE. + The default cascade output change fraction is 0.01, which is equivalent to a 1% change in MSE. diff --git a/reference/fann/functions/fann-get-layer-array.xml b/reference/fann/functions/fann-get-layer-array.xml index 7364e2b52ec9..b369109b43ab 100644 --- a/reference/fann/functions/fann-get-layer-array.xml +++ b/reference/fann/functions/fann-get-layer-array.xml @@ -36,7 +36,7 @@ &reftitle.returnvalues; - An array of numbers of neurons in each leayer + An array of numbers of neurons in each layer diff --git a/reference/fann/functions/fann-get-num-layers.xml b/reference/fann/functions/fann-get-num-layers.xml index edc2770ec09d..0497a952e9ec 100644 --- a/reference/fann/functions/fann-get-num-layers.xml +++ b/reference/fann/functions/fann-get-num-layers.xml @@ -33,7 +33,7 @@ &reftitle.returnvalues; - The number of leayers in the neural network, or &false; on error. + The number of layers in the neural network, or &false; on error. diff --git a/reference/imagick/imagick/forwardfouriertransformimage.xml b/reference/imagick/imagick/forwardfouriertransformimage.xml index 45b49270c0c8..5523a36a5fd1 100644 --- a/reference/imagick/imagick/forwardfouriertransformimage.xml +++ b/reference/imagick/imagick/forwardfouriertransformimage.xml @@ -59,7 +59,7 @@ function createMask() { $draw->setStrokeColor('rgb(255, 255, 255)'); $draw->setFillColor('rgb(255, 255, 255)'); - //Draw a circle on the y-axis, with it's centre + //Draw a circle on the y-axis, with its centre //at x, y that touches the origin $draw->circle(250, 250, 220, 250); diff --git a/reference/intl/intlcalendar/getleastmaximum.xml b/reference/intl/intlcalendar/getleastmaximum.xml index a96bde552eb8..f3b45d32f9aa 100644 --- a/reference/intl/intlcalendar/getleastmaximum.xml +++ b/reference/intl/intlcalendar/getleastmaximum.xml @@ -26,7 +26,7 @@ Returns the smallest local maximumw for a field. This should be a value smaller or equal to that returned by - IntlCalendar::getActualMaxmimum, which is in its turn + IntlCalendar::getActualMaximum, which is in its turn smaller or equal to that returned by IntlCalendar::getMaximum. diff --git a/reference/outcontrol/user-level-output-buffers.xml b/reference/outcontrol/user-level-output-buffers.xml index 913e2928b0ad..bcc62160ef46 100644 --- a/reference/outcontrol/user-level-output-buffers.xml +++ b/reference/outcontrol/user-level-output-buffers.xml @@ -178,7 +178,7 @@ If omitted, all operations are allowed by default. If 0 is used instead, the buffer cannot be flushed, cleaned or removed - but it's contents can still be retrieved. + but its contents can still be retrieved. PHP_OUTPUT_HANDLER_CLEANABLE allows diff --git a/reference/ps/functions/ps-hyphenate.xml b/reference/ps/functions/ps-hyphenate.xml index 306de72fcf9b..99cd029b59d4 100644 --- a/reference/ps/functions/ps-hyphenate.xml +++ b/reference/ps/functions/ps-hyphenate.xml @@ -46,7 +46,7 @@ text should not contain any non alpha characters. Possible positions for breaks are returned in an array of - interger numbers. Each number is the position of the char in + integer numbers. Each number is the position of the char in text after which a hyphenation can take place. diff --git a/reference/yaf/yaf_view_simple/assignref.xml b/reference/yaf/yaf_view_simple/assignref.xml index 2aae1f741353..21900f7bfdae 100644 --- a/reference/yaf/yaf_view_simple/assignref.xml +++ b/reference/yaf/yaf_view_simple/assignref.xml @@ -27,7 +27,7 @@ name - A string name which will be used to access the value in the tempalte. + A string name which will be used to access the value in the template. diff --git a/reference/zookeeper/zookeeper.xml b/reference/zookeeper/zookeeper.xml index 176e689619b4..461b286d703c 100644 --- a/reference/zookeeper/zookeeper.xml +++ b/reference/zookeeper/zookeeper.xml @@ -577,7 +577,7 @@ Zookeeper::CHILD_EVENT - A change as occurred in the list of children + A change has occurred in the list of children This is only generated by watches on the child list of a node. These watches are set using Zookeeper::getChildren. diff --git a/reference/zookeeper/zookeeper/addauth.xml b/reference/zookeeper/zookeeper/addauth.xml index 2b29738a4358..691fde648f5f 100644 --- a/reference/zookeeper/zookeeper/addauth.xml +++ b/reference/zookeeper/zookeeper/addauth.xml @@ -69,7 +69,7 @@ - Since version 0.3.0, this method emits ZookeeperException and it's derivatives. + Since version 0.3.0, this method emits ZookeeperException and its derivatives. @@ -84,7 +84,7 @@ set($path, $value); diff --git a/reference/zookeeper/zookeeper/close.xml b/reference/zookeeper/zookeeper/close.xml index a61fb26eab04..5aa6b38cc6aa 100644 --- a/reference/zookeeper/zookeeper/close.xml +++ b/reference/zookeeper/zookeeper/close.xml @@ -31,7 +31,7 @@ &reftitle.errors; - This method emits ZookeeperException and it's derivatives when closing an uninitialized instance. + This method emits ZookeeperException and its derivatives when closing an uninitialized instance. diff --git a/reference/zookeeper/zookeeper/connect.xml b/reference/zookeeper/zookeeper/connect.xml index 92032d935350..9346ca79e4f3 100644 --- a/reference/zookeeper/zookeeper/connect.xml +++ b/reference/zookeeper/zookeeper/connect.xml @@ -66,7 +66,7 @@ - Since version 0.3.0, this method emits ZookeeperException and it's derivatives. + Since version 0.3.0, this method emits ZookeeperException and its derivatives. diff --git a/reference/zookeeper/zookeeper/construct.xml b/reference/zookeeper/zookeeper/construct.xml index 68d388936964..d41a73335b6d 100644 --- a/reference/zookeeper/zookeeper/construct.xml +++ b/reference/zookeeper/zookeeper/construct.xml @@ -58,7 +58,7 @@ - Since version 0.3.0, this method emits ZookeeperException and it's derivatives. + Since version 0.3.0, this method emits ZookeeperException and its derivatives. diff --git a/reference/zookeeper/zookeeper/create.xml b/reference/zookeeper/zookeeper/create.xml index dc94d9ef1e00..854983e93394 100644 --- a/reference/zookeeper/zookeeper/create.xml +++ b/reference/zookeeper/zookeeper/create.xml @@ -74,7 +74,7 @@ - Since version 0.3.0, this method emits ZookeeperException and it's derivatives. + Since version 0.3.0, this method emits ZookeeperException and its derivatives. @@ -89,7 +89,7 @@ Zookeeper::PERM_ALL, diff --git a/reference/zookeeper/zookeeper/delete.xml b/reference/zookeeper/zookeeper/delete.xml index d873d70ee9ef..6d3ce78d9ee8 100644 --- a/reference/zookeeper/zookeeper/delete.xml +++ b/reference/zookeeper/zookeeper/delete.xml @@ -53,7 +53,7 @@ - Since version 0.3.0, this method emits ZookeeperException and it's derivatives. + Since version 0.3.0, this method emits ZookeeperException and its derivatives. @@ -68,7 +68,7 @@ delete($path); if ($r) diff --git a/reference/zookeeper/zookeeper/exists.xml b/reference/zookeeper/zookeeper/exists.xml index dc790af0e1f1..aab408a76168 100644 --- a/reference/zookeeper/zookeeper/exists.xml +++ b/reference/zookeeper/zookeeper/exists.xml @@ -53,7 +53,7 @@ - Since version 0.3.0, this method emits ZookeeperException and it's derivatives. + Since version 0.3.0, this method emits ZookeeperException and its derivatives. @@ -68,7 +68,7 @@ exists($path); if ($r) diff --git a/reference/zookeeper/zookeeper/get.xml b/reference/zookeeper/zookeeper/get.xml index 2c7877df24aa..eb236eb9ed25 100644 --- a/reference/zookeeper/zookeeper/get.xml +++ b/reference/zookeeper/zookeeper/get.xml @@ -71,7 +71,7 @@ - Since version 0.3.0, this method emits ZookeeperException and it's derivatives. + Since version 0.3.0, this method emits ZookeeperException and its derivatives. @@ -86,7 +86,7 @@ set($path, $value); diff --git a/reference/zookeeper/zookeeper/getacl.xml b/reference/zookeeper/zookeeper/getacl.xml index a256d8a4267c..d6808c36f05d 100644 --- a/reference/zookeeper/zookeeper/getacl.xml +++ b/reference/zookeeper/zookeeper/getacl.xml @@ -44,7 +44,7 @@ - Since version 0.3.0, this method emits ZookeeperException and it's derivatives. + Since version 0.3.0, this method emits ZookeeperException and its derivatives. @@ -59,7 +59,7 @@ Zookeeper::PERM_ALL, diff --git a/reference/zookeeper/zookeeper/getchildren.xml b/reference/zookeeper/zookeeper/getchildren.xml index b1bab6d6e354..d61011d5321c 100644 --- a/reference/zookeeper/zookeeper/getchildren.xml +++ b/reference/zookeeper/zookeeper/getchildren.xml @@ -53,7 +53,7 @@ - Since version 0.3.0, this method emits ZookeeperException and it's derivatives. + Since version 0.3.0, this method emits ZookeeperException and its derivatives. diff --git a/reference/zookeeper/zookeeper/getclientid.xml b/reference/zookeeper/zookeeper/getclientid.xml index ea50fa1afd20..3972ef6aefd7 100644 --- a/reference/zookeeper/zookeeper/getclientid.xml +++ b/reference/zookeeper/zookeeper/getclientid.xml @@ -35,7 +35,7 @@ - Since version 0.3.0, this method emits ZookeeperException and it's derivatives. + Since version 0.3.0, this method emits ZookeeperException and its derivatives. diff --git a/reference/zookeeper/zookeeper/getrecvtimeout.xml b/reference/zookeeper/zookeeper/getrecvtimeout.xml index d5005319f3a0..12fef96cba22 100644 --- a/reference/zookeeper/zookeeper/getrecvtimeout.xml +++ b/reference/zookeeper/zookeeper/getrecvtimeout.xml @@ -35,7 +35,7 @@ - Since version 0.3.0, this method emits ZookeeperException and it's derivatives. + Since version 0.3.0, this method emits ZookeeperException and its derivatives. diff --git a/reference/zookeeper/zookeeper/getstate.xml b/reference/zookeeper/zookeeper/getstate.xml index 204d63cd8c25..926c1521b0fe 100644 --- a/reference/zookeeper/zookeeper/getstate.xml +++ b/reference/zookeeper/zookeeper/getstate.xml @@ -35,7 +35,7 @@ - Since version 0.3.0, this method emits ZookeeperException and it's derivatives. + Since version 0.3.0, this method emits ZookeeperException and its derivatives. diff --git a/reference/zookeeper/zookeeper/isrecoverable.xml b/reference/zookeeper/zookeeper/isrecoverable.xml index a56152c17a67..9818b43cfff5 100644 --- a/reference/zookeeper/zookeeper/isrecoverable.xml +++ b/reference/zookeeper/zookeeper/isrecoverable.xml @@ -38,7 +38,7 @@ - Since version 0.3.0, this method emits ZookeeperException and it's derivatives. + Since version 0.3.0, this method emits ZookeeperException and its derivatives. diff --git a/reference/zookeeper/zookeeper/set.xml b/reference/zookeeper/zookeeper/set.xml index 2b11d06310e3..dfcf59773e48 100644 --- a/reference/zookeeper/zookeeper/set.xml +++ b/reference/zookeeper/zookeeper/set.xml @@ -71,7 +71,7 @@ - Since version 0.3.0, this method emits ZookeeperException and it's derivatives. + Since version 0.3.0, this method emits ZookeeperException and its derivatives. @@ -86,7 +86,7 @@ set($path, $value); diff --git a/reference/zookeeper/zookeeper/setacl.xml b/reference/zookeeper/zookeeper/setacl.xml index 081304c28050..23bdf2408432 100644 --- a/reference/zookeeper/zookeeper/setacl.xml +++ b/reference/zookeeper/zookeeper/setacl.xml @@ -62,7 +62,7 @@ - Since version 0.3.0, this method emits ZookeeperException and it's derivatives. + Since version 0.3.0, this method emits ZookeeperException and its derivatives. @@ -77,7 +77,7 @@ Zookeeper::PERM_ALL, diff --git a/reference/zookeeper/zookeeper/setdebuglevel.xml b/reference/zookeeper/zookeeper/setdebuglevel.xml index 8a0a6301336b..b0c468c91f92 100644 --- a/reference/zookeeper/zookeeper/setdebuglevel.xml +++ b/reference/zookeeper/zookeeper/setdebuglevel.xml @@ -45,7 +45,7 @@ - Since version 0.3.0, this method emits ZookeeperException and it's derivatives. + Since version 0.3.0, this method emits ZookeeperException and its derivatives. diff --git a/reference/zookeeper/zookeeper/setdeterministicconnorder.xml b/reference/zookeeper/zookeeper/setdeterministicconnorder.xml index 0e187e1bb81a..482302868271 100644 --- a/reference/zookeeper/zookeeper/setdeterministicconnorder.xml +++ b/reference/zookeeper/zookeeper/setdeterministicconnorder.xml @@ -49,7 +49,7 @@ - Since version 0.3.0, this method emits ZookeeperException and it's derivatives. + Since version 0.3.0, this method emits ZookeeperException and its derivatives. diff --git a/reference/zookeeper/zookeeper/setlogstream.xml b/reference/zookeeper/zookeeper/setlogstream.xml index 8e9e9197b1ba..fe41c2e32abc 100644 --- a/reference/zookeeper/zookeeper/setlogstream.xml +++ b/reference/zookeeper/zookeeper/setlogstream.xml @@ -47,7 +47,7 @@ - Since version 0.3.0, this method emits ZookeeperException and it's derivatives. + Since version 0.3.0, this method emits ZookeeperException and its derivatives. diff --git a/reference/zookeeper/zookeeper/setwatcher.xml b/reference/zookeeper/zookeeper/setwatcher.xml index 8e87d4e3aee4..8d0715e15f79 100644 --- a/reference/zookeeper/zookeeper/setwatcher.xml +++ b/reference/zookeeper/zookeeper/setwatcher.xml @@ -44,7 +44,7 @@ - Since version 0.3.0, this method emits ZookeeperException and it's derivatives. + Since version 0.3.0, this method emits ZookeeperException and its derivatives. diff --git a/reference/zookeeper/zookeeperconfig/add.xml b/reference/zookeeper/zookeeperconfig/add.xml index 17df9df74de0..82ecb6778db7 100644 --- a/reference/zookeeper/zookeeperconfig/add.xml +++ b/reference/zookeeper/zookeeperconfig/add.xml @@ -59,7 +59,7 @@ &reftitle.errors; - This method emits ZookeeperException and it's derivatives when parameters count or types are wrong or fail to save value to node. + This method emits ZookeeperException and its derivatives when parameters count or types are wrong or fail to save value to node. diff --git a/reference/zookeeper/zookeeperconfig/get.xml b/reference/zookeeper/zookeeperconfig/get.xml index f2a907246b8f..17d274aa054d 100644 --- a/reference/zookeeper/zookeeperconfig/get.xml +++ b/reference/zookeeper/zookeeperconfig/get.xml @@ -49,7 +49,7 @@ &reftitle.errors; - This method emits ZookeeperException and it's derivatives when parameters count or types are wrong or fail to get configuration. + This method emits ZookeeperException and its derivatives when parameters count or types are wrong or fail to get configuration. diff --git a/reference/zookeeper/zookeeperconfig/remove.xml b/reference/zookeeper/zookeeperconfig/remove.xml index c686583c2633..4f52115945ab 100644 --- a/reference/zookeeper/zookeeperconfig/remove.xml +++ b/reference/zookeeper/zookeeperconfig/remove.xml @@ -58,7 +58,7 @@ &reftitle.errors; - This method emits ZookeeperException and it's derivatives when parameters count or types are wrong or fail to save value to node. + This method emits ZookeeperException and its derivatives when parameters count or types are wrong or fail to save value to node. diff --git a/reference/zookeeper/zookeeperconfig/set.xml b/reference/zookeeper/zookeeperconfig/set.xml index e0e904cf9927..b0e9b1c0d749 100644 --- a/reference/zookeeper/zookeeperconfig/set.xml +++ b/reference/zookeeper/zookeeperconfig/set.xml @@ -58,7 +58,7 @@ &reftitle.errors; - This method emits ZookeeperException and it's derivatives when parameters count or types are wrong or fail to save value to node. + This method emits ZookeeperException and its derivatives when parameters count or types are wrong or fail to save value to node. From 3fb34c6fd19ccb2f871dfff8f497da5c8ff2c5f0 Mon Sep 17 00:00:00 2001 From: lacatoire Date: Fri, 22 May 2026 12:23:15 +0200 Subject: [PATCH 2/2] nits + simpara --- chmonly/integration.xml | 4 ++-- reference/dom/domdocument/getelementbyid.xml | 4 ++-- reference/dom/domnode/removechild.xml | 4 ++-- reference/ds/ds/deque/contains.xml | 2 +- reference/ds/ds/vector/contains.xml | 2 +- reference/ev/evprepare/createstopped.xml | 2 +- reference/event/eventdnsbase.xml | 4 ++-- reference/event/eventhttprequest/senderror.xml | 4 ++-- .../functions/fann-get-cascade-output-change-fraction.xml | 4 ++-- reference/fann/functions/fann-get-layer-array.xml | 4 ++-- reference/fann/functions/fann-get-num-layers.xml | 4 ++-- reference/intl/intlcalendar/getleastmaximum.xml | 4 ++-- reference/outcontrol/user-level-output-buffers.xml | 4 ++-- reference/ps/functions/ps-hyphenate.xml | 4 ++-- reference/yaf/yaf_view_simple/assignref.xml | 4 ++-- reference/zookeeper/zookeeper.xml | 2 +- reference/zookeeper/zookeeper/addauth.xml | 4 ++-- reference/zookeeper/zookeeper/close.xml | 4 ++-- reference/zookeeper/zookeeper/connect.xml | 4 ++-- reference/zookeeper/zookeeper/construct.xml | 4 ++-- reference/zookeeper/zookeeper/create.xml | 4 ++-- reference/zookeeper/zookeeper/delete.xml | 4 ++-- reference/zookeeper/zookeeper/exists.xml | 4 ++-- reference/zookeeper/zookeeper/get.xml | 4 ++-- reference/zookeeper/zookeeper/getacl.xml | 4 ++-- reference/zookeeper/zookeeper/getchildren.xml | 4 ++-- reference/zookeeper/zookeeper/getrecvtimeout.xml | 4 ++-- reference/zookeeper/zookeeper/getstate.xml | 4 ++-- reference/zookeeper/zookeeper/isrecoverable.xml | 4 ++-- reference/zookeeper/zookeeper/set.xml | 4 ++-- reference/zookeeper/zookeeper/setacl.xml | 4 ++-- reference/zookeeper/zookeeper/setdebuglevel.xml | 4 ++-- reference/zookeeper/zookeeper/setdeterministicconnorder.xml | 4 ++-- reference/zookeeper/zookeeper/setlogstream.xml | 4 ++-- reference/zookeeper/zookeeper/setwatcher.xml | 4 ++-- reference/zookeeper/zookeeperconfig/add.xml | 4 ++-- reference/zookeeper/zookeeperconfig/get.xml | 4 ++-- reference/zookeeper/zookeeperconfig/remove.xml | 4 ++-- reference/zookeeper/zookeeperconfig/set.xml | 4 ++-- 39 files changed, 74 insertions(+), 74 deletions(-) diff --git a/chmonly/integration.xml b/chmonly/integration.xml index e4482946d36a..6a6541312488 100644 --- a/chmonly/integration.xml +++ b/chmonly/integration.xml @@ -35,7 +35,7 @@ the help content is stored in HTML files, you can show pages of the CHM in Internet Explorer. - + Assume that you placed your php_manual_en.chm to c:\phpmanual the index file in the manual (which you see the first time) can be accessed with the following URL: @@ -45,7 +45,7 @@ full path. The /_index.html part is the path to the index file inside the CHM and :: is just what you need to put between the CHM path and this file path. - + diff --git a/reference/dom/domdocument/getelementbyid.xml b/reference/dom/domdocument/getelementbyid.xml index 35665e958b4a..ac5fbe0a1877 100644 --- a/reference/dom/domdocument/getelementbyid.xml +++ b/reference/dom/domdocument/getelementbyid.xml @@ -16,14 +16,14 @@ but searches for an element with a given id. - + For this function to work, you will need either to set some ID attributes with or a DTD which defines an attribute to be of type ID. In the latter case, you will need to validate your document with or DOMDocument::$validateOnParse before using this function. - + &reftitle.parameters; diff --git a/reference/dom/domnode/removechild.xml b/reference/dom/domnode/removechild.xml index 11c185119e95..22ea0dc9228c 100644 --- a/reference/dom/domnode/removechild.xml +++ b/reference/dom/domnode/removechild.xml @@ -13,9 +13,9 @@ public DOMNodefalseDOMNode::removeChild DOMNodechild - + This function removes a child from a list of children. - + &reftitle.parameters; diff --git a/reference/ds/ds/deque/contains.xml b/reference/ds/ds/deque/contains.xml index dae7da542552..878ec0320e25 100644 --- a/reference/ds/ds/deque/contains.xml +++ b/reference/ds/ds/deque/contains.xml @@ -59,7 +59,7 @@ var_dump($deque->contains(...['c', 'b', 'a'])); // true var_dump($deque->contains(1)); // true var_dump($deque->contains('1')); // false -var_dump($sequence->contains(...[])); // true +var_dump($deque->contains(...[])); // true ?> ]]> diff --git a/reference/ds/ds/vector/contains.xml b/reference/ds/ds/vector/contains.xml index d00fe53070bc..061669bf8b54 100644 --- a/reference/ds/ds/vector/contains.xml +++ b/reference/ds/ds/vector/contains.xml @@ -59,7 +59,7 @@ var_dump($vector->contains(...['c', 'b', 'a'])); // true var_dump($vector->contains(1)); // true var_dump($vector->contains('1')); // false -var_dump($sequence->contains(...[])); // true +var_dump($vector->contains(...[])); // true ?> ]]> diff --git a/reference/ev/evprepare/createstopped.xml b/reference/ev/evprepare/createstopped.xml index bac5392746fa..833f8235da70 100644 --- a/reference/ev/evprepare/createstopped.xml +++ b/reference/ev/evprepare/createstopped.xml @@ -73,7 +73,7 @@ &reftitle.returnvalues; - Return EvPrepare object on success. + Returns EvPrepare object on success. diff --git a/reference/event/eventdnsbase.xml b/reference/event/eventdnsbase.xml index 7ca697f9df9e..7b91a22ec560 100644 --- a/reference/event/eventdnsbase.xml +++ b/reference/event/eventdnsbase.xml @@ -7,10 +7,10 @@
&reftitle.intro; - + Represents Libevent's DNS base structure. Used to resolve DNS asynchronously, parse configuration files like resolv.conf etc. - +
diff --git a/reference/event/eventhttprequest/senderror.xml b/reference/event/eventhttprequest/senderror.xml index 4e778d2ce3e5..44056d03a00b 100644 --- a/reference/event/eventhttprequest/senderror.xml +++ b/reference/event/eventhttprequest/senderror.xml @@ -44,10 +44,10 @@ reason - + A brief explanation of the error. If &null;, the standard meaning of the error code will be used. - + diff --git a/reference/fann/functions/fann-get-cascade-output-change-fraction.xml b/reference/fann/functions/fann-get-cascade-output-change-fraction.xml index ac26c9f65f75..27f5cc48a863 100644 --- a/reference/fann/functions/fann-get-cascade-output-change-fraction.xml +++ b/reference/fann/functions/fann-get-cascade-output-change-fraction.xml @@ -28,9 +28,9 @@ If the cascade output change fraction is low, the output connections will be trained more and if the fraction is high, they will be trained less. - + The default cascade output change fraction is 0.01, which is equivalent to a 1% change in MSE. - + diff --git a/reference/fann/functions/fann-get-layer-array.xml b/reference/fann/functions/fann-get-layer-array.xml index b369109b43ab..f56aa7377a0b 100644 --- a/reference/fann/functions/fann-get-layer-array.xml +++ b/reference/fann/functions/fann-get-layer-array.xml @@ -35,9 +35,9 @@ &reftitle.returnvalues; - + An array of numbers of neurons in each layer - + diff --git a/reference/fann/functions/fann-get-num-layers.xml b/reference/fann/functions/fann-get-num-layers.xml index 0497a952e9ec..3ad2c4f7faeb 100644 --- a/reference/fann/functions/fann-get-num-layers.xml +++ b/reference/fann/functions/fann-get-num-layers.xml @@ -32,9 +32,9 @@ &reftitle.returnvalues; - + The number of layers in the neural network, or &false; on error. - + diff --git a/reference/intl/intlcalendar/getleastmaximum.xml b/reference/intl/intlcalendar/getleastmaximum.xml index f3b45d32f9aa..4bb5ca7dbfaa 100644 --- a/reference/intl/intlcalendar/getleastmaximum.xml +++ b/reference/intl/intlcalendar/getleastmaximum.xml @@ -23,13 +23,13 @@ IntlCalendarcalendar intfield - + Returns the smallest local maximumw for a field. This should be a value smaller or equal to that returned by IntlCalendar::getActualMaximum, which is in its turn smaller or equal to that returned by IntlCalendar::getMaximum. - + diff --git a/reference/outcontrol/user-level-output-buffers.xml b/reference/outcontrol/user-level-output-buffers.xml index bcc62160ef46..58eb7156569f 100644 --- a/reference/outcontrol/user-level-output-buffers.xml +++ b/reference/outcontrol/user-level-output-buffers.xml @@ -169,7 +169,7 @@
Operations Allowed On Buffers - + The operations allowed on buffers can be controlled by passing one of the buffer control flags @@ -179,7 +179,7 @@ If 0 is used instead, the buffer cannot be flushed, cleaned or removed but its contents can still be retrieved. - + PHP_OUTPUT_HANDLER_CLEANABLE allows ob_clean to clean the contents of the buffer. diff --git a/reference/ps/functions/ps-hyphenate.xml b/reference/ps/functions/ps-hyphenate.xml index 99cd029b59d4..0d8fbe27d1ca 100644 --- a/reference/ps/functions/ps-hyphenate.xml +++ b/reference/ps/functions/ps-hyphenate.xml @@ -43,12 +43,12 @@ text - + text should not contain any non alpha characters. Possible positions for breaks are returned in an array of integer numbers. Each number is the position of the char in text after which a hyphenation can take place. - + diff --git a/reference/yaf/yaf_view_simple/assignref.xml b/reference/yaf/yaf_view_simple/assignref.xml index 21900f7bfdae..8ac0c1c85469 100644 --- a/reference/yaf/yaf_view_simple/assignref.xml +++ b/reference/yaf/yaf_view_simple/assignref.xml @@ -26,9 +26,9 @@ name - + A string name which will be used to access the value in the template. - + diff --git a/reference/zookeeper/zookeeper.xml b/reference/zookeeper/zookeeper.xml index 461b286d703c..7bd9273e8a05 100644 --- a/reference/zookeeper/zookeeper.xml +++ b/reference/zookeeper/zookeeper.xml @@ -577,7 +577,7 @@ Zookeeper::CHILD_EVENT - A change has occurred in the list of children + A change has occurred in the list of children This is only generated by watches on the child list of a node. These watches are set using Zookeeper::getChildren. diff --git a/reference/zookeeper/zookeeper/addauth.xml b/reference/zookeeper/zookeeper/addauth.xml index 691fde648f5f..b28095692632 100644 --- a/reference/zookeeper/zookeeper/addauth.xml +++ b/reference/zookeeper/zookeeper/addauth.xml @@ -68,9 +68,9 @@ This method emits PHP error/warning when parameters count or types are wrong or operation fails. - + Since version 0.3.0, this method emits ZookeeperException and its derivatives. - + diff --git a/reference/zookeeper/zookeeper/close.xml b/reference/zookeeper/zookeeper/close.xml index 5aa6b38cc6aa..b49f8c66da92 100644 --- a/reference/zookeeper/zookeeper/close.xml +++ b/reference/zookeeper/zookeeper/close.xml @@ -30,9 +30,9 @@ &reftitle.errors; - + This method emits ZookeeperException and its derivatives when closing an uninitialized instance. - + diff --git a/reference/zookeeper/zookeeper/connect.xml b/reference/zookeeper/zookeeper/connect.xml index 9346ca79e4f3..c5736dc48ad1 100644 --- a/reference/zookeeper/zookeeper/connect.xml +++ b/reference/zookeeper/zookeeper/connect.xml @@ -65,9 +65,9 @@ This method emits PHP error/warning when parameters count or types are wrong or could not init instance. - + Since version 0.3.0, this method emits ZookeeperException and its derivatives. - + diff --git a/reference/zookeeper/zookeeper/construct.xml b/reference/zookeeper/zookeeper/construct.xml index d41a73335b6d..98aa2a1cac93 100644 --- a/reference/zookeeper/zookeeper/construct.xml +++ b/reference/zookeeper/zookeeper/construct.xml @@ -57,9 +57,9 @@ This method emits PHP error/warning when parameters count or types are wrong or could not init instance. - + Since version 0.3.0, this method emits ZookeeperException and its derivatives. - + diff --git a/reference/zookeeper/zookeeper/create.xml b/reference/zookeeper/zookeeper/create.xml index 854983e93394..8918f1e89fbd 100644 --- a/reference/zookeeper/zookeeper/create.xml +++ b/reference/zookeeper/zookeeper/create.xml @@ -73,9 +73,9 @@ This method emits PHP error/warning when parameters count or types are wrong or fail to create node. - + Since version 0.3.0, this method emits ZookeeperException and its derivatives. - + diff --git a/reference/zookeeper/zookeeper/delete.xml b/reference/zookeeper/zookeeper/delete.xml index 6d3ce78d9ee8..1640ad57e9f6 100644 --- a/reference/zookeeper/zookeeper/delete.xml +++ b/reference/zookeeper/zookeeper/delete.xml @@ -52,9 +52,9 @@ This method emits PHP error/warning when parameters count or types are wrong or fail to delete node. - + Since version 0.3.0, this method emits ZookeeperException and its derivatives. - + diff --git a/reference/zookeeper/zookeeper/exists.xml b/reference/zookeeper/zookeeper/exists.xml index aab408a76168..f5a655138932 100644 --- a/reference/zookeeper/zookeeper/exists.xml +++ b/reference/zookeeper/zookeeper/exists.xml @@ -52,9 +52,9 @@ This method emits PHP error/warning when parameters count or types are wrong or fail to check the existence of a node. - + Since version 0.3.0, this method emits ZookeeperException and its derivatives. - + diff --git a/reference/zookeeper/zookeeper/get.xml b/reference/zookeeper/zookeeper/get.xml index eb236eb9ed25..5d5616eb6c95 100644 --- a/reference/zookeeper/zookeeper/get.xml +++ b/reference/zookeeper/zookeeper/get.xml @@ -70,9 +70,9 @@ This method emits PHP error/warning when parameters count or types are wrong or fail to get value from node. - + Since version 0.3.0, this method emits ZookeeperException and its derivatives. - + diff --git a/reference/zookeeper/zookeeper/getacl.xml b/reference/zookeeper/zookeeper/getacl.xml index d6808c36f05d..e9b614393762 100644 --- a/reference/zookeeper/zookeeper/getacl.xml +++ b/reference/zookeeper/zookeeper/getacl.xml @@ -43,9 +43,9 @@ This method emits PHP error/warning when parameters count or types are wrong or fail to get ACL of a node. - + Since version 0.3.0, this method emits ZookeeperException and its derivatives. - + diff --git a/reference/zookeeper/zookeeper/getchildren.xml b/reference/zookeeper/zookeeper/getchildren.xml index d61011d5321c..3a88fd1641a0 100644 --- a/reference/zookeeper/zookeeper/getchildren.xml +++ b/reference/zookeeper/zookeeper/getchildren.xml @@ -52,9 +52,9 @@ This method emits PHP error/warning when parameters count or types are wrong or fail to list children of a node. - + Since version 0.3.0, this method emits ZookeeperException and its derivatives. - + diff --git a/reference/zookeeper/zookeeper/getrecvtimeout.xml b/reference/zookeeper/zookeeper/getrecvtimeout.xml index 12fef96cba22..11f45fe130fe 100644 --- a/reference/zookeeper/zookeeper/getrecvtimeout.xml +++ b/reference/zookeeper/zookeeper/getrecvtimeout.xml @@ -34,9 +34,9 @@ This method emits PHP error/warning when operation fails. - + Since version 0.3.0, this method emits ZookeeperException and its derivatives. - + diff --git a/reference/zookeeper/zookeeper/getstate.xml b/reference/zookeeper/zookeeper/getstate.xml index 926c1521b0fe..94234acac5cb 100644 --- a/reference/zookeeper/zookeeper/getstate.xml +++ b/reference/zookeeper/zookeeper/getstate.xml @@ -34,9 +34,9 @@ This method emits PHP error/warning when it fails to get state of zookeeper connection. - + Since version 0.3.0, this method emits ZookeeperException and its derivatives. - + diff --git a/reference/zookeeper/zookeeper/isrecoverable.xml b/reference/zookeeper/zookeeper/isrecoverable.xml index 9818b43cfff5..5a1984b9a7c8 100644 --- a/reference/zookeeper/zookeeper/isrecoverable.xml +++ b/reference/zookeeper/zookeeper/isrecoverable.xml @@ -37,9 +37,9 @@ This method emits PHP error/warning when operation fails. - + Since version 0.3.0, this method emits ZookeeperException and its derivatives. - + diff --git a/reference/zookeeper/zookeeper/set.xml b/reference/zookeeper/zookeeper/set.xml index dfcf59773e48..9b103f2a9308 100644 --- a/reference/zookeeper/zookeeper/set.xml +++ b/reference/zookeeper/zookeeper/set.xml @@ -70,9 +70,9 @@ This method emits PHP error/warning when parameters count or types are wrong or fail to save value to node. - + Since version 0.3.0, this method emits ZookeeperException and its derivatives. - + diff --git a/reference/zookeeper/zookeeper/setacl.xml b/reference/zookeeper/zookeeper/setacl.xml index 23bdf2408432..a8864d223881 100644 --- a/reference/zookeeper/zookeeper/setacl.xml +++ b/reference/zookeeper/zookeeper/setacl.xml @@ -61,9 +61,9 @@ This method emits PHP error/warning when parameters count or types are wrong or fail to set ACL for a node. - + Since version 0.3.0, this method emits ZookeeperException and its derivatives. - + diff --git a/reference/zookeeper/zookeeper/setdebuglevel.xml b/reference/zookeeper/zookeeper/setdebuglevel.xml index b0c468c91f92..c3feca4533a6 100644 --- a/reference/zookeeper/zookeeper/setdebuglevel.xml +++ b/reference/zookeeper/zookeeper/setdebuglevel.xml @@ -44,9 +44,9 @@ This method emits PHP error/warning when parameters count or types are wrong or fail to set debug level. - + Since version 0.3.0, this method emits ZookeeperException and its derivatives. - + diff --git a/reference/zookeeper/zookeeper/setdeterministicconnorder.xml b/reference/zookeeper/zookeeper/setdeterministicconnorder.xml index 482302868271..75424e7357f2 100644 --- a/reference/zookeeper/zookeeper/setdeterministicconnorder.xml +++ b/reference/zookeeper/zookeeper/setdeterministicconnorder.xml @@ -48,9 +48,9 @@ This method emits PHP error/warning when parameters count or types are wrong or operation fails. - + Since version 0.3.0, this method emits ZookeeperException and its derivatives. - + diff --git a/reference/zookeeper/zookeeper/setlogstream.xml b/reference/zookeeper/zookeeper/setlogstream.xml index fe41c2e32abc..40981d708774 100644 --- a/reference/zookeeper/zookeeper/setlogstream.xml +++ b/reference/zookeeper/zookeeper/setlogstream.xml @@ -46,9 +46,9 @@ This method emits PHP error/warning when parameters count or types are wrong or operation fails. - + Since version 0.3.0, this method emits ZookeeperException and its derivatives. - + diff --git a/reference/zookeeper/zookeeper/setwatcher.xml b/reference/zookeeper/zookeeper/setwatcher.xml index 8d0715e15f79..84bb849bd633 100644 --- a/reference/zookeeper/zookeeper/setwatcher.xml +++ b/reference/zookeeper/zookeeper/setwatcher.xml @@ -43,9 +43,9 @@ This method emits PHP error/warning when parameters count or types are wrong or fail to set watcher. - + Since version 0.3.0, this method emits ZookeeperException and its derivatives. - + diff --git a/reference/zookeeper/zookeeperconfig/add.xml b/reference/zookeeper/zookeeperconfig/add.xml index 82ecb6778db7..18ac63bc1800 100644 --- a/reference/zookeeper/zookeeperconfig/add.xml +++ b/reference/zookeeper/zookeeperconfig/add.xml @@ -58,9 +58,9 @@ &reftitle.errors; - + This method emits ZookeeperException and its derivatives when parameters count or types are wrong or fail to save value to node. - + diff --git a/reference/zookeeper/zookeeperconfig/get.xml b/reference/zookeeper/zookeeperconfig/get.xml index 17d274aa054d..f736dc6cbf0f 100644 --- a/reference/zookeeper/zookeeperconfig/get.xml +++ b/reference/zookeeper/zookeeperconfig/get.xml @@ -48,9 +48,9 @@ &reftitle.errors; - + This method emits ZookeeperException and its derivatives when parameters count or types are wrong or fail to get configuration. - + diff --git a/reference/zookeeper/zookeeperconfig/remove.xml b/reference/zookeeper/zookeeperconfig/remove.xml index 4f52115945ab..e2564daf1eb3 100644 --- a/reference/zookeeper/zookeeperconfig/remove.xml +++ b/reference/zookeeper/zookeeperconfig/remove.xml @@ -57,9 +57,9 @@ &reftitle.errors; - + This method emits ZookeeperException and its derivatives when parameters count or types are wrong or fail to save value to node. - + diff --git a/reference/zookeeper/zookeeperconfig/set.xml b/reference/zookeeper/zookeeperconfig/set.xml index b0e9b1c0d749..e09eeaf8acba 100644 --- a/reference/zookeeper/zookeeperconfig/set.xml +++ b/reference/zookeeper/zookeeperconfig/set.xml @@ -57,9 +57,9 @@ &reftitle.errors; - + This method emits ZookeeperException and its derivatives when parameters count or types are wrong or fail to save value to node. - +