/PHP-5.4/ext/date/tests/ |
H A D | bug52113.phpt | 26 'invert' => 1, 54 ["invert"]=> 67 …ekday";i:0;s:16:"weekday_behavior";i:0;s:17:"first_last_day_of";i:0;s:6:"invert";i:0;s:4:"days";i:… 78 'invert' => 0, 103 ["invert"]=> 150 ["invert"]=> 187 ["invert"]=> 234 ["invert"]=>
|
H A D | bug48678.phpt | 21 [invert] => 0 39 [invert] => 0
|
H A D | bug52808.phpt | 47 ["invert"]=> 79 ["invert"]=> 111 ["invert"]=>
|
H A D | bug53437_var2.phpt | 35 ["invert"]=> 67 ["invert"]=>
|
H A D | bug53437_var4.phpt | 18 $df->invert, 43 ["invert"]=>
|
H A D | bug53437_var3.phpt | 7 …day";i:10;s:16:"weekday_behavior";i:10;s:17:"first_last_day_of";i:0;s:6:"invert";i:0;s:4:"days";s:… 34 ["invert"]=>
|
H A D | bug53437_var5.phpt | 7 …day";i:10;s:16:"weekday_behavior";i:10;s:17:"first_last_day_of";i:0;s:6:"invert";i:0;s:4:"days";s:… 34 ["invert"]=>
|
H A D | bug49081.phpt | 23 [invert] => 0
|
H A D | bug53437.phpt | 73 ["invert"]=> 132 ["invert"]=>
|
H A D | bug45682.phpt | 34 ["invert"]=>
|
H A D | bug52738.phpt | 33 [invert] => 0
|
H A D | bug49778.phpt | 30 ["invert"]=>
|
H A D | date_diff1.phpt | 50 ["invert"]=>
|
H A D | examine_diff.inc | 52 $expect_interval->invert = true;
|
/PHP-5.4/ext/date/lib/ |
H A D | interval.c | 32 rt->invert = 0; in timelib_diff() 37 rt->invert = 1; in timelib_diff() 71 timelib_do_rel_normalize(rt->invert ? one : two, rt); in timelib_diff() 99 if (interval->invert) { in timelib_add() 133 if (interval->invert) { in timelib_sub()
|
H A D | timelib_structs.h | 138 int invert; /* Whether the difference should be inverted */ member
|
H A D | tm2unixtime.c | 61 …l *base_y, timelib_sll *base_m, timelib_sll *y, timelib_sll *m, timelib_sll *d, timelib_sll invert) in do_range_limit_days_relative() argument 75 if (!invert) { in do_range_limit_days_relative() 177 do_range_limit_days_relative(&base->y, &base->m, &rt->y, &rt->m, &rt->d, rt->invert); in timelib_do_rel_normalize()
|
H A D | timelib.c | 273 d->y, d->m, d->d, d->h, d->i, d->s, d->days, d->invert ? " inverted" : ""); in timelib_dump_rel_time()
|
/PHP-5.4/ext/spl/tests/ |
H A D | bug70155.phpt | 36 ["invert"]=>
|
/PHP-5.4/ext/pcre/ |
H A D | php_pcre.c | 1770 zend_bool invert; /* Whether to return non-matching in php_pcre_grep_impl() local 1774 invert = flags & PREG_GREP_INVERT ? 1 : 0; in php_pcre_grep_impl() 1822 if ((count > 0 && !invert) || (count == PCRE_ERROR_NOMATCH && invert)) { in php_pcre_grep_impl()
|
/PHP-5.4/ext/ereg/regex/ |
H A D | regcomp.c | 594 register int invert = 0; local 609 invert++; /* make note to invert set at end */ 636 if (invert) {
|
/PHP-5.4/ext/date/ |
H A D | php_date.c | 2292 PHP_DATE_INTERVAL_ADD_PROPERTY("invert", invert); in date_object_get_properties_interval() 3204 interval->diff->invert = 0; in PHP_FUNCTION() 3552 GET_VALUE_FROM_STRUCT(invert, "invert"); in date_interval_read_property() 3627 SET_VALUE_FROM_STRUCT(invert, "invert"); in date_interval_write_property() 3706 PHP_DATE_INTERVAL_READ_PROPERTY("invert", invert, int, 0); in php_date_interval_initialize_from_hash() 3817 case 'r': length = slprintf(buffer, 32, "%s", t->invert ? "-" : ""); break; in date_interval_format() 3818 case 'R': length = slprintf(buffer, 32, "%c", t->invert ? '-' : '+'); break; in date_interval_format()
|
/PHP-5.4/ext/pcre/pcrelib/ |
H A D | pcre_jit_compile.c | 3931 …anges(compiler_common *common, const pcre_uint8 *bits, BOOL nclass, BOOL invert, jump_list **backt… 4217 …anges(compiler_common *common, const pcre_uint8 *bits, BOOL nclass, BOOL invert, jump_list **backt… in check_class_ranges() argument 4261 if (invert) bit ^= 0x1; in check_class_ranges()
|
H A D | ChangeLog | 1632 3. If the --colour option was given to pcregrep with -v (invert match), it 5443 1. Add PCRE_UNGREEDY to invert the greediness of quantifiers.
|
/PHP-5.4/ext/mbstring/oniguruma/ |
H A D | HISTORY | 1328 2003/06/24: [bug] should invert REG_OPTION_SINGLELINE flag
|