Searched refs:errpfx (Results 1 – 2 of 2) sorted by relevance
/PHP-7.1/ext/dba/ |
H A D | dba_db3.c | 42 const char *errpfx, const char *msg) in php_dba_db3_errcall_fcn() argument 45 php_error_docref(NULL, E_NOTICE, "%s%s", errpfx?errpfx:"", msg); in php_dba_db3_errcall_fcn()
|
H A D | dba_db4.c | 43 const char *errpfx, const char *msg) in php_dba_db4_errcall_fcn() argument 59 php_error_docref(NULL, E_NOTICE, "%s%s", errpfx?errpfx:"", msg); in php_dba_db4_errcall_fcn()
|
Completed in 7 milliseconds