Re: [PHP] $$var

2011-03-06 Thread 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

Re: [PHP] Help translating PHP5 code to PHP4.

2011-03-07 Thread 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

Re: [PHP] PHP 5.3.6RC2 Released for Testing

2011-03-10 Thread 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

Re: [PHP] PHP 5.3.6RC2 Released for Testing

2011-03-10 Thread sexyprout
Sorry everyone. I actually meant "the full changelog from v5.3.5 to v5.3.6." -- sexyprout