mirror of
https://github.com/php/php-src.git
synced 2025-08-19 08:49:28 +02:00
- Fix test
This commit is contained in:
parent
164188d122
commit
c32bac8fba
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ Example 5: Regular object method using both local and global functions
|
||||||
|
|
||||||
function length_of_hello_world()
|
function length_of_hello_world()
|
||||||
{
|
{
|
||||||
$str = get_hello_world();
|
$str = $this->get_hello_world();
|
||||||
return strlen($str);
|
return strlen($str);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue