php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #22536 Comments # and // BUG
Submitted: 2003-03-04 06:53 UTC Modified: 2003-03-04 10:15 UTC
From: zort at linuxbr dot com dot br Assigned:
Status: Not a bug Package: *General Issues
PHP Version: 4.3.1 OS: Win98
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: zort at linuxbr dot com dot br
New email:
PHP Version: OS:

 

 [2003-03-04 06:53 UTC] zort at linuxbr dot com dot br
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>"; 

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

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Dec 03 05:00:01 2025 UTC