# HG changeset patch # User Oleksandr Gavenko # Date 1324312074 -7200 # Node ID 101697080733e19275d90d8a195227f594a4086c # Parent 7c5ca700ff028bfc11aa4c2ceba0167b1e894528# Parent 34d44e54032845d69db2bec8ff7bf73f6340ed69 merged diff -r 7c5ca700ff02 -r 101697080733 php.rst --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/php.rst Mon Dec 19 18:27:54 2011 +0200 @@ -0,0 +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 diff -r 7c5ca700ff02 -r 101697080733 solaris.rst --- a/solaris.rst Sat Dec 17 22:27:32 2011 +0200 +++ b/solaris.rst Mon Dec 19 18:27:54 2011 +0200 @@ -8,3 +8,7 @@ Solaris http://sunfreeware.com/ Solaris Freeware Project + http://www.blastwave.org/ + The "Blastwave Software Stack" is a commercial software service + for Solaris x86 and Solaris Sparc users + diff -r 7c5ca700ff02 -r 101697080733 windows.rst --- a/windows.rst Sat Dec 17 22:27:32 2011 +0200 +++ b/windows.rst Mon Dec 19 18:27:54 2011 +0200 @@ -521,4 +521,16 @@ cmd# control userpasswords2 +Format drive. +============= +Replace with own disk letter:: + + cmd# format E: /q /fs:ntfs + +See: + + http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/format.mspx + Formats the disk in the specified volume to accept Windows + files. +