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

<?php
class bar
{
	public static function fc($a)
	{
		return self::nested(
			self::nested( //this line is marked as uncovered
				$a
			)
		);
	}

	private static function nested($a)
	{
		return $a;
	}

}

echo bar::fc("test"), "\n";
?>

Copyright © 2019 by b0y-101