summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source')
-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: