b0y-101 Mini Shell


Current Path : E:/www/b-group.old/spfin - Copy/testpayment/src/xdebug/tests/coverage/
File Upload :
Current File : E:/www/b-group.old/spfin - Copy/testpayment/src/xdebug/tests/coverage/bug01910.inc

<?php
class Security
{
}

class Foo
{
	public function __construct(
		private int      $ft,
		private Security $security,
	) {}
}

$i = new Foo(42, new Security());
?>

Copyright © 2019 by b0y-101