diff --git a/reference/dom/domnodelist.xml b/reference/dom/domnodelist.xml index 697015e5a015..17c2389255d8 100644 --- a/reference/dom/domnodelist.xml +++ b/reference/dom/domnodelist.xml @@ -91,6 +91,14 @@ Remove me once you perform substitutions + + 8.0.0 + + DOMNodeList implements + IteratorAggregate now. + Previously, Traversable was implemented instead. + + 7.2.0 @@ -102,7 +110,8 @@ Remove me once you perform substitutions - + +
&reftitle.seealso; @@ -112,30 +121,7 @@ Remove me once you perform substitutions
- -
- &reftitle.changelog; - - - - - &Version; - &Description; - - - - - 8.0.0 - - DOMNodeList implements - IteratorAggregate now. - Previously, Traversable was implemented instead. - - - - - -
+ diff --git a/reference/ftp/functions/ftp-mkdir.xml b/reference/ftp/functions/ftp-mkdir.xml index c927e262eb9b..eb65d36075c2 100644 --- a/reference/ftp/functions/ftp-mkdir.xml +++ b/reference/ftp/functions/ftp-mkdir.xml @@ -44,6 +44,14 @@ + + &reftitle.errors; + + Emits an E_WARNING level error if the directory + already exists or the relevant permissions prevent creating the directory. + + + &reftitle.changelog; @@ -61,14 +69,6 @@ - - &reftitle.errors; - - Emits an E_WARNING level error if the directory - already exists or the relevant permissions prevent creating the directory. - - - &reftitle.examples; diff --git a/reference/mysqli/mysqli_result/num-rows.xml b/reference/mysqli/mysqli_result/num-rows.xml index 42618ac565be..8741ea78ddf0 100644 --- a/reference/mysqli/mysqli_result/num-rows.xml +++ b/reference/mysqli/mysqli_result/num-rows.xml @@ -92,6 +92,17 @@ Result set has 239 rows. + + &reftitle.notes; + + + In contrast to the mysqli_stmt_num_rows function, + this function doesn't have object-oriented method variant. + In the object-oriented style, use the getter property. + + + + &reftitle.seealso; @@ -105,17 +116,6 @@ Result set has 239 rows. - - &reftitle.notes; - - - In contrast to the mysqli_stmt_num_rows function, - this function doesn't have object-oriented method variant. - In the object-oriented style, use the getter property. - - - - + + &reftitle.errors; + + On failure the error_code and + error_message arguments will be populated with the actual + system level error that occurred in the system-level + connect() call. If the value returned in + error_code is 0 and the + function returned &false;, it is an indication that the error + occurred before the connect() call. This is + most likely due to a problem initializing the socket. Note that + the error_code and + error_message arguments will always be passed by + reference. + + + &reftitle.changelog; @@ -146,24 +163,6 @@ - - &reftitle.errors; - - On failure the error_code and - error_message arguments will be populated with the actual - system level error that occurred in the system-level - connect() call. If the value returned in - error_code is 0 and the - function returned &false;, it is an indication that the error - occurred before the connect() call. This is - most likely due to a problem initializing the socket. Note that - the error_code and - error_message arguments will always be passed by - reference. - - - - &reftitle.examples;