|
Posted by comp.lang.php on 12/06/05 21:42
I wish that were the case. The offensive line number points to that
exact line; the line before it is a single-line PHP comment.
Env: PHP 4.1.2, 4.3.2, 5.0.4
Phil
ZeldorBlat wrote:
> >Offensive Line:
> >[PHP]
> > $contents =
> >preg_replace('/([\s\t]*\*+[\s\t]*@[vV][eE][rR][sS][iI][oO][nN][\s\t]+)'
> >. str_replace('/', '\\/', preg_quote($oldversion)) . '([\n\r\s\t]*)/e',
> >'$1' . $newversion . '$2', $contents);
> >[/PHP]
>
> Probably not the offending line...that didn't give me any syntax
> errors. Perhaps the line before?
[Back to original message]
|