Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions oophp-iban.php
Original file line number Diff line number Diff line change
Expand Up @@ -230,5 +230,3 @@ public function IsEuMember() {
return iban_country_get_is_eu_member($this->code);
}
}

?>
2 changes: 0 additions & 2 deletions php-iban.php
Original file line number Diff line number Diff line change
Expand Up @@ -1333,5 +1333,3 @@ function _iban_nationalchecksum_implementation($iban,$mode) {
}
return '';
}

?>
2 changes: 0 additions & 2 deletions utils/bis-banks
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,3 @@ array_shift($matches);
for($i=0;$i<count($matches[0]);$i++) {
print $matches[0][$i] . "|" . $matches[1][$i] . "|" . $matches[2][$i] . "|" . $matches[3][$i] . "\n";
}

?>
2 changes: 0 additions & 2 deletions utils/convert-registry.php
Original file line number Diff line number Diff line change
Expand Up @@ -315,5 +315,3 @@ function swift_tokenize($string,$calculate_offsets=0) {
}
return $matches;
}

?>
2 changes: 0 additions & 2 deletions utils/dump.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,3 @@

# display registry contents
print_r($_iban_registry);

?>
1 change: 0 additions & 1 deletion utils/explode-iban
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,3 @@ $iban = $argv[1];
$parts = iban_get_parts($argv[1]);
print_r($parts);
exit(0);
?>
1 change: 0 additions & 1 deletion utils/obfuscation-test.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@
print iban_to_human_format($iban) . "\n";
print iban_to_obfuscated_format($iban) . "\n";
}
?>
2 changes: 0 additions & 2 deletions utils/ootest.php
Original file line number Diff line number Diff line change
Expand Up @@ -194,5 +194,3 @@
}

exit($errors);

?>
1 change: 0 additions & 1 deletion utils/other-tests.php
Original file line number Diff line number Diff line change
Expand Up @@ -172,4 +172,3 @@

print "All tests passed.\n";
exit(0);
?>
2 changes: 0 additions & 2 deletions utils/test.php
Original file line number Diff line number Diff line change
Expand Up @@ -197,5 +197,3 @@
}

exit($errors);

?>
2 changes: 0 additions & 2 deletions utils/validate-list.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,3 @@ function usage() {
print $argv[0] . " <list-file>\n";
exit(1);
}

?>