Home
last modified time | relevance | path

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

/php-src/ext/gd/
H A Dphp_gd.h27 #define PHP_GD_CHECK_OPEN_BASEDIR(filename, errormsg) \ argument
29 php_error_docref(NULL, E_WARNING, errormsg); \
/php-src/Zend/
H A Dzend_dtrace.d26 probe error(char *errormsg, char *request_file, int lineno);
/php-src/ext/standard/tests/general_functions/
H A Dbug36011.phpt2 Bug #36011 (Strict errormsg wrong for call_user_func() and the likes)
/php-src/ext/odbc/
H A Dphp_odbc.c1214 char errormsg[SQL_MAX_MESSAGE_LENGTH]; in PHP_FUNCTION() local
1218 result->stmt, (SQLCHAR *) state, &error, (SQLCHAR *) errormsg, in PHP_FUNCTION()
1219 sizeof(errormsg)-1, &errormsgsize); in PHP_FUNCTION()
1229 php_error_docref(NULL, E_WARNING, "SQL error: %s, SQL state %s", errormsg, state); in PHP_FUNCTION()
/php-src/ext/opcache/jit/ir/dynasm/
H A Dminilua.c390 const char*errormsg);
531 int limit,const char*errormsg){ in luaM_growaux_() argument
536 luaG_runerror(L,errormsg); in luaM_growaux_()

Completed in 37 milliseconds