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

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

	$a = match(true) {
		$maybe >= 3 => "one",
		$maybe < 3 => "twee",
	};

	return $a;
}

$result = a();

Copyright © 2019 by b0y-101