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

<?php
class Foo {
	function reduce( $callable )
	{
		$callable();
	}
}
$someObject = new Foo; $outerItem = $anotherOuterItem = 42;
// Because it is "line based" and not statement base coverage
// the variables for "use" are shown as not covered.
$someObject->reduce(function () use (
    $outerItem,
    $anotherOuterItem
) {
   return false;
});
?>

Copyright © 2019 by b0y-101