ID:               20736
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Bogus
 Bug Type:         Session related
 Operating System: FreeBSD 4.5
 PHP Version:      4.3.0RC2
 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. 

Thank you for your interest in PHP.


Previous Comments:
------------------------------------------------------------------------

[2002-11-30 08:30:38] [EMAIL PROTECTED]

<?
$rf = session_start(); //begin session

$one = $two;           //when $tho is empty --> $one is empty too
$rr = session_register(one); //then registered $one in session (one is
empty)

$rr = "example";           // then for example $rr = "example";
echo $fff;                 // end here we print $fff (but $fff have
been empty, we did not defined it ) 
echo $fsdf;
echo $empty;
//but this echo�s example... WHY ??? this is small BUG
?>

<?
echo $fff;                 
echo $fsdf;
echo $empty; //this echoe nothing becouse $empty $fsdf  $fff; is empty

// test this 2 //
?>

ps. './configure' '--with-mysql'
'--with-config-file-path=/svc/httpd/conf'
'--with-apxs2=/svc/httpd/bin/apxs' '--enable-ftp' 

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


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

Reply via email to