Home
last modified time | relevance | path

Searched refs:err (Results 26 – 50 of 149) sorted by relevance

123456

/PHP-5.5/ext/intl/tests/
H A Dmsgfmt_fail2.phpt9 function err($fmt) {
39 err($fmt);
41 err($fmt);
43 err($fmt);
45 err($fmt);
47 err($fmt);
49 err($fmt);
53 err($fmt);
55 err($fmt);
57 err($fmt);
H A Dformatter_fail.phpt8 function err($fmt) {
37 err($fmt);
39 err($fmt);
41 err($fmt);
45 err($fmt);
47 err($fmt);
49 err($fmt);
/PHP-5.5/ext/oci8/
H A Doci8_statement.c64 connection->err, in php_oci_statement_create()
224 statement->err, in php_oci_statement_fetch()
250 statement->err, in php_oci_statement_fetch()
687 statement->err, /* IN/OUT An error handle */ in php_oci_statement_execute()
736 statement->err, in php_oci_statement_execute()
773 if (statement->err) { in php_oci_statement_free()
775 statement->err = 0; in php_oci_statement_free()
1125 statement->err, /* error handle */ in php_oci_bind_by_name()
1150 statement->err, in php_oci_bind_by_name()
1170 statement->err, in php_oci_bind_by_name()
[all …]
H A Doci8.c1091 OCI_G(err) = NULL; in PHP_INI_END()
1131 OCI_G(err) = NULL; in PHP_INI_END()
1143 if (OCI_G(err)) { in php_oci_cleanup_global_handles()
1145 OCI_G(err) = NULL; in php_oci_cleanup_global_handles()
2287 if (connection->err) { in php_oci_connection_close()
2740 php_oci_error(OCI_G(err), OCI_G(errcode) TSRMLS_CC); in php_oci_create_spool()
2752 php_oci_error(OCI_G(err), OCI_G(errcode) TSRMLS_CC); in php_oci_create_spool()
2769 php_oci_error(OCI_G(err), OCI_G(errcode) TSRMLS_CC); in php_oci_create_spool()
3153 if (!connection->err) { in php_oci_create_session()
3293 (dvoid *) session_pool->err, OCI_SPD_FORCE)); in php_oci_spool_close()
[all …]
/PHP-5.5/ext/intl/transliterator/
H A Dtransliterator_class.h31 intl_error err; member
40 #define TRANSLITERATOR_ERROR( co ) (co)->err
52 …intl_errors_set( &to->err, U_ILLEGAL_ARGUMENT_ERROR, "Found unconstructed transliterator", 0 TSRML…
/PHP-5.5/ext/intl/breakiterator/
H A Dbreakiterator_class.h35 intl_error err; member
44 #define BREAKITER_ERROR(bio) (bio)->err
56 …intl_errors_set(&bio->err, U_ILLEGAL_ARGUMENT_ERROR, "Found unconstructed BreakIterator", 0 TSRMLS…
/PHP-5.5/ext/sockets/tests/
H A Dsocket_recvmsg.phpt24 $sends1 = socket_create(AF_INET6, SOCK_DGRAM, SOL_UDP) or die("err");
26 $br = socket_bind($sends1, '::', 7001) or die("err");
31 $s = socket_create(AF_INET6, SOCK_DGRAM, SOL_UDP) or die("err");
33 $br = socket_bind($s, '::0', 3000) or die("err");
36 socket_set_option($s, IPPROTO_IPV6, IPV6_RECVPKTINFO, 1) or die("err");
H A Dsocket_sendrecvmsg_multi_msg.phpt28 $sends1 = socket_create(AF_INET6, SOCK_DGRAM, SOL_UDP) or die("err");
30 $br = socket_bind($sends1, '::', 7001) or die("err");
35 $s = socket_create(AF_INET6, SOCK_DGRAM, SOL_UDP) or die("err");
37 $br = socket_bind($s, '::0', 3000) or die("err");
40 socket_set_option($s, IPPROTO_IPV6, IPV6_RECVPKTINFO, 1) or die("err");
41 socket_set_option($s, IPPROTO_IPV6, IPV6_RECVTCLASS, 1) or die("err");
H A Dsocket_sendrecvmsg_multi_msg-win32.phpt22 $sends1 = socket_create(AF_INET6, SOCK_DGRAM, SOL_UDP) or die("err");
24 $br = socket_bind($sends1, '::', 7001) or die("err");
29 $s = socket_create(AF_INET6, SOCK_DGRAM, SOL_UDP) or die("err");
31 $br = socket_bind($s, '::0', 3000) or die("err");
34 socket_set_option($s, IPPROTO_IPV6, IPV6_RECVPKTINFO, 1) or die("err");
35 socket_set_option($s, IPPROTO_IPV6, IPV6_RECVTCLASS, 1) or die("err");
H A Dsocket_abstract_path_sendmsg.phpt19 $sends1 = socket_create(AF_UNIX, SOCK_DGRAM, 0) or die("err");
23 $s = socket_create(AF_UNIX, SOCK_DGRAM, 0) or die("err");
24 socket_bind($s, $path) or die("err");
/PHP-5.5/ext/intl/calendar/
H A Dcalendar_class.h35 intl_error err; member
41 #define CALENDAR_ERROR(co) (co)->err
53 …intl_errors_set(&co->err, U_ILLEGAL_ARGUMENT_ERROR, "Found unconstructed IntlCalendar", 0 TSRMLS_C…
/PHP-5.5/ext/pdo_dblib/
H A Ddblib_driver.c41 pdo_dblib_err *einfo = &H->err; in dblib_fetch_error()
48 einfo = &S->err; in dblib_fetch_error()
53 } else if (einfo->dberr == SYBESMSG && DBLIB_G(err).lastmsg) { in dblib_fetch_error()
54 msg = DBLIB_G(err).lastmsg; in dblib_fetch_error()
55 DBLIB_G(err).lastmsg = NULL; in dblib_fetch_error()
103 S->err.sqlstate = stmt->error_code; in dblib_handle_preparer()
113 dbsetuserdata(H->link, (BYTE*)&H->err); in dblib_handle_doer()
306 H->err.sqlstate = dbh->error_code; in pdo_dblib_handle_factory()
404 DBLIB_G(err).sqlstate, in pdo_dblib_handle_factory()
405 DBLIB_G(err).dberrstr, in pdo_dblib_handle_factory()
[all …]
/PHP-5.5/ext/intl/timezone/
H A Dtimezone_class.h38 intl_error err; member
47 #define TIMEZONE_ERROR(to) (to)->err
58 …intl_errors_set(&to->err, U_ILLEGAL_ARGUMENT_ERROR, "Found unconstructed IntlTimeZone", 0 TSRMLS_C…
/PHP-5.5/ext/sockets/
H A Dconversions.c72 struct err_s err; member
80 struct err_s err; member
151 if (err->has_error) { in do_from_to_zval_err()
169 err->has_error = 1; in do_from_to_zval_err()
170 err->level = E_WARNING; in do_from_to_zval_err()
175 err->should_free = 1; in do_from_to_zval_err()
202 php_error_docref0(NULL TSRMLS_CC, err->level, "%s", err->msg); in err_msg_dispose()
204 efree(err->msg); in err_msg_dispose()
228 !ctx->err.has_error in from_array_iterate()
1512 *err = ctx.err; in from_zval_run_conversions()
[all …]
/PHP-5.5/ext/intl/spoofchecker/
H A Dspoofchecker_class.h33 intl_error err; member
39 #define SPOOFCHECKER_ERROR(co) (co)->err
63 intl_errors_set(&co->err, U_ILLEGAL_ARGUMENT_ERROR, \
/PHP-5.5/ext/spl/examples/
H A Ddba_array.php48 catch (exception $err) {
49 var_dump($err);
/PHP-5.5/ext/standard/
H A Dflock_compat.c128 DWORD err;
154 err = GetLastError();
155 if (ERROR_LOCK_VIOLATION == err || ERROR_SHARING_VIOLATION == err) {
/PHP-5.5/ext/intl/normalizer/
H A Dnormalizer_class.h31 intl_error err; member
35 #define NORMALIZER_ERROR(co) (co)->err
/PHP-5.5/ext/intl/common/
H A Dcommon_enum.h34 #define INTLITERATOR_ERROR(ii) (ii)->err
46 …intl_errors_set(&ii->err, U_ILLEGAL_ARGUMENT_ERROR, "Found unconstructed IntlIterator", 0 TSRMLS_C…
52 intl_error err; member
H A Dcommon_date.h33 intl_error *err, const char *func TSRMLS_DC);
37 U_CFUNC double intl_zval_to_millis(zval *z, intl_error *err, const char *func TSRMLS_DC);
/PHP-5.5/Zend/tests/
H A Dbug46241.phpt22 $err = new ErrorHandling();
24 set_error_handler( array( $err, 'errorHandler1' ) );
25 set_error_handler( array( $err, 'errorHandler2' ) );
H A Dbug64578.phpt6 set_error_handler(function($no, $err) { var_dump($err); });
/PHP-5.5/main/streams/
H A Dxp_socket.c73 long err = php_socket_errno(); in php_sockop_write() local
94 err = php_socket_errno(); in php_sockop_write()
95 } while (err == EINTR); in php_sockop_write()
99 (long)count, err, estr); in php_sockop_write()
361 "%s\n", err); in php_sockop_set_option()
362 efree(err); in php_sockop_set_option()
572 int portno, err; in php_tcp_sockop_bind() local
605 &err in php_tcp_sockop_bind()
620 int err = 0; in php_tcp_sockop_connect() local
643 &err); in php_tcp_sockop_connect()
[all …]
/PHP-5.5/tests/classes/
H A Dinterface_method.phpt9 function err() {};
15 Fatal error: Interface function if_a::err() cannot contain body %s on line %d
H A Dinterface_method_private.phpt9 abstract private function err();
15 Fatal error: Access type for interface method if_a::err() must be omitted in %s on line %d

Completed in 70 milliseconds

123456