Home
last modified time | relevance | path

Searched refs:positive (Results 126 – 140 of 140) sorted by relevance

123456

/PHP-7.1/ext/standard/tests/strings/
H A Dstrspn_variation7.phpt85 2147483647, // max positive integer
H A Dstrcspn_variation8.phpt80 2147483647, // max positive integer
90 2147483647, // max positive integer
H A Dstrspn_variation8.phpt81 2147483647, // max positive integer
91 2147483647, // max positive integer
H A Dstrcspn_variation12.phpt50 2147483647, // max positive integer
60 2147483647, // max positive integer
H A Dstrcspn_variation11.phpt61 2147483647, // max positive integer
H A Dstrspn_variation11.phpt61 2147483647, // max positive integer
H A Dstrspn_variation12.phpt51 2147483647, // max positive integer
61 2147483647, // max positive integer
/PHP-7.1/ext/standard/tests/array/
H A Darray_pad_variation1.phpt93 var_dump( array_pad($input, $pad_size, $pad_value) ); // positive 'pad_size'
H A Darray_pad_variation6.phpt86 var_dump( array_pad($input, $pad_size, $pad_value) ); // positive 'pad_size'
/PHP-7.1/ext/pcre/pcrelib/sljit/
H A DsljitNativeARM_32.c1178 …jit_si generate_int(struct sljit_compiler *compiler, sljit_si reg, sljit_uw imm, sljit_si positive) in generate_int() argument
1283 …FAIL_IF(push_inst(compiler, EMIT_DATA_PROCESS_INS(positive ? MOV_DP : MVN_DP, 0, reg, SLJIT_UNUSED… in generate_int()
1284 FAIL_IF(push_inst(compiler, EMIT_DATA_PROCESS_INS(positive ? ORR_DP : BIC_DP, 0, reg, reg, imm2))); in generate_int()
/PHP-7.1/ext/pcre/pcrelib/doc/
H A Dpcre.txt3051 add the adjust value (which may be positive or negative) to it. The
5557 defined". In PCRE, \K is acted upon when it occurs inside positive
5848 digit, but not underscore, whereas [\w] includes underscore. A positive
6621 tern. However, substring capturing is carried out only for positive
6645 Lookahead assertions start with (?= for positive assertions and (?! for
6673 Lookbehind assertions start with (?<= for positive assertions and (?<!
7832 [...] positive character class
7835 [[:xxx:]] positive POSIX named set
7898 \K is honoured in positive assertions, but ignored in negative ones.
7978 (?=...) positive look ahead
[all …]
/PHP-7.1/ext/pcre/pcrelib/
H A DChangeLog325 36. The use of \K in a positive lookbehind assertion in a non-anchored pattern
890 no longer the case for positive assertions, except for (*ACCEPT). Again,
1161 14. As documented, (*COMMIT) is now confined to within a positive assertion.
1668 positive assertions (capturing in negative assertions does not happen
1711 32. A *MARK encountered during the processing of a positive assertion is now
2099 the assertion is positive, but not if it is negative.
2848 infinitely looping recursion. The bug was that positive lookaheads were not
3584 (g) The escape \gN or \g{N} has been added, where N is a positive or
5583 $(?<= positive lookbehind
/PHP-7.1/ext/fileinfo/tests/
H A Dmagic1657 # assuming that line number must be positive
4055 >3 ubyte <0x20 (positive integer)
5496 # next free block index is positive
5535 # dBASE IV DBT with positive block size
5565 # dBase IV DBT with positive block length (found 512 , 1024)
15208 # False positive with PPT (also currently this string is too long)
21189 # only found positive values lower 0x00ffFFff for InfVersionDataOffset
H A Dmagic私はガラスを食べられます1657 # assuming that line number must be positive
4055 >3 ubyte <0x20 (positive integer)
5496 # next free block index is positive
5535 # dBASE IV DBT with positive block size
5565 # dBase IV DBT with positive block length (found 512 , 1024)
15208 # False positive with PPT (also currently this string is too long)
21189 # only found positive values lower 0x00ffFFff for InfVersionDataOffset
/PHP-7.1/
H A DNEWS3326 . Fixed bug #70804 (Unary add on negative zero produces positive zero).

Completed in 206 milliseconds

123456