mirror of
https://github.com/kennethreitz-archive/wp-mustache.git
synced 2026-06-16 21:50:57 +00:00
5 lines
73 B
PHP
5 lines
73 B
PHP
<?php
|
|
|
|
class UTF8 extends Mustache {
|
|
public $test = '中文又来啦';
|
|
} |