Home
last modified time | relevance | path

Searched refs:err_buf (Results 1 – 5 of 5) sorted by relevance

/php-src/sapi/phpdbg/
H A Dphpdbg_out.c138 PHPDBG_G(err_buf).type = type; in phpdbg_vprint()
139 PHPDBG_G(err_buf).fd = fd; in phpdbg_vprint()
140 PHPDBG_G(err_buf).msg = msg; in phpdbg_vprint()
141 PHPDBG_G(err_buf).msglen = msglen; in phpdbg_vprint()
160 if (PHPDBG_G(err_buf).type == 0) { in phpdbg_free_err_buf()
164 free(PHPDBG_G(err_buf).msg); in phpdbg_free_err_buf()
166 PHPDBG_G(err_buf).type = 0; in phpdbg_free_err_buf()
170 PHPDBG_G(err_buf).active = active; in phpdbg_activate_err_buf()
182 PHPDBG_G(err_buf).active = 0; in phpdbg_output_err_buf()
185 len = phpdbg_vprint(PHPDBG_G(err_buf).type, PHPDBG_G(err_buf).fd, strfmt, args); in phpdbg_output_err_buf()
[all …]
H A Dphpdbg.h290 } err_buf; /* error buffer */ variable
H A Dphpdbg_prompt.c267 …ecognized command in %s:%d: %s, %s!", state->init_file, state->line, input, PHPDBG_G(err_buf).msg); in phpdbg_line_init()
269 …put_err_buf("Unrecognized command on line %d: %s, %s!", state->line, input, PHPDBG_G(err_buf).msg); in phpdbg_line_init()
1371 …Could not load %s, not found or invalid zend extension / module: %s", path, PHPDBG_G(err_buf).msg); in PHPDBG_COMMAND()
1557 if (PHPDBG_G(err_buf).active) { in phpdbg_interactive()
1558 phpdbg_output_err_buf("%s", PHPDBG_G(err_buf).msg); in phpdbg_interactive()
H A Dphpdbg.c132 pg->err_buf.active = 0; in php_phpdbg_globals_ctor()
133 pg->err_buf.type = 0; in php_phpdbg_globals_ctor()
/php-src/ext/openssl/
H A Dxp_ssl.c697 char err_buf[512]; in php_openssl_win_cert_verify_callback() local
703 …WARNING, "Error encoding X509 certificate: %d: %s", err_code, ERR_error_string(err_code, err_buf)); in php_openssl_win_cert_verify_callback()

Completed in 30 milliseconds