1
0
mirror of https://github.com/php/php-src.git synced 2026-03-26 09:12:14 +01:00
Files
archived-php-src/ext/standard/tests/strings/bug26819.phpt
Hannes Magnusson 1175652bef MFB: Fix tests
2007-01-05 15:28:41 +00:00

10 lines
151 B
PHP

--TEST--
Bug #26819 (http_build_query() crash on empty output)
--FILE--
<?php
$a = array();
var_dump(http_build_query($a));
?>
--EXPECT--
string(0) ""