Home
last modified time | relevance | path

Searched refs:errmsg (Results 1 – 25 of 75) sorted by relevance

123

/PHP-7.4/ext/ldap/tests/
H A Dldap_bind_ext.phpt21 ldap_parse_result($link, $result, $errcode, $matcheddn, $errmsg, $referrals, $ctrls),
23 $errmsg,
26 ldap_parse_result($link, $result, $errcode, $matcheddn, $errmsg, $referrals, $ctrls),
28 $errmsg,
35 ldap_parse_result($link, $result, $errcode, $matcheddn, $errmsg, $referrals, $ctrls),
37 $errmsg,
40 ldap_parse_result($link, $result, $errcode, $matcheddn, $errmsg, $referrals, $ctrls),
42 $errmsg,
H A Dldap_parse_result_basic.phpt21 $errcode = $dn = $errmsg = $refs = null;
23 ldap_parse_result($link, $result, $errcode, $dn, $errmsg, $refs),
24 $errcode, $dn, $errmsg, $refs
H A Dldap_mod_ext.phpt32 ldap_parse_result($link, $result, $errcode, $matcheddn, $errmsg, $referrals, $ctrls),
34 $errmsg,
46 ldap_parse_result($link, $result, $errcode, $matcheddn, $errmsg, $referrals, $ctrls),
48 $errmsg,
H A Dldap_delete_ext.phpt30 ldap_parse_result($link, $result, $errcode, $matcheddn, $errmsg, $referrals, $ctrls),
32 $errmsg,
/PHP-7.4/tests/lang/
H A Derror_2_exception_001.phpt9 $this->errmsg = $_errmsg;
17 return $this->errmsg;
21 function ErrorsToExceptions($errno, $errmsg) {
22 throw new MyException($errno, $errmsg);
H A Dbug25922.phpt7 function my_error_handler($error, $errmsg='', $errfile='', $errline=0, $errcontext='')
9 echo "$errmsg\n";
/PHP-7.4/ext/standard/tests/streams/
H A Dbug60106.phpt12 function get_truncated_socket_filename($errno, $errmsg, $file, $line) {
14 print_r ($errmsg);
15 preg_match("#maximum allowed length of (\d+) bytes#", $errmsg, $matches);
/PHP-7.4/ext/pdo_sqlite/
H A Dsqlite_driver.c43 if (einfo->errmsg) { in _pdo_sqlite_error()
168 if (einfo->errmsg) { in sqlite_handle_closer()
170 einfo->errmsg = NULL; in sqlite_handle_closer()
210 char *errmsg = NULL; in sqlite_handle_doer() local
214 if (errmsg) in sqlite_handle_doer()
245 char *errmsg = NULL; in sqlite_handle_begin() local
249 if (errmsg) in sqlite_handle_begin()
259 char *errmsg = NULL; in sqlite_handle_commit() local
263 if (errmsg) in sqlite_handle_commit()
273 char *errmsg = NULL; in sqlite_handle_rollback() local
[all …]
/PHP-7.4/ext/pdo_oci/
H A Doci_driver.c44 if (S->einfo.errmsg) { in pdo_oci_fetch_error_func()
51 add_next_index_string(info, einfo->errmsg); in pdo_oci_fetch_error_func()
76 if (einfo->errmsg) { in _oci_error()
77 pefree(einfo->errmsg, dbh->is_persistent); in _oci_error()
80 einfo->errmsg = NULL; in _oci_error()
172 if (H->einfo.errmsg) { in _oci_error()
173 pefree(H->einfo.errmsg, dbh->is_persistent); in _oci_error()
176 H->einfo.errmsg = einfo->errmsg ? pestrdup(einfo->errmsg, dbh->is_persistent) : NULL; in _oci_error()
232 if (H->einfo.errmsg) { in oci_handle_closer()
233 pefree(H->einfo.errmsg, dbh->is_persistent); in oci_handle_closer()
[all …]
/PHP-7.4/ext/iconv/tests/
H A Diconv_strrpos.phpt9 function my_error_handler($errno, $errmsg, $filename, $linenum, $vars)
11 echo "$errno: $errmsg\n";
H A Diconv_strpos.phpt9 function my_error_handler($errno, $errmsg, $filename, $linenum, $vars)
11 echo "$errno: $errmsg\n";
/PHP-7.4/Zend/tests/
H A Derrmsg_006.phpt2 errmsg: can't use [] for reading
H A Derrmsg_007.phpt2 errmsg: can't use [] for reading - 2
H A Derrmsg_008.phpt2 errmsg: can't use [] for unsetting
H A Derrmsg_037.phpt2 errmsg: properties cannot be abstract
H A Derrmsg_011.phpt2 errmsg: cannot redeclare (method)
H A Derrmsg_020.phpt2 errmsg: disabled function
H A Derrmsg_039.phpt2 errmsg: cannot redeclare property
H A Derrmsg_040.phpt2 errmsg: arrays are not allowed in class constants
H A Derrmsg_024.phpt2 No more errmsg: can now change initial value of property
H A Derrmsg_012.phpt2 errmsg: __autoload() must take exactly 1 argument
H A Derrmsg_033.phpt2 errmsg: __destruct() cannot be static
H A Derrmsg_019.phpt2 errmsg: __destruct() cannot take arguments
H A Derrmsg_032.phpt2 errmsg: __construct() cannot be static
/PHP-7.4/ext/pdo_mysql/
H A Dmysql_driver.c71 if (einfo->errmsg) { in _pdo_mysql_error()
72 pefree(einfo->errmsg, dbh->is_persistent); in _pdo_mysql_error()
73 einfo->errmsg = NULL; in _pdo_mysql_error()
78 einfo->errmsg = pestrdup( in _pdo_mysql_error()
85 einfo->errmsg = pestrdup( in _pdo_mysql_error()
94 einfo->errmsg = pestrdup(mysql_error(H->server), dbh->is_persistent); in _pdo_mysql_error()
110 pdo_throw_exception(einfo->errcode, einfo->errmsg, pdo_err); in _pdo_mysql_error()
134 add_next_index_string(info, einfo->errmsg); in pdo_mysql_fetch_error_func()
152 if (H->einfo.errmsg) { in mysql_handle_closer()
153 pefree(H->einfo.errmsg, dbh->is_persistent); in mysql_handle_closer()
[all …]

Completed in 31 milliseconds

123