|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
Patch error for Math related Bug #69096Patch version 2015-02-21 09:10 UTC Return to Bug #69096 | Download this patchPatch Revisions: Developer: pwwiur@mail.com
$var=10;
for($i=1;$i=$var;$i++){
$b= $var % $i;
if($b=0){
echo ($i);
}
}
|
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Nov 04 19:00:02 2025 UTC |