[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-doc-bugs
Subject:    [DOC-BUGS] Doc #69096 [Opn->Nab]: :D
From:       mazzanet () php ! net
Date:       2015-02-21 9:40:52
Message-ID: 201502210940.t1L9eqBP023070 () sgrv20 ! php ! net
[Download RAW message or body]

Edit report at https://bugs.php.net/bug.php?id=69096&edit=1

 ID:                 69096
 Updated by:         mazzanet@php.net
 Reported by:        pwwiur at mail dot com
 Summary:            :D
-Status:             Open
+Status:             Not a bug
 Type:               Documentation Problem
 Package:            Math related
 Operating System:   unknown
 PHP Version:        5.6.6
 Block user comment: N
 Private report:     N

 New Comment:

Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions.  Due to the volume
of reports we can not explain in detail here why your report is not
a bug.  The support channels will be able to provide an explanation
for you.

Thank you for your interest in PHP.

This is a coding error and not a bug in PHP itself.

for($i=1;$i=$var;$i++){
           ^


Previous Comments:
------------------------------------------------------------------------
[2015-02-21 09:05:27] pwwiur at mail dot com

Description:
------------
i dont know why it does't work
i am teacher and i saw it when i was teaching a part of math called Divisor



Test script:
---------------
<html>
<head>
<title>
arrays
</title>
<body>
<?php
$var=10;
for($i=1;$i=$var;$i++){
$b= $var % $i;
if($b=0){
echo $i;
}
}
?>
<br>
</body>
</html>

Expected result:
----------------
server cant show results

Actual result:
--------------
server cant show results


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



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

-- 
PHP Documentation Bugs Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic