/php-src/ext/mbstring/libmbfl/mbfl/ |
H A D | mk_eaw_tbl.awk | 8 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-src/ext/json/tests/ |
H A D | fail001.phpt | 10 '["extra comma",]', 11 '["double extra comma",,]', 15 '{"Extra comma": true,}', 28 '["Colon instead of comma": false]', 58 Testing: ["extra comma",] 63 Testing: ["double extra comma",,] 83 Testing: {"Extra comma": true,} 148 Testing: ["Colon instead of comma": false]
|
/php-src/ext/enchant/tests/ |
H A D | broker_set_ordering.phpt | 16 $comma = ";"; 20 if (enchant_broker_set_ordering($broker,$dicts[0]['lang_tag'],$comma)) {
|
/php-src/main/streams/ |
H A D | memory.c | 613 char *comma, *semi, *sep; in php_stream_url_wrap_rfc2397() local 635 if ((comma = memchr(path, ',', dlen)) == NULL) { in php_stream_url_wrap_rfc2397() 640 if (comma != path) { in php_stream_url_wrap_rfc2397() 642 mlen = comma - path; in php_stream_url_wrap_rfc2397() 705 comma++; in php_stream_url_wrap_rfc2397() 709 base64_comma = php_base64_decode_ex((const unsigned char *)comma, dlen, 1); in php_stream_url_wrap_rfc2397() 715 comma = ZSTR_VAL(base64_comma); in php_stream_url_wrap_rfc2397() 718 comma = estrndup(comma, dlen); in php_stream_url_wrap_rfc2397() 719 dlen = php_url_decode(comma, dlen); in php_stream_url_wrap_rfc2397() 725 php_stream_temp_write(stream, comma, ilen); in php_stream_url_wrap_rfc2397() [all …]
|
/php-src/Zend/tests/function_arguments/ |
H A D | call_with_only_comma_error.phpt | 2 Single comma in function calls is not allowed
|
/php-src/Zend/tests/match/ |
H A D | 002.phpt | 2 Match expression omit trailing comma
|
H A D | 041.phpt | 2 Match expression with trailing comma in condition list
|
/php-src/Zend/tests/list/ |
H A D | list_keyed_leading_comma.phpt | 2 Leading comma in keyed list assignment
|
H A D | list_keyed_trailing_comma.phpt | 2 list() with keys and a trailing comma
|
/php-src/Zend/tests/group_use/ |
H A D | ns_trailing_comma_error_03.phpt | 2 Group use declarations mustn't allow more than one comma
|
H A D | ns_trailing_comma_error_06.phpt | 2 Unmixed group use declarations mustn't allow more than one comma
|
H A D | ns_trailing_comma_error_07.phpt | 2 Unmixed group use declarations mustn't begin with a comma
|
H A D | ns_trailing_comma_error_02.phpt | 2 Group use declarations mustn't contain just a comma
|
H A D | ns_trailing_comma_error_04.phpt | 2 Group use declarations mustn't begin with a comma
|
H A D | ns_trailing_comma_01.phpt | 2 Mixed group use declaration can contain trailing comma
|
H A D | ns_trailing_comma_02.phpt | 2 Unmixed group use declaration can contain trailing comma
|
/php-src/Zend/tests/attributes/ |
H A D | 027_trailing_comma_args.phpt | 2 Trailing comma in attribute argument list
|
/php-src/Zend/tests/ |
H A D | func_sig_trailing_comma.phpt | 2 Trailing comma in function signatures
|
/php-src/ext/standard/tests/file/ |
H A D | stream_rfc2397_002.phpt | 54 Warning: fopen(data://): Failed to open stream: rfc2397: no comma in URL in %sstream_rfc2397_002.ph… 73 Warning: fopen(data://;base64): Failed to open stream: rfc2397: no comma in URL in %sstream_rfc2397… 144 Warning: fopen(data://text/plain;foo=bar;bar=baz): Failed to open stream: rfc2397: no comma in URL …
|
/php-src/ext/dom/lexbor/lexbor/css/selectors/ |
H A D | pseudo.h | 27 bool comma; member
|
H A D | state.c | 1970 bool cy, comma; in lxb_css_selectors_state_function_error() local 1978 comma = true; in lxb_css_selectors_state_function_error() 1992 comma = func->comma; in lxb_css_selectors_state_function_error() 2026 if (comma == true in lxb_css_selectors_state_function_error()
|
/php-src/sapi/fpm/fpm/ |
H A D | fpm_sockets.c | 466 char *comma = strchr(inherited, ','); in fpm_sockets_init_main() local 470 if (comma) { in fpm_sockets_init_main() 471 *comma = '\0'; in fpm_sockets_init_main() 489 if (comma) { in fpm_sockets_init_main() 490 inherited = comma + 1; in fpm_sockets_init_main()
|
/php-src/ext/mbstring/tests/ |
H A D | gh15824.phpt | 20 /* last comma is not mistake, intentionally */
|
H A D | cp51932_encoding.phpt | 82 unset($fromUnicode["\x00\xB8"]); // Don't map cedilla to fullwidth comma
|
/php-src/ext/standard/tests/strings/ |
H A D | get_html_translation_table_basic6.phpt | 68 [,] => ,
|