* print() is now treated as standard function * get rid of echo() function * fix test suite and it fixes #26.
This commit is contained in:
@@ -9,7 +9,7 @@ class Main {
|
||||
}
|
||||
|
||||
private function ダウンロード(){
|
||||
echo $this->概要 . "\n";
|
||||
print($this->概要 . "\n");
|
||||
}
|
||||
|
||||
private function isUTF8($str) {
|
||||
|
Reference in New Issue
Block a user