Mantis Bugtracker
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0003128 [Quercus] minor always 12-05-08 23:39 12-10-08 09:15
Reporter koreth View Status public  
Assigned To nam
Priority normal Resolution fixed  
Status closed   Product Version 3.2.1
Summary 0003128: $GLOBALS elements go missing when it is used as an argument
Description <?php
function check_it($arr) {
  return array_key_exists('foo', $arr);
}

$GLOBALS['foo'] = 0;
print check_it($GLOBALS) ? "exists" : "missing";


Regular PHP prints "exists". Quercus prints "missing".
Additional Information
Attached Files

- Relationships

- Notes
(0003590)
nam
12-10-08 09:15

php/1743
 

- Issue History
Date Modified Username Field Change
12-05-08 23:39 koreth New Issue
12-10-08 09:15 nam Status new => assigned
12-10-08 09:15 nam Assigned To  => nam
12-10-08 09:15 nam Status assigned => closed
12-10-08 09:15 nam Note Added: 0003590
12-10-08 09:15 nam Resolution open => fixed
12-10-08 09:15 nam Fixed in Version  => 4.0.0


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
29 total queries executed.
26 unique queries executed.
Powered by Mantis Bugtracker