/PHP-5.4/tests/lang/ |
H A D | error_2_exception_001.phpt | 11 $this->errmsg = $_errmsg; 19 return $this->errmsg; 23 function ErrorsToExceptions($errno, $errmsg) { 24 throw new MyException($errno, $errmsg);
|
H A D | bug25922.phpt | 7 function my_error_handler($error, $errmsg='', $errfile='', $errline=0, $errcontext='') 9 echo "$errmsg\n";
|
/PHP-5.4/ext/pdo_sqlite/ |
H A D | sqlite_driver.c | 45 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.4/ext/pdo_oci/ |
H A D | oci_driver.c | 46 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.4/ext/standard/tests/streams/ |
H A D | bug60106.phpt | 12 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.4/ext/reflection/tests/ |
H A D | exception.inc | 5 $this->errmsg = $_errmsg; 13 return $this->errmsg;
|
/PHP-5.4/ext/ldap/tests/ |
H A D | ldap_parse_result_basic.phpt | 21 $errcode = $dn = $errmsg = $refs = null; 23 ldap_parse_result($link, $result, $errcode, $dn, $errmsg, $refs), 24 $errcode, $dn, $errmsg, $refs
|
/PHP-5.4/ext/pdo_mysql/ |
H A D | mysql_driver.c | 73 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.4/ext/iconv/tests/ |
H A D | iconv_strpos.phpt | 9 function my_error_handler($errno, $errmsg, $filename, $linenum, $vars) 11 echo "$errno: $errmsg\n";
|
H A D | iconv_strrpos.phpt | 9 function my_error_handler($errno, $errmsg, $filename, $linenum, $vars) 11 echo "$errno: $errmsg\n";
|
/PHP-5.4/Zend/tests/ |
H A D | errmsg_026.phpt | 2 errmsg: cannot redeclare class
|
H A D | errmsg_006.phpt | 2 errmsg: can't use [] for reading
|
H A D | errmsg_007.phpt | 2 errmsg: can't use [] for reading - 2
|
H A D | errmsg_008.phpt | 2 errmsg: can't use [] for unsetting
|
H A D | errmsg_011.phpt | 2 errmsg: cannot redeclare (method)
|
H A D | errmsg_020.phpt | 2 errmsg: disabled function
|
H A D | errmsg_037.phpt | 2 errmsg: properties cannot be abstract
|
H A D | errmsg_039.phpt | 2 errmsg: cannot redeclare property
|
H A D | errmsg_012.phpt | 2 errmsg: __autoload() must take exactly 1 argument
|
H A D | errmsg_024.phpt | 2 No more errmsg: can now change initial value of property
|
H A D | errmsg_019.phpt | 2 errmsg: __destruct() cannot take arguments
|
H A D | errmsg_032.phpt | 2 errmsg: __construct() cannot be static
|
H A D | errmsg_033.phpt | 2 errmsg: __destruct() cannot be static
|
H A D | errmsg_016.phpt | 2 errmsg: __isset() must take exactly 1 argument
|
H A D | errmsg_017.phpt | 2 errmsg: __unset() must take exactly 1 argument
|