Home
last modified time | relevance | path

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

12

/PHP-5.5/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.5/ext/json/tests/
H A Dfail001.phpt13 '["extra comma",]',
14 '["double extra comma",,]',
18 '{"Extra comma": true,}',
31 '["Colon instead of comma": false]',
61 Testing: ["extra comma",]
66 Testing: ["double extra comma",,]
86 Testing: {"Extra comma": true,}
151 Testing: ["Colon instead of comma": false]
/PHP-5.5/main/streams/
H A Dmemory.c613 char *comma, *semi, *sep, *key; in php_stream_url_wrap_rfc2397() local
631 if ((comma = memchr(path, ',', dlen)) == NULL) { in php_stream_url_wrap_rfc2397()
636 if (comma != path) { in php_stream_url_wrap_rfc2397()
638 mlen = comma - path; in php_stream_url_wrap_rfc2397()
705 comma++; in php_stream_url_wrap_rfc2397()
709 comma = (char*)php_base64_decode((const unsigned char *)comma, dlen, &ilen); in php_stream_url_wrap_rfc2397()
710 if (!comma) { in php_stream_url_wrap_rfc2397()
716 comma = estrndup(comma, dlen); in php_stream_url_wrap_rfc2397()
717 ilen = dlen = php_url_decode(comma, dlen); in php_stream_url_wrap_rfc2397()
722 php_stream_temp_write(stream, comma, ilen TSRMLS_CC); in php_stream_url_wrap_rfc2397()
[all …]
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_sockets.c348 char *comma = strchr(inherited, ','); in fpm_sockets_init_main() local
352 if (comma) { in fpm_sockets_init_main()
353 *comma = '\0'; in fpm_sockets_init_main()
365 if (comma) { in fpm_sockets_init_main()
366 inherited = comma + 1; in fpm_sockets_init_main()
/PHP-5.5/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.5/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.5/ext/spl/
H A Dspl.php193 * @return comma separated list of file extensions to use in default autoload
/PHP-5.5/
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.5/sapi/cgi/
H A DREADME.FastCGI117 Set it to a comma separated list of IP addresses, e.g.:
/PHP-5.5/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
H A Dtestinput1602 )* # further okay, if led by comma
/PHP-5.5/ext/reflection/
H A Dphp_reflection.c971 char *comma = ""; in _extension_ini_string() local
980 comma = ","; in _extension_ini_string()
983 string_printf(str, "%sPERDIR", comma); in _extension_ini_string()
984 comma = ","; in _extension_ini_string()
987 string_printf(str, "%sSYSTEM", comma); in _extension_ini_string()
/PHP-5.5/ext/ereg/regex/
H A Dtests10 # the RE is expected to match. If there is a fifth field, it is a comma-
/PHP-5.5/ext/mbstring/oniguruma/
H A DHISTORY337 2006/08/22: [impl] remove last line comma in enum OpCode.
371 2006/08/09: [impl] remove a comma at the end of enum ReduceType
1855 2003/01/10: [bug] lacked a comma in ESTRING[]. (regposerr.c)
/PHP-5.5/sapi/fpm/
H A Dphp-fpm.conf.in182 ; must be separated by a comma. If this value is left blank, connections will be
/PHP-5.5/ext/standard/html_tables/
H A Dents_html5.txt820 comma 0002C

Completed in 135 milliseconds

12