ID:               31631
 Updated by:       [email protected]
 Reported By:      dux at uol dot com dot ar
-Status:           Feedback
+Status:           No Feedback
 Bug Type:         Regexps related
 Operating System: Windows 2k
 PHP Version:      5.0.1
 New Comment:

No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".


Previous Comments:
------------------------------------------------------------------------

[2005-01-20 23:55:34] [EMAIL PROTECTED]

Thank you for this bug report. To properly diagnose the problem, we
need a short but complete example script to be able to reproduce
this bug ourselves. 

A proper reproducing script starts with <?php and ends with ?>,
is max. 10-20 lines long and does not require any external 
resources such as databases, etc.

If possible, make the script source available online and provide
an URL to it here. Try to avoid embedding huge scripts into the report.



------------------------------------------------------------------------

[2005-01-20 23:53:02] dux at uol dot com dot ar

Description:
------------
the regex dont find big text matches.
i tried to extract tables from a website, and I could extract small
tables, but with big ones (40-50 complex rows) it said that nothing was
found (missmatch).
i hardcode a website where it crashes, so you can check it for
yourselves.
i tested the code handcutting text from the tables to make them smaller
and them was recogniced succefully.


Reproduce code:
---------------
$file =
'http://ffvault.ign.com/View.php?view=Locations.List&view_page=1';
$content = file_get_contents($file);
// here i try to found a table
$found = ereg
('<table>[s|^s|'."\n".'|'."\r".']</table>',$html,$regex);
echo $regex[0];


Expected result:
----------------
see just a table

Actual result:
--------------
the table is not found


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=31631&edit=1

Reply via email to