3v4l.org

run code in 300+ PHP versions simultaneously
<?php $counter = 0; $counter2 = 20; $content = file_get_contents("THEURL"); // sleep(2); while($counter < $counter2) { $counter++; $first_step = explode( '<h2 class="rgs">' , $content ); $second_step = explode("</h2>" , $first_step[$counter] ); // echo $second_step[0]; $link[$counter] = htmlspecialchars($second_step[0]); // echo "$link"; // echo "<br>"; }
Output for git.master, git.master_jit, rfc.property-hooks
Warning: file_get_contents(): open_basedir restriction in effect. File(THEURL) is not within the allowed path(s): (/tmp:/in:/etc) in /in/vJZsR on line 5 Warning: file_get_contents(THEURL): Failed to open stream: Operation not permitted in /in/vJZsR on line 5 Warning: Undefined array key 1 in /in/vJZsR on line 12 Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in /in/vJZsR on line 12 Warning: Undefined array key 2 in /in/vJZsR on line 12 Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in /in/vJZsR on line 12 Warning: Undefined array key 3 in /in/vJZsR on line 12 Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in /in/vJZsR on line 12 Warning: Undefined array key 4 in /in/vJZsR on line 12 Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in /in/vJZsR on line 12 Warning: Undefined array key 5 in /in/vJZsR on line 12 Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in /in/vJZsR on line 12 Warning: Undefined array key 6 in /in/vJZsR on line 12 Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in /in/vJZsR on line 12 Warning: Undefined array key 7 in /in/vJZsR on line 12 Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in /in/vJZsR on line 12 Warning: Undefined array key 8 in /in/vJZsR on line 12 Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in /in/vJZsR on line 12 Warning: Undefined array key 9 in /in/vJZsR on line 12 Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in /in/vJZsR on line 12 Warning: Undefined array key 10 in /in/vJZsR on line 12 Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in /in/vJZsR on line 12 Warning: Undefined array key 11 in /in/vJZsR on line 12 Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in /in/vJZsR on line 12 Warning: Undefined array key 12 in /in/vJZsR on line 12 Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in /in/vJZsR on line 12 Warning: Undefined array key 13 in /in/vJZsR on line 12 Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in /in/vJZsR on line 12 Warning: Undefined array key 14 in /in/vJZsR on line 12 Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in /in/vJZsR on line 12 Warning: Undefined array key 15 in /in/vJZsR on line 12 Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in /in/vJZsR on line 12 Warning: Undefined array key 16 in /in/vJZsR on line 12 Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in /in/vJZsR on line 12 Warning: Undefined array key 17 in /in/vJZsR on line 12 Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in /in/vJZsR on line 12 Warning: Undefined array key 18 in /in/vJZsR on line 12 Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in /in/vJZsR on line 12 Warning: Undefined array key 19 in /in/vJZsR on line 12 Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in /in/vJZsR on line 12 Warning: Undefined array key 20 in /in/vJZsR on line 12 Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in /in/vJZsR on line 12

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.83 ms | 409 KiB | 8 Q