Searched refs:E_STRICT (Results 1 – 8 of 8) sorted by relevance
/PHP-8.3/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 | 1563 case E_STRICT: in get_filename_lineno()
|
/PHP-8.3/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.3/ |
H A D | php.ini-production | 110 ; 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 D | php.ini-development | 110 ; 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 D | main.c | 1324 case E_STRICT: in php_error_cb()
|
Completed in 34 milliseconds