From:             zort at linuxbr dot com dot br
Operating system: Win98
PHP version:      4.3.1
PHP Bug Type:     Compile Failure
Bug description:  Comments # and // BUG

Comments # and // BUG.
NOT BUG:

<?php
  #---pega o xml-----
        $data = "<?xml version=\"1.0\" encoding=\"iso-8859-1\"?>

        <get>
          <id_game>1026587</id_game>
        </get>";

/*      $data = "<?xml version=\"1.0\" encoding=\"iso-8859-1\"?>

        <gamestatus>
          <id_game>1026587</id_game>
          <jogadores>

          </jogadores>
          <mapa>

          </mapa>
        </gamestatus>"; 
*/
  #------------------
?>


BUGS:

<?php
  #---pega o xml-----
        $data = "<?xml version=\"1.0\" encoding=\"iso-8859-1\"?>

        <get>
          <id_game>1026587</id_game>
        </get>";

#       $data = "<?xml version=\"1.0\" encoding=\"iso-8859-1\"?>
#
#       <gamestatus>
#         <id_game>1026587</id_game>
#         <jogadores>
#
#         </jogadores>
#          <mapa>
#
#          </mapa>
#       </gamestatus>"; 

  #------------------
?>

OR:

<?php
  #---pega o xml-----
        $data = "<?xml version=\"1.0\" encoding=\"iso-8859-1\"?>

        <get>
          <id_game>1026587</id_game>
        </get>";

//      $data = "<?xml version=\"1.0\" encoding=\"iso-8859-1\"?>
//
//      <gamestatus>
//        <id_game>1026587</id_game>
//        <jogadores>
//
//        </jogadores>
//          <mapa>
//
//          </mapa>
//      </gamestatus>"; 

  #------------------
?>
-- 
Edit bug report at http://bugs.php.net/?id=22536&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=22536&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=22536&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=22536&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=22536&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=22536&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=22536&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=22536&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=22536&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=22536&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=22536&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=22536&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=22536&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=22536&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=22536&r=gnused

Reply via email to