php-general | 2000071
Date: 07/05/00
- Next message: Jason: "RE: [PHP] webserver restart,"
- Previous message: Jon Parise: "Re: [PHP] Programming news headline grabbers in PHP"
- Next in thread: Andrei Zmievski: "Re: [PHP] extract() and symbol tables..."
- Reply: Andrei Zmievski: "Re: [PHP] extract() and symbol tables..."
- Reply: Rasmus Lerdorf: "Re: [PHP] extract() and symbol tables..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Before I ask the real question, a lead-in:
Is a separate symbol table created for user-defined functions?
Now, the real question:
When running extract() inside a user-defined function, are the variables
imported into the global symbol table, or to a symbol table local to the
function, assuming the answer to Q1 was yes?
Ta,
a
d
a
m
_______________________________________________________
<?php
$s=array("J","A","p","h","p","H");
for($i=0;$i<count($s);$i++){echo$s[$i];}
?> :)
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Jason: "RE: [PHP] webserver restart,"
- Previous message: Jon Parise: "Re: [PHP] Programming news headline grabbers in PHP"
- Next in thread: Andrei Zmievski: "Re: [PHP] extract() and symbol tables..."
- Reply: Andrei Zmievski: "Re: [PHP] extract() and symbol tables..."
- Reply: Rasmus Lerdorf: "Re: [PHP] extract() and symbol tables..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

