Home
last modified time | relevance | path

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

1234

/PHP-5.5/tests/lang/
H A Derror_2_exception_001.phpt11 $this->errmsg = $_errmsg;
19 return $this->errmsg;
23 function ErrorsToExceptions($errno, $errmsg) {
24 throw new MyException($errno, $errmsg);
H A Dbug25922.phpt7 function my_error_handler($error, $errmsg='', $errfile='', $errline=0, $errcontext='')
9 echo "$errmsg\n";
/PHP-5.5/ext/pdo_sqlite/
H A Dsqlite_driver.c45 if (einfo->errmsg) { in _pdo_sqlite_error()
167 if (einfo->errmsg) { in sqlite_handle_closer()
169 einfo->errmsg = NULL; in sqlite_handle_closer()
209 char *errmsg = NULL; in sqlite_handle_doer() local
213 if (errmsg) in sqlite_handle_doer()
244 char *errmsg = NULL; in sqlite_handle_begin() local
248 if (errmsg) in sqlite_handle_begin()
258 char *errmsg = NULL; in sqlite_handle_commit() local
262 if (errmsg) in sqlite_handle_commit()
272 char *errmsg = NULL; in sqlite_handle_rollback() local
[all …]
/PHP-5.5/ext/pdo_oci/
H A Doci_driver.c46 if (S->einfo.errmsg) { in pdo_oci_fetch_error_func()
53 add_next_index_string(info, einfo->errmsg, 1); in pdo_oci_fetch_error_func()
78 if (einfo->errmsg) { in _oci_error()
79 pefree(einfo->errmsg, dbh->is_persistent); in _oci_error()
82 einfo->errmsg = NULL; in _oci_error()
180 if (H->einfo.errmsg) { in _oci_error()
181 pefree(H->einfo.errmsg, dbh->is_persistent); in _oci_error()
184 H->einfo.errmsg = einfo->errmsg ? pestrdup(einfo->errmsg, dbh->is_persistent) : NULL; in _oci_error()
240 if (H->einfo.errmsg) { in oci_handle_closer()
241 pefree(H->einfo.errmsg, dbh->is_persistent); in oci_handle_closer()
[all …]
/PHP-5.5/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-5.5/ext/reflection/tests/
H A Dexception.inc5 $this->errmsg = $_errmsg;
13 return $this->errmsg;
/PHP-5.5/ext/ldap/tests/
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
/PHP-5.5/ext/pdo_mysql/
H A Dmysql_driver.c73 if (einfo->errmsg) { in _pdo_mysql_error()
74 pefree(einfo->errmsg, dbh->is_persistent); in _pdo_mysql_error()
75 einfo->errmsg = NULL; in _pdo_mysql_error()
80 einfo->errmsg = pestrdup( in _pdo_mysql_error()
87 einfo->errmsg = pestrdup( in _pdo_mysql_error()
109 *pdo_err, einfo->errcode, einfo->errmsg); in _pdo_mysql_error()
133 add_next_index_string(info, einfo->errmsg, 1); 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()
154 H->einfo.errmsg = NULL; in mysql_handle_closer()
[all …]
/PHP-5.5/ext/iconv/tests/
H A Diconv_strpos.phpt9 function my_error_handler($errno, $errmsg, $filename, $linenum, $vars)
11 echo "$errno: $errmsg\n";
H A Diconv_strrpos.phpt9 function my_error_handler($errno, $errmsg, $filename, $linenum, $vars)
11 echo "$errno: $errmsg\n";
/PHP-5.5/Zend/tests/
H A Derrmsg_026.phpt2 errmsg: cannot redeclare class
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_012.phpt2 errmsg: __autoload() must take exactly 1 argument
H A Derrmsg_024.phpt2 No more errmsg: can now change initial value of property
H A Derrmsg_019.phpt2 errmsg: __destruct() cannot take arguments
H A Derrmsg_032.phpt2 errmsg: __construct() cannot be static
H A Derrmsg_033.phpt2 errmsg: __destruct() cannot be static
H A Derrmsg_016.phpt2 errmsg: __isset() must take exactly 1 argument
H A Derrmsg_017.phpt2 errmsg: __unset() must take exactly 1 argument

Completed in 43 milliseconds

1234