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

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

	$a = match($maybe + 1) {
		true => "pi",
		3 => "three",
		default => "def",
	};

	return $a;
}

$result = a();

Copyright © 2019 by b0y-101