Searched refs:E_STRICT (Results 1 – 8 of 8) sorted by relevance
/PHP-8.2/Zend/ |
H A D | zend_errors.h | 34 #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 D | zend_constants.stub.php | 75 const E_STRICT = UNKNOWN; define
|
H A D | zend_constants_arginfo.h | 19 REGISTER_LONG_CONSTANT("E_STRICT", E_STRICT, CONST_PERSISTENT); in register_zend_constants_symbols()
|
H A D | zend.c | 1546 case E_STRICT: in get_filename_lineno()
|
/PHP-8.2/Zend/tests/ |
H A D | ErrorException_getSeverity.phpt | 196 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.2/ |
H A D | php.ini-production | 110 ; Production Value: E_ALL & ~E_DEPRECATED & ~E_STRICT 447 ; those related to E_NOTICE and E_STRICT, which together cover best practices and 467 ; E_STRICT - run-time notices, enable to have PHP suggest changes 485 ; E_ALL & ~E_NOTICE & ~E_STRICT (Show all errors, except for notices and coding standards warnin… 489 ; Production Value: E_ALL & ~E_DEPRECATED & ~E_STRICT 491 error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT
|
H A D | php.ini-development | 110 ; Production Value: E_ALL & ~E_DEPRECATED & ~E_STRICT 445 ; those related to E_NOTICE and E_STRICT, which together cover best practices and 465 ; E_STRICT - run-time notices, enable to have PHP suggest changes 483 ; E_ALL & ~E_NOTICE & ~E_STRICT (Show all errors, except for notices and coding standards warnin… 487 ; Production Value: E_ALL & ~E_DEPRECATED & ~E_STRICT
|
/PHP-8.2/main/ |
H A D | main.c | 1313 case E_STRICT: in php_error_cb()
|
Completed in 36 milliseconds