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/bug01270.inc

<?php
function func1()
{
	$clazz = 'foo';
	throw new \Exception(
		"The specified platform for '{$clazz}'" .
		" must be a fetchable service or fully qualified class"
	);
}

function func2()
{
	$clazz = 'foo';
	throw new \Exception(
		'The specified platform for \'' . $clazz .
		'\' must be a fetchable service or fully qualified class'
	);
}

function func3()
{
	$clazz = 'foo';
	throw new \Exception(
<<<ENDDOC
		The specified platform for '{$clazz}'
		 must be a fetchable service or fully qualified class
		The specified platform for '{$clazz}'
		 must be a fetchable service or fully qualified class
ENDDOC
	);
}

return 'foo';
?>

Copyright © 2019 by b0y-101