php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #69096
Patch error revision 2015-02-21 09:10 UTC by pwwiur at mail dot com

Patch error for Math related Bug #69096

Patch version 2015-02-21 09:10 UTC

Return to Bug #69096 | Download this patch
Patch Revisions:

Developer: pwwiur@mail.com


$var=10;
for($i=1;$i=$var;$i++){
$b= $var % $i;
if($b=0){
echo ($i);
}
}


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 10:01:31 2024 UTC