Home
last modified time | relevance | path

Searched refs:ArithmeticError (Results 1 – 15 of 15) sorted by relevance

/PHP-8.0/tests/lang/operators/
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 …]
H A DbitwiseShiftLeft_basiclong_64bit.phpt30 } catch (ArithmeticError $e) {
41 } catch (ArithmeticError $e) {
H A DbitwiseShiftRight_basiclong_64bit.phpt30 } catch (ArithmeticError $e) {
41 } catch (ArithmeticError $e) {
/PHP-8.0/Zend/tests/
H A Dcompound_assign_with_numeric_strings.phpt14 } catch (ArithmeticError $e) {
26 } catch (ArithmeticError $e) {
/PHP-8.0/Zend/
H A Dzend_exceptions.stub.php119 class ArithmeticError extends Error class
123 class DivisionByZeroError extends ArithmeticError
/PHP-8.0/ext/opcache/tests/jit/
H A Dassign_op_001.phpt23 } catch (ArithmeticError $e) {
H A Dreg_alloc_009.phpt20 Fatal error: Uncaught ArithmeticError: Bit shift by negative number in %sreg_alloc_009.php:4
H A Dshift_left_001.phpt37 Exception (ArithmeticError): Bit shift by negative number
H A Dbool_not_002.phpt26 Fatal error: Uncaught ArithmeticError: Bit shift by negative number in %sbool_not_002.php:6
H A Dshift_right_001.phpt43 Exception (ArithmeticError): Bit shift by negative number
H A Dshift_left_002.phpt49 Exception (ArithmeticError): Bit shift by negative number
H A Dshift_right_002.phpt55 Exception (ArithmeticError): Bit shift by negative number
H A Dshift_right_004.phpt36 Fatal error: Uncaught ArithmeticError: Bit shift by negative number in %sshift_right_004.php:8

Completed in 25 milliseconds