Skip to content

Commit

Permalink
- Added SKIPIF
Browse files Browse the repository at this point in the history
  • Loading branch information
felipensp committed Nov 8, 2009
1 parent 4f6fa0b commit 4f82533
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ext/mbstring/tests/bug45722.phpt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
--TEST--
Bug #45722 (mb_check_encoding() crashes)
--SKIPIF--
<?php extension_loaded('mbstring') or die('skip mbstring not available'); ?>
--FILE--
<?php
var_dump(mb_check_encoding("&\xc2\xb7 TEST TEST TEST TEST TEST TEST", "HTML-ENTITIES"));
Expand Down

0 comments on commit 4f82533

Please sign in to comment.