*********

تجربة الفين وستة عشر

[code] /*********************************** 02 ** Multiline block comments 03 **********************************/ 04 05 $stringWithUrl = "http://alexgorbatchev.com"; 06 $stringWithUrl = 'http://alexgorbatchev.com'; 07 08 ob_start("parseOutputBuffer"); // Start Code Buffering 09 session_start(); 10 11 function parseOutputBuffer(\$buf) { 12 global $portal_small_code, $portal_gzcompress; 13 global $PHP_SELF, $HTTP_ACCEPT_ENCODING; 14 15 // cleaning out the code. 16 if($portal_small_code && !\$portal_gzcompress) { 17 $buf = str_replace(" ", "", $buf); 18 $buf = str_replace("\n", "", $buf); 19 $buf = str_replace(chr(13), "", $buf); 20 } 21 } [/code] [code hl="1, 6, 12"] /*********************************** 02 ** Multiline block comments 03 **********************************/ 04 05 $stringWithUrl = "http://alexgorbatchev.com"; 06 $stringWithUrl = 'http://alexgorbatchev.com'; 07 08 ob_start("parseOutputBuffer"); // Start Code Buffering 09 session_start(); 10 11 function parseOutputBuffer(\$buf) { 12 global $portal_small_code, $portal_gzcompress; 13 global $PHP_SELF, $HTTP_ACCEPT_ENCODING; 14 15 // cleaning out the code. 16 if($portal_small_code && !\$portal_gzcompress) { 17 $buf = str_replace(" ", "", $buf); 18 $buf = str_replace("\n", "", $buf); 19 $buf = str_replace(chr(13), "", $buf); 20 } 21 } [/code]
ffffffffffffffffffffffffffffffffffff
ffffffffffffffffffffffffffffffffffff