yanwong / ganon

Automatically exported from code.google.com/p/ganon
0 stars 0 forks source link

Infinite Loop #47

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Got infinite loop on function parse() line 1186, after call in my script 
$postImages = $html->find('img');

Te input was:
<p>     &nbsp;</p> <h2 style="text-transform: uppercase; font-weight: normal; 
font-size: 17px; color: rgb(241, 214, 143); font-family: 'Trebuchet Ms', 
Verdana, Arial, sans-serif; line-height: 17px;">    <em>CEDRO</em></h2> <p> 
    <em><span style="color: rgb(241, 214, 143); font-family: 'Trebuchet Ms', 
Verdana, Arial, sans-serif; line-height: 17px; background-color: rgb(43, 63, 
28);">O Cedro &eacute; uma das madeiras mais conhecidas, mas pouca gente 
j&aacute; viu a &aacute;rvore em s&iacute;. Ele serviu de suporte para uma das 
primeiras manifesta&ccedil;&otilde;es art&iacute;sticas brasileiras: o Barroco 
Guarani.</span></em></p> <p>    <br />  <p>         <br />      <p>             <br />          <h2 
style="text-transform: uppercase; font-weight: normal; font-size: 17px; color: 
rgb(241, 214, 143); font-family: 'Trebuchet Ms', Verdana, Arial, sans-serif; 
line-height: 17px;">                <img 
src="http://www.umpedeque.com.br/site_umpedeque/public/img/arvores/cedro_inteiro
.jpg" data_ratio="0.76" style="" data_width="380" data_height="500" /></h2> 
        </p>    </p> </p>

Formated:

<p>     &nbsp;</p> 
<h2 style="text-transform: uppercase; font-weight: normal; font-size: 17px; 
color: rgb(241, 214, 143); font-family: 'Trebuchet Ms', Verdana, Arial, 
sans-serif; line-height: 17px;">    <em>CEDRO</em></h2>
 <p>    
    <em>
        <span style="color: rgb(241, 214, 143); font-family: 'Trebuchet Ms', Verdana, Arial, sans-serif; line-height: 17px; background-color: rgb(43, 63, 28);">O Cedro &eacute; uma das madeiras mais conhecidas, mas pouca gente j&aacute; viu a &aacute;rvore em s&iacute;. Ele serviu de suporte para uma das primeiras manifesta&ccedil;&otilde;es art&iacute;sticas brasileiras: o Barroco Guarani.</span>
    </em>
</p> 
<p> 
    <br />  
    <p>
        <br /> 
        <p> 
            <br />  
            <h2 style="text-transform: uppercase; font-weight: normal; font-size: 17px; color: rgb(241, 214, 143); font-family: 'Trebuchet Ms', Verdana, Arial, sans-serif; line-height: 17px;">                <img src="http://www.umpedeque.com.br/site_umpedeque/public/img/arvores/cedro_inteiro.jpg" data_ratio="0.76" style="" data_width="380" data_height="500" /></h2>
        </p> 
    </p>
</p>

Original issue reported on code.google.com by da...@fabricadofuturo.org.br on 18 Aug 2013 at 9:11

Attachments: