From:             [EMAIL PROTECTED]
Operating system: Windows 2002
PHP version:      4.1.2
PHP Bug Type:     Scripting Engine problem
Bug description:  Multidimensional Arrays works wrong 

My php-Code:
<?
  $property [ "src" ][ "brett" ] = "DBJ_20020112.db.php";
  $property [ "src" ][ "brett" ][ "entity" ] = "ABrettEntry";

  // ----------------------------------------
  $GLOBALS[ "property" ] = $property;

  echo( "AUSGABE1 ::: ".$property["src"]["brett"]["entity"]."<BR>" );
  echo( "AUSGABE2 ::: ". $property [ "src" ][ "brett" ]."<BR>" );

?>

And the result of this script looks like this:

AUSGABE1 ::: A
AUSGABE2 ::: ABJ_20020112.db.php

-- 
Edit bug report at http://bugs.php.net/?id=16179&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=16179&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=16179&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=16179&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=16179&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=16179&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=16179&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=16179&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=16179&r=submittedtwice

Reply via email to