Пример #1
0
?>
 />
		</group-scope>

		<group-scope <?php 
echo \Pasap\Pasap::scope(['two' => 2, 'three' => 3]);
?>
>
			<list-scope <?php 
echo \Pasap\Pasap::scope(['one' => 1, 'two' => 22]);
?>
 />
		</group-scope>

		<group-scope <?php 
echo \Pasap\Pasap::scope(['one' => 1]);
?>
>
			<group-scope <?php 
echo \Pasap\Pasap::scope(['two' => 2]);
?>
>
				<list-scope <?php 
echo \Pasap\Pasap::scope(['three' => 3]);
?>
 />
			</group-scope>
		</group-scope>
	</body>
</html>
Пример #2
0
<!DOCTYPE html>
<html lang="en">
	<head>
		<meta charset="UTF-8"/>
		<title>Document</title>
	</head>
	<body>
		<list-scope <?php 
echo \Pasap\Pasap::scope(['one' => 1, 'two' => 2, 'three' => 3]);
?>
 />
	</body>
</html>