3v4l.org

run code in 300+ PHP versions simultaneously
<?php $q = 43837720; $or = 43837720; if ( strlen( trim( $q ) ) > 0 ) { $w = preg_split( "/ +/", $q ); $stopwords = array( 'en', 'de','het','een','der','van','op','den','in' ); $w2 = array(); foreach ( $w as $tw ) { if ( !in_array( $tw, $stopwords ) ) { $w2[] = $tw; } } $q = $tq1 = $tq2 = ""; if ( is_numeric( $or ) && strlen( $or ) == 13 ) { $q = $or; } else { foreach( $w2 as $w ) { $q .= "( {$w} OR {$w}~0.8 OR {$w}* )"; } } }

preferences:
28.22 ms | 402 KiB | 5 Q