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