3v4l.org

run code in 300+ PHP versions simultaneously
<?php function getBaconSentences($len) { $paragraph = ""; $words = array( "upper" => array("The", "A", "One", "Some", "Any"), "lower" => array("the", "a", "one", "some", "any"), "noun" => array("boy", "girl", "dog", "town", "car"), "verb" => array("drove", "jumped", "ran", "walked", "skipped"), "prep" => array("to", "from", "over", "under", "on"), "adj" => array('tiny', 'freezing', 'lazy','boiling','filthy') ); $structures = array( array('upper', 'noun', 'verb', 'prep', 'lower', 'noun'), array('upper', 'noun', 'verb', 'prep', 'lower', 'adj', 'noun') ); while($len--) { $sentence = array(); $randStructure = array_rand($structures); for($i=0; $i<count($structure[$randStructure]); $i++) { echo json_encode($randStructure); $word = ' ';//array_rand($words[$randStructure[$i]]); $sentence[] = $word ; } $paragraph .= implode(" ", $sentence) . '. '; } return $paragraph; } echo getBaconSentences(10);
Output for 7.4.0 - 7.4.1
Notice: Undefined variable: structure in /in/jcWsB on line 23 Notice: Trying to access array offset on value of type null in /in/jcWsB on line 23 Warning: count(): Parameter must be an array or an object that implements Countable in /in/jcWsB on line 23 Notice: Undefined variable: structure in /in/jcWsB on line 23 Notice: Trying to access array offset on value of type null in /in/jcWsB on line 23 Warning: count(): Parameter must be an array or an object that implements Countable in /in/jcWsB on line 23 Notice: Undefined variable: structure in /in/jcWsB on line 23 Notice: Trying to access array offset on value of type null in /in/jcWsB on line 23 Warning: count(): Parameter must be an array or an object that implements Countable in /in/jcWsB on line 23 Notice: Undefined variable: structure in /in/jcWsB on line 23 Notice: Trying to access array offset on value of type null in /in/jcWsB on line 23 Warning: count(): Parameter must be an array or an object that implements Countable in /in/jcWsB on line 23 Notice: Undefined variable: structure in /in/jcWsB on line 23 Notice: Trying to access array offset on value of type null in /in/jcWsB on line 23 Warning: count(): Parameter must be an array or an object that implements Countable in /in/jcWsB on line 23 Notice: Undefined variable: structure in /in/jcWsB on line 23 Notice: Trying to access array offset on value of type null in /in/jcWsB on line 23 Warning: count(): Parameter must be an array or an object that implements Countable in /in/jcWsB on line 23 Notice: Undefined variable: structure in /in/jcWsB on line 23 Notice: Trying to access array offset on value of type null in /in/jcWsB on line 23 Warning: count(): Parameter must be an array or an object that implements Countable in /in/jcWsB on line 23 Notice: Undefined variable: structure in /in/jcWsB on line 23 Notice: Trying to access array offset on value of type null in /in/jcWsB on line 23 Warning: count(): Parameter must be an array or an object that implements Countable in /in/jcWsB on line 23 Notice: Undefined variable: structure in /in/jcWsB on line 23 Notice: Trying to access array offset on value of type null in /in/jcWsB on line 23 Warning: count(): Parameter must be an array or an object that implements Countable in /in/jcWsB on line 23 Notice: Undefined variable: structure in /in/jcWsB on line 23 Notice: Trying to access array offset on value of type null in /in/jcWsB on line 23 Warning: count(): Parameter must be an array or an object that implements Countable in /in/jcWsB on line 23 . . . . . . . . . .
Output for 7.2.0 - 7.2.26, 7.3.0 - 7.3.13
Notice: Undefined variable: structure in /in/jcWsB on line 23 Warning: count(): Parameter must be an array or an object that implements Countable in /in/jcWsB on line 23 Notice: Undefined variable: structure in /in/jcWsB on line 23 Warning: count(): Parameter must be an array or an object that implements Countable in /in/jcWsB on line 23 Notice: Undefined variable: structure in /in/jcWsB on line 23 Warning: count(): Parameter must be an array or an object that implements Countable in /in/jcWsB on line 23 Notice: Undefined variable: structure in /in/jcWsB on line 23 Warning: count(): Parameter must be an array or an object that implements Countable in /in/jcWsB on line 23 Notice: Undefined variable: structure in /in/jcWsB on line 23 Warning: count(): Parameter must be an array or an object that implements Countable in /in/jcWsB on line 23 Notice: Undefined variable: structure in /in/jcWsB on line 23 Warning: count(): Parameter must be an array or an object that implements Countable in /in/jcWsB on line 23 Notice: Undefined variable: structure in /in/jcWsB on line 23 Warning: count(): Parameter must be an array or an object that implements Countable in /in/jcWsB on line 23 Notice: Undefined variable: structure in /in/jcWsB on line 23 Warning: count(): Parameter must be an array or an object that implements Countable in /in/jcWsB on line 23 Notice: Undefined variable: structure in /in/jcWsB on line 23 Warning: count(): Parameter must be an array or an object that implements Countable in /in/jcWsB on line 23 Notice: Undefined variable: structure in /in/jcWsB on line 23 Warning: count(): Parameter must be an array or an object that implements Countable in /in/jcWsB on line 23 . . . . . . . . . .
Output for 5.0.4 - 5.0.5, 5.1.0 - 5.1.6, 5.2.0 - 5.2.17, 5.3.0 - 5.3.29, 5.4.0 - 5.4.45, 5.5.0 - 5.5.38, 5.6.0 - 5.6.40, 7.0.0 - 7.0.33, 7.1.0 - 7.1.33
Notice: Undefined variable: structure in /in/jcWsB on line 23 Notice: Undefined variable: structure in /in/jcWsB on line 23 Notice: Undefined variable: structure in /in/jcWsB on line 23 Notice: Undefined variable: structure in /in/jcWsB on line 23 Notice: Undefined variable: structure in /in/jcWsB on line 23 Notice: Undefined variable: structure in /in/jcWsB on line 23 Notice: Undefined variable: structure in /in/jcWsB on line 23 Notice: Undefined variable: structure in /in/jcWsB on line 23 Notice: Undefined variable: structure in /in/jcWsB on line 23 Notice: Undefined variable: structure in /in/jcWsB on line 23 . . . . . . . . . .
Output for 4.3.0 - 4.3.11, 4.4.0 - 4.4.9, 5.0.0 - 5.0.3
Notice: Undefined variable: structure in /in/jcWsB on line 23 Notice: Undefined variable: structure in /in/jcWsB on line 23 Notice: Undefined variable: structure in /in/jcWsB on line 23 Notice: Undefined variable: structure in /in/jcWsB on line 23 Notice: Undefined variable: structure in /in/jcWsB on line 23 Notice: Undefined variable: structure in /in/jcWsB on line 23 Notice: Undefined variable: structure in /in/jcWsB on line 23 Notice: Undefined variable: structure in /in/jcWsB on line 23 Notice: Undefined variable: structure in /in/jcWsB on line 23 Notice: Undefined variable: structure in /in/jcWsB on line 23 . . . . . . . . . .

preferences:
190.36 ms | 403 KiB | 325 Q