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()
353 do_from_zval_err(ctx, "expected an integer, but got a non numeric " in from_zval_integer_common()
359 do_from_zval_err(ctx, "%s", "expected an integer, either of a PHP " in from_zval_integer_common()
379 do_from_zval_err(ctx, "%s", "given PHP integer is out of bounds " in from_zval_write_int()
398 do_from_zval_err(ctx, "%s", "given PHP integer is out of bounds " in from_zval_write_uint32()
417 do_from_zval_err(ctx, "%s", "given PHP integer is out of bounds " in from_zval_write_net_uint16()
436 do_from_zval_err(ctx, "%s", "given PHP integer is out of bounds " in from_zval_write_sa_family()
457 do_from_zval_err(ctx, "%s", "given PHP integer is out of bounds " in from_zval_write_pid_t()
478 do_from_zval_err(ctx, "%s", "given PHP integer is out of bounds " in from_zval_write_uid_t()
484 do_from_zval_err(ctx, "%s", "given PHP integer is out of bounds " in from_zval_write_uid_t()
562 do_from_zval_err(ctx, "could not resolve address '%s' to get an AF_INET " in from_zval_write_sin_addr()
612 do_from_zval_err(ctx, "could not resolve address '%s' to get an AF_INET6 " in from_zval_write_sin6_addr()
664 do_from_zval_err(ctx, "%s", "the path is cannot be empty"); in from_zval_write_sun_path()
669 do_from_zval_err(ctx, "the path is too long, the maximum permitted " in from_zval_write_sun_path()
718 do_from_zval_err(ctx, "%s", "expected an array here"); in from_zval_write_sockaddr_aux()
738 do_from_zval_err(ctx, "the specified family (number %d) is not " in from_zval_write_sockaddr_aux()
753 do_from_zval_err(ctx, "the specified family (AF_INET6) is not " in from_zval_write_sockaddr_aux()
768 do_from_zval_err(ctx, "the specified family (AF_UNIX) is not " in from_zval_write_sockaddr_aux()
793 do_from_zval_err(ctx, "%s", "the only families currently supported are " in from_zval_write_sockaddr_aux()
881 do_from_zval_err(ctx, "cmsghdr with level %d and type %d not supported", in from_zval_write_control()
890 do_from_zval_err(ctx, "cmsghdr should have a 'data' element here"); in from_zval_write_control()
935 do_from_zval_err(ctx, "%s", "expected an array here"); in from_zval_write_control_array()
1073 do_from_zval_err(ctx, "the buffer size must be between 1 and " ZEND_LONG_FMT "; " in from_zval_write_msghdr_buffer_size()
1102 do_from_zval_err(ctx, "%s", "expected an array here"); in from_zval_write_iov_array()
1126 do_from_zval_err(ctx, "controllen cannot be 0"); in from_zval_write_controllen()
1170 do_from_zval_err(ctx, "could not add fill_sockaddr; this is a bug"); in from_zval_write_msghdr_recv()
1245 do_from_zval_err(ctx, "the interface index cannot be negative or " in from_zval_write_ifindex()
1258 do_from_zval_err(ctx, "no interface with name \"%s\" could be found", ZSTR_VAL(str)); in from_zval_write_ifindex()
1265 do_from_zval_err(ctx, "the interface name \"%s\" is too large ", ZSTR_VAL(str)); in from_zval_write_ifindex()
1268 do_from_zval_err(ctx, "no interface with name \"%s\" could be " in from_zval_write_ifindex()
1271 do_from_zval_err(ctx, "error fetching interface index for " in from_zval_write_ifindex()
1280 do_from_zval_err(ctx, in from_zval_write_ifindex()
1339 do_from_zval_err(ctx, "%s", "expected an array here"); in calculate_scm_rights_space()
1345 do_from_zval_err(ctx, "%s", "expected at least one element in this array"); in calculate_scm_rights_space()
1367 do_from_zval_err(ctx, "resource is not a stream or a socket"); in from_zval_write_fd_array_aux()
1373 do_from_zval_err(ctx, "cast stream to file descriptor failed"); in from_zval_write_fd_array_aux()
1377 do_from_zval_err(ctx, "expected a resource variable"); in from_zval_write_fd_array_aux()
1383 do_from_zval_err(ctx, "%s", "expected an array here"); in from_zval_write_fd_array()