Home
last modified time | relevance | path

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

/PHP-8.3/ext/session/
H A Dsession.c583 int err_type = E_ERROR; in PHP_INI_MH() local
591 err_type = E_WARNING; in PHP_INI_MH()
597 …php_error_docref(NULL, err_type, "Session save handler \"%s\" cannot be found", ZSTR_VAL(new_value… in PHP_INI_MH()
605 php_error_docref(NULL, err_type, "Session save handler \"user\" cannot be set by ini_set()"); in PHP_INI_MH()
626 int err_type; in PHP_INI_MH() local
629 err_type = E_WARNING; in PHP_INI_MH()
631 err_type = E_ERROR; in PHP_INI_MH()
636 …php_error_docref(NULL, err_type, "Serialization handler \"%s\" cannot be found", ZSTR_VAL(new_valu… in PHP_INI_MH()
687 int err_type; in PHP_INI_MH() local
690 err_type = E_WARNING; in PHP_INI_MH()
[all …]

Completed in 19 milliseconds