PageRenderTime 50ms CodeModel.GetById 22ms RepoModel.GetById 0ms app.codeStats 0ms

/3.0/Testing/Tests/Strings/stripslashes.php

#
PHP | 11 lines | 6 code | 5 blank | 0 comment | 0 complexity | 8e9cd4ff49cf2a9d44a73419ea029d55 MD5 | raw file
Possible License(s): CPL-1.0, GPL-2.0, CC-BY-SA-3.0, MPL-2.0-no-copyleft-exception, Apache-2.0
  1. [expect php]
  2. [file]
  3. <?php
  4. $x = "bla\\";
  5. echo stripslashes($x);
  6. ?>