Home
last modified time | relevance | path

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

/PHP-8.3/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.stub.php75 const E_STRICT = UNKNOWN; define
H A Dzend_constants_arginfo.h19 REGISTER_LONG_CONSTANT("E_STRICT", E_STRICT, CONST_PERSISTENT); in register_zend_constants_symbols()
H A Dzend.c1561 case E_STRICT: in get_filename_lineno()
/PHP-8.3/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.3/
H A Dphp.ini-production110 ; Production Value: E_ALL & ~E_DEPRECATED & ~E_STRICT
457 ; those related to E_NOTICE and E_STRICT, which together cover best practices and
477 ; E_STRICT - run-time notices, enable to have PHP suggest changes
495 ; E_ALL & ~E_NOTICE & ~E_STRICT (Show all errors, except for notices and coding standards warnin…
499 ; Production Value: E_ALL & ~E_DEPRECATED & ~E_STRICT
501 error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT
H A Dphp.ini-development110 ; Production Value: E_ALL & ~E_DEPRECATED & ~E_STRICT
455 ; those related to E_NOTICE and E_STRICT, which together cover best practices and
475 ; E_STRICT - run-time notices, enable to have PHP suggest changes
493 ; E_ALL & ~E_NOTICE & ~E_STRICT (Show all errors, except for notices and coding standards warnin…
497 ; Production Value: E_ALL & ~E_DEPRECATED & ~E_STRICT
/PHP-8.3/main/
H A Dmain.c1324 case E_STRICT: in php_error_cb()

Completed in 25 milliseconds