Home
last modified time | relevance | path

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

/PHP-8.0/ext/bz2/
H A Dbz2.c571 int errnum; /* Error number */ in php_bz2_error() local
588 errstr = BZ2_bzerror(self->bz_file, &errnum); in php_bz2_error()
593 RETURN_LONG(errnum); in php_bz2_error()
601 add_assoc_long (return_value, "errno", errnum); in php_bz2_error()
/PHP-8.0/ext/mbstring/
H A Dmbstring.c514 int errnum; in _php_mb_compile_regex() local
517 PCRE2_CASELESS, &errnum, &err_offset, php_pcre_cctx()))) { in _php_mb_compile_regex()
519 pcre2_get_error_message(errnum, err_str, sizeof(err_str)); in _php_mb_compile_regex()

Completed in 17 milliseconds