3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str_source = "CLOBETASOL PROPIONATE"; $str_target = "CLOBETASOL PROPIONATE 0.05% CREAM TUBE"; if(str_word_count($str_target) >= str_word_count($str_source)){ echo $finalStringarray = implode(' ',array_diff(explode(' ',$str_target),explode(' ',$str_source))); } if(str_word_count($str_source) >= str_word_count($str_target)){ echo $finalStringarray = implode(' ',array_diff(explode(' ',$str_source),explode(' ',$str_target))); }
Output for git.master, git.master_jit, rfc.property-hooks
0.05% CREAM TUBE

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:
65.53 ms | 401 KiB | 8 Q