Home
last modified time | relevance | path

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

/PHP-7.3/ext/mbstring/tests/
H A Dcommon.inc10 $err_type = array (
28 printf("%s: %s (%d)\n", $err_type[$err_no], $err_msg, $linenum);
31 printf("ERR: %s\n",$err_type[$err_no]);
/PHP-7.3/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 12 milliseconds