Lines Matching refs:null
2 GMP operator overloading does not support null
11 var_dump($num + null);
17 var_dump($num - null);
23 var_dump($num * null);
29 var_dump($num / null);
35 var_dump($num % null);
41 var_dump($num ** null);
47 var_dump($num | null);
52 var_dump($num & null);
57 var_dump($num ^ null);
62 var_dump($num << null);
67 var_dump($num >> null);
74 TypeError: Number must be of type GMP|string|int, null given
75 TypeError: Number must be of type GMP|string|int, null given
76 TypeError: Number must be of type GMP|string|int, null given
77 TypeError: Number must be of type GMP|string|int, null given
78 TypeError: Number must be of type GMP|string|int, null given
79 TypeError: Unsupported operand types: GMP ** null
80 TypeError: Number must be of type GMP|string|int, null given
81 TypeError: Number must be of type GMP|string|int, null given
82 TypeError: Number must be of type GMP|string|int, null given
83 TypeError: Unsupported operand types: GMP << null
84 TypeError: Unsupported operand types: GMP >> null