mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
61f9e84aa7
commit
318a3d5aa3
2 changed files with 4 additions and 16 deletions
|
@ -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"]=>
|
||||
|
|
|
@ -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"]=>
|
||||
|
|
Loading…
Reference in a new issue