Home
last modified time | relevance | path

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

/PHP-7.4/ext/mbstring/libmbfl/mbfl/
H A Dmk_eaw_tbl.awk8 comma = 0
24 if (comma) {
29 comma = 1
34 if (comma) {
39 comma = 1
51 if (comma) {
56 comma = 1
61 if (comma) {
66 comma = 1
73 if (comma) {
/PHP-7.4/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.4/ext/enchant/tests/
H A Dbroker_set_ordering.phpt15 $comma = ";";
19 if (enchant_broker_set_ordering($broker,$dicts[0]['lang_tag'],$comma)) {
/PHP-7.4/main/streams/
H A Dmemory.c639 char *comma, *semi, *sep; in php_stream_url_wrap_rfc2397() local
659 if ((comma = memchr(path, ',', dlen)) == NULL) { in php_stream_url_wrap_rfc2397()
664 if (comma != path) { in php_stream_url_wrap_rfc2397()
666 mlen = comma - path; in php_stream_url_wrap_rfc2397()
729 comma++; in php_stream_url_wrap_rfc2397()
733 base64_comma = php_base64_decode_ex((const unsigned char *)comma, dlen, 1); in php_stream_url_wrap_rfc2397()
739 comma = ZSTR_VAL(base64_comma); in php_stream_url_wrap_rfc2397()
742 comma = estrndup(comma, dlen); in php_stream_url_wrap_rfc2397()
743 dlen = php_url_decode(comma, dlen); in php_stream_url_wrap_rfc2397()
749 php_stream_temp_write(stream, comma, ilen); in php_stream_url_wrap_rfc2397()
[all …]
/PHP-7.4/Zend/tests/function_arguments/
H A Dcall_with_only_comma_error.phpt2 Single comma in function calls is not allowed
/PHP-7.4/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.4/sapi/fpm/fpm/
H A Dfpm_sockets.c402 char *comma = strchr(inherited, ','); in fpm_sockets_init_main() local
406 if (comma) { in fpm_sockets_init_main()
407 *comma = '\0'; in fpm_sockets_init_main()
425 if (comma) { in fpm_sockets_init_main()
426 inherited = comma + 1; in fpm_sockets_init_main()
/PHP-7.4/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.4/ext/standard/tests/strings/
H A Dget_html_translation_table_basic6.phpt68 [,] => ,
H A Dget_html_translation_table_basic5.phpt644 [,] => ,
H A Dhtml_entity_decode_html5.phpt825 ",",
2959 , => , 2c
H A Dhtmlentities_html5.phpt127 , U+0002C
/PHP-7.4/sapi/cgi/
H A Dcgi_main.c2269 char *comma = strchr(php_optarg, ','); local
2270 if (comma) {
2272 repeats = atoi(comma + 1);
/PHP-7.4/sapi/fpm/
H A Dwww.conf.in52 ; these options, value is a comma separated list of user/group names.
60 ; must be separated by a comma. If this value is left blank, connections will be
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c881 char *comma = ""; in _extension_ini_string() local
890 comma = ","; in _extension_ini_string()
893 smart_str_append_printf(str, "%sPERDIR", comma); in _extension_ini_string()
894 comma = ","; in _extension_ini_string()
897 smart_str_append_printf(str, "%sSYSTEM", comma); in _extension_ini_string()
/PHP-7.4/ext/standard/html_tables/
H A Dents_html5.txt820 comma 0002C
/PHP-7.4/
H A Dphp.ini-development310 ; It receives a comma-delimited list of function names.
315 ; It receives a comma-delimited list of class names.
H A Dphp.ini-production310 ; It receives a comma-delimited list of function names.
315 ; It receives a comma-delimited list of class names.

Completed in 74 milliseconds