3v4l.org

run code in 300+ PHP versions simultaneously
<?php $mysearch = 'https://api.deezer.com/search/album?q='.'azhee'; $mysearchjson = file_get_contents($mysearch); $resultjson = json_decode($mysearchjson); //select items from resultjson ! $idalbum = $resultjson->data[0]->id; $coversmallalbum = $resultjson->data[0]->cover_small; $titlealbum = $resultjson->data[0]->title; // select artist from search ! $idartistalbum = $resultjson->data[0]->artist->id; $nameartistalbum = $resultjson->data[0]->artist->name; $pictureartistalbum = $resultjson->data[0]->artist->picture; echo $idalbum; echo $coversmallalbum; echo $titlealbum; echo $idartistalbum ; echo $nameartistalbum ; echo $pictureartistalbum;
Output for git.master, git.master_jit
Warning: file_get_contents(): Unable to find the wrapper "https" - did you forget to enable it when you configured PHP? in /in/kE3bE on line 4 Warning: file_get_contents(): open_basedir restriction in effect. File(https://api.deezer.com/search/album?q=azhee) is not within the allowed path(s): (/tmp:/in:/etc) in /in/kE3bE on line 4 Warning: file_get_contents(https://api.deezer.com/search/album?q=azhee): Failed to open stream: Operation not permitted in /in/kE3bE on line 4 Warning: Attempt to read property "data" on null in /in/kE3bE on line 7 Warning: Trying to access array offset on value of type null in /in/kE3bE on line 7 Warning: Attempt to read property "id" on null in /in/kE3bE on line 7 Warning: Attempt to read property "data" on null in /in/kE3bE on line 8 Warning: Trying to access array offset on value of type null in /in/kE3bE on line 8 Warning: Attempt to read property "cover_small" on null in /in/kE3bE on line 8 Warning: Attempt to read property "data" on null in /in/kE3bE on line 9 Warning: Trying to access array offset on value of type null in /in/kE3bE on line 9 Warning: Attempt to read property "title" on null in /in/kE3bE on line 9 Warning: Attempt to read property "data" on null in /in/kE3bE on line 11 Warning: Trying to access array offset on value of type null in /in/kE3bE on line 11 Warning: Attempt to read property "artist" on null in /in/kE3bE on line 11 Warning: Attempt to read property "id" on null in /in/kE3bE on line 11 Warning: Attempt to read property "data" on null in /in/kE3bE on line 12 Warning: Trying to access array offset on value of type null in /in/kE3bE on line 12 Warning: Attempt to read property "artist" on null in /in/kE3bE on line 12 Warning: Attempt to read property "name" on null in /in/kE3bE on line 12 Warning: Attempt to read property "data" on null in /in/kE3bE on line 13 Warning: Trying to access array offset on value of type null in /in/kE3bE on line 13 Warning: Attempt to read property "artist" on null in /in/kE3bE on line 13 Warning: Attempt to read property "picture" on null in /in/kE3bE on line 13
Output for rfc.property-hooks
Warning: file_get_contents(): Unable to find the wrapper "https" - did you forget to enable it when you configured PHP? in /in/kE3bE on line 4 Warning: file_get_contents(): open_basedir restriction in effect. File(https://api.deezer.com/search/album?q=azhee) is not within the allowed path(s): (/tmp:/in:/etc) in /in/kE3bE on line 4 Warning: file_get_contents(https://api.deezer.com/search/album?q=azhee): Failed to open stream: Operation not permitted in /in/kE3bE on line 4 Warning: Attempt to read property "data" on null in /in/kE3bE on line 7 Warning: Trying to access array offset on null in /in/kE3bE on line 7 Warning: Attempt to read property "id" on null in /in/kE3bE on line 7 Warning: Attempt to read property "data" on null in /in/kE3bE on line 8 Warning: Trying to access array offset on null in /in/kE3bE on line 8 Warning: Attempt to read property "cover_small" on null in /in/kE3bE on line 8 Warning: Attempt to read property "data" on null in /in/kE3bE on line 9 Warning: Trying to access array offset on null in /in/kE3bE on line 9 Warning: Attempt to read property "title" on null in /in/kE3bE on line 9 Warning: Attempt to read property "data" on null in /in/kE3bE on line 11 Warning: Trying to access array offset on null in /in/kE3bE on line 11 Warning: Attempt to read property "artist" on null in /in/kE3bE on line 11 Warning: Attempt to read property "id" on null in /in/kE3bE on line 11 Warning: Attempt to read property "data" on null in /in/kE3bE on line 12 Warning: Trying to access array offset on null in /in/kE3bE on line 12 Warning: Attempt to read property "artist" on null in /in/kE3bE on line 12 Warning: Attempt to read property "name" on null in /in/kE3bE on line 12 Warning: Attempt to read property "data" on null in /in/kE3bE on line 13 Warning: Trying to access array offset on null in /in/kE3bE on line 13 Warning: Attempt to read property "artist" on null in /in/kE3bE on line 13 Warning: Attempt to read property "picture" on null in /in/kE3bE on line 13

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
51.49 ms | 404 KiB | 8 Q