1--TEST--
2Testing error on null parameter 1 of http_build_query()
3--CREDITS--
4Pawel Krynicki <pawel.krynicki [at] xsolve [dot] pl>
5#testfest AmsterdamPHP 2012-06-23
6--FILE--
7<?php
8
9$result = http_build_query(null);
10
11?>
12--EXPECTF--
13Warning: http_build_query(): Parameter 1 expected to be Array or Object.  %s value given in %s on line %d