Home
last modified time | relevance | path

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

12

/php-src/Zend/tests/attributes/
H A D027_trailing_comma_args.phpt2 Trailing comma in attribute argument list
/php-src/Zend/tests/
H A Dfunc_sig_trailing_comma.phpt2 Trailing comma in function signatures
H A Dlist_keyed_leading_comma.phpt2 Leading comma in keyed list assignment
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
H A Dns_trailing_comma_error_02.phpt2 Group use declarations mustn't contain just a comma
H A Dns_trailing_comma_error_03.phpt2 Group use declarations mustn't allow more than one comma
H A Dns_trailing_comma_error_04.phpt2 Group use declarations mustn't begin with a 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
/php-src/Zend/tests/function_arguments/
H A Dcall_with_only_comma_error.phpt2 Single comma in function calls is not allowed
/php-src/Zend/tests/match/
H A D002.phpt2 Match expression omit trailing comma
H A D041.phpt2 Match expression with trailing comma in condition list
/php-src/ext/dom/lexbor/lexbor/css/selectors/
H A Dpseudo.h27 bool comma; member
/php-src/ext/enchant/tests/
H A Dbroker_set_ordering.phpt16 $comma = ";";
20 if (enchant_broker_set_ordering($broker,$dicts[0]['lang_tag'],$comma)) {
/php-src/ext/fileinfo/tests/
H A Dmagic25991 # created by MATLAB include Platform sometimes without leading comma (0x2C) or missing
H A Dmagic私はガラスを食べられます25991 # created by MATLAB include Platform sometimes without leading comma (0x2C) or missing
/php-src/ext/json/tests/
H A Dfail001.phpt10 '["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/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-src/ext/mbstring/
H A Dmbstring.c321 const char *comma = memchr(p1, ',', endp - p1); in php_mb_parse_encoding_list() local
322 const char *p = comma ? comma : endp; in php_mb_parse_encoding_list()
360 if (n >= size || comma == NULL) { in php_mb_parse_encoding_list()
363 p1 = comma + 1; in php_mb_parse_encoding_list()
/php-src/ext/mbstring/tests/
H A Dcp5022x_encoding.phpt272 0xFF64 => 0x2122, /* Ideographic comma */
H A Dcp51932_encoding.phpt82 unset($fromUnicode["\x00\xB8"]); // Don't map cedilla to fullwidth comma
/php-src/ext/reflection/
H A Dphp_reflection.c979 char *comma = ""; in _extension_ini_string() local
988 comma = ","; in _extension_ini_string()
991 smart_str_append_printf(str, "%sPERDIR", comma); in _extension_ini_string()
992 comma = ","; in _extension_ini_string()
995 smart_str_append_printf(str, "%sSYSTEM", comma); in _extension_ini_string()
/php-src/ext/standard/html_tables/
H A Dents_html5.txt820 comma 0002C

Completed in 212 milliseconds

12