,
you can also find a web interface that allows you to test Pixy online. Enjoy!
We would be happy to receive feedback, comments, and other contributions! Please
send your suggestions to "pixy-tool at seclab" (domain see below).
Nenad Jovanovic
Secure Systems Lab
Technical University
Code 3:
$a[1] = 1;
$b[1] =& $c;
$c = 2;
$a = $b;
$a[1] = 7;
// resulting mappings:
// $a[1] ... 7
// $b[2] ... 7
// $c .. 7
Is this effect intended? If it is, is it specified somewhere in the PHP
manual?
Thanks,
Nenad Jovanovic
--
PHP General Mailing List (http://www.php.
2 matches
Mail list logo