Lines Matching refs:null
10 $num + null;
16 $num - null;
22 $num * null;
28 $num / null;
34 $num % null;
40 $num ** null;
46 Unsupported operand types: BcMath\Number + null
47 Unsupported operand types: BcMath\Number - null
48 Unsupported operand types: BcMath\Number * null
49 Unsupported operand types: BcMath\Number / null
50 Unsupported operand types: BcMath\Number % null
51 Unsupported operand types: BcMath\Number ** null