Ver original$code = '<?php$x = 123;'; preg_match('/\$x\s*=\s*(.+?);/', $code, $match); var_dump($match);