summaryrefslogtreecommitdiff
path: root/ext/standard/tests/strings/http_build_query_error.phpt
blob: 30155e62a39b3d031182aaee2b78b5294dff2168 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--TEST--
Testing error on null parameter 1 of http_build_query()
--CREDITS--
Pawel Krynicki <pawel.krynicki [at] xsolve [dot] pl>
#testfest AmsterdamPHP 2012-06-23
--FILE--
<?php

$result = http_build_query(null);

?>
--EXPECTF--
Warning: http_build_query(): Parameter 1 expected to be Array or Object.  %s value given in %s on line %d