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/bug01841-001.inc

<?php
function a()
{
	$maybe = 3;

	$a = match($maybe) {
		1 => "one",
		2 => "twee",
		default => "three",
	};

	return $a;
}

$result = a();

Copyright © 2019 by b0y-101