Home
last modified time | relevance | path

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

/PHP-7.4/ext/session/
H A Dsession.c542 int err_type; in PHP_INI_MH() local
545 err_type = E_WARNING; in PHP_INI_MH()
547 err_type = E_ERROR; in PHP_INI_MH()
552 php_error_docref(NULL, err_type, "Cannot find save handler '%s'", ZSTR_VAL(new_value)); in PHP_INI_MH()
581 int err_type; in PHP_INI_MH() local
584 err_type = E_WARNING; in PHP_INI_MH()
586 err_type = E_ERROR; in PHP_INI_MH()
591 php_error_docref(NULL, err_type, "Cannot find serialization handler '%s'", ZSTR_VAL(new_value)); in PHP_INI_MH()
658 int err_type; in PHP_INI_MH() local
661 err_type = E_WARNING; in PHP_INI_MH()
[all …]

Completed in 15 milliseconds