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-003.inc

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

	$a = match($maybe) {
		1 => "one",
		2 => "twee",

	};

	return $a;
}

try {
	$result = a();
} catch (Error) {}

Copyright © 2019 by b0y-101