Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
smalyshev committed Feb 2, 2016
1 parent 7ffb976 commit 0fca0d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions ext/pcre/tests/backtrack_limit.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ if (@preg_match_all('/\p{N}/', '0123456789', $dummy) === false) {
?>
--INI--
pcre.backtrack_limit=2
pcre.jit=0
--FILE--
<?php

Expand Down
4 changes: 2 additions & 2 deletions ext/phar/tests/bug71331.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ $p = new PharData(__DIR__."/bug71331.tar");
?>
DONE
--EXPECTF--
Fatal error: Uncaught exception 'UnexpectedValueException' with message 'phar error: "%s/bug71331.tar" is a corrupted tar file (invalid entry size)' in %s/bug71331.php:2
Fatal error: Uncaught UnexpectedValueException: phar error: "%s/bug71331.tar" is a corrupted tar file (invalid entry size) in %s/bug71331.php:2
Stack trace:
#0 %s/bug71331.php(2): PharData->__construct('%s')
#1 {main}
thrown in %s/bug71331.php on line 2
thrown in %s/bug71331.php on line 2

0 comments on commit 0fca0d9

Please sign in to comment.