mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fix \Ds\Map::values() example
Patch by enumag. Closes php/doc-en#48. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349241 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
b37762aa55
commit
0a116512ac
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ var_dump($map->values());
|
|||
&example.outputs.similar;
|
||||
<screen>
|
||||
<![CDATA[
|
||||
object(Ds\Map)#2 (3) {
|
||||
object(Ds\Vector)#2 (3) {
|
||||
[0]=>
|
||||
int(1)
|
||||
[1]=>
|
||||
|
|
Loading…
Reference in a new issue