Home
last modified time | relevance | path

Searched refs:negative (Results 1 – 25 of 209) sorted by relevance

123456789

/PHP-8.1/tests/lang/operators/
H A DbitwiseShiftLeft_basiclong_64bit.phpt54 Exception: Bit shift by negative number
62 Exception: Bit shift by negative number
72 Exception: Bit shift by negative number
80 Exception: Bit shift by negative number
90 Exception: Bit shift by negative number
98 Exception: Bit shift by negative number
108 Exception: Bit shift by negative number
116 Exception: Bit shift by negative number
126 Exception: Bit shift by negative number
134 Exception: Bit shift by negative number
[all …]
H A DbitwiseShiftRight_basiclong_64bit.phpt54 Exception: Bit shift by negative number
62 Exception: Bit shift by negative number
72 Exception: Bit shift by negative number
80 Exception: Bit shift by negative number
90 Exception: Bit shift by negative number
98 Exception: Bit shift by negative number
108 Exception: Bit shift by negative number
116 Exception: Bit shift by negative number
126 Exception: Bit shift by negative number
134 Exception: Bit shift by negative number
[all …]
H A DbitwiseShiftLeft_variationStr.phpt31 ArithmeticError: Bit shift by negative number
35 ArithmeticError: Bit shift by negative number
59 ArithmeticError: Bit shift by negative number
63 ArithmeticError: Bit shift by negative number
87 ArithmeticError: Bit shift by negative number
91 ArithmeticError: Bit shift by negative number
115 ArithmeticError: Bit shift by negative number
119 ArithmeticError: Bit shift by negative number
143 ArithmeticError: Bit shift by negative number
147 ArithmeticError: Bit shift by negative number
[all …]
H A DbitwiseShiftLeft_variationStr_64bit.phpt36 ArithmeticError: Bit shift by negative number
40 ArithmeticError: Bit shift by negative number
64 ArithmeticError: Bit shift by negative number
68 ArithmeticError: Bit shift by negative number
92 ArithmeticError: Bit shift by negative number
96 ArithmeticError: Bit shift by negative number
120 ArithmeticError: Bit shift by negative number
124 ArithmeticError: Bit shift by negative number
148 ArithmeticError: Bit shift by negative number
152 ArithmeticError: Bit shift by negative number
[all …]
H A DbitwiseShiftRight_variationStr.phpt32 ArithmeticError: Bit shift by negative number
36 ArithmeticError: Bit shift by negative number
60 ArithmeticError: Bit shift by negative number
64 ArithmeticError: Bit shift by negative number
88 ArithmeticError: Bit shift by negative number
92 ArithmeticError: Bit shift by negative number
116 ArithmeticError: Bit shift by negative number
120 ArithmeticError: Bit shift by negative number
144 ArithmeticError: Bit shift by negative number
148 ArithmeticError: Bit shift by negative number
[all …]
/PHP-8.1/ext/standard/tests/array/
H A Darray_product_variation3.phpt5 echo "*** Testing array_product() : variations - negative numbers***\n";
7 echo "\n-- Testing array_product() function with one negative number --\n";
10 echo "\n-- Testing array_product() function with two negative numbers --\n";
16 echo "\n-- Testing array_product() function with negative floats --\n";
19 echo "\n-- Testing array_product() function with negative floats --\n";
25 *** Testing array_product() : variations - negative numbers***
27 -- Testing array_product() function with one negative number --
30 -- Testing array_product() function with two negative numbers --
33 -- Testing array_product() function with three negative numbers --
36 -- Testing array_product() function with negative floats --
[all …]
/PHP-8.1/ext/standard/tests/strings/
H A Dexplode_variation5.phpt2 Test explode() function : usage variations - positive and negative limits
6 echo "*** Testing explode() function: positive and negative limits ***\n";
12 echo "\n-- negative limit (since PHP 5.1) --\n";
15 echo "\n-- negative limit (since PHP 5.1) with null string -- \n";
19 *** Testing explode() function: positive and negative limits ***
29 -- negative limit (since PHP 5.1) --
39 -- negative limit (since PHP 5.1) with null string --
H A Dbug72100.phpt10 var_dump( implode(" ", ["hello negative long", -999999999999999999, PHP_INT_MIN] ) );
16 string(60) "hello negative long -999999999999999999 -9223372036854775808"
H A Dwordwrap_error.phpt12 // $width arg as negative value
13 echo "\n-- Testing wordwrap() function with negative/zero value for width argument --\n";
46 -- Testing wordwrap() function with negative/zero value for width argument --
/PHP-8.1/ext/standard/tests/file/
H A Dftruncate_variation4.phpt2 Test ftruncate() function : usage variations - truncate file to negative size
72 -- Testing ftruncate(): try truncating file to a negative size --
80 -- Testing ftruncate(): try truncating file to a negative size --
88 -- Testing ftruncate(): try truncating file to a negative size --
96 -- Testing ftruncate(): try truncating file to a negative size --
104 -- Testing ftruncate(): try truncating file to a negative size --
112 -- Testing ftruncate(): try truncating file to a negative size --
120 -- Testing ftruncate(): try truncating file to a negative size --
128 -- Testing ftruncate(): try truncating file to a negative size --
136 -- Testing ftruncate(): try truncating file to a negative size --
[all …]
/PHP-8.1/ext/mbstring/tests/
H A Dmb_strpos_empty_needle.phpt20 echo "\n-- ASCII string with in range negative offset --\n";
30 echo "\n-- ASCII string with out of bound negative offset --\n";
43 echo "\n-- Multi-byte string with in range negative offset --\n";
53 echo "\n-- Multi-byte string with out of bound negative offset --\n";
68 -- ASCII string with in range negative offset --
74 -- ASCII string with out of bound negative offset --
83 -- Multi-byte string with in range negative offset --
89 -- Multi-byte string with out of bound negative offset --
H A Dmb_strripos_empty_needle.phpt20 echo "\n-- ASCII string with in range negative offset --\n";
30 echo "\n-- ASCII string with out of bound negative offset --\n";
44 echo "\n-- Multi-byte string with in range negative offset --\n";
54 echo "\n-- Multi-byte string with out of bound negative offset --\n";
69 -- ASCII string with in range negative offset --
75 -- ASCII string with out of bound negative offset --
84 -- Multi-byte string with in range negative offset --
90 -- Multi-byte string with out of bound negative offset --
H A Dmb_stripos_empty_needle.phpt20 echo "\n-- ASCII string with in range negative offset --\n";
30 echo "\n-- ASCII string with out of bound negative offset --\n";
44 echo "\n-- Multi-byte string with in range negative offset --\n";
54 echo "\n-- Multi-byte string with out of bound negative offset --\n";
69 -- ASCII string with in range negative offset --
75 -- ASCII string with out of bound negative offset --
84 -- Multi-byte string with in range negative offset --
90 -- Multi-byte string with out of bound negative offset --
H A Dmb_strrpos_empty_needle.phpt20 echo "\n-- ASCII string with in range negative offset --\n";
30 echo "\n-- ASCII string with out of bound negative offset --\n";
44 echo "\n-- Multi-byte string with in range negative offset --\n";
54 echo "\n-- Multi-byte string with out of bound negative offset --\n";
69 -- ASCII string with in range negative offset --
75 -- ASCII string with out of bound negative offset --
84 -- Multi-byte string with in range negative offset --
90 -- Multi-byte string with out of bound negative offset --
/PHP-8.1/ext/gd/tests/
H A Dgithub_bug_215.phpt22 /* Use negative color index */
31 /* Use negative color index */
36 /* Use negative color index */
/PHP-8.1/ext/intl/tests/
H A Dmsgfmt_format_error3.phpt2 MessageFormatter::format() given negative arg key
17 Warning: MessageFormatter::format(): Found negative or too large array key in %s on line %d
/PHP-8.1/ext/posix/tests/
H A Dposix_getpgid_error.phpt15 echo "\n-- Testing posix_getpgid() with negative pid --\n";
24 -- Testing posix_getpgid() with negative pid --
H A Dposix_getpwuid_error.phpt13 echo "\n-- Testing posix_getpwuid() function negative uid --\n";
22 -- Testing posix_getpwuid() function negative uid --
H A Dposix_getgrgid_error.phpt13 echo "\n-- Testing posix_getgrgid() function with a negative group id --\n";
22 -- Testing posix_getgrgid() function with a negative group id --
H A Dposix_kill_error.phpt15 echo "\n-- Testing posix_kill() function with negative pid --\n";
28 -- Testing posix_kill() function with negative pid --
/PHP-8.1/ext/gmp/tests/
H A Dbug52906.phpt2 Bug #52906 gmp_mod returns negative result when non-negative is expected
/PHP-8.1/Zend/tests/
H A Dcompound_assign_with_numeric_strings.phpt45 Exception: Bit shift by negative number
48 Exception: Bit shift by negative number
/PHP-8.1/ext/standard/tests/general_functions/
H A Dvar_export_basic1.phpt17 '-2147483648' => '-2147483648', // max negative integer value
25 "-0x80000000" => -0x7FFFFFFF - 1, // max negative integer as hexadecimal
30 "-020000000000" => -017777777777 - 1, // max negative integer as octal
H A Dvar_export_basic1_32.phpt17 '-2147483648' => '-2147483648', // max negative integer value
25 "-0x80000000" => -0x7FFFFFFF - 1, // max negative integer as hexadecimal
30 "-020000000000" => -017777777777 - 1, // max negative integer as octal
/PHP-8.1/ext/bcmath/tests/
H A Dbcpow_variation001.phpt2 bcpow() with a negative exponent

Completed in 59 milliseconds

123456789