mirror of
https://github.com/php/php-src.git
synced 2026-03-26 17:22:15 +01:00
- Fix test
This commit is contained in:
@@ -168,7 +168,7 @@ Example 5: Regular object method using both local and global functions
|
||||
|
||||
function length_of_hello_world()
|
||||
{
|
||||
$str = get_hello_world();
|
||||
$str = $this->get_hello_world();
|
||||
return strlen($str);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user