Home
last modified time | relevance | path

Searched refs:negative (Results 151 – 175 of 183) sorted by relevance

12345678

/PHP-5.5/ext/standard/tests/strings/
H A Dsubstr.phpt64 …turn empty string when start denotes the position beyond the truncation (set by negative length) */
H A Dstrspn_variation7.phpt86 -2147483648, // min negative integer
H A Dstrcspn_variation7.phpt87 -2147483648, // min negative integer
H A Dexplode1.phpt24 -1, // negative integer
H A Dstrspn_variation8.phpt82 -2147483648, // min negative integer
92 -2147483648, // min negative integer
H A Dstrcspn_variation8.phpt81 -2147483648, // min negative integer
91 -2147483648, // min negative integer
H A Dstrcspn_variation12.phpt51 -2147483648 // min negative integer
61 -2147483648 // min negative integer
H A Dstrcspn_variation11.phpt62 -2147483648, // min negative integer
H A Dstrspn_variation11.phpt62 -2147483648, // min negative integer
/PHP-5.5/ext/standard/tests/general_functions/
H A Dprint_r.phpt40 range(-1,-10), // negative values
84 -0x80000001, // float value, beyond max negative int
87 -020000000001 // float value, beyond max negative int
H A Dprint_r_64bit.phpt41 range(-1,-10), // negative values
85 -0x80000001, // float value, beyond max negative int
88 -020000000001 // float value, beyond max negative int
H A Dvar_dump.phpt34 range(-1,-10), // negative values
78 -0x80000001, // float value, beyond max negative int
81 -020000000001 // float value, beyond max negative int
H A Dvar_dump_64bit.phpt34 range(-1,-10), // negative values
78 -0x80000001, // float value, beyond max negative int
81 -020000000001 // float value, beyond max negative int
/PHP-5.5/ext/mbstring/tests/
H A Dmb_stripos.phpt34 // Note: PHP Warning - offset is negative.
/PHP-5.5/ext/pcre/pcrelib/
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/standard/tests/file/
H A Dfscanf_variation8.phpt27 -0x80000001, // float value, beyond max negative int
30 -020000000001, // float value, beyond max negative int
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-5.5/ext/standard/tests/array/
H A Darray_pad_variation3.phpt113 var_dump( array_pad($input, -$pad_size, $pad_value) ); // negative 'pad_size'
H A Darray_key_exists_variation8.phpt36 -2345 => 'negative',
42 -10.5 => 'negative',
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-5.5/ext/pcre/pcrelib/testdata/
H A Dtestinput7145 the negative versions of the properties and behaves has changed how
362 /-- Some negative checks --/
/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 …]

Completed in 66 milliseconds

12345678