Searched refs:errormsg (Results 1 – 5 of 5) sorted by relevance
/PHP-8.0/ext/gd/ |
H A D | php_gd.h | 24 #define PHP_GD_CHECK_OPEN_BASEDIR(filename, errormsg) \ argument 26 php_error_docref(NULL, E_WARNING, errormsg); \
|
/PHP-8.0/Zend/ |
H A D | zend_dtrace.d | 26 probe error(char *errormsg, char *request_file, int lineno);
|
/PHP-8.0/ext/standard/tests/general_functions/ |
H A D | bug36011.phpt | 2 Bug #36011 (Strict errormsg wrong for call_user_func() and the likes)
|
/PHP-8.0/ext/odbc/ |
H A D | php_odbc.c | 1173 char errormsg[SQL_MAX_MESSAGE_LENGTH]; in PHP_FUNCTION() local 1177 result->stmt, (SQLCHAR *) state, &error, (SQLCHAR *) errormsg, in PHP_FUNCTION() 1178 sizeof(errormsg)-1, &errormsgsize); in PHP_FUNCTION() 1188 php_error_docref(NULL, E_WARNING, "SQL error: %s, SQL state %s", errormsg, state); in PHP_FUNCTION()
|
/PHP-8.0/ext/opcache/jit/dynasm/ |
H A D | minilua.c | 390 const char*errormsg); 531 int limit,const char*errormsg){ in luaM_growaux_() argument 536 luaG_runerror(L,errormsg); in luaM_growaux_()
|
Completed in 34 milliseconds