mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
- Small fix
This commit is contained in:
parent
4b492c4deb
commit
61a73183cc
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@ Example 6: Multiple derefencing of objects returned from methods
|
|||
}
|
||||
|
||||
$person = new Person("John", "New York");
|
||||
print $person->getName()->display();
|
||||
$person->getName()->display();
|
||||
|
||||
?>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue