Home
last modified time | relevance | path

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

/PHP-5.3/ext/mbstring/tests/
H A Dcommon.inc10 $err_type = array (
27 printf("%s: %s (%d)\n", $err_type[$err_no], $err_msg, $linenum);
30 printf("ERR: %s\n",$err_type[$err_no]);
/PHP-5.3/ext/session/
H A Dsession.c642 int err_type; in PHP_INI_MH() local
645 err_type = E_WARNING; in PHP_INI_MH()
647 err_type = E_ERROR; in PHP_INI_MH()
652 php_error_docref(NULL TSRMLS_CC, err_type, "Cannot find save handler '%s'", new_value); in PHP_INI_MH()
670 int err_type; in PHP_INI_MH() local
673 err_type = E_WARNING; in PHP_INI_MH()
675 err_type = E_ERROR; in PHP_INI_MH()
680 php_error_docref(NULL TSRMLS_CC, err_type, "Cannot find serialization handler '%s'", new_value); in PHP_INI_MH()

Completed in 8 milliseconds