Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Infinite Loop #47

Open
GoogleCodeExporter opened this issue Nov 22, 2015 · 0 comments
Open

Infinite Loop #47

GoogleCodeExporter opened this issue Nov 22, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

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:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant