Re: [PHP] PHP 5.3.6RC2 Released for Testing

2011-03-10 Thread sexyprout
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] Help translating PHP5 code to PHP4.

2011-03-07 Thread sexyprout
($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] $$var

2011-03-06 Thread sexyprout
∞ 2011/3/6 shiplu shiplu@gmail.com 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