Home
last modified time | relevance | path

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

12345678910

/php-src/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-src/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-src/ext/standard/tests/math/
H A Dpow_divisionbyzero.phpt40 Deprecated: Power of base 0 and negative exponent is deprecated in %s on line %d
43 Deprecated: Power of base 0 and negative exponent is deprecated in %s on line %d
46 Deprecated: Power of base 0 and negative exponent is deprecated in %s on line %d
49 Deprecated: Power of base 0 and negative exponent is deprecated in %s on line %d
52 Deprecated: Power of base 0 and negative exponent is deprecated in %s on line %d
55 Deprecated: Power of base 0 and negative exponent is deprecated in %s on line %d
62 Deprecated: Power of base 0 and negative exponent is deprecated in %s on line %d
65 Deprecated: Power of base 0 and negative exponent is deprecated in %s on line %d
68 Deprecated: Power of base 0 and negative exponent is deprecated in %s on line %d
71 Deprecated: Power of base 0 and negative exponent is deprecated in %s on line %d
[all …]
/php-src/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"
/php-src/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-src/ext/mbstring/tests/
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_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_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 --
H A Dmb_strimwidth_deprecated.phpt2 mb_strimwidth() is deprecated with negative width
10 Deprecated: mb_strimwidth(): passing a negative integer to argument #3 ($width) is deprecated in %s…
/php-src/ext/bcmath/libbcmath/src/
H A Dlong2num.c32 bool negative = lval < 0; in bc_long2num() local
39 } else if (negative) { in bc_long2num()
56 num->n_sign = negative ? MINUS : PLUS; in bc_long2num()
/php-src/ext/gd/tests/
H A Dgithub_bug_215.phpt22 /* Use negative color index */
31 /* Use negative color index */
36 /* Use negative color index */
/php-src/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-src/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-src/ext/gmp/tests/
H A Dbug52906.phpt2 Bug #52906 gmp_mod returns negative result when non-negative is expected
/php-src/ext/session/tests/
H A Dsession_set_cookie_params_variation8.phpt2 Test session_set_cookie_params() function : negative and 0 lifetime
28 Warning: session_set_cookie_params(): CookieLifetime cannot be negative in %s on line %d
/php-src/Zend/tests/
H A Dcompound_assign_with_numeric_strings.phpt45 Exception: Bit shift by negative number
48 Exception: Bit shift by negative number

Completed in 39 milliseconds

12345678910