- Fix test

This commit is contained in:
Andi Gutmans 2002-10-07 21:58:59 +00:00
parent 164188d122
commit c32bac8fba

View file

@ -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);
} }
} }