PHP Classes

Only some minor bugs here.

Recommend this page to a friend!

      OString  >  All threads  >  Only some minor bugs here.  >  (Un) Subscribe thread alerts  
Subject:Only some minor bugs here.
Summary:Package rating comment
Messages:2
Author:Artur Graniszewski
Date:2010-08-19 10:59:27
Update:2010-08-27 13:04:16
 

Artur Graniszewski rated this package as follows:

Utility: Good
Consistency: Good
Examples: Good
Unit tests: Sufficient

  1. Only some minor bugs here.   Reply   Report abuse  
Picture of Artur Graniszewski Artur Graniszewski - 2010-08-19 10:59:27
Only some minor bugs here. For example OString::$s is declared as private, but you try to use it from outside of the object (see Compare method), so this should raise an access error.

  2. Re: Only some minor bugs here.   Reply   Report abuse  
Picture of jarosek jarosek - 2010-08-27 13:04:16 - In reply to message 1 from Artur Graniszewski
It's not used anywhere outside the class.
All methods are inner methods of OString, operating on Ostring objects so why should it raise any errors?