mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
ws in the example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@319550 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
8262c06d5f
commit
13e91b1a12
1 changed files with 3 additions and 3 deletions
|
@ -63,9 +63,9 @@
|
|||
<![CDATA[
|
||||
<?php
|
||||
class OneSpecimenPerClassStorage extends SplObjectStorage {
|
||||
public function getHash($o) {
|
||||
return get_class($o);
|
||||
}
|
||||
public function getHash($o) {
|
||||
return get_class($o);
|
||||
}
|
||||
}
|
||||
class A {}
|
||||
|
||||
|
|
Loading…
Reference in a new issue