Anonymous | Login | Signup for a new account | 12-17-2024 08:52 PST |
Main | My View | View Issues | Change Log | Docs |
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 | |||||||||
|
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
29 total queries executed. 26 unique queries executed. |