/PHP-8.4/tests/lang/operators/ |
H A D | bitwiseShiftRight_basiclong_64bit.phpt | 54 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 D | bitwiseShiftLeft_basiclong_64bit.phpt | 54 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 D | bitwiseShiftLeft_variationStr.phpt | 31 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 D | bitwiseShiftLeft_variationStr_64bit.phpt | 36 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 D | bitwiseShiftRight_variationStr.phpt | 32 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.4/ext/standard/tests/array/ |
H A D | array_product_variation3.phpt | 5 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.4/ext/standard/tests/math/ |
H A D | pow_divisionbyzero.phpt | 40 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-8.4/ext/standard/tests/strings/ |
H A D | explode_variation5.phpt | 2 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 D | bug72100.phpt | 10 var_dump( implode(" ", ["hello negative long", -999999999999999999, PHP_INT_MIN] ) ); 16 string(60) "hello negative long -999999999999999999 -9223372036854775808"
|
/PHP-8.4/ext/standard/tests/file/ |
H A D | ftruncate_variation4.phpt | 2 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.4/ext/mbstring/tests/ |
H A D | mb_stripos_empty_needle.phpt | 20 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 D | mb_strripos_empty_needle.phpt | 20 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 D | mb_strrpos_empty_needle.phpt | 20 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 D | mb_strpos_empty_needle.phpt | 20 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 D | mb_strimwidth_deprecated.phpt | 2 mb_strimwidth() is deprecated with negative width 10 Deprecated: mb_strimwidth(): passing a negative integer to argument #3 ($width) is deprecated in %s…
|
/PHP-8.4/ext/bcmath/libbcmath/src/ |
H A D | long2num.c | 32 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-8.4/ext/gd/tests/ |
H A D | github_bug_215.phpt | 22 /* Use negative color index */ 31 /* Use negative color index */ 36 /* Use negative color index */
|
/PHP-8.4/ext/com_dotnet/tests/ |
H A D | variant_variation.phpt | 10 "negative" => [-1 => 42], 29 -- negative --
|
/PHP-8.4/ext/intl/tests/ |
H A D | msgfmt_format_error3.phpt | 2 MessageFormatter::format() given negative arg key 17 Warning: MessageFormatter::format(): Found negative or too large array key in %s on line %d
|
/PHP-8.4/ext/posix/tests/ |
H A D | posix_getpgid_error.phpt | 15 echo "\n-- Testing posix_getpgid() with negative pid --\n"; 24 -- Testing posix_getpgid() with negative pid --
|
H A D | posix_getpwuid_error.phpt | 13 echo "\n-- Testing posix_getpwuid() function negative uid --\n"; 22 -- Testing posix_getpwuid() function negative uid --
|
H A D | posix_getgrgid_error.phpt | 13 echo "\n-- Testing posix_getgrgid() function with a negative group id --\n"; 22 -- Testing posix_getgrgid() function with a negative group id --
|
H A D | posix_kill_error.phpt | 15 echo "\n-- Testing posix_kill() function with negative pid --\n"; 28 -- Testing posix_kill() function with negative pid --
|
/PHP-8.4/ext/gmp/tests/ |
H A D | bug52906.phpt | 2 Bug #52906 gmp_mod returns negative result when non-negative is expected
|
/PHP-8.4/ext/session/tests/ |
H A D | session_set_cookie_params_variation8.phpt | 2 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
|