Home
last modified time | relevance | path

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

/PHP-5.5/Zend/tests/
H A Dbug54265.phpt5 function my_errorhandler($errno,$errormsg) {
8 echo "EROOR: $errormsg\n";
11 $my_var = str_repeat("A",$my_var[0]->errormsg = "xyz");
H A Dcall_with_refs.phpt5 function my_errorhandler($errno,$errormsg) {
8 echo $errormsg."\n";
H A Dunexpected_ref_bug.phpt5 function my_errorhandler($errno,$errormsg) {
/PHP-5.5/Zend/
H A Dzend_dtrace.d28 probe error(char *errormsg, char *request_file, int lineno);
/PHP-5.5/ext/standard/tests/general_functions/
H A Dbug36011.phpt2 Bug #36011 (Strict errormsg wrong for call_user_func() and the likes)
/PHP-5.5/ext/gd/
H A Dphp_gd.h34 #define PHP_GD_CHECK_OPEN_BASEDIR(filename, errormsg) \ argument
36 php_error_docref(NULL TSRMLS_CC, E_WARNING, errormsg); \
/PHP-5.5/ext/odbc/
H A Dphp_odbc.c872 char errormsg[SQL_MAX_MESSAGE_LENGTH]; in odbc_sql_error() local
892 rc = SQLError(henv, conn, stmt, state, &error, errormsg, sizeof(errormsg)-1, &errormsgsize); in odbc_sql_error()
895 snprintf(errormsg, sizeof(errormsg), "Failed to fetch error message"); in odbc_sql_error()
899 memcpy(conn_resource->lasterrormsg, errormsg, sizeof(errormsg)); in odbc_sql_error()
902 memcpy(ODBCG(lasterrormsg), errormsg, sizeof(errormsg)); in odbc_sql_error()
904 …php_error_docref(NULL TSRMLS_CC, E_WARNING, "SQL error: %s, SQL state %s in %s", errormsg, state, … in odbc_sql_error()
906 php_error_docref(NULL TSRMLS_CC, E_WARNING, "SQL error: %s, SQL state %s", errormsg, state); in odbc_sql_error()
1519 char errormsg[SQL_MAX_MESSAGE_LENGTH]; in PHP_FUNCTION() local
1523 result->stmt, state, &error, errormsg, in PHP_FUNCTION()
1524 sizeof(errormsg)-1, &errormsgsize); in PHP_FUNCTION()
[all …]
/PHP-5.5/
H A DNEWS8839 - Fixed bug #36011 (Strict errormsg wrong for call_user_func() and the likes).

Completed in 69 milliseconds