| /PHP_TRUNK/build/ |
| H A D | mkdep.awk | 32 if (match($i, "^-[A-Z]") == 0) 60 if (match($0, "^# [0-9]* \".*\.h\"") != 0) {
|
| H A D | scan_makefile_in.awk | 7 if (match($0, "[^=]*$")) { 15 if (match($0, "[^=]*$")) {
|
| /PHP_TRUNK/ext/date/tests/ |
| H A D | DateTime_data-absolute.inc | 4 * Note: test names match method names in a set of PHPUnit tests
|
| H A D | DateTime_data-dates.inc | 4 * Note: test names match method names in a set of PHPUnit tests
|
| H A D | DateTime_data-fall-type2-type2.inc | 4 * Note: test names match method names in a set of PHPUnit tests
|
| H A D | DateTime_data-fall-type2-type3.inc | 4 * Note: test names match method names in a set of PHPUnit tests
|
| H A D | DateTime_data-fall-type3-type2.inc | 4 * Note: test names match method names in a set of PHPUnit tests
|
| H A D | DateTime_data-fall-type3-type3.inc | 4 * Note: test names match method names in a set of PHPUnit tests
|
| H A D | DateTime_data-february.inc | 4 * Note: test names match method names in a set of PHPUnit tests
|
| H A D | DateTime_data-massive.inc | 4 * Note: test names match method names in a set of PHPUnit tests
|
| H A D | DateTime_data-spring-type2-type2.inc | 4 * Note: test names match method names in a set of PHPUnit tests
|
| H A D | DateTime_data-spring-type2-type3.inc | 4 * Note: test names match method names in a set of PHPUnit tests
|
| H A D | DateTime_data-spring-type3-type2.inc | 4 * Note: test names match method names in a set of PHPUnit tests
|
| H A D | DateTime_data-spring-type3-type3.inc | 4 * Note: test names match method names in a set of PHPUnit tests
|
| /PHP_TRUNK/ext/ereg/regex/ |
| H A D | engine.ih | 8 static unsigned char *dissect(register struct match *m, unsigned char *start, unsigned char *stop, sopno startst, sopno stopst); 9 static unsigned char *backref(register struct match *m, unsigned char *start, unsigned char *stop, sopno startst, sopno stopst, sopno lev); 10 static unsigned char *fast(register struct match *m, unsigned char *start, unsigned char *stop, sopno startst, sopno stopst); 11 static unsigned char *slow(register struct match *m, unsigned char *start, unsigned char *stop, sopno startst, sopno stopst); 23 static void print(struct match *m, unsigned char *caption, states st, int ch, FILE *d); 26 static void at(struct match *m, unsigned char *title, unsigned char *start, unsigned char *stop, sopno startst, sopno stopst);
|
| /PHP_TRUNK/ext/ereg/tests/ |
| H A D | regular_expressions.inc | 4 * POSIX regular expressions each coupled with a string that they match, 8 //array(pattern, string to match)
|
| /PHP_TRUNK/ext/spl/internal/ |
| H A D | regexiterator.inc | 25 const MATCH = 0; /**< Mode: Executed a plain match only */ 31 private $regex; /**< the regular expression to match against */ 45 * @param regex the regular expression to match 64 * @return whether this is a match
|
| /PHP_TRUNK/ext/zlib/tests/ |
| H A D | func.inc | 11 if (preg_match(',zlib.*Compiled Version => (\d+\.\d+\.\d+),s', $info, $match)) { 12 $version = $match[1];
|
| /PHP_TRUNK/tests/ |
| H A D | quicktester.inc | 50 case '===': // exact match
|
| /PHP_TRUNK/win32/build/ |
| H A D | projectgen.js | 11 if (core.match(arr[i])) { 46 if (arr[i].match('alloca.c') || 47 arr[i].match(/internal_functions_(nw|win32)\.c/) || 48 arr[i].match(/flock\.(c|h)/) || 49 arr[i].match(/zend_static_allocator\.(c|h)/) || 50 arr[i].match(/zend_(ini|language)_scanner_defs\.h/)) { 83 if (munged.match(/[A-Z]{4}/)){ 104 if (fname.match(/\.(ico|rc)/)) { 117 var filter = (type.match("Parsers") ? "y" : "l"); 128 if (type.match("Parser [all...] |
| /PHP_TRUNK/ext/gd/tests/ |
| H A D | func.inc | 22 if (preg_match(',FreeType Version => (\d+\.\d+\.\d+),s', get_php_info(), $match)) {
23 $version = $match[1];
33 if (preg_match(',libJPEG Version => ([a-z0-9]+),s', get_php_info(), $match)) {
34 $version = $match[1];
44 if (preg_match(',libPNG Version => (\d+\.\d+\.\d+),s', get_php_info(), $match)) {
45 $version = $match[1];
55 if (preg_match(',libXpm Version => (\d+),s', get_php_info(), $match)) {
56 $version = $match[1];
|
| /PHP_TRUNK/ext/imap/tests/ |
| H A D | clean.inc | 16 if (preg_match('/\{.*?\}INBOX\.(.+)/', $value->name, $match) == 1) { 17 if (strlen($match[1]) >= strlen($mailbox_prefix) 18 && substr_compare($match[1], $mailbox_prefix, 0, strlen($mailbox_prefix)) == 0) {
|
| /PHP_TRUNK/ext/mbstring/libmbfl/filters/ |
| H A D | mbfilter_sjis_mobile.c | 250 int i, match = 0; local 255 match = 1; 259 return match; 265 int i, match = 0; local 270 match = 1; 274 return match; 406 int i, match = 0, c1s; local 415 match = 1; 418 match = 1; 421 match 465 int i, match = 0, c1s; local 536 int i, match = 0, c1s; local [all...] |
| H A D | mk_sb_tbl.awk | 10 if (!match(str, "^0[xX]")) {
|
| /PHP_TRUNK/ext/gd/libgd/ |
| H A D | gd_crop.c | 109 int color, corners, match; local 147 match = 1; 148 for (y = 0; match && y < height; y++) { 149 for (x = 0; match && x < width; x++) { 151 match = (color == c2); 163 match = 1; 164 for (y = height - 1; match && y >= 0; y--) { 165 for (x = 0; match && x < width; x++) { 166 match = (color == gdImageGetPixel(im, x,y)); 176 match 222 int match; local [all...] |