Commit dd779e1f authored by Nico Schallehn's avatar Nico Schallehn

test

parent 1a4e95d6
......@@ -33,7 +33,7 @@ if ($imdb->isReady) {
echo "Name:".PHP_EOL;
echo " imdb1:".$imdb->getTitle().PHP_EOL;
echo " imdb2:".$movie->Title.PHP_EOL;
echo " imdb2:".$movie->title.PHP_EOL;
echo " omdb :".$omdb["Title"].PHP_EOL.PHP_EOL;
echo "Jahr:".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