Searched refs:errmsg (Results 26 – 50 of 91) sorted by relevance
1234
/PHP-7.3/Zend/tests/ |
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
|
H A D | errmsg_026.phpt | 2 errmsg: cannot redeclare class
|
H A D | errmsg_034.phpt | 2 errmsg: __clone() cannot be static
|
H A D | errmsg_015.phpt | 2 errmsg: __clone() cannot accept any arguments
|
H A D | errmsg_022.phpt | 2 errmsg: only variables can be passed by reference
|
H A D | errmsg_027.phpt | 2 errmsg: class declarations may not be nested
|
H A D | errmsg_028.phpt | 2 errmsg: cannot use 'self' as class name
|
H A D | errmsg_029.phpt | 2 errmsg: cannot use 'parent' as class name
|
H A D | access_modifiers_007.phpt | 2 abstract final methods errmsg
|
H A D | errmsg_021.phpt | 2 errmsg: disabled class
|
H A D | errmsg_042.phpt | 2 errmsg: key element cannot be a reference
|
H A D | errmsg_002.phpt | 2 errmsg: function cannot be declared private
|
H A D | errmsg_009.phpt | 2 errmsg: multiple access type modifiers are not allowed (properties)
|
H A D | errmsg_035.phpt | 2 errmsg: cannot use 'self' as interface name
|
H A D | errmsg_036.phpt | 2 errmsg: cannot use 'parent' as interface name
|
H A D | errmsg_010.phpt | 2 errmsg: multiple access type modifiers are not allowed (methods)
|
H A D | errmsg_030.phpt | 2 errmsg: cannot use 'self' as parent class name
|
H A D | errmsg_031.phpt | 2 errmsg: cannot use 'parent' as parent class name
|
H A D | errmsg_001.phpt | 2 errmsg: Non-abstract method must contain body
|
/PHP-7.3/ext/pdo_mysql/ |
H A D | mysql_driver.c | 71 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() 91 einfo->errmsg = pestrdup(mysql_error(H->server), dbh->is_persistent); in _pdo_mysql_error() 106 pdo_throw_exception(einfo->errcode, einfo->errmsg, pdo_err); in _pdo_mysql_error() 130 add_next_index_string(info, einfo->errmsg); in pdo_mysql_fetch_error_func() 148 if (H->einfo.errmsg) { in mysql_handle_closer() 149 pefree(H->einfo.errmsg, dbh->is_persistent); in mysql_handle_closer() [all …]
|
/PHP-7.3/ext/ldap/tests/ |
H A D | ldap_rename_ext.phpt | 27 ldap_parse_result($link, $result, $errcode, $matcheddn, $errmsg, $referrals, $ctrls), 29 $errmsg,
|
Completed in 25 milliseconds
1234