/PHP-7.3/Zend/tests/ |
H A D | errmsg_003.phpt | 2 errmsg: cannot reassign $this (by ref)
|
H A D | errmsg_004.phpt | 2 errmsg: can't use function return value in write context
|
H A D | errmsg_038.phpt | 2 errmsg: properties cannot be final
|
H A D | errmsg_018.phpt | 2 errmsg: static abstract function
|
H A D | errmsg_005.phpt | 2 errmsg: can't use method return value in write context
|
H A D | errmsg_025.phpt | 2 errmsg: cannot inherit previously inherited constant
|
H A D | errmsg_023.phpt | 2 errmsg: access level must be the same or weaker
|
H A D | errmsg_013.phpt | 2 errmsg: default value for parameters with array type can only be an array or NULL
|
/PHP-7.3/ext/ldap/tests/ |
H A D | ldap_search_sort_controls.phpt | 34 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 D | ldap_parse_result_controls.phpt | 24 ldap_parse_result($link, $result, $errcode, $dn, $errmsg, $refs, $ctrls),
|
H A D | ldap_search_paged_result_controls.phpt | 25 ldap_parse_result($link, $result, $errcode , $matcheddn , $errmsg , $referrals, $controls),
|
/PHP-7.3/ext/pdo_pgsql/ |
H A D | pgsql_driver.c | 78 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 D | php_pdo_pgsql_int.h | 34 char *errmsg; member
|
/PHP-7.3/Zend/tests/type_declarations/ |
H A D | scalar_none.phpt | 11 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 D | scalar_null.phpt | 11 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 D | scalar_basic.phpt | 10 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 D | php_ibase_includes.h | 34 #define RESET_ERRMSG do { IBG(errmsg)[0] = '\0'; IBG(sql_code) = 0; } while (0) 65 char errmsg[MAX_ERRMSG]; variable
|
H A D | interbase.c | 485 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 D | php_pdo_sqlite_int.h | 28 char *errmsg; member
|
/PHP-7.3/ext/iconv/tests/ |
H A D | iconv_mime_decode.phpt | 9 function my_error_handler($errno, $errmsg, $filename, $linenum, $vars) 11 echo "$errno: $errmsg\n";
|
/PHP-7.3/ext/phar/tests/ |
H A D | create_path_error.phpt | 22 function error_handler($errno, $errmsg) 24 echo "Error: $errmsg";
|
/PHP-7.3/ext/pdo_oci/ |
H A D | php_pdo_oci_int.h | 25 char *errmsg; member
|
/PHP-7.3/ext/pdo_firebird/ |
H A D | firebird_driver.c | 675 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 D | php_pdo_mysql_int.h | 101 char *errmsg; member
|
/PHP-7.3/ext/interbase/tests/ |
H A D | interbase.inc | 65 echo "errmsg [" . ibase_errmsg() . "]\n";
|