Commit 298ea08d authored by Nico Schallehn's avatar Nico Schallehn

test

parent dd779e1f
...@@ -41,6 +41,11 @@ if ($imdb->isReady) { ...@@ -41,6 +41,11 @@ if ($imdb->isReady) {
echo " imdb2:".$movie->year.PHP_EOL; echo " imdb2:".$movie->year.PHP_EOL;
echo " omdb :".$omdb["Year"].PHP_EOL.PHP_EOL; echo " omdb :".$omdb["Year"].PHP_EOL.PHP_EOL;
echo "Rating:".PHP_EOL;
echo " imdb1:".$imdb->getRating().PHP_EOL;
echo " imdb2:".$movie->rating.PHP_EOL;
echo " omdb :".$omdb["Rating"].PHP_EOL.PHP_EOL;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment