phpbar.de logo

Mailinglisten-Archive

[php] switch, break & include

[php] switch, break & include

Arash Yalpani Arash.Yalpani_(at)_vote-X.de
Sat, 25 Mar 2000 12:36:09 +0100


hi liste!

ich suche da eine expertise:

ich habe folgendes konstrukt:

== <index.php3> ==
...
100: switch case ( $pos ) {
101:   case "1": $a = $a; break;
102:   case "2": $b = $b; break;
103:   case "3": require("include.php3"); 
104:             break;
105: }
...
== </index.php3> ==

== <include.php3> ==
...
 20: switch case ( $etwas ) {
 21:   case "1": $a = $a; break;
 22:   case "2": $b = $b; break;
 24:   default:  $c = $c; break;
 23: }
...
== </include.php3> ==

ich erhalte nun folgende meldung:
Fatal error: Cannot break from 1 loop(s) 
from nesting level 0 in index.php3 on line 104

was passiert da? bewirkt das break in der
include-datei etwa, dass ich komplett auf
level 0 springe? das kann doch nicht sein,
oder?

danke fuer jede antwort,
arash


=====================
haste mal ne Meinung?
http://www.vote-X.de
=====================



php::bar PHP Wiki   -   Listenarchive