Home
last modified time | relevance | path

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

12

/PHP-7.1/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.1/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.1/ext/enchant/tests/
H A Dbroker_set_ordering.phpt15 $comma = ";";
19 if (enchant_broker_set_ordering($broker,$dicts[0]['lang_tag'],$comma)) {
/PHP-7.1/main/streams/
H A Dmemory.c632 char *comma, *semi, *sep, *key; in php_stream_url_wrap_rfc2397() local
652 if ((comma = memchr(path, ',', dlen)) == NULL) { in php_stream_url_wrap_rfc2397()
657 if (comma != path) { in php_stream_url_wrap_rfc2397()
659 mlen = comma - path; in php_stream_url_wrap_rfc2397()
724 comma++; in php_stream_url_wrap_rfc2397()
728 base64_comma = php_base64_decode_ex((const unsigned char *)comma, dlen, 1); in php_stream_url_wrap_rfc2397()
734 comma = ZSTR_VAL(base64_comma); in php_stream_url_wrap_rfc2397()
737 comma = estrndup(comma, dlen); in php_stream_url_wrap_rfc2397()
738 dlen = php_url_decode(comma, dlen); in php_stream_url_wrap_rfc2397()
744 php_stream_temp_write(stream, comma, ilen); in php_stream_url_wrap_rfc2397()
[all …]
/PHP-7.1/Zend/tests/
H A Dlist_keyed_trailing_comma.phpt2 list() with keys and a trailing comma
/PHP-7.1/sapi/fpm/fpm/
H A Dfpm_sockets.c371 char *comma = strchr(inherited, ','); in fpm_sockets_init_main() local
375 if (comma) { in fpm_sockets_init_main()
376 *comma = '\0'; in fpm_sockets_init_main()
394 if (comma) { in fpm_sockets_init_main()
395 inherited = comma + 1; in fpm_sockets_init_main()
/PHP-7.1/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.1/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.1/ext/spl/
H A Dspl.php193 * @return comma separated list of file extensions to use in default autoload
/PHP-7.1/
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 Dphp.ini-development312 ; It receives a comma-delimited list of function names.
317 ; It receives a comma-delimited list of class names.
H A Dphp.ini-production312 ; It receives a comma-delimited list of function names.
317 ; It receives a comma-delimited list of class names.
/PHP-7.1/sapi/cgi/
H A DREADME.FastCGI117 Set it to a comma separated list of IP addresses, e.g.:
H A Dcgi_main.c2320 char *comma = strchr(php_optarg, ','); local
2321 if (comma) {
2323 repeats = atoi(comma + 1);
/PHP-7.1/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
H A Dtestoutput17162 )* # further okay, if led by comma
/PHP-7.1/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
/PHP-7.1/ext/reflection/
H A Dphp_reflection.c1004 char *comma = ""; in _extension_ini_string() local
1013 comma = ","; in _extension_ini_string()
1016 string_printf(str, "%sPERDIR", comma); in _extension_ini_string()
1017 comma = ","; in _extension_ini_string()
1020 string_printf(str, "%sSYSTEM", comma); in _extension_ini_string()
/PHP-7.1/ext/mbstring/oniguruma/
H A DHISTORY361 2006/08/22: [impl] remove last line comma in enum OpCode.
395 2006/08/09: [impl] remove a comma at the end of enum ReduceType
1879 2003/01/10: [bug] lacked a comma in ESTRING[]. (regposerr.c)
/PHP-7.1/ext/standard/html_tables/
H A Dents_html5.txt820 comma 0002C

Completed in 105 milliseconds

12