blob: 14713b2f785491965a0c59dfad995d0ed72b1936 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
The strict extension introduces support for strict scalar parameter type hints
without changing Zend. Support for the following types is introduced:
* string
* integer, int
* float, double
* boolean, bool
* resource
Variadic support for all of the above types is also included.
WWW: https://pecl.php.net/package/strict
|