Home
last modified time | relevance | path

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

/PHP-5.3/ext/mbstring/libmbfl/mbfl/
H A Dmk_eaw_tbl.awk10 comma = 0
25 if (comma) {
30 comma = 1
35 if (comma) {
40 comma = 1
52 if (comma) {
57 comma = 1
62 if (comma) {
67 comma = 1
74 if (comma) {
/PHP-5.3/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.3/main/streams/
H A Dmemory.c609 char *comma, *semi, *sep, *key; in php_stream_url_wrap_rfc2397() local
627 if ((comma = memchr(path, ',', dlen)) == NULL) { in php_stream_url_wrap_rfc2397()
632 if (comma != path) { in php_stream_url_wrap_rfc2397()
634 mlen = comma - path; in php_stream_url_wrap_rfc2397()
699 comma++; in php_stream_url_wrap_rfc2397()
703 comma = (char*)php_base64_decode((const unsigned char *)comma, dlen, &ilen); in php_stream_url_wrap_rfc2397()
704 if (!comma) { in php_stream_url_wrap_rfc2397()
710 comma = estrndup(comma, dlen); in php_stream_url_wrap_rfc2397()
711 ilen = dlen = php_url_decode(comma, dlen); in php_stream_url_wrap_rfc2397()
716 php_stream_temp_write(stream, comma, ilen TSRMLS_CC); in php_stream_url_wrap_rfc2397()
[all …]
/PHP-5.3/sapi/fpm/fpm/
H A Dfpm_sockets.c321 char *comma = strchr(inherited, ','); in fpm_sockets_init_main() local
325 if (comma) { in fpm_sockets_init_main()
326 *comma = '\0'; in fpm_sockets_init_main()
338 if (comma) { in fpm_sockets_init_main()
339 inherited = comma + 1; in fpm_sockets_init_main()
/PHP-5.3/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.3/ext/spl/
H A Dspl.php196 * @return comma separated list of file extensions to use in default autoload
/PHP-5.3/
H A DREADME.EXT_SKEL55 other with a comma and optional space. Argument_type can be one of int,
59 then '[' and of course comma and optional space, like all the other
H A Dphp.ini-development359 ; This directive contains a comma-delimited list of prefixes. In Safe Mode,
368 ; This directive contains a comma-delimited list of environment variables that
382 ; It receives a comma-delimited list of function names. This directive is
388 ; It receives a comma-delimited list of class names. This directive is
H A Dphp.ini-production359 ; This directive contains a comma-delimited list of prefixes. In Safe Mode,
368 ; This directive contains a comma-delimited list of environment variables that
382 ; It receives a comma-delimited list of function names. This directive is
388 ; It receives a comma-delimited list of class names. This directive is
/PHP-5.3/sapi/cgi/
H A DREADME.FastCGI117 Set it to a comma separated list of IP addresses, e.g.:
/PHP-5.3/ext/reflection/
H A Dphp_reflection.c946 char *comma = ""; in _extension_ini_string() local
955 comma = ","; in _extension_ini_string()
958 string_printf(str, "%sPERDIR", comma); in _extension_ini_string()
959 comma = ","; in _extension_ini_string()
962 string_printf(str, "%sSYSTEM", comma); in _extension_ini_string()
/PHP-5.3/ext/ereg/regex/
H A Dtests10 # the RE is expected to match. If there is a fifth field, it is a comma-
/PHP-5.3/ext/mbstring/oniguruma/
H A DHISTORY132 2006/08/22: [impl] remove last line comma in enum OpCode.
166 2006/08/09: [impl] remove a comma at the end of enum ReduceType
1650 2003/01/10: [bug] lacked a comma in ESTRING[]. (regposerr.c)
/PHP-5.3/sapi/fpm/
H A Dphp-fpm.conf.in169 ; must be separated by a comma. If this value is left blank, connections will be
/PHP-5.3/ext/pcre/pcrelib/testdata/
H A Dtestinput81083 )* # further okay, if led by comma
H A Dtestinput1600 )* # further okay, if led by comma
H A Dtestoutput11074 )* # further okay, if led by comma
H A Dtestoutput81990 )* # further okay, if led by comma
/PHP-5.3/ext/pcre/pcrelib/doc/
H A Dpcre.txt5846 (braces), separated by a comma. The numbers must be less than 65536,
5852 special character. If the second number is omitted, but the comma is
5853 present, there is no upper limit; if the second number and the comma

Completed in 137 milliseconds