constants.php
Tags
Table of Contents
Constants
- E_EVERYTHING = 0x7fffffff
- This mask matches every possible past and future PHP error level.
- PHP_ZERO_TOLERANCE = 9.999999999999999E-12
- Default error tolerance.
Constants
E_EVERYTHING
This mask matches every possible past and future PHP error level.
public
mixed
E_EVERYTHING
= 0x7fffffff
PHP_ZERO_TOLERANCE
Default error tolerance.
public
mixed
PHP_ZERO_TOLERANCE
= 9.999999999999999E-12