Date: 02/22/06 (Code WTF) Keywords: php
Bad notice:$pos = strpos( $newsbody, "" );if ( $pos != FALSE ) { $pos = strpos( $newsbody, "" ); if( $pos == 0 ) $newsbody = substr( $newsbody, 3 );}© http://php.net/manual/en/function.strpos.php#61769
$pos = strpos( $newsbody, "" );if ( $pos != FALSE ) { $pos = strpos( $newsbody, "" ); if( $pos == 0 ) $newsbody = substr( $newsbody, 3 );}
" );if ( $pos != FALSE ) { $pos = strpos( $newsbody, "
" ); if( $pos == 0 ) $newsbody = substr( $newsbody, 3 );}
Source: http://community.livejournal.com/code_wtf/29920.html