[PHP] Pixy - An Open-Source Vulnerability Scanner for PHP Applications

2007-06-20 Thread Nenad Jovanovic
, 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

[PHP] Array assignment & references: strange behavior

2005-06-30 Thread Nenad Jovanovic
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.