Home
last modified time | relevance | path

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

/PHP-5.3/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 Dbug52738.phpt33 [invert] => 0
H A Dbug45682.phpt34 ["invert"]=>
H A Dbug49778.phpt30 ["invert"]=>
H A Ddate_diff1.phpt50 ["invert"]=>
H A Dexamine_diff.inc52 $expect_interval->invert = true;
/PHP-5.3/ext/date/lib/
H A Dinterval.c32 rt->invert = 0; in timelib_diff()
37 rt->invert = 1; in timelib_diff()
65 timelib_do_rel_normalize(rt->invert ? one : two, rt); in timelib_diff()
H A Dtimelib_structs.h138 int invert; /* Whether the difference should be inverted */ member
H A Dtm2unixtime.c62 …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
76 if (!invert) { in do_range_limit_days_relative()
178 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.c273 d->y, d->m, d->d, d->h, d->i, d->s, d->days, d->invert ? " inverted" : ""); in timelib_dump_rel_time()
/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dutil.c944 int invert; in sqliteGlobCompare() local
982 invert = 0; in sqliteGlobCompare()
986 if( c2=='^' ){ invert = 1; c2 = *++zPattern; } in sqliteGlobCompare()
1005 if( c2==0 || (seen ^ invert)==0 ) return 0; in sqliteGlobCompare()
/PHP-5.3/ext/pcre/
H A Dphp_pcre.c1744 zend_bool invert; /* Whether to return non-matching in php_pcre_grep_impl() local
1748 invert = flags & PREG_GREP_INVERT ? 1 : 0; in php_pcre_grep_impl()
1796 if ((count > 0 && !invert) || (count == PCRE_ERROR_NOMATCH && invert)) { in php_pcre_grep_impl()
/PHP-5.3/ext/ereg/regex/
H A Dregcomp.c586 register int invert = 0; local
601 invert++; /* make note to invert set at end */
628 if (invert) {
/PHP-5.3/ext/date/
H A Dphp_date.c2298 PHP_DATE_INTERVAL_ADD_PROPERTY("invert", invert); in date_object_get_properties_interval()
2916 if (intobj->diff->invert) { in PHP_FUNCTION()
2961 if (intobj->diff->invert) { in PHP_FUNCTION()
3228 interval->diff->invert = 0; in PHP_FUNCTION()
3575 GET_VALUE_FROM_STRUCT(invert, "invert"); in date_interval_read_property()
3645 SET_VALUE_FROM_STRUCT(invert, "invert"); in date_interval_write_property()
3718 PHP_DATE_INTERVAL_READ_PROPERTY("invert", invert, int, 0); in php_date_interval_initialize_from_hash()
3829 case 'r': length = slprintf(buffer, 32, "%s", t->invert ? "-" : ""); break; in date_interval_format()
3830 case 'R': length = slprintf(buffer, 32, "%c", t->invert ? '-' : '+'); break; in date_interval_format()
/PHP-5.3/ext/mbstring/oniguruma/
H A DHISTORY1328 2003/06/24: [bug] should invert REG_OPTION_SINGLELINE flag
/PHP-5.3/ext/pcre/pcrelib/
H A DChangeLog872 3. If the --colour option was given to pcregrep with -v (invert match), it
4682 1. Add PCRE_UNGREEDY to invert the greediness of quantifiers.
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c82762 int invert;
82818 invert = 0;
82823 invert = 1;
82843 if( c2==0 || (seen ^ invert)==0 ){

Completed in 294 milliseconds