Home
last modified time | relevance | path

Searched refs:invert (Results 26 – 31 of 31) sorted by relevance

12

/PHP-5.6/ext/date/
H A Dphp_date.c2443 PHP_DATE_INTERVAL_ADD_PROPERTY("invert", invert); in date_object_get_properties_interval()
3681 interval->diff->invert = 0; in PHP_FUNCTION()
4079 GET_VALUE_FROM_STRUCT(invert, "invert"); in date_interval_read_property()
4154 SET_VALUE_FROM_STRUCT(invert, "invert"); in date_interval_write_property()
4233 PHP_DATE_INTERVAL_READ_PROPERTY("invert", invert, int, 0); in php_date_interval_initialize_from_hash()
4344 case 'r': length = slprintf(buffer, 32, "%s", t->invert ? "-" : ""); break; in date_interval_format()
4345 case 'R': length = slprintf(buffer, 32, "%c", t->invert ? '-' : '+'); break; in date_interval_format()
/PHP-5.6/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()
H A DChangeLog1808 3. If the --colour option was given to pcregrep with -v (invert match), it
5619 1. Add PCRE_UNGREEDY to invert the greediness of quantifiers.
/PHP-5.6/ext/mbstring/oniguruma/
H A DHISTORY1552 2003/06/24: [bug] should invert REG_OPTION_SINGLELINE flag
/PHP-5.6/
H A DNEWS2498 . Fixed bug #66702 (RegexIterator::INVERT_MATCH does not invert). (Joshua
2823 . Fixed bug #66702 (RegexIterator::INVERT_MATCH does not invert). (Joshua
/PHP-5.6/ext/sqlite3/libsqlite/
H A Dsqlite3.c97144 int invert = 0;
97149 invert = 1;
97169 if( c2==0 || (seen ^ invert)==0 ){

Completed in 583 milliseconds

12