]> granicus.if.org Git - php/commitdiff
- Fix test
authorAndi Gutmans <andi@php.net>
Mon, 7 Oct 2002 21:58:59 +0000 (21:58 +0000)
committerAndi Gutmans <andi@php.net>
Mon, 7 Oct 2002 21:58:59 +0000 (21:58 +0000)
Zend/tests/zend2.php

index 7b6cc7f2e483022325f32fe97736f1ddc813c23d..07d0a766d4bdf74dfeeab0c240f7c6f8e8c336a7 100644 (file)
@@ -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);
                }       
        }