| /PHP_5_4/TSRM/ |
| H A D | tsrm_strtok_r.c | 6 static inline int in_character_class(char ch, const char *delim) argument 9 if (*delim == ch) {
|
| /PHP_5_4/ext/ereg/regex/ |
| H A D | debug.c | 229 == static char *regchar(int ch); 232 regchar(ch) 233 int ch; 237 if (isprint(ch) || ch == ' ') 238 sprintf(buf, "%c", ch); 240 sprintf(buf, "\\%o", ch);
|
| H A D | debug.ih | 9 static char *regchar(int ch);
|
| H A D | engine.c | 800 == register states bef, int ch, register states aft); 812 step(g, start, stop, bef, ch, aft) 817 int ch; /* character or NONCHAR code */ 835 assert(!NONCHAR(ch) || ch != (unsigned char)OPND(s)); 836 if (ch == (unsigned char)OPND(s)) 840 if (ch == BOL || ch == BOLEOL) 844 if (ch == EOL || ch [all...] |
| H A D | engine.ih | 12 static states step(register struct re_guts *g, sopno start, sopno stop, register states bef, int ch, register states aft); 23 static void print(struct match *m, unsigned char *caption, states st, int ch, FILE *d); 29 static unsigned char *pchar(int ch);
|
| H A D | regcomp.c | 819 == static char othercase(int ch); 821 static unsigned char /* if no counterpart, return ch */ 822 othercase(ch) 823 int ch; 825 assert(isalpha(ch)); 826 if (isupper(ch)) 827 return(tolower(ch)); 828 else if (islower(ch)) 829 return(toupper(ch)); 831 return(ch); [all...] |
| H A D | regcomp.ih | 19 static unsigned char othercase(int ch); 20 static void bothcases(register struct parse *p, int ch); 21 static void ordinary(register struct parse *p, register int ch);
|
| /PHP_5_4/sapi/cli/ |
| H A D | php_http_parser.c | 328 char c, ch; local 372 ch = *p; 390 if (ch == CR || ch == LF) 397 if (ch == 'H') 407 if (ch == 'T') { 411 if (ch != 'E') goto error; 426 switch (ch) { 442 STRICT_CHECK(ch != 'T'); 447 STRICT_CHECK(ch ! [all...] |
| /PHP_5_4/scripts/dev/generate-phpt/tests/ |
| H A D | gtIfClassHasMethodTest.php | 12 $ch = new gtIfClassHasMethod(); variable 13 $this->assertTrue($ch->check($clo)); 20 $ch = new gtIfClassHasMethod(); variable 21 $this->assertFalse($ch->check($clo)); 28 $ch = new gtIfClassHasMethod(); variable 29 $this->assertTrue($ch->check($clo)); 36 $ch = new gtIfClassHasMethod(); variable 37 $this->assertEquals($ch->getMessage(), gtText::get('methodNotSpecified'));
|
| H A D | gtIsSpecifiedFunctionOrMethodTest.php | 12 $ch = new gtIsSpecifiedFunctionOrMethod(); variable 13 $this->assertTrue($ch->check($clo)); 20 $ch = new gtIsSpecifiedFunctionOrMethod(); variable 21 $this->assertTrue($ch->check($clo)); 28 $ch = new gtIsSpecifiedFunctionOrMethod(); variable 29 $this->assertFalse($ch->check($clo)); 37 $ch = new gtIsSpecifiedFunctionOrMethod(); variable 38 $this->assertEquals($ch->getMessage(), gtText::get('functionOrMethodNotSpecified'));
|
| H A D | gtIsSpecifiedTestTypeTest.php | 12 $ch = new gtIsSpecifiedTestType(); variable 13 $this->assertTrue($ch->check($clo)); 20 $ch = new gtIsSpecifiedTestType(); variable 21 $this->assertFalse($ch->check($clo)); 28 $ch = new gtIsSpecifiedtestType(); variable 29 $this->assertEquals($ch->getMessage(), gtText::get('testTypeNotSpecified'));
|
| H A D | gtIsValidClassTest.php | 12 $ch = new gtIsValidClass(); variable 13 $this->assertTrue($ch->check($clo)); 20 $ch = new gtIsValidClass(); variable 21 $this->assertFalse($ch->check($clo)); 28 $ch = new gtIsValidClass(); variable 29 $this->assertTrue($ch->check($clo)); 36 $ch = new gtIsvalidClass(); variable 37 $this->assertEquals($ch->getMessage(), gtText::get('unknownClass'));
|
| H A D | gtIsValidFunctionTest.php | 12 $ch = new gtIsValidFunction(); variable 13 $this->assertTrue($ch->check($clo)); 20 $ch = new gtIsValidFunction(); variable 21 $this->assertFalse($ch->check($clo)); 28 $ch = new gtIsValidFunction(); variable 29 $this->assertTrue($ch->check($clo)); 36 $ch = new gtIsvalidFunction(); variable 37 $this->assertEquals($ch->getMessage(), gtText::get('unknownFunction'));
|
| H A D | gtIsValidMethodTest.php | 12 $ch = new gtIsValidMethod(); variable 13 $this->assertTrue($ch->check($clo)); 20 $ch = new gtIsValidMethod(); variable 21 $this->assertFalse($ch->check($clo)); 28 $ch = new gtIsValidMethod(); variable 29 $this->assertTrue($ch->check($clo)); 36 $ch = new gtIsvalidMethod(); variable 37 $this->assertEquals($ch->getMessage(), gtText::get('unknownMethod'));
|
| /PHP_5_4/ext/gd/libgd/ |
| H A D | gd_gd.c | 193 int ch; local 194 ch = gdGetC(in); 195 if (ch == EOF) { 199 im->pixels[y][x] = ch;
|
| H A D | gd_gd2.c | 57 int ch; local 66 ch = gdGetC(in); 67 if (ch == EOF) { 70 id[i] = ch; 333 int ch; local 334 if (!gdGetByte(&ch, in)) { 335 ch = 0; 337 im->pixels[y][x] = ch; 420 unsigned int ch; local 561 if (!gdGetInt((int *)&ch, i [all...] |
| H A D | gdft.c | 306 int ch, total, trail; local 312 ch = byte & (0x3F >> trail); 319 ch <<= 6; 320 ch |= (*str & 0x3F); 323 *chPtr = ch; 785 int len, i = 0, ch; local 925 ch = *next; 928 if (ch == '\r') { 938 if (ch == '\n') { 964 len = gdTcl_UtfToUniChar (next, &ch); [all...] |
| H A D | xbm.c | 46 int ch; local 108 if ((ch=getc(fd)) == EOF) { 112 if (ch == 'x') { 120 if ((ch=getc(fd)) == EOF) { 123 h[0] = ch; 124 if ((ch=getc(fd)) == EOF) { 127 h[1] = ch; 129 if ((ch=getc(fd)) == EOF) { 132 h[2] = ch; 133 if ((ch [all...] |
| /PHP_5_4/ext/curl/ |
| H A D | multi.c | 71 /* {{{ proto int curl_multi_add_handle(resource mh, resource ch) 78 php_curl *ch; local 86 ZEND_FETCH_RESOURCE(ch, php_curl *, &z_ch, -1, le_curl_name, le_curl); 88 _php_curl_cleanup_handle(ch); 89 ch->uses++; 97 RETURN_LONG((long) curl_multi_add_handle(mh->multi, ch->cp)); 104 php_curl *ch; local 111 ch = (php_curl *) zend_fetch_resource(&z_ch TSRMLS_CC, -1, le_curl_name, NULL, 1, le_curl); 112 if (!ch) { 116 if (ch 140 php_curl *ch; local 219 php_curl *ch; local 244 php_curl *ch; local 291 php_curl *ch; local 344 php_curl *ch; local [all...] |
| H A D | interface.c | 150 static void _php_curl_close_ex(php_curl *ch TSRMLS_DC); 167 static int php_curl_option_url(php_curl *ch, const char *url, const int len TSRMLS_DC) /* {{{ */ argument 176 error = curl_easy_setopt(ch->cp, CURLOPT_PROTOCOLS, CURLPROTO_ALL & ~CURLPROTO_FILE); 195 error = curl_easy_setopt(ch->cp, CURLOPT_URL, url); 198 error = curl_easy_setopt(ch->cp, CURLOPT_URL, copystr); 199 zend_llist_add_element(&ch->to_free->str, ©str); 206 int _php_curl_verify_handlers(php_curl *ch, int reporterror TSRMLS_DC) /* {{{ */ argument 209 if (!ch || !ch->handlers) { 213 if (ch 993 php_curl *ch = (php_curl *) ctx; local 1069 php_curl *ch = (php_curl *) clientp; local 1146 php_curl *ch = (php_curl *) ctx; local 1221 php_curl *ch = (php_curl *) ctx; local 1297 php_curl *ch = (php_curl *) ctx; local 1318 php_curl *ch = (php_curl *) ctx; local 1427 alloc_curl_handle(php_curl **ch) argument 1533 php_curl *ch; local 1605 php_curl *ch, *dupch; local 1690 _php_curl_setopt(php_curl *ch, long option, zval **zvalue, zval *return_value TSRMLS_DC) argument 2250 php_curl *ch; local 2276 php_curl *ch; local 2305 _php_curl_cleanup_handle(php_curl *ch) argument 2326 php_curl *ch; local 2382 php_curl *ch; local 2598 php_curl *ch; local 2616 php_curl *ch; local 2633 php_curl *ch; local 2739 php_curl *ch = (php_curl *) rsrc->ptr; local [all...] |
| /PHP_5_4/ext/gd/ |
| H A D | gd_ctx.c | 31 unsigned char ch = (unsigned char) c; local 33 php_write(&ch, 1 TSRMLS_CC); 50 char ch = (char) c; local 53 php_stream_write(stream, &ch, 1);
|
| /PHP_5_4/ext/standard/ |
| H A D | base64.c | 113 for(ch = 0; ch < 256; ch++) { 114 chp = strchr(base64_table, ch); 115 if(ch && chp) { 118 rt[ch] = idx; 120 rt[ch] = -1; 125 for(ch =0; ch < 256;) { 127 sprintf(sp, "\t% 3d,% 3d,% 3d,% 3d,% 3d,% 3d,% 3d,% 3d,% 3d,% 3d,% 3d,% 3d,% 3d,% 3d,% 3d,% 3d,\n", rt[ch 146 int ch, i = 0, j = 0, k; local [all...] |
| H A D | scanf.c | 119 static int CharInSet(CharSet *cset, int ch); 143 char *ch, start; local 149 ch = format; 150 if (*ch == '^') { 152 ch = ++format; 159 if (*ch == ']') { 160 ch = end++; 163 while (*ch != ']') { 164 if (*ch == '-') { 167 ch 244 char ch = (char) c; local 315 char *end, *ch = NULL; local 594 char *ch, sch; local [all...] |
| H A D | var_unserializer.re | 171 unsigned char ch = 0; 176 ch = (ch << 4) + (**p -'0'); 178 ch = (ch << 4) + (**p -'a'+10); 180 ch = (ch << 4) + (**p -'A'+10); 186 str[i] = (char)ch;
|
| /PHP_5_4/main/ |
| H A D | spprintf.c | 131 * NOTE: Evaluation of the ch argument should not have any side-effects 133 #define INS_CHAR_NR(xbuf, ch) do { \ 134 smart_str_appendc(xbuf, ch); \ 141 #define INS_CHAR(xbuf, ch) \ 142 INS_CHAR_NR(xbuf, ch) 146 * the character ch. 148 #define PAD(xbuf, count, ch) do { \ 152 memset(xbuf->c + xbuf->len, ch, (count)); \
|