summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/tickets/protected/pages/Ticket472.php
blob: 9f987aeebf8b849ed793ec8872950c1b27002fcb (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php

Prado::using('System.Web.UI.ActiveControls.*');

class Ticket472 extends TPage
{
	function button1_clicked($sender, $param)
	{
		$this->label1->Text = "丧两∞…壹參肆ㅕㅓㆈㆆㅰڂٸשסせぜが꒲꒺꓂ฏนઔஇ༃ҖЉӅՓՇǢǼÅhe";
	}
}