<?php
	if (preg_grep("//", NULL) == NULL && preg_grep(NULL, NULL) == NULL) {
		echo "test passed";
        }
?>