Searched refs:do_to_zval_err (Results 1 – 1 of 1) sorted by relevance
/PHP-7.0/ext/sockets/ |
H A D | conversions.c | 190 static void do_to_zval_err(res_context *ctx, const char *fmt, ...) in do_to_zval_err() function 292 do_to_zval_err(ctx, "No information on how to convert native " in to_zval_read_aggregation() 568 do_to_zval_err(ctx, "could not convert IPv4 address to string " in to_zval_read_sin_addr() 619 do_to_zval_err(ctx, "could not convert IPv6 address to string " in to_zval_read_sin6_addr() 674 do_to_zval_err(ctx, "could not find a NUL in the path"); in to_zval_read_sun_path() 810 do_to_zval_err(ctx, "cannot read struct sockaddr with family %d; " in to_zval_read_sockaddr_aux() 967 do_to_zval_err(ctx, "the cmsghdr structure is unexpectedly small; " in to_zval_read_cmsg_data() 976 do_to_zval_err(ctx, "%s", "could not set parameter " KEY_CMSG_LEN); in to_zval_read_cmsg_data() 1194 do_to_zval_err(ctx, "unexpectedly large value for iov_len: %lu", in to_zval_read_iov() 1402 do_to_zval_err(ctx, "length of cmsg is smaller than its data member " in to_zval_read_fd_array() [all …]
|
Completed in 8 milliseconds