Home
last modified time | relevance | path

Searched refs:ch (Results 151 – 168 of 168) sorted by relevance

1234567

/PHP-5.5/ext/standard/
H A Dstring.c5441 char *buf, *str, *char_list = NULL, *p, *e, *s, ch[256]; local
5469 php_charmask((unsigned char *)char_list, char_list_len, ch TSRMLS_CC);
5476 if ((*p == '\'' && (!char_list || !ch['\''])) || (*p == '-' && (!char_list || !ch['-']))) {
5480 if (*(e - 1) == '-' && (!char_list || !ch['-'])) {
5486 …while (p < e && (isalpha((unsigned char)*p) || (char_list && ch[(unsigned char)*p]) || *p == '\'' …
/PHP-5.5/ext/standard/tests/file/
H A Dfnmatch_variation.phpt31 5 => "ma[pt]ch*",
/PHP-5.5/ext/gd/libgd/
H A Dgd.c47 #define ASC(ch) ch argument
49 #define ASC(ch) gd_toascii[(unsigned char)ch] argument
/PHP-5.5/ext/mbstring/oniguruma/
H A DHISTORY643 many const-ification to many *.[ch] files.
782 2004/11/30: [inst] add "cp -p st.[ch] st.[ch].ruby_orig" to "make 19".
831 2004/11/16: [impl] add key2 member to st_table_entry in st.[ch].
1649 2003/03/11: [inst] add regparse.[ch] in win32/Makefile.
1668 2003/03/07: [impl] use hash table(st.[ch]) for implementation of name table.
/PHP-5.5/Zend/
H A Dzend_ini_scanner.c122 #define EAT_TRAILING_WHITESPACE_EX(ch) \ argument
124 (ch != 'X' && yytext[yyleng - 1] == ch) || \
H A Dzend_compile.c1402 int ch = *Z_STRVAL(op2->u.constant); in zend_do_add_string() local
1406 ZVAL_LONG(&op2->u.constant, ch); in zend_do_add_string()
/PHP-5.5/ext/gd/
H A Dgd.c3518 int ch = 0, col, x, y, size, i, l = 0; in php_imagechar() local
3531 ch = (int)((unsigned char)*C); in php_imagechar()
3545 gdImageChar(im, font, x, y, ch, col); in php_imagechar()
3548 php_gdimagecharup(im, font, x, y, ch, col); in php_imagechar()
/PHP-5.5/ext/phar/
H A Dphar.c2093 static inline int in_character_class(char ch, const char *delim) /* {{{ */ argument
2096 if (*delim == ch) {
/PHP-5.5/
H A Dltmain.sh5017 (((ch) == DIR_SEPARATOR) || ((ch) == DIR_SEPARATOR_2))
H A DINSTALL1094 * Entropy: » http://www.entropy.ch/software/macosx/php/
H A DNEWS2756 . Fixed bug #62499 (curl_setopt($ch, CURLOPT_COOKIEFILE, "") returns false).
4387 (Ilia, valli at icsurselva dot ch)
5644 Al dot Smith at aeschi dot ch dot eu dot org)
/PHP-5.5/ext/mbstring/
H A Dmbstring.c3820 #define APPEND_ONE_CHAR(ch) do { \ argument
3822 smart_str_appendc(&token, ch); \
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestinput2698 /[[.ch.]]/I
700 /[[=ch=]]/I
H A Dtestoutput22128 /[[.ch.]]/I
2131 /[[=ch=]]/I
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic3104 # From: Emanuel Haupt <ehaupt@critical.ch>
4722 # Round Robin Database Tool by Tobias Oetiker <oetiker@ee.ethz.ch>
8566 # https://midas.psi.ch/elog/
10873 # The following added by Erik Rossen <rossen@freesurf.ch> 1999-09-06
12020 #>69 string R*ch (BBEdit)
12253 # From: Simon Matter <simon.matter@invoca.ch>
15493 # see EBU TECH 3306 http://tech.ebu.ch/docs/tech/tech3306-2009.pdf
15742 # http://www.ch.ic.ac.uk/chemime/
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c21998 char ch;
22011 if( ch==q ) n++;
22028 bufpt[j++] = ch = escarg[i];
22029 if( ch==q ) bufpt[j++] = ch;
141696 #define isDelim(C) (((ch=C)&0x80)==0 && (ch<0x30 || !porterIdChar[ch-0x30]))
141714 int iStartOffset, ch;
142346 unsigned char ch = argv[1][i];
142348 if( ch>=0x80 ){
142352 t->delim[ch] = 1;
142463 unsigned char ch = p[iStartOffset+i];
[all …]
/PHP-5.5/ext/standard/tests/misc/
H A Dbrowscap.ini2448 [search.ch*]
3979 [SafariBookmarkChecker*(?http://www.coriolis.ch/)]
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt5902 POSIX syntax [.ch.] and [=ch=] where "ch" is a "collating element", but

Completed in 757 milliseconds

1234567