|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2004-01-30 10:12 UTC] abies@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Sat Feb 07 10:00:01 2026 UTC |
Description: ------------ Hi. I don't no if it's a bug, but i didn't found any Manuels or Board-posts, where they can say me, if its a bug or not. When i paste a mysql_query("SEL........."); in the function mysql_fetch_object, and this function is in a while() sharpens, its an entless sharpens. Reproduce code: --------------- <?php while($row = mysql_fetch_obect(mysql_query("SELECT * FROM `test")) { /** * The While() sharpen will never end ! */ } ?> Expected result: ---------------- Ouput will never stop.