summaryrefslogtreecommitdiff
path: root/ext/standard/tests/strings/bug26819.phpt
blob: 4a53539434e7cbeb1fc73f270fd8f5b891bfd876 (plain)
1
2
3
4
5
6
7
8
9
--TEST--
Bug #26819 (http_build_query() crash on empty output)
--FILE--
<?php
$a = array();
var_dump(http_build_query($a));
?>
--EXPECT--
NULL