mirror of
https://github.com/php/php-src.git
synced 2025-08-20 01:14:28 +02:00
Change E_ALL to include E_STRICT
This commit is contained in:
parent
48870107dc
commit
7bb8f9eecb
4 changed files with 19 additions and 19 deletions
|
|
@ -1501,7 +1501,7 @@ ZEND_FUNCTION(set_error_handler)
|
|||
zval *error_handler;
|
||||
zend_bool had_orig_error_handler=0;
|
||||
char *error_handler_name = NULL;
|
||||
long error_type = E_ALL | E_STRICT;
|
||||
long error_type = E_ALL;
|
||||
|
||||
if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "z|l", &error_handler, &error_type) == FAILURE) {
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue