Home
last modified time | relevance | path

Searched refs:sep (Results 1 – 13 of 13) sorted by relevance

/php-src/ext/standard/tests/strings/
H A Dbug65230.phpt19 $sep = $conv['decimal_point'];
22 printf(" sep: %s\n", $sep);
37 sep: ,
44 sep: .
51 sep: ,
58 sep: ,
/php-src/ext/gd/libgd/
H A Dgdhelpers.c15 gd_strtok_r (char *s, char *sep, char **state) in gd_strtok_r() argument
20 while (*sep) in gd_strtok_r()
22 separators[*((unsigned char *) sep)] = 1; in gd_strtok_r()
23 sep++; in gd_strtok_r()
H A Dgdhelpers.h9 extern char *gd_strtok_r(char *s, char *sep, char **state);
/php-src/main/streams/
H A Dmemory.c611 char *comma, *semi, *sep; in php_stream_url_wrap_rfc2397() local
643 sep = memchr(path, '/', mlen); in php_stream_url_wrap_rfc2397()
645 if (!semi && !sep) { in php_stream_url_wrap_rfc2397()
654 } else if (sep && sep < semi) { /* there is a mime type */ in php_stream_url_wrap_rfc2397()
668 sep = memchr(path, '=', mlen); in php_stream_url_wrap_rfc2397()
670 if (!sep || (semi && semi < sep)) { /* must be ';base64' or failure */ in php_stream_url_wrap_rfc2397()
683 plen = sep - path; in php_stream_url_wrap_rfc2397()
684 vlen = (semi ? (size_t)(semi - sep) : (mlen - plen)) - 1 /* '=' */; in php_stream_url_wrap_rfc2397()
686 add_assoc_stringl_ex(&meta, path, plen, sep + 1, vlen); in php_stream_url_wrap_rfc2397()
/php-src/sapi/phpdbg/
H A Dphpdbg_utils.c114 char *sep = NULL; in phpdbg_is_class_method() local
122 sep = strstr(str, "::"); in phpdbg_is_class_method()
124 if (!sep || sep == str || sep+2 == str+len-1) { in phpdbg_is_class_method()
135 *class = estrndup(str, sep - str); in phpdbg_is_class_method()
136 (*class)[sep - str] = 0; in phpdbg_is_class_method()
140 *method = estrndup(sep+2, str + len - (sep + 2)); in phpdbg_is_class_method()
H A Dphpdbg_prompt.c460 char *sep = param->str; in PHPDBG_COMMAND() local
472 if (sep && seplen) { in PHPDBG_COMMAND()
476 if (!memcmp(sep, nl, seplen) && (*buf == '\n' || (*buf == '\r' && buf[1] == '\n'))) { in PHPDBG_COMMAND()
782 char sep = ' '; in PHPDBG_COMMAND() local
790 sep = *(p++); in PHPDBG_COMMAND()
792 while (*p && *p != sep) { in PHPDBG_COMMAND()
793 if (*p == '\\' && (p[1] == sep || p[1] == '\\')) { in PHPDBG_COMMAND()
823 sep = *(p++); in PHPDBG_COMMAND()
828 while (*p && *p != sep) { in PHPDBG_COMMAND()
829 if (*p == '\\' && (p[1] == sep || p[1] == '\\' || (p[1] == '#' && sep == ' '))) { in PHPDBG_COMMAND()
[all …]
/php-src/ext/xml/
H A Dcompat.c449 XML_ParserCreateNS(const XML_Char *encoding, const XML_Char sep) in XML_ParserCreateNS() argument
452 tmp[0] = sep; in XML_ParserCreateNS()
458 …Create_MM(const XML_Char *encoding, const XML_Memory_Handling_Suite *memsuite, const XML_Char *sep) in XML_ParserCreate_MM() argument
478 if (sep != NULL) { in XML_ParserCreate_MM()
481 parser->_ns_separator = xmlStrdup(sep); in XML_ParserCreate_MM()
/php-src/ext/reflection/tests/
H A Dparameters_002.phpt22 $sep = $c instanceof ReflectionMethod ? $c->class . '::' : '';
23 echo $f . ': ' . ($c ? $sep . $c->name : 'NULL') . "()\n";
/php-src/win32/build/
H A Dconfutils.js1877 sep = "";
1885 sep += "-";
1888 STDOUT.WriteLine(sep);
1899 STDOUT.WriteLine(sep);
1917 STDOUT.WriteLine(sep);
/php-src/ext/opcache/jit/ir/dynasm/
H A Dminilua.c2800 if(skip_sep(ls)==sep){
2820 seminfo->ts=luaX_newstring(ls,luaZ_buffer(ls->buff)+(2+sep),
2821 luaZ_bufflen(ls->buff)-2*(2+sep));
2891 int sep=skip_sep(ls);
2893 if(sep>=0){
2894 read_long_string(ls,NULL,sep);
2904 int sep=skip_sep(ls);
2905 if(sep>=0){
2906 read_long_string(ls,seminfo,sep);
6506 const char*sep=luaL_optlstring(L,2,"",&lsep);
[all …]
/php-src/ext/date/lib/
H A Dparse_date.re274 { "sep", 0, 9 },
1059 monthabbr = 'jan' | 'feb' | 'mar' | 'apr' | 'may' | 'jun' | 'jul' | 'aug' | 'sep' | 'sept' | 'oct' …
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます28666 >2 uleshort&0x01E0 =0x0120 sep
H A Dmagic28666 >2 uleshort&0x01E0 =0x0120 sep

Completed in 301 milliseconds