Fix wrong example output

This also integrates user note 99462.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340641 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Christoph Michael Becker 2016-10-24 22:20:25 +00:00
parent 61f9e84aa7
commit 318a3d5aa3
2 changed files with 4 additions and 16 deletions

View file

@ -125,20 +125,14 @@ echo "\n";
<![CDATA[
array(6) {
["product_id"]=>
array(1) {
[0]=>
string(17) "libgd%3Cscript%3E"
}
string(17) "libgd%3Cscript%3E"
["component"]=>
array(1) {
[0]=>
int(10)
}
["versions"]=>
array(1) {
[0]=>
string(6) "2.0.33"
}
string(6) "2.0.33"
["doesnotexist"]=>
NULL
["testscalar"]=>

View file

@ -119,20 +119,14 @@ echo "\n";
<![CDATA[
array(6) {
["product_id"]=>
array(1) {
[0]=>
string(17) "libgd%3Cscript%3E"
}
string(17) "libgd%3Cscript%3E"
["component"]=>
array(1) {
[0]=>
int(10)
}
["versions"]=>
array(1) {
[0]=>
string(6) "2.0.33"
}
string(6) "2.0.33"
["doesnotexist"]=>
NULL
["testscalar"]=>