summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/tickets/protected/pages/Ticket472.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/FunctionalTests/tickets/protected/pages/Ticket472.php')
-rw-r--r--tests/FunctionalTests/tickets/protected/pages/Ticket472.php13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket472.php b/tests/FunctionalTests/tickets/protected/pages/Ticket472.php
new file mode 100644
index 00000000..f0b9c092
--- /dev/null
+++ b/tests/FunctionalTests/tickets/protected/pages/Ticket472.php
@@ -0,0 +1,13 @@
+<?php
+
+Prado::using('System.Web.UI.ActiveControls.*');
+
+class Ticket472 extends TPage
+{
+ function button1_clicked($sender, $param)
+ {
+ $this->label1->Text = "丧两∞…壹參肆ㅕㅓㆈㆆㅰڂٸשסせぜが꒲꒺꓂ฏนઔஇ༃ҖЉӅՓՇǢǼÅhe";
+ }
+}
+
+?> \ No newline at end of file