Lines Matching refs:do_from_zval_err

181 static void do_from_zval_err(ser_context *ctx, const char *fmt, ...)  in do_from_zval_err()  function
255 do_from_zval_err(ctx, "%s", "expected an array here"); in from_zval_write_aggregation()
263 do_from_zval_err(ctx, "No information on how to convert value " in from_zval_write_aggregation()
273 do_from_zval_err(ctx, "The key '%s' is required", descr->name); in from_zval_write_aggregation()
350 do_from_zval_err(ctx, "expected an integer, but got a non numeric " in from_zval_integer_common()
356 do_from_zval_err(ctx, "%s", "expected an integer, either of a PHP " in from_zval_integer_common()
376 do_from_zval_err(ctx, "%s", "given PHP integer is out of bounds " in from_zval_write_int()
395 do_from_zval_err(ctx, "%s", "given PHP integer is out of bounds " in from_zval_write_uint32()
414 do_from_zval_err(ctx, "%s", "given PHP integer is out of bounds " in from_zval_write_net_uint16()
433 do_from_zval_err(ctx, "%s", "given PHP integer is out of bounds " in from_zval_write_sa_family()
452 do_from_zval_err(ctx, "%s", "given PHP integer is out of bounds " in from_zval_write_pid_t()
473 do_from_zval_err(ctx, "%s", "given PHP integer is out of bounds " in from_zval_write_uid_t()
479 do_from_zval_err(ctx, "%s", "given PHP integer is out of bounds " in from_zval_write_uid_t()
552 do_from_zval_err(ctx, "could not resolve address '%s' to get an AF_INET " in from_zval_write_sin_addr()
602 do_from_zval_err(ctx, "could not resolve address '%s' to get an AF_INET6 " in from_zval_write_sin6_addr()
654 do_from_zval_err(ctx, "%s", "the path is cannot be empty"); in from_zval_write_sun_path()
658 do_from_zval_err(ctx, "the path is too long, the maximum permitted " in from_zval_write_sun_path()
703 do_from_zval_err(ctx, "%s", "expected an array here"); in from_zval_write_sockaddr_aux()
723 do_from_zval_err(ctx, "the specified family (number %d) is not " in from_zval_write_sockaddr_aux()
738 do_from_zval_err(ctx, "the specified family (AF_INET6) is not " in from_zval_write_sockaddr_aux()
753 do_from_zval_err(ctx, "the specified family (AF_UNIX) is not " in from_zval_write_sockaddr_aux()
778 do_from_zval_err(ctx, "%s", "the only families currently supported are " in from_zval_write_sockaddr_aux()
866 do_from_zval_err(ctx, "cmsghdr with level %d and type %d not supported", in from_zval_write_control()
875 do_from_zval_err(ctx, "cmsghdr should have a 'data' element here"); in from_zval_write_control()
920 do_from_zval_err(ctx, "%s", "expected an array here"); in from_zval_write_control_array()
1065 do_from_zval_err(ctx, "the buffer size must be between 1 and %pd; " in from_zval_write_msghdr_buffer_size()
1098 do_from_zval_err(ctx, "%s", "expected an array here"); in from_zval_write_iov_array()
1122 do_from_zval_err(ctx, "controllen cannot be 0"); in from_zval_write_controllen()
1166 do_from_zval_err(ctx, "could not add fill_sockaddr; this is a bug"); in from_zval_write_msghdr_recv()
1240 do_from_zval_err(ctx, "the interface index cannot be negative or " in from_zval_write_ifindex()
1253 do_from_zval_err(ctx, "no interface with name \"%s\" could be found", ZSTR_VAL(str)); in from_zval_write_ifindex()
1260 do_from_zval_err(ctx, "the interface name \"%s\" is too large ", ZSTR_VAL(str)); in from_zval_write_ifindex()
1263 do_from_zval_err(ctx, "no interface with name \"%s\" could be " in from_zval_write_ifindex()
1266 do_from_zval_err(ctx, "error fetching interface index for " in from_zval_write_ifindex()
1275 do_from_zval_err(ctx, in from_zval_write_ifindex()
1335 do_from_zval_err(ctx, "%s", "expected an array here"); in calculate_scm_rights_space()
1341 do_from_zval_err(ctx, "%s", "expected at least one element in this array"); in calculate_scm_rights_space()
1363 do_from_zval_err(ctx, "resource is not a stream or a socket"); in from_zval_write_fd_array_aux()
1369 do_from_zval_err(ctx, "cast stream to file descriptor failed"); in from_zval_write_fd_array_aux()
1373 do_from_zval_err(ctx, "expected a resource variable"); in from_zval_write_fd_array_aux()
1379 do_from_zval_err(ctx, "%s", "expected an array here"); in from_zval_write_fd_array()