Skip to content

Commit

Permalink
Merge branch 'patch-20' into phptestfest-2017-master-merged-pull-requ…
Browse files Browse the repository at this point in the history
…ests
  • Loading branch information
coudenysj committed Nov 27, 2017
2 parents 812a109 + 493f0d6 commit 6ac60c4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions ext/standard/tests/strings/quotemeta_basic_1.phpt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
--TEST--
Test function quotemeta() - using an empty string is given as str.
--CREDITS--
Rodrigo Prado de Jesus <royopa [at] gmail [dot] com>
User Group: PHPSP #PHPTestFestBrasil
--FILE--
<?php
$str = "";
var_dump(quotemeta($str));
?>
--EXPECT--
bool(false)

0 comments on commit 6ac60c4

Please sign in to comment.