3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Model { private $id; public function setId($id) { $this->id = $id; } } $time = microtime(true); for ($i = 0; $i < 500000; $i++) { $model = new Model; $method = 'setId'; call_user_func_array(array($model, $method), array('test')); } $time = microtime(true) - $time; echo 'call user func took ' . number_format($time, 3) . ' seconds and returned ' . count($data_diff1) . " entries\n";
Output for 7.4.1
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 Warning: count(): Parameter must be an array or an object that implements Countable in /in/d9ip0 on line 22 call user func took 0.141 seconds and returned 0 entries
Output for 7.4.0
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 Warning: count(): Parameter must be an array or an object that implements Countable in /in/d9ip0 on line 22 call user func took 0.214 seconds and returned 0 entries
Output for 7.3.13
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 Warning: count(): Parameter must be an array or an object that implements Countable in /in/d9ip0 on line 22 call user func took 0.203 seconds and returned 0 entries
Output for 7.3.12
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 Warning: count(): Parameter must be an array or an object that implements Countable in /in/d9ip0 on line 22 call user func took 0.126 seconds and returned 0 entries
Output for 7.2.14, 7.3.11
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 Warning: count(): Parameter must be an array or an object that implements Countable in /in/d9ip0 on line 22 call user func took 0.131 seconds and returned 0 entries
Output for 7.3.10
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 Warning: count(): Parameter must be an array or an object that implements Countable in /in/d9ip0 on line 22 call user func took 0.129 seconds and returned 0 entries
Output for 7.2.0, 7.3.9
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 Warning: count(): Parameter must be an array or an object that implements Countable in /in/d9ip0 on line 22 call user func took 0.138 seconds and returned 0 entries
Output for 7.2.8, 7.3.8
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 Warning: count(): Parameter must be an array or an object that implements Countable in /in/d9ip0 on line 22 call user func took 0.161 seconds and returned 0 entries
Output for 7.3.7
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 Warning: count(): Parameter must be an array or an object that implements Countable in /in/d9ip0 on line 22 call user func took 0.123 seconds and returned 0 entries
Output for 7.3.6
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 Warning: count(): Parameter must be an array or an object that implements Countable in /in/d9ip0 on line 22 call user func took 0.139 seconds and returned 0 entries
Output for 7.3.5
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 Warning: count(): Parameter must be an array or an object that implements Countable in /in/d9ip0 on line 22 call user func took 0.146 seconds and returned 0 entries
Output for 7.3.4
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 Warning: count(): Parameter must be an array or an object that implements Countable in /in/d9ip0 on line 22 call user func took 0.173 seconds and returned 0 entries
Output for 7.3.3
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 Warning: count(): Parameter must be an array or an object that implements Countable in /in/d9ip0 on line 22 call user func took 0.143 seconds and returned 0 entries
Output for 7.3.2
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 Warning: count(): Parameter must be an array or an object that implements Countable in /in/d9ip0 on line 22 call user func took 0.144 seconds and returned 0 entries
Output for 7.3.1
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 Warning: count(): Parameter must be an array or an object that implements Countable in /in/d9ip0 on line 22 call user func took 0.136 seconds and returned 0 entries
Output for 7.3.0
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 Warning: count(): Parameter must be an array or an object that implements Countable in /in/d9ip0 on line 22 call user func took 0.125 seconds and returned 0 entries
Output for 7.2.26
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 Warning: count(): Parameter must be an array or an object that implements Countable in /in/d9ip0 on line 22 call user func took 0.182 seconds and returned 0 entries
Output for 7.2.25
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 Warning: count(): Parameter must be an array or an object that implements Countable in /in/d9ip0 on line 22 call user func took 0.230 seconds and returned 0 entries
Output for 7.2.11, 7.2.24
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 Warning: count(): Parameter must be an array or an object that implements Countable in /in/d9ip0 on line 22 call user func took 0.179 seconds and returned 0 entries
Output for 7.2.23
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 Warning: count(): Parameter must be an array or an object that implements Countable in /in/d9ip0 on line 22 call user func took 0.193 seconds and returned 0 entries
Output for 7.2.22
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 Warning: count(): Parameter must be an array or an object that implements Countable in /in/d9ip0 on line 22 call user func took 0.176 seconds and returned 0 entries
Output for 7.2.18, 7.2.21
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 Warning: count(): Parameter must be an array or an object that implements Countable in /in/d9ip0 on line 22 call user func took 0.153 seconds and returned 0 entries
Output for 7.2.19 - 7.2.20
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 Warning: count(): Parameter must be an array or an object that implements Countable in /in/d9ip0 on line 22 call user func took 0.186 seconds and returned 0 entries
Output for 7.2.17
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 Warning: count(): Parameter must be an array or an object that implements Countable in /in/d9ip0 on line 22 call user func took 0.201 seconds and returned 0 entries
Output for 7.2.16
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 Warning: count(): Parameter must be an array or an object that implements Countable in /in/d9ip0 on line 22 call user func took 0.167 seconds and returned 0 entries
Output for 7.2.13, 7.2.15
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 Warning: count(): Parameter must be an array or an object that implements Countable in /in/d9ip0 on line 22 call user func took 0.149 seconds and returned 0 entries
Output for 7.2.12
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 Warning: count(): Parameter must be an array or an object that implements Countable in /in/d9ip0 on line 22 call user func took 0.147 seconds and returned 0 entries
Output for 7.2.10
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 Warning: count(): Parameter must be an array or an object that implements Countable in /in/d9ip0 on line 22 call user func took 0.145 seconds and returned 0 entries
Output for 7.2.9
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 Warning: count(): Parameter must be an array or an object that implements Countable in /in/d9ip0 on line 22 call user func took 0.194 seconds and returned 0 entries
Output for 7.2.7
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 Warning: count(): Parameter must be an array or an object that implements Countable in /in/d9ip0 on line 22 call user func took 0.150 seconds and returned 0 entries
Output for 7.2.6
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 Warning: count(): Parameter must be an array or an object that implements Countable in /in/d9ip0 on line 22 call user func took 0.152 seconds and returned 0 entries
Output for 7.2.5
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 Warning: count(): Parameter must be an array or an object that implements Countable in /in/d9ip0 on line 22 call user func took 0.164 seconds and returned 0 entries
Output for 7.2.4
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 Warning: count(): Parameter must be an array or an object that implements Countable in /in/d9ip0 on line 22 call user func took 0.178 seconds and returned 0 entries
Output for 7.2.3
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 Warning: count(): Parameter must be an array or an object that implements Countable in /in/d9ip0 on line 22 call user func took 0.177 seconds and returned 0 entries
Output for 7.2.2
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 Warning: count(): Parameter must be an array or an object that implements Countable in /in/d9ip0 on line 22 call user func took 0.205 seconds and returned 0 entries
Output for 7.2.1
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 Warning: count(): Parameter must be an array or an object that implements Countable in /in/d9ip0 on line 22 call user func took 0.211 seconds and returned 0 entries
Output for 7.1.33
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.233 seconds and returned 0 entries
Output for 7.1.2, 7.1.22, 7.1.32
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.258 seconds and returned 0 entries
Output for 7.1.31
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.211 seconds and returned 0 entries
Output for 7.1.16, 7.1.30
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.252 seconds and returned 0 entries
Output for 7.1.29
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.217 seconds and returned 0 entries
Output for 7.0.2, 7.1.28
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.215 seconds and returned 0 entries
Output for 7.1.27
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.281 seconds and returned 0 entries
Output for 7.1.11, 7.1.26
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.210 seconds and returned 0 entries
Output for 7.0.32, 7.1.25
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.227 seconds and returned 0 entries
Output for 7.1.24
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.218 seconds and returned 0 entries
Output for 7.1.23
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.297 seconds and returned 0 entries
Output for 7.1.21
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.234 seconds and returned 0 entries
Output for 7.1.20
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.235 seconds and returned 0 entries
Output for 7.0.18, 7.1.19
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.229 seconds and returned 0 entries
Output for 7.1.18
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.266 seconds and returned 0 entries
Output for 7.0.17, 7.0.22, 7.1.0, 7.1.17
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.232 seconds and returned 0 entries
Output for 7.1.15
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.206 seconds and returned 0 entries
Output for 7.1.14
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.270 seconds and returned 0 entries
Output for 7.1.13
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.295 seconds and returned 0 entries
Output for 7.1.12
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.225 seconds and returned 0 entries
Output for 7.1.10
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.282 seconds and returned 0 entries
Output for 7.1.9
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.286 seconds and returned 0 entries
Output for 7.1.8
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.220 seconds and returned 0 entries
Output for 7.1.7
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.279 seconds and returned 0 entries
Output for 7.0.13, 7.1.6
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.231 seconds and returned 0 entries
Output for 7.1.5
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.278 seconds and returned 0 entries
Output for 7.1.4
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.275 seconds and returned 0 entries
Output for 7.1.3
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.245 seconds and returned 0 entries
Output for 7.1.1
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.256 seconds and returned 0 entries
Output for 7.0.33
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.321 seconds and returned 0 entries
Output for 7.0.31
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.237 seconds and returned 0 entries
Output for 7.0.30
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.257 seconds and returned 0 entries
Output for 7.0.3, 7.0.29
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.238 seconds and returned 0 entries
Output for 7.0.28
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.221 seconds and returned 0 entries
Output for 7.0.12, 7.0.27
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.236 seconds and returned 0 entries
Output for 7.0.7, 7.0.26
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.223 seconds and returned 0 entries
Output for 7.0.25
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.230 seconds and returned 0 entries
Output for 7.0.24
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.239 seconds and returned 0 entries
Output for 7.0.23
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.324 seconds and returned 0 entries
Output for 7.0.21
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.213 seconds and returned 0 entries
Output for 7.0.20
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.224 seconds and returned 0 entries
Output for 7.0.4, 7.0.19
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.212 seconds and returned 0 entries
Output for 7.0.16
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.228 seconds and returned 0 entries
Output for 7.0.15
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.262 seconds and returned 0 entries
Output for 7.0.14
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.248 seconds and returned 0 entries
Output for 7.0.11
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.273 seconds and returned 0 entries
Output for 7.0.10
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.208 seconds and returned 0 entries
Output for 7.0.9
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.311 seconds and returned 0 entries
Output for 7.0.8
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.280 seconds and returned 0 entries
Output for 7.0.6
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.316 seconds and returned 0 entries
Output for 7.0.5
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.334 seconds and returned 0 entries
Output for 7.0.1
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.260 seconds and returned 0 entries
Output for 7.0.0
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.288 seconds and returned 0 entries
Output for 5.6.40
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.649 seconds and returned 0 entries
Output for 5.4.5, 5.6.39
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.613 seconds and returned 0 entries
Output for 5.4.1, 5.6.38
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.582 seconds and returned 0 entries
Output for 5.6.37
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.635 seconds and returned 0 entries
Output for 5.6.36
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.554 seconds and returned 0 entries
Output for 5.6.35
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.615 seconds and returned 0 entries
Output for 5.6.34
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.614 seconds and returned 0 entries
Output for 5.6.33
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.585 seconds and returned 0 entries
Output for 5.6.32
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.514 seconds and returned 0 entries
Output for 5.6.31
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.560 seconds and returned 0 entries
Output for 5.5.7, 5.6.30
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.651 seconds and returned 0 entries
Output for 5.5.0, 5.5.11, 5.6.29
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.583 seconds and returned 0 entries
Output for 5.4.19, 5.6.28
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.763 seconds and returned 0 entries
Output for 5.6.27
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.713 seconds and returned 0 entries
Output for 5.5.19, 5.6.26
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.568 seconds and returned 0 entries
Output for 5.4.26, 5.6.17, 5.6.25
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.657 seconds and returned 0 entries
Output for 5.6.24
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.511 seconds and returned 0 entries
Output for 5.5.8, 5.5.17, 5.6.16, 5.6.23
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.579 seconds and returned 0 entries
Output for 5.5.24, 5.6.22
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.547 seconds and returned 0 entries
Output for 5.0.5, 5.5.28, 5.6.21
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.575 seconds and returned 0 entries
Output for 5.6.20
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.577 seconds and returned 0 entries
Output for 5.5.29, 5.6.19
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.530 seconds and returned 0 entries
Output for 5.6.18
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.805 seconds and returned 0 entries
Output for 5.3.11, 5.6.15
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.776 seconds and returned 0 entries
Output for 5.3.22, 5.6.14
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.720 seconds and returned 0 entries
Output for 5.6.13
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.696 seconds and returned 0 entries
Output for 5.6.12
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.770 seconds and returned 0 entries
Output for 5.6.11
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.637 seconds and returned 0 entries
Output for 5.2.0, 5.6.10
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.633 seconds and returned 0 entries
Output for 5.6.9
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.733 seconds and returned 0 entries
Output for 5.6.8
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.648 seconds and returned 0 entries
Output for 5.5.30, 5.6.7
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.598 seconds and returned 0 entries
Output for 5.5.4, 5.6.6
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.706 seconds and returned 0 entries
Output for 5.6.5
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.594 seconds and returned 0 entries
Output for 5.6.4
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.725 seconds and returned 0 entries
Output for 5.5.25, 5.6.3
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.640 seconds and returned 0 entries
Output for 5.6.2
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.712 seconds and returned 0 entries
Output for 5.6.1
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.652 seconds and returned 0 entries
Output for 5.6.0
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.590 seconds and returned 0 entries
Output for 5.5.38
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.510 seconds and returned 0 entries
Output for 5.4.30, 5.5.37
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.682 seconds and returned 0 entries
Output for 5.5.36
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.626 seconds and returned 0 entries
Output for 5.5.14, 5.5.35
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.567 seconds and returned 0 entries
Output for 5.5.27, 5.5.34
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.524 seconds and returned 0 entries
Output for 5.5.33
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.632 seconds and returned 0 entries
Output for 5.5.32
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.804 seconds and returned 0 entries
Output for 5.2.17, 5.5.31
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.562 seconds and returned 0 entries
Output for 5.5.26
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.571 seconds and returned 0 entries
Output for 5.5.23
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.694 seconds and returned 0 entries
Output for 5.5.22
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.634 seconds and returned 0 entries
Output for 5.4.34, 5.5.21
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.668 seconds and returned 0 entries
Output for 5.5.20
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.646 seconds and returned 0 entries
Output for 5.5.18
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.701 seconds and returned 0 entries
Output for 5.5.16
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.597 seconds and returned 0 entries
Output for 5.5.15
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.623 seconds and returned 0 entries
Output for 5.5.13
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.759 seconds and returned 0 entries
Output for 5.5.12
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.604 seconds and returned 0 entries
Output for 5.5.10
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.820 seconds and returned 0 entries
Output for 5.5.9
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.647 seconds and returned 0 entries
Output for 5.5.6
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.732 seconds and returned 0 entries
Output for 5.5.5
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.543 seconds and returned 0 entries
Output for 5.5.3
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.566 seconds and returned 0 entries
Output for 5.5.2
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.519 seconds and returned 0 entries
Output for 5.5.1
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.661 seconds and returned 0 entries
Output for 5.4.45
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.666 seconds and returned 0 entries
Output for 5.4.21, 5.4.44
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.629 seconds and returned 0 entries
Output for 5.4.43
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.704 seconds and returned 0 entries
Output for 5.4.42
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.592 seconds and returned 0 entries
Output for 5.4.41
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.650 seconds and returned 0 entries
Output for 5.4.40
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.612 seconds and returned 0 entries
Output for 5.4.39
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.587 seconds and returned 0 entries
Output for 5.4.38
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.573 seconds and returned 0 entries
Output for 5.4.37
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.593 seconds and returned 0 entries
Output for 5.4.36
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.723 seconds and returned 0 entries
Output for 5.4.35
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.750 seconds and returned 0 entries
Output for 5.4.33
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.714 seconds and returned 0 entries
Output for 5.4.32
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.755 seconds and returned 0 entries
Output for 5.4.31
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.691 seconds and returned 0 entries
Output for 5.4.29
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.760 seconds and returned 0 entries
Output for 5.4.28
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.603 seconds and returned 0 entries
Output for 5.4.27
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.791 seconds and returned 0 entries
Output for 5.4.25
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.683 seconds and returned 0 entries
Output for 5.4.24
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.595 seconds and returned 0 entries
Output for 5.4.20, 5.4.23
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.729 seconds and returned 0 entries
Output for 5.4.22
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.702 seconds and returned 0 entries
Output for 5.4.18
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.730 seconds and returned 0 entries
Output for 5.4.17
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.600 seconds and returned 0 entries
Output for 5.4.16
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.624 seconds and returned 0 entries
Output for 5.4.15
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.659 seconds and returned 0 entries
Output for 5.4.14
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.674 seconds and returned 0 entries
Output for 5.4.13
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.845 seconds and returned 0 entries
Output for 5.4.12
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.513 seconds and returned 0 entries
Output for 5.4.11
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.591 seconds and returned 0 entries
Output for 5.4.0, 5.4.10
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.605 seconds and returned 0 entries
Output for 5.4.9
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.828 seconds and returned 0 entries
Output for 5.3.19, 5.4.8
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.773 seconds and returned 0 entries
Output for 5.4.7
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.625 seconds and returned 0 entries
Output for 5.4.6
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.628 seconds and returned 0 entries
Output for 5.4.4
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.724 seconds and returned 0 entries
Output for 5.4.3
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.811 seconds and returned 0 entries
Output for 5.4.2
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.833 seconds and returned 0 entries
Output for 5.3.2, 5.3.29
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.927 seconds and returned 0 entries
Output for 5.3.28
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.840 seconds and returned 0 entries
Output for 5.3.27
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.993 seconds and returned 0 entries
Output for 5.3.26
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.891 seconds and returned 0 entries
Output for 5.3.5, 5.3.25
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.965 seconds and returned 0 entries
Output for 5.3.24
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 1.026 seconds and returned 0 entries
Output for 5.3.23
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.959 seconds and returned 0 entries
Output for 5.3.21
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.783 seconds and returned 0 entries
Output for 5.3.20
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.986 seconds and returned 0 entries
Output for 5.3.18
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.913 seconds and returned 0 entries
Output for 5.3.17
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.707 seconds and returned 0 entries
Output for 5.3.16
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.897 seconds and returned 0 entries
Output for 5.3.15
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.997 seconds and returned 0 entries
Output for 5.3.14
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.979 seconds and returned 0 entries
Output for 5.3.13
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.819 seconds and returned 0 entries
Output for 5.3.12
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.868 seconds and returned 0 entries
Output for 5.3.10
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.970 seconds and returned 0 entries
Output for 5.3.9
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 1.007 seconds and returned 0 entries
Output for 5.3.8
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.785 seconds and returned 0 entries
Output for 5.3.7
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.948 seconds and returned 0 entries
Output for 5.3.6
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.988 seconds and returned 0 entries
Output for 5.3.4
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.809 seconds and returned 0 entries
Output for 5.3.3
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.848 seconds and returned 0 entries
Output for 5.3.1
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.731 seconds and returned 0 entries
Output for 5.3.0
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.670 seconds and returned 0 entries
Output for 5.2.16
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.480 seconds and returned 0 entries
Output for 5.2.15
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.456 seconds and returned 0 entries
Output for 5.2.14
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.468 seconds and returned 0 entries
Output for 5.2.13
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.478 seconds and returned 0 entries
Output for 5.2.12
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.576 seconds and returned 0 entries
Output for 5.2.11
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.607 seconds and returned 0 entries
Output for 5.2.10
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.503 seconds and returned 0 entries
Output for 5.2.9
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.485 seconds and returned 0 entries
Output for 5.2.8
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.481 seconds and returned 0 entries
Output for 5.2.7
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.645 seconds and returned 0 entries
Output for 5.2.6
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.476 seconds and returned 0 entries
Output for 5.2.5
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.609 seconds and returned 0 entries
Output for 5.2.4
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.449 seconds and returned 0 entries
Output for 5.2.3
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.438 seconds and returned 0 entries
Output for 5.2.2
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.518 seconds and returned 0 entries
Output for 5.2.1
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.443 seconds and returned 0 entries
Output for 5.1.6
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.422 seconds and returned 0 entries
Output for 5.1.5
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.445 seconds and returned 0 entries
Output for 5.1.3 - 5.1.4
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.425 seconds and returned 0 entries
Output for 5.1.2
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.418 seconds and returned 0 entries
Output for 5.1.1
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.410 seconds and returned 0 entries
Output for 5.1.0
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.411 seconds and returned 0 entries
Output for 5.0.4
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.570 seconds and returned 0 entries
Output for 5.0.3
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.579 seconds and returned 0 entries
Output for 5.0.2
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.595 seconds and returned 0 entries
Output for 5.0.1
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.568 seconds and returned 0 entries
Output for 5.0.0
Notice: Undefined variable: data_diff1 in /in/d9ip0 on line 22 call user func took 0.609 seconds and returned 0 entries
Output for 4.4.2 - 4.4.9
Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /in/d9ip0 on line 4
Process exited with code 255.
Output for 4.3.0 - 4.3.1, 4.3.5 - 4.3.11, 4.4.0 - 4.4.1
Parse error: parse error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /in/d9ip0 on line 4
Process exited with code 255.
Output for 4.3.2 - 4.3.4
Parse error: parse error, expecting `T_OLD_FUNCTION' or `T_FUNCTION' or `T_VAR' or `'}'' in /in/d9ip0 on line 4
Process exited with code 255.

preferences:
249.15 ms | 401 KiB | 325 Q