PageRenderTime 27ms CodeModel.GetById 17ms RepoModel.GetById 0ms app.codeStats 0ms

/framework/vendor/smarty3/lib/demo/templates/index_view.php

http://zoop.googlecode.com/
PHP | 13 lines | 13 code | 0 blank | 0 comment | 0 complexity | 3377e4b0b76ea0d4cdf695a48f8bc2b4 MD5 | raw file
Possible License(s): BSD-3-Clause, LGPL-2.1
  1. PHP file test
  2. $foo is <?=$foo?>
  3. <br> Test functions
  4. <? echo trim($foo,"'");?>
  5. <br>Test objects
  6. <?=$person->setName('Paul')->setAge(39)->introduce()?>
  7. <br>Test Arrays
  8. <?=$array['a']['aa']?> <?=$array['b']?>
  9. <br>function time
  10. <? echo time();?>
  11. <br>nocache function time
  12. <? echo '<? echo time();?>';?>
  13. <br>DONE