preg_match( String $pattern, String $subject [, array &$matches [, int $flags=0 [, int $offset=0]]] )

preg_match ( "", "", $results_array, 0, 0 );

returned: False


Warning: preg_match() [function.preg-match]: Empty regular expression in /home/bradleygill/gigglingcorpse.com/dev/phpfunctions/index.php on line 43
Pattern Subject matches (pass an array here, and it will be filled with the matches; optional) flags (optional) offset (optional)