Home
last modified time | relevance | path

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

/php-src/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-src/Zend/tests/
H A Dcompound_assign_with_numeric_strings.phpt14 } catch (ArithmeticError $e) {
26 } catch (ArithmeticError $e) {
/php-src/Zend/
H A Dzend_exceptions.stub.php162 class ArithmeticError extends Error class
166 class DivisionByZeroError extends ArithmeticError
/php-src/ext/opcache/tests/jit/
H A Dassign_op_001.phpt22 } catch (ArithmeticError $e) {
H A Dreg_alloc_009.phpt19 Fatal error: Uncaught ArithmeticError: Bit shift by negative number in %sreg_alloc_009.php:4
H A Dshift_left_001.phpt36 Exception (ArithmeticError): Bit shift by negative number
H A Dshift_right_001.phpt42 Exception (ArithmeticError): Bit shift by negative number
H A Dshift_left_002.phpt48 Exception (ArithmeticError): Bit shift by negative number
H A Dbool_not_002.phpt29 Fatal error: Uncaught ArithmeticError: Bit shift by negative number in %sbool_not_002.php:6
H A Dshift_right_002.phpt54 Exception (ArithmeticError): Bit shift by negative number
H A Dshift_right_004.phpt37 Fatal error: Uncaught ArithmeticError: Bit shift by negative number in %sshift_right_004.php:8

Completed in 27 milliseconds