Home
last modified time | relevance | path

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

/php-src/ext/session/
H A Dsession.c577 int err_type = E_ERROR; in PHP_INI_MH() local
585 err_type = E_WARNING; in PHP_INI_MH()
591 …php_error_docref(NULL, err_type, "Session save handler \"%s\" cannot be found", ZSTR_VAL(new_value… in PHP_INI_MH()
599 php_error_docref(NULL, err_type, "Session save handler \"user\" cannot be set by ini_set()"); in PHP_INI_MH()
620 int err_type; in PHP_INI_MH() local
623 err_type = E_WARNING; in PHP_INI_MH()
625 err_type = E_ERROR; in PHP_INI_MH()
630 …php_error_docref(NULL, err_type, "Serialization handler \"%s\" cannot be found", ZSTR_VAL(new_valu… in PHP_INI_MH()
681 int err_type; in PHP_INI_MH() local
684 err_type = E_WARNING; in PHP_INI_MH()
[all …]

Completed in 11 milliseconds