<?php $test = preg_match('/\w+/', '1'); var_dump($test); if ($test) { echo '1'; } else { echo '0'; }
You have javascript disabled. You will not be able to edit any code.