Home
last modified time | relevance | path

Searched refs:http_build_query (Results 1 – 7 of 7) sorted by relevance

/PHP-5.3/ext/standard/tests/strings/
H A Dhttp_build_query.phpt2 http_build_query() function
7 var_dump(http_build_query($array));
8 var_dump(http_build_query($array, 'foo'));
9 var_dump(http_build_query($array, 'foo', ';'));
H A Dbug26817.phpt2 Bug #26817 (http_build_query() did not handle private & protected object properties)
16 var_dump(http_build_query($this));
22 var_dump(http_build_query($obj));
H A Dbug26819.phpt2 Bug #26819 (http_build_query() crash on empty output)
6 var_dump(http_build_query($a));
/PHP-5.3/ext/standard/
H A Dphp_http.h34 PHP_FUNCTION(http_build_query);
H A Dhttp.c193 PHP_FUNCTION(http_build_query) in PHP_FUNCTION() argument
H A Dbasic_functions.c2809 PHP_FE(http_build_query, arginfo_http_build_query)
/PHP-5.3/
H A DNEWS4826 - Fixed bug #40009 (http_build_query(array()) returns NULL). (Ilia)
5093 - Added optional parameter to http_build_query() to allow specification of
5701 - Fixed bug #36656 (http_build_query generates invalid URIs due to use of

Completed in 48 milliseconds