Home
last modified time | relevance | path

Searched refs:E_STRICT (Results 1 – 7 of 7) sorted by relevance

/PHP-8.0/Zend/
H A Dzend_errors.h34 #define E_STRICT (1<<11L) macro
42 …E_USER_WARNING | E_USER_NOTICE | E_RECOVERABLE_ERROR | E_DEPRECATED | E_USER_DEPRECATED | E_STRICT)
H A Dzend_constants.c116 REGISTER_MAIN_LONG_CONSTANT("E_STRICT", E_STRICT, CONST_PERSISTENT | CONST_CS); in zend_register_standard_constants()
H A Dzend.c1450 case E_STRICT: in get_filename_lineno()
/PHP-8.0/Zend/tests/
H A DErrorException_getSeverity.phpt196 throw new ErrorException(EXCEPTION_PARAM_MSG, EXCEPTION_CODE_ERROR, E_STRICT);
199 var_dump($e->getSeverity() === E_STRICT);
388 throw new ErrorException(EXCEPTION_PARAM_MSG, EXCEPTION_CODE_ERROR, E_STRICT, __FILE__);
391 var_dump($e->getSeverity() === E_STRICT);
580 … throw new ErrorException(EXCEPTION_PARAM_MSG, EXCEPTION_CODE_ERROR, E_STRICT, __FILE__, __LINE__);
583 var_dump($e->getSeverity() === E_STRICT);
817 …throw new ErrorException(EXCEPTION_PARAM_MSG, EXCEPTION_CODE_ERROR, E_STRICT, __FILE__, __LINE__, …
820 …throw new ErrorException(EXCEPTION_PARAM_MSG, EXCEPTION_CODE_ERROR, E_STRICT, __FILE__, __LINE__, …
823 var_dump($e->getSeverity() === E_STRICT);
/PHP-8.0/
H A Dphp.ini-production110 ; Production Value: E_ALL & ~E_DEPRECATED & ~E_STRICT
442 ; those related to E_NOTICE and E_STRICT, which together cover best practices and
452 ; E_ALL - All errors and warnings (includes E_STRICT as of PHP 5.4.0)
462 ; E_STRICT - run-time notices, enable to have PHP suggest changes
480 ; E_ALL & ~E_NOTICE & ~E_STRICT (Show all errors, except for notices and coding standards warnin…
484 ; Production Value: E_ALL & ~E_DEPRECATED & ~E_STRICT
486 error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT
H A Dphp.ini-development110 ; Production Value: E_ALL & ~E_DEPRECATED & ~E_STRICT
440 ; those related to E_NOTICE and E_STRICT, which together cover best practices and
450 ; E_ALL - All errors and warnings (includes E_STRICT as of PHP 5.4.0)
460 ; E_STRICT - run-time notices, enable to have PHP suggest changes
478 ; E_ALL & ~E_NOTICE & ~E_STRICT (Show all errors, except for notices and coding standards warnin…
482 ; Production Value: E_ALL & ~E_DEPRECATED & ~E_STRICT
/PHP-8.0/main/
H A Dmain.c1301 case E_STRICT: in php_error_cb()

Completed in 28 milliseconds