Sorry everyone. I actually meant "the full changelog from v5.3.5 to v5.3.6."
--
sexyprout
s solid, please test this RC against your code
> base and report any problems that you encounter.
>
> Johannes Schlüter
> PHP 5.3 Release Master
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
--
sexyprout
libxml_use_internal_errors(true);
> $xml = simplexml_load_string($val);
> $errors = libxml_get_errors();
>
> if (!($errors)){
>$myvariable = $xml->attributes()->value;
> }
> else{
>// deal with errors
> }
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
--
sexyprout
∞
2011/3/6 shiplu
> Just being curious, I have a question.
> How many times PHP interpreter will replace this variables? I mean how deep
> it will be?
>
> If I use variable variables like
>
> $$a
> how long i
4 matches
Mail list logo