Hi Joe.

Am 01.07.15 um 07:36 schrieb Joe Watkins:
> [..]
> 
> Another possible issue is engine integration:
> 
>     $string = (UString) $someString;
>     $string = (UString) "someString";
> 
> These aren't very different to 'new UString', but for an integrated
> solution, kind of expected to work.

Why would that be expected behaviour? I mean I can't do

    $date = (DateTime) $timestring;

after all, can I? But I can use

    $date = new DateTime($timestring);

Just my 2 Cent.

Cheers

Andreas
-- 
                                                              ,,,
                                                             (o o)
+---------------------------------------------------------ooO-(_)-Ooo-+
| Andreas Heigl                                                       |
| mailto:andr...@heigl.org                  N 50°22'59.5" E 08°23'58" |
| http://andreas.heigl.org                       http://hei.gl/wiFKy7 |
+---------------------------------------------------------------------+
| http://hei.gl/root-ca                                               |
+---------------------------------------------------------------------+

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to