Skip to content

Commit

Permalink
Merge branch 'PHP-7.1'
Browse files Browse the repository at this point in the history
* PHP-7.1:
  git clean section
  • Loading branch information
weltling committed Dec 8, 2016
2 parents 683a0a0 + 394a359 commit aea2035
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ext/pdo_firebird/tests/bug_72931.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,11 @@ echo $D[0][0];
unset($S);
unset($C);
?>
--CLEAN--
<?php
require 'testdb.inc';
$C = new PDO('firebird:dbname='.$test_base, $user, $password) or die;
$C->exec('DROP table tablea');
?>
--EXPECT--
1

0 comments on commit aea2035

Please sign in to comment.