Ticket #76: xapian-bindings-0.9.6-php-tests-2.patch
File xapian-bindings-0.9.6-php-tests-2.patch, 244 bytes (added by , 19 years ago) |
---|
-
smoketest5.php
old new 26 26 print "Retrieved non-existent document\n"; 27 27 exit(1); 28 28 } 29 } catch ( e) {29 } catch (Exception $e) { 30 30 } 31 31 ?>