Mantis Bugtracker
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0000552 [Quercus] minor always 12-23-05 01:12 12-27-05 15:45
Reporter bago View Status @0@  
Assigned To
Priority normal Resolution fixed  
Status closed   Product Version
Summary 0000552: parse_str is not implemented
Description Always trying to run Wordpress:

http://www.php.net/parse_str [^]

void parse_str ( string str [, array &arr] )

<?php
$str = "first=value&arr[]=foo+bar&arr[]=baz";
parse_str($str);
echo $first; // value
echo $arr[0]; // foo bar
echo $arr[1]; // baz

parse_str($str, $output);
echo $output['first']; // value
echo $output['arr'][0]; // foo bar
echo $output['arr'][1]; // baz

?>
Additional Information
Attached Files

- Relationships

- Notes
(0000583)
ferg
12-27-05 15:45

php/114[4-7]
 

- Issue History
Date Modified Username Field Change
12-23-05 01:12 bago New Issue
12-27-05 15:45 ferg Status new => closed
12-27-05 15:45 ferg Note Added: 0000583
12-27-05 15:45 ferg Resolution open => fixed
12-27-05 15:45 ferg Fixed in Version  => 3.0.18


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