Browse Source

- Fix test

migration/unlabaled-1.29.2
Andi Gutmans 24 years ago
parent
commit
c32bac8fba
  1. 2
      Zend/tests/zend2.php

2
Zend/tests/zend2.php

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

Loading…
Cancel
Save