Home
last modified time | relevance | path

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

1234

/PHP-7.3/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,
H A Dldap_add_ext.phpt25 ldap_parse_result($link, $result, $errcode, $matcheddn, $errmsg, $referrals, $ctrls),
27 $errmsg,
/PHP-7.3/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.3/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.3/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.3/ext/reflection/tests/
H A Dexception.inc5 $this->errmsg = $_errmsg;
13 return $this->errmsg;
/PHP-7.3/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.3/sapi/cli/tests/
H A Demptyheader.phpt12 $fp = fsockopen(PHP_CLI_SERVER_HOSTNAME, PHP_CLI_SERVER_PORT, $errno, $errmsg, 0.5);
15 die("connect failed: " . $errmsg);
H A Dbug70470.phpt12 $fp = fsockopen(PHP_CLI_SERVER_HOSTNAME, PHP_CLI_SERVER_PORT, $errno, $errmsg, 0.5);
15 die("connect failed: " . $errmsg);
/PHP-7.3/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.3/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_011.phpt2 errmsg: cannot redeclare (method)
H A Derrmsg_020.phpt2 errmsg: disabled function
H A Derrmsg_037.phpt2 errmsg: properties cannot be abstract
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_012.phpt2 errmsg: __autoload() must take exactly 1 argument
H A Derrmsg_024.phpt2 No more errmsg: can now change initial value of property

Completed in 58 milliseconds

1234