summaryrefslogtreecommitdiff
path: root/doc/source/features.rst
diff options
context:
space:
mode:
authorJulien Voisin2023-02-20 11:30:58 +0100
committerGitHub2023-02-20 11:30:58 +0100
commitcbfc16371b3f0f50be1018667bcdd97568d41137 (patch)
tree9b4c5e47a4c33f4d2c859eb630ee7f33f4987b89 /doc/source/features.rst
parent99a8475555992f64ab7ad5d6a1cb852895e2d4d6 (diff)
More broken links fixing
Diffstat (limited to '')
-rw-r--r--doc/source/features.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/features.rst b/doc/source/features.rst
index bbc9adc..e9c3704 100644
--- a/doc/source/features.rst
+++ b/doc/source/features.rst
@@ -336,7 +336,7 @@ and various other types mismatch.
336This feature is largely inspired from the 336This feature is largely inspired from the
337`autostrict <https://github.com/krakjoe/autostrict>`_ module from `krakjoe <http://krakjoe.ninja>`__. 337`autostrict <https://github.com/krakjoe/autostrict>`_ module from `krakjoe <http://krakjoe.ninja>`__.
338 338
339PHP8 already has [this feature](https://wiki.php.net/rfc/consistent_type_errors) for internal functions. 339PHP8 already has `this feature <https://wiki.php.net/rfc/consistent_type_errors>`__ for internal functions.
340 340
341 341
342.. _sloppy-comparisons-feature: 342.. _sloppy-comparisons-feature:
@@ -360,7 +360,7 @@ but also the `in_array
360<https://secure.php.net/manual/en/function.array-search.php>`__ and `array_keys 360<https://secure.php.net/manual/en/function.array-search.php>`__ and `array_keys
361<https://secure.php.net/manual/en/function.array-keys.php>`__ functions. 361<https://secure.php.net/manual/en/function.array-keys.php>`__ functions.
362 362
363PHP8 is implementing [a subset](https://wiki.php.net/rfc/consistent_type_errors) of this feature. 363PHP8 is implementing `a subset <https://wiki.php.net/rfc/consistent_type_errors>`__ of this feature.
364 364
365 365
366.. _readonly-exec-feature: 366.. _readonly-exec-feature: