PageRenderTime 44ms CodeModel.GetById 19ms RepoModel.GetById 1ms app.codeStats 0ms

/test/subjects/optimization/rtrim.php

http://phc.googlecode.com/
PHP | 9 lines | 3 code | 3 blank | 3 comment | 0 complexity | e712d2906217b9d1925d01a08c95f72d MD5 | raw file
Possible License(s): GPL-2.0, 0BSD, BSD-3-Clause, Unlicense, MPL-2.0-no-copyleft-exception, LGPL-2.1
  1. <?php
  2. # test that rtrim is optimized out
  3. # { phc-option: --dump=codegen -O2 }
  4. # { phc-regex-output: !/rtrim/ }
  5. var_dump (rtrim ("asdasd", "fghfgh"));
  6. ?>