Home
last modified time | relevance | path

Searched refs:invert (Results 1 – 25 of 29) sorted by relevance

12

/PHP-5.5/ext/date/tests/
H A Dbug52113.phpt26 '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 Dbug48678.phpt21 [invert] => 0
39 [invert] => 0
H A Dbug52808.phpt47 ["invert"]=>
79 ["invert"]=>
111 ["invert"]=>
H A Dbug53437_var2.phpt35 ["invert"]=>
67 ["invert"]=>
H A Dbug53437_var4.phpt18 $df->invert,
43 ["invert"]=>
H A Dbug53437_var3.phpt7 …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 Dbug53437_var5.phpt7 …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 Dbug49081.phpt23 [invert] => 0
H A Dbug53437.phpt73 ["invert"]=>
132 ["invert"]=>
H A Dbug45682.phpt34 ["invert"]=>
H A Dbug52738.phpt33 [invert] => 0
H A Ddate_interval_create_from_date_string_nullparam.phpt30 ["invert"]=>
H A Dbug49778.phpt30 ["invert"]=>
H A Dbug60774.phpt30 ["invert"]=>
H A Ddate_diff1.phpt50 ["invert"]=>
H A Dexamine_diff.inc52 $expect_interval->invert = true;
/PHP-5.5/ext/date/lib/
H A Dinterval.c32 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 Dtm2unixtime.c61 …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 Dtimelib_structs.h148 int invert; /* Whether the difference should be inverted */ member
H A Dtimelib.c275 d->y, d->m, d->d, d->h, d->i, d->s, d->days, d->invert ? " inverted" : ""); in timelib_dump_rel_time()
/PHP-5.5/ext/spl/tests/
H A Dbug70155.phpt36 ["invert"]=>
/PHP-5.5/ext/pcre/
H A Dphp_pcre.c1809 zend_bool invert; /* Whether to return non-matching in php_pcre_grep_impl() local
1813 invert = flags & PREG_GREP_INVERT ? 1 : 0; in php_pcre_grep_impl()
1861 if ((count > 0 && !invert) || (count == PCRE_ERROR_NOMATCH && invert)) { in php_pcre_grep_impl()
/PHP-5.5/ext/ereg/regex/
H A Dregcomp.c594 register int invert = 0; local
609 invert++; /* make note to invert set at end */
636 if (invert) {
/PHP-5.5/ext/date/
H A Dphp_date.c2434 PHP_DATE_INTERVAL_ADD_PROPERTY("invert", invert); in date_object_get_properties_interval()
3651 interval->diff->invert = 0; in PHP_FUNCTION()
4044 GET_VALUE_FROM_STRUCT(invert, "invert"); in date_interval_read_property()
4119 SET_VALUE_FROM_STRUCT(invert, "invert"); in date_interval_write_property()
4198 PHP_DATE_INTERVAL_READ_PROPERTY("invert", invert, int, 0); in php_date_interval_initialize_from_hash()
4309 case 'r': length = slprintf(buffer, 32, "%s", t->invert ? "-" : ""); break; in date_interval_format()
4310 case 'R': length = slprintf(buffer, 32, "%c", t->invert ? '-' : '+'); break; in date_interval_format()
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c3962 …anges(compiler_common *common, const pcre_uint8 *bits, BOOL nclass, BOOL invert, jump_list **backt…
4248 …anges(compiler_common *common, const pcre_uint8 *bits, BOOL nclass, BOOL invert, jump_list **backt… in check_class_ranges() argument
4292 if (invert) bit ^= 0x1; in check_class_ranges()

Completed in 65 milliseconds

12