Rephine

constants.php

Tags
author

Alwin Garside alwin@garsi.de

copyright

2025 The Empaphy Project

license

MIT

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

        
On this page

Search results