Home
last modified time | relevance | path

Searched refs:arg_separator (Results 1 – 23 of 23) sorted by relevance

/php-src/ext/standard/tests/strings/
H A Dparse_str_basic2.phpt2 Test parse_str() function : non-default arg_separator.input specified
4 arg_separator.input = "/"
7 echo "*** Testing parse_str() : non-default arg_separator.input specified ***\n";
15 *** Testing parse_str() : non-default arg_separator.input specified ***
/php-src/Zend/tests/
H A Dbug46811.phpt4 arg_separator.output=&
7 var_dump(ini_set("arg_separator.output", ""));
8 var_dump(ini_get("arg_separator.output"));
/php-src/tests/run-test/
H A Dtest004.phpt4 arg_separator.input==
7 var_dump(ini_get('arg_separator.input'));
/php-src/ext/session/tests/
H A D020.phpt2 rewriter uses arg_separator.output for modifying URLs
13 arg_separator.output="&"
H A D015.phpt13 arg_separator.output=&
H A Dbug41600.phpt13 arg_separator.output="&"
H A Dbug42596.phpt14 arg_separator.output="&"
/php-src/ext/standard/tests/http/http_build_query/
H A Dhttp_build_query_variation3.phpt13 echo http_build_query($oDimensional, '', ini_get('arg_separator.output'), PHP_QUERY_RFC1738) . PHP_…
14 echo http_build_query($oDimensional, '', ini_get('arg_separator.output'), PHP_QUERY_RFC3986);
H A Dgh12745.phpt2 Bug GH-12745 (http_build_query() default null argument for $arg_separator is implicitly coerced to …
/php-src/ext/mbstring/tests/
H A Dmb_parse_str.phpt6 arg_separator.input=&
H A Dmb_parse_str02.phpt6 arg_separator.input=&#
H A Dhtmlent.phpt13 arg_separator.input=x
/php-src/main/
H A Dphp_globals.h101 arg_separators arg_separator; member
H A Dphp_variables.c530 separator = PG(arg_separator).input; in SAPI_TREAT_DATA_FUNC()
H A Dmain.c715 …STD_PHP_INI_ENTRY("arg_separator.output", "&", PHP_INI_ALL, OnUpdateStringUnempty, arg_separator
716 …r.input", "&", PHP_INI_SYSTEM|PHP_INI_PERDIR, OnUpdateStringUnempty, arg_separator.input, php_cor…
/php-src/ext/standard/
H A Durl_scanner_ex.re311 append_modified_url(&ctx->val, &ctx->result, &ctx->url_app, PG(arg_separator).output, ctx->type);
612 append_modified_url(&surl, &buf, &url_app, PG(arg_separator).output, 1);
757 smart_str_appends(&url_state->url_app, PG(arg_separator).output);
898 separator_len = strlen(PG(arg_separator).output);
900 if (!memcmp(end, PG(arg_separator).output, separator_len)) {
914 && (size_t)(start - PG(arg_separator).output) >= separator_len
915 && !memcmp(start - separator_len, PG(arg_separator).output, separator_len)) {
H A Dbasic_functions.stub.php3026 function http_build_query(array|object $data, string $numeric_prefix = "", ?string $arg_separator =…
H A Dbasic_functions_arginfo.h1501 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, arg_separator, IS_STRING, 1, "null")
/php-src/ext/mbstring/
H A Dmb_gpc.c111 separator = (char *) estrdup(PG(arg_separator).input); in ZEND_EXTERN_MODULE_GLOBALS()
H A Dmbstring.c1534 info.separator = PG(arg_separator).input; in PHP_FUNCTION()
/php-src/sapi/cgi/
H A Dcgi_main.c2416 size_t slen = strlen(PG(arg_separator).input);
2432 strlcat(s, PG(arg_separator).input, len);
/php-src/
H A Dphp.ini-development640 ;arg_separator.output = "&"
647 ;arg_separator.input = ";&"
H A Dphp.ini-production642 ;arg_separator.output = "&"
649 ;arg_separator.input = ";&"

Completed in 138 milliseconds