Home
last modified time | relevance | path

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

12

/PHP-5.6/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-5.6/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-5.6/main/streams/
H A Dmemory.c628 char *comma, *semi, *sep, *key; in php_stream_url_wrap_rfc2397() local
646 if ((comma = memchr(path, ',', dlen)) == NULL) { in php_stream_url_wrap_rfc2397()
651 if (comma != path) { in php_stream_url_wrap_rfc2397()
653 mlen = comma - path; in php_stream_url_wrap_rfc2397()
720 comma++; in php_stream_url_wrap_rfc2397()
724 comma = (char*)php_base64_decode((const unsigned char *)comma, dlen, &ilen); in php_stream_url_wrap_rfc2397()
725 if (!comma) { in php_stream_url_wrap_rfc2397()
731 comma = estrndup(comma, dlen); in php_stream_url_wrap_rfc2397()
732 ilen = dlen = php_url_decode(comma, dlen); in php_stream_url_wrap_rfc2397()
737 php_stream_temp_write(stream, comma, ilen TSRMLS_CC); in php_stream_url_wrap_rfc2397()
[all …]
/PHP-5.6/sapi/fpm/fpm/
H A Dfpm_sockets.c346 char *comma = strchr(inherited, ','); in fpm_sockets_init_main() local
350 if (comma) { in fpm_sockets_init_main()
351 *comma = '\0'; in fpm_sockets_init_main()
363 if (comma) { in fpm_sockets_init_main()
364 inherited = comma + 1; in fpm_sockets_init_main()
/PHP-5.6/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-5.6/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-5.6/ext/spl/
H A Dspl.php193 * @return comma separated list of file extensions to use in default autoload
/PHP-5.6/
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-development301 ; It receives a comma-delimited list of function names.
306 ; It receives a comma-delimited list of class names.
H A Dphp.ini-production301 ; It receives a comma-delimited list of function names.
306 ; It receives a comma-delimited list of class names.
/PHP-5.6/sapi/cgi/
H A DREADME.FastCGI117 Set it to a comma separated list of IP addresses, e.g.:
/PHP-5.6/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
H A Dtestinput81086 )* # further okay, if led by comma
/PHP-5.6/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
H A Dphp-fpm.conf.in179 ; these options, value is a comma separated list of user/group names.
187 ; must be separated by a comma. If this value is left blank, connections will be
/PHP-5.6/ext/reflection/
H A Dphp_reflection.c1009 char *comma = ""; in _extension_ini_string() local
1018 comma = ","; in _extension_ini_string()
1021 string_printf(str, "%sPERDIR", comma); in _extension_ini_string()
1022 comma = ","; in _extension_ini_string()
1025 string_printf(str, "%sSYSTEM", comma); in _extension_ini_string()
/PHP-5.6/ext/ereg/regex/
H A Dtests10 # the RE is expected to match. If there is a fifth field, it is a comma-
/PHP-5.6/ext/mbstring/oniguruma/
H A DHISTORY356 2006/08/22: [impl] remove last line comma in enum OpCode.
390 2006/08/09: [impl] remove a comma at the end of enum ReduceType
1874 2003/01/10: [bug] lacked a comma in ESTRING[]. (regposerr.c)
/PHP-5.6/ext/standard/html_tables/
H A Dents_html5.txt820 comma 0002C

Completed in 117 milliseconds

12