3v4l.org

run code in 300+ PHP versions simultaneously
var_dump(gc_status()); <?php class Container { private array $services; public function __construct() { $this->services = [ fn() => doStuff($this), ]; } } $container = new Container; unset($container); var_dump(gc_status()); class Container2 { private array $services; public function __construct() { $this->services = [ fn(self $self) => doStuff($self), ]; } public function build() { foreach ($this->services as $service) { $service($this); } } } $container = new Container2; unset($container); var_dump(gc_status());
Output for 8.5.0
var_dump(gc_status()); array(12) { ["running"]=> bool(false) ["protected"]=> bool(false) ["full"]=> bool(false) ["runs"]=> int(0) ["collected"]=> int(0) ["threshold"]=> int(10001) ["buffer_size"]=> int(16384) ["roots"]=> int(1) ["application_time"]=> float(0.000496599) ["collector_time"]=> float(0) ["destructor_time"]=> float(0) ["free_time"]=> float(0) } array(12) { ["running"]=> bool(false) ["protected"]=> bool(false) ["full"]=> bool(false) ["runs"]=> int(0) ["collected"]=> int(0) ["threshold"]=> int(10001) ["buffer_size"]=> int(16384) ["roots"]=> int(2) ["application_time"]=> float(0.000650719) ["collector_time"]=> float(0) ["destructor_time"]=> float(0) ["free_time"]=> float(0) }
Output for 8.4.15
var_dump(gc_status()); array(12) { ["running"]=> bool(false) ["protected"]=> bool(false) ["full"]=> bool(false) ["runs"]=> int(0) ["collected"]=> int(0) ["threshold"]=> int(10001) ["buffer_size"]=> int(16384) ["roots"]=> int(1) ["application_time"]=> float(0.000595989) ["collector_time"]=> float(0) ["destructor_time"]=> float(0) ["free_time"]=> float(0) } array(12) { ["running"]=> bool(false) ["protected"]=> bool(false) ["full"]=> bool(false) ["runs"]=> int(0) ["collected"]=> int(0) ["threshold"]=> int(10001) ["buffer_size"]=> int(16384) ["roots"]=> int(2) ["application_time"]=> float(0.000748829) ["collector_time"]=> float(0) ["destructor_time"]=> float(0) ["free_time"]=> float(0) }
Output for 8.4.14
var_dump(gc_status()); array(12) { ["running"]=> bool(false) ["protected"]=> bool(false) ["full"]=> bool(false) ["runs"]=> int(0) ["collected"]=> int(0) ["threshold"]=> int(10001) ["buffer_size"]=> int(16384) ["roots"]=> int(1) ["application_time"]=> float(0.000543909) ["collector_time"]=> float(0) ["destructor_time"]=> float(0) ["free_time"]=> float(0) } array(12) { ["running"]=> bool(false) ["protected"]=> bool(false) ["full"]=> bool(false) ["runs"]=> int(0) ["collected"]=> int(0) ["threshold"]=> int(10001) ["buffer_size"]=> int(16384) ["roots"]=> int(2) ["application_time"]=> float(0.000663119) ["collector_time"]=> float(0) ["destructor_time"]=> float(0) ["free_time"]=> float(0) }
Output for 8.4.13
var_dump(gc_status()); array(12) { ["running"]=> bool(false) ["protected"]=> bool(false) ["full"]=> bool(false) ["runs"]=> int(0) ["collected"]=> int(0) ["threshold"]=> int(10001) ["buffer_size"]=> int(16384) ["roots"]=> int(1) ["application_time"]=> float(0.000147699) ["collector_time"]=> float(0) ["destructor_time"]=> float(0) ["free_time"]=> float(0) } array(12) { ["running"]=> bool(false) ["protected"]=> bool(false) ["full"]=> bool(false) ["runs"]=> int(0) ["collected"]=> int(0) ["threshold"]=> int(10001) ["buffer_size"]=> int(16384) ["roots"]=> int(2) ["application_time"]=> float(0.000201919) ["collector_time"]=> float(0) ["destructor_time"]=> float(0) ["free_time"]=> float(0) }
Output for 8.4.12
var_dump(gc_status()); array(12) { ["running"]=> bool(false) ["protected"]=> bool(false) ["full"]=> bool(false) ["runs"]=> int(0) ["collected"]=> int(0) ["threshold"]=> int(10001) ["buffer_size"]=> int(16384) ["roots"]=> int(1) ["application_time"]=> float(0.000263079) ["collector_time"]=> float(0) ["destructor_time"]=> float(0) ["free_time"]=> float(0) } array(12) { ["running"]=> bool(false) ["protected"]=> bool(false) ["full"]=> bool(false) ["runs"]=> int(0) ["collected"]=> int(0) ["threshold"]=> int(10001) ["buffer_size"]=> int(16384) ["roots"]=> int(2) ["application_time"]=> float(0.000328968) ["collector_time"]=> float(0) ["destructor_time"]=> float(0) ["free_time"]=> float(0) }
Output for 8.4.11
var_dump(gc_status()); array(12) { ["running"]=> bool(false) ["protected"]=> bool(false) ["full"]=> bool(false) ["runs"]=> int(0) ["collected"]=> int(0) ["threshold"]=> int(10001) ["buffer_size"]=> int(16384) ["roots"]=> int(1) ["application_time"]=> float(0.000669489) ["collector_time"]=> float(0) ["destructor_time"]=> float(0) ["free_time"]=> float(0) } array(12) { ["running"]=> bool(false) ["protected"]=> bool(false) ["full"]=> bool(false) ["runs"]=> int(0) ["collected"]=> int(0) ["threshold"]=> int(10001) ["buffer_size"]=> int(16384) ["roots"]=> int(2) ["application_time"]=> float(0.000774039) ["collector_time"]=> float(0) ["destructor_time"]=> float(0) ["free_time"]=> float(0) }
Output for 8.4.10
var_dump(gc_status()); array(12) { ["running"]=> bool(false) ["protected"]=> bool(false) ["full"]=> bool(false) ["runs"]=> int(0) ["collected"]=> int(0) ["threshold"]=> int(10001) ["buffer_size"]=> int(16384) ["roots"]=> int(1) ["application_time"]=> float(0.000684397) ["collector_time"]=> float(0) ["destructor_time"]=> float(0) ["free_time"]=> float(0) } array(12) { ["running"]=> bool(false) ["protected"]=> bool(false) ["full"]=> bool(false) ["runs"]=> int(0) ["collected"]=> int(0) ["threshold"]=> int(10001) ["buffer_size"]=> int(16384) ["roots"]=> int(2) ["application_time"]=> float(0.000851506) ["collector_time"]=> float(0) ["destructor_time"]=> float(0) ["free_time"]=> float(0) }
Output for 8.4.9
var_dump(gc_status()); array(12) { ["running"]=> bool(false) ["protected"]=> bool(false) ["full"]=> bool(false) ["runs"]=> int(0) ["collected"]=> int(0) ["threshold"]=> int(10001) ["buffer_size"]=> int(16384) ["roots"]=> int(1) ["application_time"]=> float(0.000775297) ["collector_time"]=> float(0) ["destructor_time"]=> float(0) ["free_time"]=> float(0) } array(12) { ["running"]=> bool(false) ["protected"]=> bool(false) ["full"]=> bool(false) ["runs"]=> int(0) ["collected"]=> int(0) ["threshold"]=> int(10001) ["buffer_size"]=> int(16384) ["roots"]=> int(2) ["application_time"]=> float(0.000904077) ["collector_time"]=> float(0) ["destructor_time"]=> float(0) ["free_time"]=> float(0) }
Output for 8.4.8
var_dump(gc_status()); array(12) { ["running"]=> bool(false) ["protected"]=> bool(false) ["full"]=> bool(false) ["runs"]=> int(0) ["collected"]=> int(0) ["threshold"]=> int(10001) ["buffer_size"]=> int(16384) ["roots"]=> int(1) ["application_time"]=> float(0.000569878) ["collector_time"]=> float(0) ["destructor_time"]=> float(0) ["free_time"]=> float(0) } array(12) { ["running"]=> bool(false) ["protected"]=> bool(false) ["full"]=> bool(false) ["runs"]=> int(0) ["collected"]=> int(0) ["threshold"]=> int(10001) ["buffer_size"]=> int(16384) ["roots"]=> int(2) ["application_time"]=> float(0.000680737) ["collector_time"]=> float(0) ["destructor_time"]=> float(0) ["free_time"]=> float(0) }
Output for 8.4.7
var_dump(gc_status()); array(12) { ["running"]=> bool(false) ["protected"]=> bool(false) ["full"]=> bool(false) ["runs"]=> int(0) ["collected"]=> int(0) ["threshold"]=> int(10001) ["buffer_size"]=> int(16384) ["roots"]=> int(1) ["application_time"]=> float(0.000580558) ["collector_time"]=> float(0) ["destructor_time"]=> float(0) ["free_time"]=> float(0) } array(12) { ["running"]=> bool(false) ["protected"]=> bool(false) ["full"]=> bool(false) ["runs"]=> int(0) ["collected"]=> int(0) ["threshold"]=> int(10001) ["buffer_size"]=> int(16384) ["roots"]=> int(2) ["application_time"]=> float(0.000666798) ["collector_time"]=> float(0) ["destructor_time"]=> float(0) ["free_time"]=> float(0) }
Output for 8.4.6
var_dump(gc_status()); array(12) { ["running"]=> bool(false) ["protected"]=> bool(false) ["full"]=> bool(false) ["runs"]=> int(0) ["collected"]=> int(0) ["threshold"]=> int(10001) ["buffer_size"]=> int(16384) ["roots"]=> int(1) ["application_time"]=> float(0.000428068) ["collector_time"]=> float(0) ["destructor_time"]=> float(0) ["free_time"]=> float(0) } array(12) { ["running"]=> bool(false) ["protected"]=> bool(false) ["full"]=> bool(false) ["runs"]=> int(0) ["collected"]=> int(0) ["threshold"]=> int(10001) ["buffer_size"]=> int(16384) ["roots"]=> int(2) ["application_time"]=> float(0.000531209) ["collector_time"]=> float(0) ["destructor_time"]=> float(0) ["free_time"]=> float(0) }
Output for 8.4.5
var_dump(gc_status()); array(12) { ["running"]=> bool(false) ["protected"]=> bool(false) ["full"]=> bool(false) ["runs"]=> int(0) ["collected"]=> int(0) ["threshold"]=> int(10001) ["buffer_size"]=> int(16384) ["roots"]=> int(1) ["application_time"]=> float(0.000550738) ["collector_time"]=> float(0) ["destructor_time"]=> float(0) ["free_time"]=> float(0) } array(12) { ["running"]=> bool(false) ["protected"]=> bool(false) ["full"]=> bool(false) ["runs"]=> int(0) ["collected"]=> int(0) ["threshold"]=> int(10001) ["buffer_size"]=> int(16384) ["roots"]=> int(2) ["application_time"]=> float(0.000704567) ["collector_time"]=> float(0) ["destructor_time"]=> float(0) ["free_time"]=> float(0) }
Output for 8.4.4
var_dump(gc_status()); array(12) { ["running"]=> bool(false) ["protected"]=> bool(false) ["full"]=> bool(false) ["runs"]=> int(0) ["collected"]=> int(0) ["threshold"]=> int(10001) ["buffer_size"]=> int(16384) ["roots"]=> int(1) ["application_time"]=> float(0.000677077) ["collector_time"]=> float(0) ["destructor_time"]=> float(0) ["free_time"]=> float(0) } array(12) { ["running"]=> bool(false) ["protected"]=> bool(false) ["full"]=> bool(false) ["runs"]=> int(0) ["collected"]=> int(0) ["threshold"]=> int(10001) ["buffer_size"]=> int(16384) ["roots"]=> int(2) ["application_time"]=> float(0.000785037) ["collector_time"]=> float(0) ["destructor_time"]=> float(0) ["free_time"]=> float(0) }
Output for 8.4.3
var_dump(gc_status()); array(12) { ["running"]=> bool(false) ["protected"]=> bool(false) ["full"]=> bool(false) ["runs"]=> int(0) ["collected"]=> int(0) ["threshold"]=> int(10001) ["buffer_size"]=> int(16384) ["roots"]=> int(1) ["application_time"]=> float(0.000469958) ["collector_time"]=> float(0) ["destructor_time"]=> float(0) ["free_time"]=> float(0) } array(12) { ["running"]=> bool(false) ["protected"]=> bool(false) ["full"]=> bool(false) ["runs"]=> int(0) ["collected"]=> int(0) ["threshold"]=> int(10001) ["buffer_size"]=> int(16384) ["roots"]=> int(2) ["application_time"]=> float(0.000570588) ["collector_time"]=> float(0) ["destructor_time"]=> float(0) ["free_time"]=> float(0) }
Output for 8.4.2
var_dump(gc_status()); array(12) { ["running"]=> bool(false) ["protected"]=> bool(false) ["full"]=> bool(false) ["runs"]=> int(0) ["collected"]=> int(0) ["threshold"]=> int(10001) ["buffer_size"]=> int(16384) ["roots"]=> int(1) ["application_time"]=> float(0.000675599) ["collector_time"]=> float(0) ["destructor_time"]=> float(0) ["free_time"]=> float(0) } array(12) { ["running"]=> bool(false) ["protected"]=> bool(false) ["full"]=> bool(false) ["runs"]=> int(0) ["collected"]=> int(0) ["threshold"]=> int(10001) ["buffer_size"]=> int(16384) ["roots"]=> int(2) ["application_time"]=> float(0.000809377) ["collector_time"]=> float(0) ["destructor_time"]=> float(0) ["free_time"]=> float(0) }
Output for 8.4.1
var_dump(gc_status()); array(12) { ["running"]=> bool(false) ["protected"]=> bool(false) ["full"]=> bool(false) ["runs"]=> int(0) ["collected"]=> int(0) ["threshold"]=> int(10001) ["buffer_size"]=> int(16384) ["roots"]=> int(1) ["application_time"]=> float(0.000716008) ["collector_time"]=> float(0) ["destructor_time"]=> float(0) ["free_time"]=> float(0) } array(12) { ["running"]=> bool(false) ["protected"]=> bool(false) ["full"]=> bool(false) ["runs"]=> int(0) ["collected"]=> int(0) ["threshold"]=> int(10001) ["buffer_size"]=> int(16384) ["roots"]=> int(2) ["application_time"]=> float(0.000852878) ["collector_time"]=> float(0) ["destructor_time"]=> float(0) ["free_time"]=> float(0) }
Output for 8.3.28
/bin/php-8.3.28: /usr/lib/libm.so.6: version `GLIBC_2.38' not found (required by /bin/php-8.3.28) /bin/php-8.3.28: /usr/lib/libm.so.6: version `GLIBC_2.35' not found (required by /bin/php-8.3.28) /bin/php-8.3.28: /usr/lib/libc.so.6: version `GLIBC_2.34' not found (required by /bin/php-8.3.28) /bin/php-8.3.28: /usr/lib/libc.so.6: version `GLIBC_2.38' not found (required by /bin/php-8.3.28)
Process exited with code 1.
Output for 8.3.27
var_dump(gc_status()); array(12) { ["running"]=> bool(false) ["protected"]=> bool(false) ["full"]=> bool(false) ["runs"]=> int(0) ["collected"]=> int(0) ["threshold"]=> int(10001) ["buffer_size"]=> int(16384) ["roots"]=> int(1) ["application_time"]=> float(0.000555649) ["collector_time"]=> float(0) ["destructor_time"]=> float(0) ["free_time"]=> float(0) } array(12) { ["running"]=> bool(false) ["protected"]=> bool(false) ["full"]=> bool(false) ["runs"]=> int(0) ["collected"]=> int(0) ["threshold"]=> int(10001) ["buffer_size"]=> int(16384) ["roots"]=> int(2) ["application_time"]=> float(0.000700839) ["collector_time"]=> float(0) ["destructor_time"]=> float(0) ["free_time"]=> float(0) }
Output for 8.3.26
var_dump(gc_status()); array(12) { ["running"]=> bool(false) ["protected"]=> bool(false) ["full"]=> bool(false) ["runs"]=> int(0) ["collected"]=> int(0) ["threshold"]=> int(10001) ["buffer_size"]=> int(16384) ["roots"]=> int(1) ["application_time"]=> float(0.000457667) ["collector_time"]=> float(0) ["destructor_time"]=> float(0) ["free_time"]=> float(0) } array(12) { ["running"]=> bool(false) ["protected"]=> bool(false) ["full"]=> bool(false) ["runs"]=> int(0) ["collected"]=> int(0) ["threshold"]=> int(10001) ["buffer_size"]=> int(16384) ["roots"]=> int(2) ["application_time"]=> float(0.000569406) ["collector_time"]=> float(0) ["destructor_time"]=> float(0) ["free_time"]=> float(0) }
Output for 8.3.25
var_dump(gc_status()); array(12) { ["running"]=> bool(false) ["protected"]=> bool(false) ["full"]=> bool(false) ["runs"]=> int(0) ["collected"]=> int(0) ["threshold"]=> int(10001) ["buffer_size"]=> int(16384) ["roots"]=> int(1) ["application_time"]=> float(0.000454117) ["collector_time"]=> float(0) ["destructor_time"]=> float(0) ["free_time"]=> float(0) } array(12) { ["running"]=> bool(false) ["protected"]=> bool(false) ["full"]=> bool(false) ["runs"]=> int(0) ["collected"]=> int(0) ["threshold"]=> int(10001) ["buffer_size"]=> int(16384) ["roots"]=> int(2) ["application_time"]=> float(0.000514187) ["collector_time"]=> float(0) ["destructor_time"]=> float(0) ["free_time"]=> float(0) }
Output for 8.3.24
var_dump(gc_status()); array(12) { ["running"]=> bool(false) ["protected"]=> bool(false) ["full"]=> bool(false) ["runs"]=> int(0) ["collected"]=> int(0) ["threshold"]=> int(10001) ["buffer_size"]=> int(16384) ["roots"]=> int(1) ["application_time"]=> float(0.000684017) ["collector_time"]=> float(0) ["destructor_time"]=> float(0) ["free_time"]=> float(0) } array(12) { ["running"]=> bool(false) ["protected"]=> bool(false) ["full"]=> bool(false) ["runs"]=> int(0) ["collected"]=> int(0) ["threshold"]=> int(10001) ["buffer_size"]=> int(16384) ["roots"]=> int(2) ["application_time"]=> float(0.000821077) ["collector_time"]=> float(0) ["destructor_time"]=> float(0) ["free_time"]=> float(0) }
Output for 8.3.23
var_dump(gc_status()); array(12) { ["running"]=> bool(false) ["protected"]=> bool(false) ["full"]=> bool(false) ["runs"]=> int(0) ["collected"]=> int(0) ["threshold"]=> int(10001) ["buffer_size"]=> int(16384) ["roots"]=> int(1) ["application_time"]=> float(0.000680829) ["collector_time"]=> float(0) ["destructor_time"]=> float(0) ["free_time"]=> float(0) } array(12) { ["running"]=> bool(false) ["protected"]=> bool(false) ["full"]=> bool(false) ["runs"]=> int(0) ["collected"]=> int(0) ["threshold"]=> int(10001) ["buffer_size"]=> int(16384) ["roots"]=> int(2) ["application_time"]=> float(0.000769488) ["collector_time"]=> float(0) ["destructor_time"]=> float(0) ["free_time"]=> float(0) }
Output for 8.3.22
var_dump(gc_status()); array(12) { ["running"]=> bool(false) ["protected"]=> bool(false) ["full"]=> bool(false) ["runs"]=> int(0) ["collected"]=> int(0) ["threshold"]=> int(10001) ["buffer_size"]=> int(16384) ["roots"]=> int(1) ["application_time"]=> float(0.000752608) ["collector_time"]=> float(0) ["destructor_time"]=> float(0) ["free_time"]=> float(0) } array(12) { ["running"]=> bool(false) ["protected"]=> bool(false) ["full"]=> bool(false) ["runs"]=> int(0) ["collected"]=> int(0) ["threshold"]=> int(10001) ["buffer_size"]=> int(16384) ["roots"]=> int(2) ["application_time"]=> float(0.000854918) ["collector_time"]=> float(0) ["destructor_time"]=> float(0) ["free_time"]=> float(0) }
Output for 8.3.21
var_dump(gc_status()); array(12) { ["running"]=> bool(false) ["protected"]=> bool(false) ["full"]=> bool(false) ["runs"]=> int(0) ["collected"]=> int(0) ["threshold"]=> int(10001) ["buffer_size"]=> int(16384) ["roots"]=> int(1) ["application_time"]=> float(0.000581918) ["collector_time"]=> float(0) ["destructor_time"]=> float(0) ["free_time"]=> float(0) } array(12) { ["running"]=> bool(false) ["protected"]=> bool(false) ["full"]=> bool(false) ["runs"]=> int(0) ["collected"]=> int(0) ["threshold"]=> int(10001) ["buffer_size"]=> int(16384) ["roots"]=> int(2) ["application_time"]=> float(0.000685177) ["collector_time"]=> float(0) ["destructor_time"]=> float(0) ["free_time"]=> float(0) }
Output for 8.3.20
var_dump(gc_status()); array(12) { ["running"]=> bool(false) ["protected"]=> bool(false) ["full"]=> bool(false) ["runs"]=> int(0) ["collected"]=> int(0) ["threshold"]=> int(10001) ["buffer_size"]=> int(16384) ["roots"]=> int(1) ["application_time"]=> float(0.000661947) ["collector_time"]=> float(0) ["destructor_time"]=> float(0) ["free_time"]=> float(0) } array(12) { ["running"]=> bool(false) ["protected"]=> bool(false) ["full"]=> bool(false) ["runs"]=> int(0) ["collected"]=> int(0) ["threshold"]=> int(10001) ["buffer_size"]=> int(16384) ["roots"]=> int(2) ["application_time"]=> float(0.000789107) ["collector_time"]=> float(0) ["destructor_time"]=> float(0) ["free_time"]=> float(0) }
Output for 8.3.19
var_dump(gc_status()); array(12) { ["running"]=> bool(false) ["protected"]=> bool(false) ["full"]=> bool(false) ["runs"]=> int(0) ["collected"]=> int(0) ["threshold"]=> int(10001) ["buffer_size"]=> int(16384) ["roots"]=> int(1) ["application_time"]=> float(0.000603977) ["collector_time"]=> float(0) ["destructor_time"]=> float(0) ["free_time"]=> float(0) } array(12) { ["running"]=> bool(false) ["protected"]=> bool(false) ["full"]=> bool(false) ["runs"]=> int(0) ["collected"]=> int(0) ["threshold"]=> int(10001) ["buffer_size"]=> int(16384) ["roots"]=> int(2) ["application_time"]=> float(0.000707137) ["collector_time"]=> float(0) ["destructor_time"]=> float(0) ["free_time"]=> float(0) }
Output for 8.3.18
var_dump(gc_status()); array(12) { ["running"]=> bool(false) ["protected"]=> bool(false) ["full"]=> bool(false) ["runs"]=> int(0) ["collected"]=> int(0) ["threshold"]=> int(10001) ["buffer_size"]=> int(16384) ["roots"]=> int(1) ["application_time"]=> float(0.000694378) ["collector_time"]=> float(0) ["destructor_time"]=> float(0) ["free_time"]=> float(0) } array(12) { ["running"]=> bool(false) ["protected"]=> bool(false) ["full"]=> bool(false) ["runs"]=> int(0) ["collected"]=> int(0) ["threshold"]=> int(10001) ["buffer_size"]=> int(16384) ["roots"]=> int(2) ["application_time"]=> float(0.000797838) ["collector_time"]=> float(0) ["destructor_time"]=> float(0) ["free_time"]=> float(0) }
Output for 8.3.17
var_dump(gc_status()); array(12) { ["running"]=> bool(false) ["protected"]=> bool(false) ["full"]=> bool(false) ["runs"]=> int(0) ["collected"]=> int(0) ["threshold"]=> int(10001) ["buffer_size"]=> int(16384) ["roots"]=> int(1) ["application_time"]=> float(0.000660228) ["collector_time"]=> float(0) ["destructor_time"]=> float(0) ["free_time"]=> float(0) } array(12) { ["running"]=> bool(false) ["protected"]=> bool(false) ["full"]=> bool(false) ["runs"]=> int(0) ["collected"]=> int(0) ["threshold"]=> int(10001) ["buffer_size"]=> int(16384) ["roots"]=> int(2) ["application_time"]=> float(0.000780517) ["collector_time"]=> float(0) ["destructor_time"]=> float(0) ["free_time"]=> float(0) }
Output for 8.3.16
var_dump(gc_status()); array(12) { ["running"]=> bool(false) ["protected"]=> bool(false) ["full"]=> bool(false) ["runs"]=> int(0) ["collected"]=> int(0) ["threshold"]=> int(10001) ["buffer_size"]=> int(16384) ["roots"]=> int(1) ["application_time"]=> float(0.000663598) ["collector_time"]=> float(0) ["destructor_time"]=> float(0) ["free_time"]=> float(0) } array(12) { ["running"]=> bool(false) ["protected"]=> bool(false) ["full"]=> bool(false) ["runs"]=> int(0) ["collected"]=> int(0) ["threshold"]=> int(10001) ["buffer_size"]=> int(16384) ["roots"]=> int(2) ["application_time"]=> float(0.000785597) ["collector_time"]=> float(0) ["destructor_time"]=> float(0) ["free_time"]=> float(0) }
Output for 8.3.15
var_dump(gc_status()); array(12) { ["running"]=> bool(false) ["protected"]=> bool(false) ["full"]=> bool(false) ["runs"]=> int(0) ["collected"]=> int(0) ["threshold"]=> int(10001) ["buffer_size"]=> int(16384) ["roots"]=> int(1) ["application_time"]=> float(0.000651447) ["collector_time"]=> float(0) ["destructor_time"]=> float(0) ["free_time"]=> float(0) } array(12) { ["running"]=> bool(false) ["protected"]=> bool(false) ["full"]=> bool(false) ["runs"]=> int(0) ["collected"]=> int(0) ["threshold"]=> int(10001) ["buffer_size"]=> int(16384) ["roots"]=> int(2) ["application_time"]=> float(0.000754207) ["collector_time"]=> float(0) ["destructor_time"]=> float(0) ["free_time"]=> float(0) }
Output for 8.3.14
var_dump(gc_status()); array(12) { ["running"]=> bool(false) ["protected"]=> bool(false) ["full"]=> bool(false) ["runs"]=> int(0) ["collected"]=> int(0) ["threshold"]=> int(10001) ["buffer_size"]=> int(16384) ["roots"]=> int(1) ["application_time"]=> float(0.000465799) ["collector_time"]=> float(0) ["destructor_time"]=> float(0) ["free_time"]=> float(0) } array(12) { ["running"]=> bool(false) ["protected"]=> bool(false) ["full"]=> bool(false) ["runs"]=> int(0) ["collected"]=> int(0) ["threshold"]=> int(10001) ["buffer_size"]=> int(16384) ["roots"]=> int(2) ["application_time"]=> float(0.000569358) ["collector_time"]=> float(0) ["destructor_time"]=> float(0) ["free_time"]=> float(0) }
Output for 8.3.13
var_dump(gc_status()); array(12) { ["running"]=> bool(false) ["protected"]=> bool(false) ["full"]=> bool(false) ["runs"]=> int(0) ["collected"]=> int(0) ["threshold"]=> int(10001) ["buffer_size"]=> int(16384) ["roots"]=> int(1) ["application_time"]=> float(0.00033389) ["collector_time"]=> float(0) ["destructor_time"]=> float(0) ["free_time"]=> float(0) } array(12) { ["running"]=> bool(false) ["protected"]=> bool(false) ["full"]=> bool(false) ["runs"]=> int(0) ["collected"]=> int(0) ["threshold"]=> int(10001) ["buffer_size"]=> int(16384) ["roots"]=> int(2) ["application_time"]=> float(0.000384559) ["collector_time"]=> float(0) ["destructor_time"]=> float(0) ["free_time"]=> float(0) }
Output for 8.3.12
var_dump(gc_status()); array(12) { ["running"]=> bool(false) ["protected"]=> bool(false) ["full"]=> bool(false) ["runs"]=> int(0) ["collected"]=> int(0) ["threshold"]=> int(10001) ["buffer_size"]=> int(16384) ["roots"]=> int(1) ["application_time"]=> float(0.000722178) ["collector_time"]=> float(0) ["destructor_time"]=> float(0) ["free_time"]=> float(0) } array(12) { ["running"]=> bool(false) ["protected"]=> bool(false) ["full"]=> bool(false) ["runs"]=> int(0) ["collected"]=> int(0) ["threshold"]=> int(10001) ["buffer_size"]=> int(16384) ["roots"]=> int(2) ["application_time"]=> float(0.000883277) ["collector_time"]=> float(0) ["destructor_time"]=> float(0) ["free_time"]=> float(0) }
Output for 8.3.11
var_dump(gc_status()); array(12) { ["running"]=> bool(false) ["protected"]=> bool(false) ["full"]=> bool(false) ["runs"]=> int(0) ["collected"]=> int(0) ["threshold"]=> int(10001) ["buffer_size"]=> int(16384) ["roots"]=> int(1) ["application_time"]=> float(0.000599208) ["collector_time"]=> float(0) ["destructor_time"]=> float(0) ["free_time"]=> float(0) } array(12) { ["running"]=> bool(false) ["protected"]=> bool(false) ["full"]=> bool(false) ["runs"]=> int(0) ["collected"]=> int(0) ["threshold"]=> int(10001) ["buffer_size"]=> int(16384) ["roots"]=> int(2) ["application_time"]=> float(0.000743687) ["collector_time"]=> float(0) ["destructor_time"]=> float(0) ["free_time"]=> float(0) }
Output for 8.3.10
var_dump(gc_status()); array(12) { ["running"]=> bool(false) ["protected"]=> bool(false) ["full"]=> bool(false) ["runs"]=> int(0) ["collected"]=> int(0) ["threshold"]=> int(10001) ["buffer_size"]=> int(16384) ["roots"]=> int(1) ["application_time"]=> float(0.000329539) ["collector_time"]=> float(0) ["destructor_time"]=> float(0) ["free_time"]=> float(0) } array(12) { ["running"]=> bool(false) ["protected"]=> bool(false) ["full"]=> bool(false) ["runs"]=> int(0) ["collected"]=> int(0) ["threshold"]=> int(10001) ["buffer_size"]=> int(16384) ["roots"]=> int(2) ["application_time"]=> float(0.000374799) ["collector_time"]=> float(0) ["destructor_time"]=> float(0) ["free_time"]=> float(0) }
Output for 8.3.9
var_dump(gc_status()); array(12) { ["running"]=> bool(false) ["protected"]=> bool(false) ["full"]=> bool(false) ["runs"]=> int(0) ["collected"]=> int(0) ["threshold"]=> int(10001) ["buffer_size"]=> int(16384) ["roots"]=> int(1) ["application_time"]=> float(0.000666918) ["collector_time"]=> float(0) ["destructor_time"]=> float(0) ["free_time"]=> float(0) } array(12) { ["running"]=> bool(false) ["protected"]=> bool(false) ["full"]=> bool(false) ["runs"]=> int(0) ["collected"]=> int(0) ["threshold"]=> int(10001) ["buffer_size"]=> int(16384) ["roots"]=> int(2) ["application_time"]=> float(0.000789577) ["collector_time"]=> float(0) ["destructor_time"]=> float(0) ["free_time"]=> float(0) }
Output for 8.3.8
var_dump(gc_status()); array(12) { ["running"]=> bool(false) ["protected"]=> bool(false) ["full"]=> bool(false) ["runs"]=> int(0) ["collected"]=> int(0) ["threshold"]=> int(10001) ["buffer_size"]=> int(16384) ["roots"]=> int(1) ["application_time"]=> float(0.000296249) ["collector_time"]=> float(0) ["destructor_time"]=> float(0) ["free_time"]=> float(0) } array(12) { ["running"]=> bool(false) ["protected"]=> bool(false) ["full"]=> bool(false) ["runs"]=> int(0) ["collected"]=> int(0) ["threshold"]=> int(10001) ["buffer_size"]=> int(16384) ["roots"]=> int(2) ["application_time"]=> float(0.000341699) ["collector_time"]=> float(0) ["destructor_time"]=> float(0) ["free_time"]=> float(0) }
Output for 8.3.7
var_dump(gc_status()); array(12) { ["running"]=> bool(false) ["protected"]=> bool(false) ["full"]=> bool(false) ["runs"]=> int(0) ["collected"]=> int(0) ["threshold"]=> int(10001) ["buffer_size"]=> int(16384) ["roots"]=> int(1) ["application_time"]=> float(0.000578409) ["collector_time"]=> float(0) ["destructor_time"]=> float(0) ["free_time"]=> float(0) } array(12) { ["running"]=> bool(false) ["protected"]=> bool(false) ["full"]=> bool(false) ["runs"]=> int(0) ["collected"]=> int(0) ["threshold"]=> int(10001) ["buffer_size"]=> int(16384) ["roots"]=> int(2) ["application_time"]=> float(0.000683379) ["collector_time"]=> float(0) ["destructor_time"]=> float(0) ["free_time"]=> float(0) }
Output for 8.3.6
var_dump(gc_status()); array(12) { ["running"]=> bool(false) ["protected"]=> bool(false) ["full"]=> bool(false) ["runs"]=> int(0) ["collected"]=> int(0) ["threshold"]=> int(10001) ["buffer_size"]=> int(16384) ["roots"]=> int(1) ["application_time"]=> float(0.000642857) ["collector_time"]=> float(0) ["destructor_time"]=> float(0) ["free_time"]=> float(0) } array(12) { ["running"]=> bool(false) ["protected"]=> bool(false) ["full"]=> bool(false) ["runs"]=> int(0) ["collected"]=> int(0) ["threshold"]=> int(10001) ["buffer_size"]=> int(16384) ["roots"]=> int(2) ["application_time"]=> float(0.000768167) ["collector_time"]=> float(0) ["destructor_time"]=> float(0) ["free_time"]=> float(0) }
Output for 8.3.5
var_dump(gc_status()); array(12) { ["running"]=> bool(false) ["protected"]=> bool(false) ["full"]=> bool(false) ["runs"]=> int(0) ["collected"]=> int(0) ["threshold"]=> int(10001) ["buffer_size"]=> int(16384) ["roots"]=> int(1) ["application_time"]=> float(0.000574318) ["collector_time"]=> float(0) ["destructor_time"]=> float(0) ["free_time"]=> float(0) } array(12) { ["running"]=> bool(false) ["protected"]=> bool(false) ["full"]=> bool(false) ["runs"]=> int(0) ["collected"]=> int(0) ["threshold"]=> int(10001) ["buffer_size"]=> int(16384) ["roots"]=> int(2) ["application_time"]=> float(0.000675597) ["collector_time"]=> float(0) ["destructor_time"]=> float(0) ["free_time"]=> float(0) }
Output for 8.3.4
var_dump(gc_status()); array(12) { ["running"]=> bool(false) ["protected"]=> bool(false) ["full"]=> bool(false) ["runs"]=> int(0) ["collected"]=> int(0) ["threshold"]=> int(10001) ["buffer_size"]=> int(16384) ["roots"]=> int(1) ["application_time"]=> float(0.000729008) ["collector_time"]=> float(0) ["destructor_time"]=> float(0) ["free_time"]=> float(0) } array(12) { ["running"]=> bool(false) ["protected"]=> bool(false) ["full"]=> bool(false) ["runs"]=> int(0) ["collected"]=> int(0) ["threshold"]=> int(10001) ["buffer_size"]=> int(16384) ["roots"]=> int(2) ["application_time"]=> float(0.000867977) ["collector_time"]=> float(0) ["destructor_time"]=> float(0) ["free_time"]=> float(0) }
Output for 8.3.3
var_dump(gc_status()); array(12) { ["running"]=> bool(false) ["protected"]=> bool(false) ["full"]=> bool(false) ["runs"]=> int(0) ["collected"]=> int(0) ["threshold"]=> int(10001) ["buffer_size"]=> int(16384) ["roots"]=> int(1) ["application_time"]=> float(0.000516408) ["collector_time"]=> float(0) ["destructor_time"]=> float(0) ["free_time"]=> float(0) } array(12) { ["running"]=> bool(false) ["protected"]=> bool(false) ["full"]=> bool(false) ["runs"]=> int(0) ["collected"]=> int(0) ["threshold"]=> int(10001) ["buffer_size"]=> int(16384) ["roots"]=> int(2) ["application_time"]=> float(0.000655059) ["collector_time"]=> float(0) ["destructor_time"]=> float(0) ["free_time"]=> float(0) }
Output for 8.3.2
var_dump(gc_status()); array(12) { ["running"]=> bool(false) ["protected"]=> bool(false) ["full"]=> bool(false) ["runs"]=> int(0) ["collected"]=> int(0) ["threshold"]=> int(10001) ["buffer_size"]=> int(16384) ["roots"]=> int(1) ["application_time"]=> float(0.002817121) ["collector_time"]=> float(0) ["destructor_time"]=> float(0) ["free_time"]=> float(0) } array(12) { ["running"]=> bool(false) ["protected"]=> bool(false) ["full"]=> bool(false) ["runs"]=> int(0) ["collected"]=> int(0) ["threshold"]=> int(10001) ["buffer_size"]=> int(16384) ["roots"]=> int(2) ["application_time"]=> float(0.002944061) ["collector_time"]=> float(0) ["destructor_time"]=> float(0) ["free_time"]=> float(0) }
Output for 8.3.1
var_dump(gc_status()); array(12) { ["running"]=> bool(false) ["protected"]=> bool(false) ["full"]=> bool(false) ["runs"]=> int(0) ["collected"]=> int(0) ["threshold"]=> int(10001) ["buffer_size"]=> int(16384) ["roots"]=> int(1) ["application_time"]=> float(0.005487153) ["collector_time"]=> float(0) ["destructor_time"]=> float(0) ["free_time"]=> float(0) } array(12) { ["running"]=> bool(false) ["protected"]=> bool(false) ["full"]=> bool(false) ["runs"]=> int(0) ["collected"]=> int(0) ["threshold"]=> int(10001) ["buffer_size"]=> int(16384) ["roots"]=> int(2) ["application_time"]=> float(0.005628532) ["collector_time"]=> float(0) ["destructor_time"]=> float(0) ["free_time"]=> float(0) }
Output for 8.3.0
var_dump(gc_status()); array(12) { ["running"]=> bool(false) ["protected"]=> bool(false) ["full"]=> bool(false) ["runs"]=> int(0) ["collected"]=> int(0) ["threshold"]=> int(10001) ["buffer_size"]=> int(16384) ["roots"]=> int(1) ["application_time"]=> float(0.002053563) ["collector_time"]=> float(0) ["destructor_time"]=> float(0) ["free_time"]=> float(0) } array(12) { ["running"]=> bool(false) ["protected"]=> bool(false) ["full"]=> bool(false) ["runs"]=> int(0) ["collected"]=> int(0) ["threshold"]=> int(10001) ["buffer_size"]=> int(16384) ["roots"]=> int(2) ["application_time"]=> float(0.002116123) ["collector_time"]=> float(0) ["destructor_time"]=> float(0) ["free_time"]=> float(0) }
Output for 8.2.0 - 8.2.29
var_dump(gc_status()); array(4) { ["runs"]=> int(0) ["collected"]=> int(0) ["threshold"]=> int(10001) ["roots"]=> int(1) } array(4) { ["runs"]=> int(0) ["collected"]=> int(0) ["threshold"]=> int(10001) ["roots"]=> int(2) }

preferences:
81.41 ms | 505 KiB | 5 Q