Searched defs:check (Results 1 - 12 of 12) sorted by relevance
| /PHP_TRUNK/Zend/ |
| H A D | zend_signal.h | 62 zend_bool check; /* check for replaced handlers on shutdown */ member in struct:_zend_signal_globals_t
|
| /PHP_TRUNK/ext/ereg/regex/ |
| H A D | main.c | 270 /* nothing more to check */ 278 /* nothing more to check */ 279 } else if ((grump = check(f2, subs[0], f3)) != NULL) { 298 grump = check(f2, subs[i], should[i]); 402 - check - check a substring match 403 == char *check(char *str, regmatch_t sub, char *should); 406 check(str, sub, should) function 424 /* check rm_so and rm_eo for consistency */ 434 /* check fo [all...] |
| /PHP_TRUNK/scripts/dev/generate-phpt/src/setup/ |
| H A D | gtPreConditionList.php | 20 * Create an instance of each pre-condition and run their check methods 23 public function check($clo) { function 26 if(!$checkThis->check($clo)) {
|
| /PHP_TRUNK/scripts/dev/generate-phpt/src/setup/preconditions/ |
| H A D | gtIfClassHasMethod.php | 4 * If use has requested a class check that method is specified 9 public function check( $clo) { function
|
| H A D | gtIsSpecifiedFunctionOrMethod.php | 9 public function check( $clo) { function
|
| H A D | gtIsSpecifiedTestType.php | 9 public function check( $clo) { function
|
| H A D | gtIsValidClass.php | 9 public function check( $clo) { function
|
| H A D | gtIsValidFunction.php | 9 public function check( $clo) { function
|
| H A D | gtIsValidMethod.php | 9 public function check( $clo) { function
|
| /PHP_TRUNK/ext/gd/libgd/ |
| H A D | gd_png.c | 77 int check; local 78 check = gdGetBuf(data, length, (gdIOCtx *) png_get_io_ptr(png_ptr)); 79 if (check != length) { 142 /* first do a quick check that the file really is a PNG image; could 254 /* create a fake palette and check for single-shade transparency */
|
| /PHP_TRUNK/ext/standard/ |
| H A D | string.c | 959 /* if it is a space, check if it is at the line boundary, 4555 in state 1 and when the tag is closed check it against the 5469 zend_bool check = 0; local 5480 } else if (!check) { 5481 check = 1;
|
| /PHP_TRUNK/ext/fileinfo/libmagic/ |
| H A D | compress.c | 195 fd_set check; local 199 FD_ZERO(&check); 200 FD_SET(fd, &check); 206 selrv = select(fd + 1, &check, NULL, NULL, &tout);
|
Completed in 26 milliseconds