Home
last modified time | relevance | path

Searched defs:ch (Results 26 – 41 of 41) sorted by relevance

12

/PHP-5.5/win32/
H A Dglob.c889 g_strchr(str, ch) in g_strchr() argument
/PHP-5.5/sapi/litespeed/
H A Dlsapi_main.c517 char ch; in lsapi_chdir_primary_script() local
/PHP-5.5/ext/standard/
H A Dfile.c1905 char *ch = Z_STRVAL(field); in php_fputcsv() local
2343 int ch = 0, compliment; in php_next_meta_token() local
H A Darray.c1229 int i, ch; in php_valid_var_name() local
1639 unsigned char ch = *low; in PHP_FUNCTION() local
1652 unsigned char ch = *low; in PHP_FUNCTION() local
H A Dstring.c5441 char *buf, *str, *char_list = NULL, *p, *e, *s, ch[256]; local
/PHP-5.5/ext/soap/
H A Dphp_http.c1403 char ch, done, headerbuf[8192]; in get_http_body() local
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_exec.c3670 register pcre_uint32 ch, och; in match() local
3697 register pcre_uint32 ch = ecode[1]; in match() local
H A Dpcre_internal.h2787 #define GET_UCD(ch) (PRIV(ucd_records) + \ argument
2791 #define UCD_CHARTYPE(ch) GET_UCD(ch)->chartype argument
2792 #define UCD_SCRIPT(ch) GET_UCD(ch)->script argument
2793 #define UCD_CATEGORY(ch) PRIV(ucp_gentype)[UCD_CHARTYPE(ch)] argument
2794 #define UCD_GRAPHBREAK(ch) GET_UCD(ch)->gbprop argument
2795 #define UCD_CASESET(ch) GET_UCD(ch)->caseset argument
2796 #define UCD_OTHERCASE(ch) ((pcre_uint32)((int)ch + (int)(GET_UCD(ch)->other_case))) argument
H A Dpcre_compile.c9672 pcre_uchar ch = re->first_char; in pcre_compile2() local
9681 pcre_uchar ch = re->req_char; in pcre_compile2() local
/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/phar/
H A Dphar.c2093 static inline int in_character_class(char ch, const char *delim) /* {{{ */
/PHP-5.5/Zend/
H A Dzend_operators.c1785 int ch; in increment_string() local
H A Dzend_compile.c1402 int ch = *Z_STRVAL(op2->u.constant); in zend_do_add_string() local
/PHP-5.5/ext/mbstring/
H A Dmbstring.c3820 #define APPEND_ONE_CHAR(ch) do { \ argument
/PHP-5.5/ext/gd/
H A Dgd.c3518 int ch = 0, col, x, y, size, i, l = 0; in php_imagechar() local
/PHP-5.5/ext/standard/tests/misc/
H A Dbrowscap.ini2449 Parent=Search Engines
2450 Browser="Swiss Search Engine"
3980 Parent=Link Checkers
3981 Browser="SafariBookmarkChecker"
3982 Platform=MacOSX
3983 CSS=2
3984 CssVersion=2
3985 supportsCSS=true

Completed in 325 milliseconds

12