Home
last modified time | relevance | path

Searched refs:comma (Results 1 – 25 of 38) sorted by relevance

12

/PHP-7.2/ext/mbstring/libmbfl/mbfl/
H A Dmk_eaw_tbl.awk10 comma = 0
26 if (comma) {
31 comma = 1
36 if (comma) {
41 comma = 1
53 if (comma) {
58 comma = 1
63 if (comma) {
68 comma = 1
75 if (comma) {
/PHP-7.2/ext/json/tests/
H A Dfail001.phpt14 '["extra comma",]',
15 '["double extra comma",,]',
19 '{"Extra comma": true,}',
32 '["Colon instead of comma": false]',
62 Testing: ["extra comma",]
67 Testing: ["double extra comma",,]
87 Testing: {"Extra comma": true,}
152 Testing: ["Colon instead of comma": false]
/PHP-7.2/ext/enchant/tests/
H A Dbroker_set_ordering.phpt15 $comma = ";";
19 if (enchant_broker_set_ordering($broker,$dicts[0]['lang_tag'],$comma)) {
/PHP-7.2/main/streams/
H A Dmemory.c620 char *comma, *semi, *sep, *key; in php_stream_url_wrap_rfc2397() local
640 if ((comma = memchr(path, ',', dlen)) == NULL) { in php_stream_url_wrap_rfc2397()
645 if (comma != path) { in php_stream_url_wrap_rfc2397()
647 mlen = comma - path; in php_stream_url_wrap_rfc2397()
712 comma++; in php_stream_url_wrap_rfc2397()
716 base64_comma = php_base64_decode_ex((const unsigned char *)comma, dlen, 1); in php_stream_url_wrap_rfc2397()
722 comma = ZSTR_VAL(base64_comma); in php_stream_url_wrap_rfc2397()
725 comma = estrndup(comma, dlen); in php_stream_url_wrap_rfc2397()
726 dlen = php_url_decode(comma, dlen); in php_stream_url_wrap_rfc2397()
732 php_stream_temp_write(stream, comma, ilen); in php_stream_url_wrap_rfc2397()
[all …]
/PHP-7.2/Zend/tests/
H A Dns_trailing_comma_error_03.phpt2 Group use declarations mustn't allow more than one comma
H A Dns_trailing_comma_error_06.phpt2 Unmixed group use declarations mustn't allow more than one comma
H A Dns_trailing_comma_error_07.phpt2 Unmixed group use declarations mustn't begin with a comma
H A Dns_trailing_comma_error_02.phpt2 Group use declarations mustn't contain just a comma
H A Dns_trailing_comma_error_04.phpt2 Group use declarations mustn't begin with a comma
H A Dlist_keyed_trailing_comma.phpt2 list() with keys and a trailing comma
H A Dns_trailing_comma_01.phpt2 Mixed group use declaration can contain trailing comma
H A Dns_trailing_comma_02.phpt2 Unmixed group use declaration can contain trailing comma
/PHP-7.2/sapi/fpm/fpm/
H A Dfpm_sockets.c399 char *comma = strchr(inherited, ','); in fpm_sockets_init_main() local
403 if (comma) { in fpm_sockets_init_main()
404 *comma = '\0'; in fpm_sockets_init_main()
422 if (comma) { in fpm_sockets_init_main()
423 inherited = comma + 1; in fpm_sockets_init_main()
/PHP-7.2/ext/standard/tests/file/
H A Dstream_rfc2397_002.phpt54 Warning: fopen(data://): failed to open stream: rfc2397: no comma in URL in %sstream_rfc2397_002.ph…
75 Warning: fopen(data://;base64): failed to open stream: rfc2397: no comma in URL in %sstream_rfc2397…
156 Warning: fopen(data://text/plain;foo=bar;bar=baz): failed to open stream: rfc2397: no comma in URL …
/PHP-7.2/ext/standard/tests/strings/
H A Dget_html_translation_table_basic6.phpt68 [,] => ,
H A Dget_html_translation_table_basic5.phpt644 [,] => ,
/PHP-7.2/ext/spl/
H A Dspl.php193 * @return comma separated list of file extensions to use in default autoload
/PHP-7.2/
H A DREADME.EXT_SKEL77 other with a comma and optional space. Argument_type can be one of int,
81 then '[' and of course comma and optional space, like all the other
H A DUPGRADING126 . A trailing comma in group use statements is now allowed.
/PHP-7.2/sapi/cgi/
H A DREADME.FastCGI117 Set it to a comma separated list of IP addresses, e.g.:
H A Dcgi_main.c2314 char *comma = strchr(php_optarg, ','); local
2315 if (comma) {
2317 repeats = atoi(comma + 1);
/PHP-7.2/ext/pcre/pcrelib/testdata/
H A Dtestinput14228 )* # further okay, if led by comma
H A Dtestinput17146 )* # further okay, if led by comma
H A Dtestoutput14295 )* # further okay, if led by comma
/PHP-7.2/sapi/fpm/
H A Dwww.conf.in51 ; these options, value is a comma separated list of user/group names.
59 ; must be separated by a comma. If this value is left blank, connections will be

Completed in 54 milliseconds

12