Home
last modified time | relevance | path

Searched refs:negative (Results 201 – 225 of 228) sorted by relevance

12345678910

/PHP-7.2/ext/standard/tests/strings/
H A Dstrcspn_variation7.phpt87 -2147483648, // min negative integer
H A Dstrspn_variation7.phpt86 -2147483648, // min negative integer
H A Dexplode1.phpt24 -1, // negative integer
H A Dstrcspn_variation8.phpt81 -2147483648, // min negative integer
91 -2147483648, // min negative integer
H A Dstrspn_variation8.phpt82 -2147483648, // min negative integer
92 -2147483648, // min negative integer
H A Dstrcspn_variation12.phpt51 -2147483648 // min negative integer
61 -2147483648 // min negative integer
H A Dstrspn_variation11.phpt62 -2147483648, // min negative integer
H A Dstrcspn_variation11.phpt62 -2147483648, // min negative integer
H A Dstrspn_variation12.phpt52 -2147483648, // min negative integer
62 -2147483648, // min negative integer
/PHP-7.2/ext/standard/tests/array/
H A Darray_pad_variation1.phpt94 var_dump( array_pad($input, -$pad_size, $pad_value) ); // negative 'pad_size'
H A Darray_pad_variation6.phpt87 var_dump( array_pad($input, -$pad_size, $pad_value) ); // negative 'pad_size'
/PHP-7.2/ext/standard/tests/file/
H A Dfseek_ftell_rewind_variation1.phpt27 $offset = array(-1, 0, 1, 513); // different offsets, including negative and beyond size
H A Dfseek_ftell_rewind_variation2-win32.phpt33 $offset = array(-1, 0, 1, 513); // different offsets, including negative and beyond size
H A Dfseek_ftell_rewind_variation2.phpt33 $offset = array(-1, 0, 1, 513); // different offsets, including negative and beyond size
/PHP-7.2/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-7.2/ext/opcache/Optimizer/
H A Dzend_ssa.c120 char underflow, char overflow, char negative) /* {{{ */ in pi_range() argument
131 constraint->negative = negative ? NEG_INIT : NEG_NONE; in pi_range()
H A Dzend_dump.c347 if (r->negative) { in zend_dump_range_constraint()
/PHP-7.2/ext/pcre/pcrelib/doc/
H A Dpcre.txt1528 negative assertion.
2699 success, or one of the following negative numbers:
4512 matching function returns the negative value.
4561 inside negative assertions.
6650 negative assertions. For example,
6678 for negative assertions. For example,
7837 [^...] negative character class
7840 [[:^xxx:]] negative POSIX named set
7983 (?!...) negative look ahead
7985 (?<!...) negative look behind
[all …]
/PHP-7.2/
H A DUPGRADING241 . number_format() ensures zero values never contain a negative sign.
H A DNEWS628 . Fixed bug #77369 (memcpy with negative length via crafted DNS response). (Stas)
1980 . Fixed bug #74651 (negative-size-param (-1) in memcpy in zif_openssl_seal()).
2116 . Fixed bug #72071 (setcookie allows max-age to be negative). (Craig Duncan)
2438 . Added support for negative string offsets in string offset syntax and
2572 . Fix bug #73190 (memcpy negative parameter _bc_new_num_ex). (Stas)
2628 . Fixed bug #73189 (Memcpy negative size parameter php_resolve_path). (Stas)
H A Dphp.ini-development1582 ; Changing from or to a negative value is only possible in php.ini! (For turning assertions on and …
/PHP-7.2/ext/pcre/pcrelib/
H A DChangeLog70 without PCRE_UCP set, a negative character type such as \D in a positive
181 22. Minor code refactor to avoid "left shift of negative number" warning.
541 overflow would give a negative number. The tests are now applied as the
1263 29. If pcre_exec() or pcre_dfa_exec() was called with a negative value for
1854 positive assertions (capturing in negative assertions does not happen
2285 the assertion is positive, but not if it is negative.
3771 negative number, specifying an absolute or relative reference.
4547 patterns with negative forward assertions or any backward assertions
5291 \C*n pass the number n (may be negative) as callout_data
5770 $(?<! negative lookbehind
[all …]
/PHP-7.2/ext/mbstring/oniguruma/
H A DHISTORY433 allow look-behind in negative look-behind.
1051 illegal result in negative character class in ignore case
2080 in negative look-behind.
2083 2002/03/07: [spec] less length string match with negative look-behind.
/PHP-7.2/ext/mbstring/oniguruma/src/
H A Dregparse.c171 #define ONOFF(v,f,negative) (negative) ? ((v) &= ~(f)) : ((v) |= (f)) argument

Completed in 145 milliseconds

12345678910