Home
last modified time | relevance | path

Searched refs:errmsg (Results 26 – 50 of 91) sorted by relevance

1234

/PHP-7.3/Zend/tests/
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
H A Derrmsg_026.phpt2 errmsg: cannot redeclare class
H A Derrmsg_034.phpt2 errmsg: __clone() cannot be static
H A Derrmsg_015.phpt2 errmsg: __clone() cannot accept any arguments
H A Derrmsg_022.phpt2 errmsg: only variables can be passed by reference
H A Derrmsg_027.phpt2 errmsg: class declarations may not be nested
H A Derrmsg_028.phpt2 errmsg: cannot use 'self' as class name
H A Derrmsg_029.phpt2 errmsg: cannot use 'parent' as class name
H A Daccess_modifiers_007.phpt2 abstract final methods errmsg
H A Derrmsg_021.phpt2 errmsg: disabled class
H A Derrmsg_042.phpt2 errmsg: key element cannot be a reference
H A Derrmsg_002.phpt2 errmsg: function cannot be declared private
H A Derrmsg_009.phpt2 errmsg: multiple access type modifiers are not allowed (properties)
H A Derrmsg_035.phpt2 errmsg: cannot use 'self' as interface name
H A Derrmsg_036.phpt2 errmsg: cannot use 'parent' as interface name
H A Derrmsg_010.phpt2 errmsg: multiple access type modifiers are not allowed (methods)
H A Derrmsg_030.phpt2 errmsg: cannot use 'self' as parent class name
H A Derrmsg_031.phpt2 errmsg: cannot use 'parent' as parent class name
H A Derrmsg_001.phpt2 errmsg: Non-abstract method must contain body
/PHP-7.3/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()
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 Dldap_rename_ext.phpt27 ldap_parse_result($link, $result, $errcode, $matcheddn, $errmsg, $referrals, $ctrls),
29 $errmsg,

Completed in 95 milliseconds

1234