ID: 15626 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Bogus Bug Type: Regexps related Operating System: Win 95 PHP Version: 4.0.6 New Comment:
This is not a bug. Please double-check the documentation available at http://www.php.net/manual/ and the instructions on how to report a bug at http://bugs.php.net/how-to-report.php Previous Comments: ------------------------------------------------------------------------ [2002-02-19 12:54:56] [EMAIL PROTECTED] When i try this code , i can't get more than the 9th result. <? $string = "abcdefghijklmnopqrstuvwxyz"; ereg ("^(.)(.)(.)(.)(.)(.)(.)(.)(.)(.)(.)(.)(.)(.)(.)(.)(.)(.)(.)(.).*$", $string, $buffer) ; print $string."<BR>"; $i=1; while ($i<20){ print "$i : $buffer[$i]<br>"; $i++; } ?> Thanks. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=15626&edit=1