Searched refs:err_type (Results 1 – 2 of 2) sorted by relevance
/PHP-7.2/ext/mbstring/tests/ |
H A D | common.inc | 10 $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.2/ext/session/ |
H A D | session.c | 543 int err_type; in PHP_INI_MH() local 546 err_type = E_WARNING; in PHP_INI_MH() 548 err_type = E_ERROR; in PHP_INI_MH() 553 php_error_docref(NULL, err_type, "Cannot find save handler '%s'", ZSTR_VAL(new_value)); in PHP_INI_MH() 582 int err_type; in PHP_INI_MH() local 585 err_type = E_WARNING; in PHP_INI_MH() 587 err_type = E_ERROR; in PHP_INI_MH() 592 php_error_docref(NULL, err_type, "Cannot find serialization handler '%s'", ZSTR_VAL(new_value)); in PHP_INI_MH() 659 int err_type; in PHP_INI_MH() local 662 err_type = E_WARNING; in PHP_INI_MH() [all …]
|
Completed in 16 milliseconds