Home
last modified time | relevance | path

Searched refs:errmsg (Results 51 – 75 of 91) sorted by relevance

1234

/PHP-7.3/Zend/tests/
H A Derrmsg_003.phpt2 errmsg: cannot reassign $this (by ref)
H A Derrmsg_004.phpt2 errmsg: can't use function return value in write context
H A Derrmsg_038.phpt2 errmsg: properties cannot be final
H A Derrmsg_018.phpt2 errmsg: static abstract function
H A Derrmsg_005.phpt2 errmsg: can't use method return value in write context
H A Derrmsg_025.phpt2 errmsg: cannot inherit previously inherited constant
H A Derrmsg_023.phpt2 errmsg: access level must be the same or weaker
H A Derrmsg_013.phpt2 errmsg: default value for parameters with array type can only be an array or NULL
/PHP-7.3/ext/ldap/tests/
H A Dldap_search_sort_controls.phpt34 ldap_parse_result($link, $result, $errcode , $matcheddn , $errmsg , $referrals, $controls),
36 $errmsg,
64 ldap_parse_result($link, $result, $errcode , $matcheddn , $errmsg , $referrals, $controls),
H A Dldap_parse_result_controls.phpt24 ldap_parse_result($link, $result, $errcode, $dn, $errmsg, $refs, $ctrls),
H A Dldap_search_paged_result_controls.phpt25 ldap_parse_result($link, $result, $errcode , $matcheddn , $errmsg , $referrals, $controls),
/PHP-7.3/ext/pdo_pgsql/
H A Dpgsql_driver.c78 char *errmsg = PQerrorMessage(H->server); in _pdo_pgsql_error() local
84 if (einfo->errmsg) { in _pdo_pgsql_error()
85 pefree(einfo->errmsg, dbh->is_persistent); in _pdo_pgsql_error()
86 einfo->errmsg = NULL; in _pdo_pgsql_error()
97 einfo->errmsg = estrdup(msg); in _pdo_pgsql_error()
99 else if (errmsg) { in _pdo_pgsql_error()
100 einfo->errmsg = _pdo_pgsql_trim_message(errmsg, dbh->is_persistent); in _pdo_pgsql_error()
124 add_next_index_string(info, einfo->errmsg); in pdo_pgsql_fetch_error_func()
217 if (H->einfo.errmsg) { in pgsql_handle_closer()
219 H->einfo.errmsg = NULL; in pgsql_handle_closer()
[all …]
H A Dphp_pdo_pgsql_int.h34 char *errmsg; member
/PHP-7.3/Zend/tests/type_declarations/
H A Dscalar_none.phpt11 set_error_handler(function (int $errno, string $errmsg, string $file, int $line) use ($errnames) {
12 echo "$errnames[$errno]: $errmsg on line $line\n";
H A Dscalar_null.phpt11 set_error_handler(function (int $errno, string $errmsg, string $file, int $line) use ($errnames) {
12 echo "$errnames[$errno]: $errmsg on line $line\n";
H A Dscalar_basic.phpt10 set_error_handler(function (int $errno, string $errmsg, string $file, int $line) use ($errnames) {
11 echo "$errnames[$errno]: $errmsg on line $line\n";
/PHP-7.3/ext/interbase/
H A Dphp_ibase_includes.h34 #define RESET_ERRMSG do { IBG(errmsg)[0] = '\0'; IBG(sql_code) = 0; } while (0)
65 char errmsg[MAX_ERRMSG]; variable
H A Dinterbase.c485 RETURN_STRING(IBG(errmsg)); in PHP_FUNCTION()
510 char *s = IBG(errmsg); in _php_ibase_error()
515 …while ((s - IBG(errmsg)) < MAX_ERRMSG && fb_interpret(s, MAX_ERRMSG - strlen(IBG(errmsg)) - 1, &st… in _php_ibase_error()
516 strcat(IBG(errmsg), " "); in _php_ibase_error()
517 s = IBG(errmsg) + strlen(IBG(errmsg)); in _php_ibase_error()
520 php_error_docref(NULL, E_WARNING, "%s", IBG(errmsg)); in _php_ibase_error()
532 vsnprintf(IBG(errmsg), MAX_ERRMSG, msg, ap); in _php_ibase_module_error()
537 php_error_docref(NULL, E_WARNING, "%s", IBG(errmsg)); in _php_ibase_module_error()
727 ibase_globals->sql_code = *ibase_globals->errmsg = 0; in PHP_INI_END()
/PHP-7.3/ext/pdo_sqlite/
H A Dphp_pdo_sqlite_int.h28 char *errmsg; member
/PHP-7.3/ext/iconv/tests/
H A Diconv_mime_decode.phpt9 function my_error_handler($errno, $errmsg, $filename, $linenum, $vars)
11 echo "$errno: $errmsg\n";
/PHP-7.3/ext/phar/tests/
H A Dcreate_path_error.phpt22 function error_handler($errno, $errmsg)
24 echo "Error: $errmsg";
/PHP-7.3/ext/pdo_oci/
H A Dphp_pdo_oci_int.h25 char *errmsg; member
/PHP-7.3/ext/pdo_firebird/
H A Dfirebird_driver.c675 char errmsg[512]; in pdo_firebird_handle_factory() local
677 fb_interpret(errmsg, sizeof(errmsg),&s); in pdo_firebird_handle_factory()
679 "HY000", H->isc_status[1], errmsg); in pdo_firebird_handle_factory()
/PHP-7.3/ext/pdo_mysql/
H A Dphp_pdo_mysql_int.h101 char *errmsg; member
/PHP-7.3/ext/interbase/tests/
H A Dinterbase.inc65 echo "errmsg [" . ibase_errmsg() . "]\n";

Completed in 59 milliseconds

1234