3v4l.org

run code in 300+ PHP versions simultaneously
<?php $text_array = ['He needs to cultivate in order', 'to be at the fourth level of the', 'Martial Body Stage. Does he have inner energy?"', 'Everyone jeered, laughed, and taunted.', 'Qin Yun turned deaf ear to their taunts.', 'His eyes were filled with sincerity as he', 'looked at Yang Shiyue and said, "Teacher,', 'I only formed my elemental energy this morning.', 'I still not familiar with the control of', 'my elemental energy and inner energy."', 'After the empress heard the jeers from the', 'crowd, she let out a sigh of relief and', 'sneered, "This is only a little bit of', 'inner Qi that you forced out.', 'You have not yet stepped', 'into the fourth level', 'of the Martial Body realm and have no', 'chance of breaking through. embarrass yourself!']; function change_words_length($text, $numwords) { $words = explode(' ', implode(' ', $text)); $output = array(); foreach (array_chunk($words, $numwords) as $array) { $output[] = implode(' ', $array); } return $output; } print_r(change_words_length($text_array, 10)); print_r(change_words_length($text_array, 30));
Output for 7.2.0 - 7.2.33, 7.3.0 - 7.3.33, 7.4.0 - 7.4.33, 8.0.0 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.4, 8.3.6
Array ( [0] => He needs to cultivate in order to be at the [1] => fourth level of the Martial Body Stage. Does he have [2] => inner energy?" Everyone jeered, laughed, and taunted. Qin Yun turned [3] => deaf ear to their taunts. His eyes were filled with [4] => sincerity as he looked at Yang Shiyue and said, "Teacher, [5] => I only formed my elemental energy this morning. I still [6] => not familiar with the control of my elemental energy and [7] => inner energy." After the empress heard the jeers from the [8] => crowd, she let out a sigh of relief and sneered, [9] => "This is only a little bit of inner Qi that [10] => you forced out. You have not yet stepped into the [11] => fourth level of the Martial Body realm and have no [12] => chance of breaking through. embarrass yourself! ) Array ( [0] => He needs to cultivate in order to be at the fourth level of the Martial Body Stage. Does he have inner energy?" Everyone jeered, laughed, and taunted. Qin Yun turned [1] => deaf ear to their taunts. His eyes were filled with sincerity as he looked at Yang Shiyue and said, "Teacher, I only formed my elemental energy this morning. I still [2] => not familiar with the control of my elemental energy and inner energy." After the empress heard the jeers from the crowd, she let out a sigh of relief and sneered, [3] => "This is only a little bit of inner Qi that you forced out. You have not yet stepped into the fourth level of the Martial Body realm and have no [4] => chance of breaking through. embarrass yourself! )
Output for 8.3.5
Warning: PHP Startup: Unable to load dynamic library 'sodium.so' (tried: /usr/lib/php/8.3.5/modules/sodium.so (libsodium.so.23: cannot open shared object file: No such file or directory), /usr/lib/php/8.3.5/modules/sodium.so.so (/usr/lib/php/8.3.5/modules/sodium.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 Array ( [0] => He needs to cultivate in order to be at the [1] => fourth level of the Martial Body Stage. Does he have [2] => inner energy?" Everyone jeered, laughed, and taunted. Qin Yun turned [3] => deaf ear to their taunts. His eyes were filled with [4] => sincerity as he looked at Yang Shiyue and said, "Teacher, [5] => I only formed my elemental energy this morning. I still [6] => not familiar with the control of my elemental energy and [7] => inner energy." After the empress heard the jeers from the [8] => crowd, she let out a sigh of relief and sneered, [9] => "This is only a little bit of inner Qi that [10] => you forced out. You have not yet stepped into the [11] => fourth level of the Martial Body realm and have no [12] => chance of breaking through. embarrass yourself! ) Array ( [0] => He needs to cultivate in order to be at the fourth level of the Martial Body Stage. Does he have inner energy?" Everyone jeered, laughed, and taunted. Qin Yun turned [1] => deaf ear to their taunts. His eyes were filled with sincerity as he looked at Yang Shiyue and said, "Teacher, I only formed my elemental energy this morning. I still [2] => not familiar with the control of my elemental energy and inner energy." After the empress heard the jeers from the crowd, she let out a sigh of relief and sneered, [3] => "This is only a little bit of inner Qi that you forced out. You have not yet stepped into the fourth level of the Martial Body realm and have no [4] => chance of breaking through. embarrass yourself! )

preferences:
164.69 ms | 405 KiB | 176 Q