Searched refs:err_type (Results 1 – 2 of 2) sorted by relevance
/PHP-5.6/ext/mbstring/tests/ |
H A D | common.inc | 10 $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.6/ext/session/ |
H A D | session.c | 578 int err_type; in PHP_INI_MH() local 581 err_type = E_WARNING; in PHP_INI_MH() 583 err_type = E_ERROR; in PHP_INI_MH() 588 php_error_docref(NULL TSRMLS_CC, err_type, "Cannot find save handler '%s'", new_value); in PHP_INI_MH() 608 int err_type; in PHP_INI_MH() local 611 err_type = E_WARNING; in PHP_INI_MH() 613 err_type = E_ERROR; in PHP_INI_MH() 618 php_error_docref(NULL TSRMLS_CC, err_type, "Cannot find serialization handler '%s'", new_value); in PHP_INI_MH() 677 int err_type; in PHP_INI_MH() local 680 err_type = E_WARNING; in PHP_INI_MH() [all …]
|
Completed in 14 milliseconds