Home
last modified time | relevance | path

Searched refs:negative (Results 26 – 50 of 183) sorted by path

12345678

/PHP-5.5/ext/gd/tests/
H A Dimagefilledpolygon_negative.phpt2 imagefilledpolygon() with a negative num of points
H A Dimagepolygon_negative.phpt2 imagepolygon() with a negative num of points
H A Dimagerotate_overflow.phpt2 imagerotate() overflow with negative numbers
/PHP-5.5/ext/gmp/tests/
H A Dbug52906.phpt2 Bug #52906 gmp_mod returns negative result when non-negative is expected
/PHP-5.5/ext/iconv/tests/
H A Diconv_strpos_variation5.phpt33 * iconv_strpos should not be able to accept negative values as $offset.
/PHP-5.5/ext/intl/tests/
H A Dbug72061.phpt2 Bug #72061: Out-of-bounds reads in zif_grapheme_stripos with negative offset
H A Dmsgfmt_format_error3.phpt2 MessageFormatter::format() given negative arg key
22 Warning: MessageFormatter::format(): Found negative or too large array key in %s on line %d
H A Dtransliterator_transliterate_error.phpt41 …iterate(): transliterator_transliterate: "start" argument should be non-negative and not bigger th…
/PHP-5.5/ext/mbstring/oniguruma/
H A DHISTORY321 allow look-behind in negative look-behind.
939 illegal result in negative character class in ignore case
1968 in negative look-behind.
1971 2002/03/07: [spec] less length string match with negative look-behind.
H A Dregparse.c127 #define ONOFF(v,f,negative) (negative) ? ((v) &= ~(f)) : ((v) |= (f)) argument
/PHP-5.5/ext/mbstring/oniguruma/doc/
H A DRE76 * \p{^property-name} (negative)
77 * \P{property-name} (negative)
151 ^... negative class (lowest precedence operator)
219 (?!subexp) negative look-ahead
221 (?<!subexp) negative look-behind
228 In negative-look-behind, captured group isn't allowed,
406 + negative POSIX bracket [:^xxxx:] is supported.
/PHP-5.5/ext/mbstring/tests/
H A Dbug43841.phpt2 Test mb_strrpos() function : mb_strrpos offset is byte count for negative values
16 * Test that mb_strrpos offset is byte count for negative values (should be character count)
H A Dmb_stripos.phpt34 // Note: PHP Warning - offset is negative.
H A Dmb_stripos_variation5_Bug45923.phpt34 * mb_stripos should not be able to accept negative values as $offset.
H A Dmb_strpos.phpt31 // Note: PHP Warning - offset is negative.
H A Dmb_strpos_variation5.phpt33 * mb_strpos should not be able to accept negative values as $offset.
H A Dmb_strripos_variation5_Bug45923.phpt34 * mb_strripos should not be able to accept negative values as $offset.
/PHP-5.5/ext/oci8/tests/
H A Dcoll_016.phpt2 collections and negative/too big element indexes
H A Dcoll_016_func.phpt2 collections and negative/too big element indexes
/PHP-5.5/ext/pcre/pcrelib/
H A DChangeLog159 42. In a character class such as [\W\p{Any}] where both a negative-type escape
355 overflow would give a negative number. The tests are now applied as the
1077 29. If pcre_exec() or pcre_dfa_exec() was called with a negative value for
1083 the "old" RFC 2279). Instead, it ended up passing a negative length to
1668 positive assertions (capturing in negative assertions does not happen
2099 the assertion is positive, but not if it is negative.
3585 negative number, specifying an absolute or relative reference.
4361 patterns with negative forward assertions or any backward assertions
5105 \C*n pass the number n (may be negative) as callout_data
5584 $(?<! negative lookbehind
[all …]
H A DHACKING229 used for a positive class, and OP_NOT or OP_NOTI for a negative one (that is,
298 OP_PROP and OP_NOTPROP are used for positive and negative matches of a
315 positive class, and OP_NOT or OP_NOTI for a negative one (that is, for
324 negative one. In either case, the opcode is followed by a 32-byte (16-short,
339 this is a negative class, and XCL_MAP indicates that a bit map is present.
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt1528 negative assertion.
2700 success, or one of the following negative numbers:
4513 matching function returns the negative value.
4562 inside negative assertions.
6646 negative assertions. For example,
6674 for negative assertions. For example,
7833 [^...] negative character class
7836 [[:^xxx:]] negative POSIX named set
7979 (?!...) negative look ahead
7981 (?<!...) negative look behind
[all …]
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestinput7145 the negative versions of the properties and behaves has changed how
362 /-- Some negative checks --/
H A Dtestoutput7342 the negative versions of the properties and behaves has changed how
673 /-- Some negative checks --/
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_types_zerofill.phpt33 // Zerofill implies unsigned but the test plays with signed = negative values as well!

Completed in 136 milliseconds

12345678