diff -r fb22a651203c -r c52cd5d0e9ed php.rst --- a/php.rst Sat Jan 21 18:47:08 2012 +0200 +++ b/php.rst Sat Feb 04 18:34:48 2012 +0200 @@ -1,19 +1,19 @@ -.. -*- coding: utf-8; -*- - -====== - PHP. -====== - -Debugging. -========== - -Pretty print variable:: - - print_r($var); - -Print backtrace:: - - debug_print_backtrace(); - - * http://php.net/manual/ru/function.print-r.php - * http://www.php.net/manual/en/function.debug-print-backtrace.php +.. -*- coding: utf-8; -*- + +====== + PHP. +====== + +Debugging. +========== + +Pretty print variable:: + + print_r($var); + +Print backtrace:: + + debug_print_backtrace(); + + * http://php.net/manual/ru/function.print-r.php + * http://www.php.net/manual/en/function.debug-print-backtrace.php