mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-04 10:24:26 +02:00
fix E_NOTICE messages
This commit is contained in:
4
NEWS
4
NEWS
@@ -1,3 +1,7 @@
|
|||||||
|
- remove E_NOTICE warnings from debug.tpl,
|
||||||
|
escape modifier (Kanstantin, Monte)
|
||||||
|
- don't count non-ascii chars in count_words modifier
|
||||||
|
(Kanstantin, Monte)
|
||||||
- clean up param calls to _parse_var and _parse_attrs (Monte)
|
- clean up param calls to _parse_var and _parse_attrs (Monte)
|
||||||
- define $template_source var, elude possible warning
|
- define $template_source var, elude possible warning
|
||||||
(Monte)
|
(Monte)
|
||||||
|
@@ -5,12 +5,11 @@
|
|||||||
{assign_debug_info}
|
{assign_debug_info}
|
||||||
|
|
||||||
{if isset($_smarty_debug_output) and $_smarty_debug_output eq "html"}
|
{if isset($_smarty_debug_output) and $_smarty_debug_output eq "html"}
|
||||||
<HTML><TITLE>Smarty Debug Console_"+self.name+"</TITLE><BODY bgcolor=#ffffff>
|
|
||||||
<table border=0 width=100%>
|
<table border=0 width=100%>
|
||||||
<tr bgcolor=#cccccc><th colspan=2>Smarty Debug Console</th></tr>
|
<tr bgcolor=#cccccc><th colspan=2>Smarty Debug Console</th></tr>
|
||||||
<tr bgcolor=#cccccc><td colspan=2><b>included templates & config files (load time in seconds):</b></td></tr>
|
<tr bgcolor=#cccccc><td colspan=2><b>included templates & config files (load time in seconds):</b></td></tr>
|
||||||
{section name=templates loop=$_debug_tpls}
|
{section name=templates loop=$_debug_tpls}
|
||||||
<tr bgcolor={if %templates.index% is even}#eeeeee{else}#fafafa{/if}><td colspan=2><tt>{section name=indent loop=$_debug_tpls[templates].depth} {/section}<font color={if $_debug_tpls[templates].type eq "template"}brown{elseif $_debug_tpls[templates].type eq "insert"}black{else}green{/if}>{$_debug_tpls[templates].filename}</font> <font size=-1><i>({$_debug_tpls[templates].exec_time|string_format:"%.5f"}){if %templates.index% eq 0} (total){/if}</i></font></tt></td></tr>
|
<tr bgcolor={if %templates.index% is even}#eeeeee{else}#fafafa{/if}><td colspan=2><tt>{section name=indent loop=$_debug_tpls[templates].depth} {/section}<font color={if $_debug_tpls[templates].type eq "template"}brown{elseif $_debug_tpls[templates].type eq "insert"}black{else}green{/if}>{$_debug_tpls[templates].filename}</font>{if isset($_debug_tpls[templates].exec_time)} <font size=-1><i>({$_debug_tpls[templates].exec_time|string_format:"%.5f"}){if %templates.index% eq 0} (total){/if}</i></font>{/if}</tt></td></tr>
|
||||||
{sectionelse}
|
{sectionelse}
|
||||||
<tr bgcolor=#eeeeee><td colspan=2><tt><i>no templates included</i></tt></td></tr>
|
<tr bgcolor=#eeeeee><td colspan=2><tt><i>no templates included</i></tt></td></tr>
|
||||||
{/section}
|
{/section}
|
||||||
@@ -42,7 +41,7 @@
|
|||||||
_smarty_console.document.write("<tr bgcolor=#cccccc><th colspan=2>Smarty Debug Console</th></tr>");
|
_smarty_console.document.write("<tr bgcolor=#cccccc><th colspan=2>Smarty Debug Console</th></tr>");
|
||||||
_smarty_console.document.write("<tr bgcolor=#cccccc><td colspan=2><b>included templates & config files (load time in seconds):</b></td></tr>");
|
_smarty_console.document.write("<tr bgcolor=#cccccc><td colspan=2><b>included templates & config files (load time in seconds):</b></td></tr>");
|
||||||
{section name=templates loop=$_debug_tpls}
|
{section name=templates loop=$_debug_tpls}
|
||||||
_smarty_console.document.write("<tr bgcolor={if %templates.index% is even}#eeeeee{else}#fafafa{/if}><td colspan=2><tt>{section name=indent loop=$_debug_tpls[templates].depth} {/section}<font color={if $_debug_tpls[templates].type eq "template"}brown{elseif $_debug_tpls[templates].type eq "insert"}black{else}green{/if}>{$_debug_tpls[templates].filename}</font> <font size=-1><i>({$_debug_tpls[templates].exec_time|string_format:"%.5f"}){if %templates.index% eq 0} (total){/if}</i></font></tt></td></tr>");
|
_smarty_console.document.write("<tr bgcolor={if %templates.index% is even}#eeeeee{else}#fafafa{/if}><td colspan=2><tt>{section name=indent loop=$_debug_tpls[templates].depth} {/section}<font color={if $_debug_tpls[templates].type eq "template"}brown{elseif $_debug_tpls[templates].type eq "insert"}black{else}green{/if}>{$_debug_tpls[templates].filename}</font>{if isset($_debug_tpls[templates].exec_time)} <font size=-1><i>({$_debug_tpls[templates].exec_time|string_format:"%.5f"}){if %templates.index% eq 0} (total){/if}</i></font>{/if}</tt></td></tr>");
|
||||||
{sectionelse}
|
{sectionelse}
|
||||||
_smarty_console.document.write("<tr bgcolor=#eeeeee><td colspan=2><tt><i>no templates included</i></tt></td></tr>");
|
_smarty_console.document.write("<tr bgcolor=#eeeeee><td colspan=2><tt><i>no templates included</i></tt></td></tr>");
|
||||||
{/section}
|
{/section}
|
||||||
|
@@ -5,12 +5,11 @@
|
|||||||
{assign_debug_info}
|
{assign_debug_info}
|
||||||
|
|
||||||
{if isset($_smarty_debug_output) and $_smarty_debug_output eq "html"}
|
{if isset($_smarty_debug_output) and $_smarty_debug_output eq "html"}
|
||||||
<HTML><TITLE>Smarty Debug Console_"+self.name+"</TITLE><BODY bgcolor=#ffffff>
|
|
||||||
<table border=0 width=100%>
|
<table border=0 width=100%>
|
||||||
<tr bgcolor=#cccccc><th colspan=2>Smarty Debug Console</th></tr>
|
<tr bgcolor=#cccccc><th colspan=2>Smarty Debug Console</th></tr>
|
||||||
<tr bgcolor=#cccccc><td colspan=2><b>included templates & config files (load time in seconds):</b></td></tr>
|
<tr bgcolor=#cccccc><td colspan=2><b>included templates & config files (load time in seconds):</b></td></tr>
|
||||||
{section name=templates loop=$_debug_tpls}
|
{section name=templates loop=$_debug_tpls}
|
||||||
<tr bgcolor={if %templates.index% is even}#eeeeee{else}#fafafa{/if}><td colspan=2><tt>{section name=indent loop=$_debug_tpls[templates].depth} {/section}<font color={if $_debug_tpls[templates].type eq "template"}brown{elseif $_debug_tpls[templates].type eq "insert"}black{else}green{/if}>{$_debug_tpls[templates].filename}</font> <font size=-1><i>({$_debug_tpls[templates].exec_time|string_format:"%.5f"}){if %templates.index% eq 0} (total){/if}</i></font></tt></td></tr>
|
<tr bgcolor={if %templates.index% is even}#eeeeee{else}#fafafa{/if}><td colspan=2><tt>{section name=indent loop=$_debug_tpls[templates].depth} {/section}<font color={if $_debug_tpls[templates].type eq "template"}brown{elseif $_debug_tpls[templates].type eq "insert"}black{else}green{/if}>{$_debug_tpls[templates].filename}</font>{if isset($_debug_tpls[templates].exec_time)} <font size=-1><i>({$_debug_tpls[templates].exec_time|string_format:"%.5f"}){if %templates.index% eq 0} (total){/if}</i></font>{/if}</tt></td></tr>
|
||||||
{sectionelse}
|
{sectionelse}
|
||||||
<tr bgcolor=#eeeeee><td colspan=2><tt><i>no templates included</i></tt></td></tr>
|
<tr bgcolor=#eeeeee><td colspan=2><tt><i>no templates included</i></tt></td></tr>
|
||||||
{/section}
|
{/section}
|
||||||
@@ -42,7 +41,7 @@
|
|||||||
_smarty_console.document.write("<tr bgcolor=#cccccc><th colspan=2>Smarty Debug Console</th></tr>");
|
_smarty_console.document.write("<tr bgcolor=#cccccc><th colspan=2>Smarty Debug Console</th></tr>");
|
||||||
_smarty_console.document.write("<tr bgcolor=#cccccc><td colspan=2><b>included templates & config files (load time in seconds):</b></td></tr>");
|
_smarty_console.document.write("<tr bgcolor=#cccccc><td colspan=2><b>included templates & config files (load time in seconds):</b></td></tr>");
|
||||||
{section name=templates loop=$_debug_tpls}
|
{section name=templates loop=$_debug_tpls}
|
||||||
_smarty_console.document.write("<tr bgcolor={if %templates.index% is even}#eeeeee{else}#fafafa{/if}><td colspan=2><tt>{section name=indent loop=$_debug_tpls[templates].depth} {/section}<font color={if $_debug_tpls[templates].type eq "template"}brown{elseif $_debug_tpls[templates].type eq "insert"}black{else}green{/if}>{$_debug_tpls[templates].filename}</font> <font size=-1><i>({$_debug_tpls[templates].exec_time|string_format:"%.5f"}){if %templates.index% eq 0} (total){/if}</i></font></tt></td></tr>");
|
_smarty_console.document.write("<tr bgcolor={if %templates.index% is even}#eeeeee{else}#fafafa{/if}><td colspan=2><tt>{section name=indent loop=$_debug_tpls[templates].depth} {/section}<font color={if $_debug_tpls[templates].type eq "template"}brown{elseif $_debug_tpls[templates].type eq "insert"}black{else}green{/if}>{$_debug_tpls[templates].filename}</font>{if isset($_debug_tpls[templates].exec_time)} <font size=-1><i>({$_debug_tpls[templates].exec_time|string_format:"%.5f"}){if %templates.index% eq 0} (total){/if}</i></font>{/if}</tt></td></tr>");
|
||||||
{sectionelse}
|
{sectionelse}
|
||||||
_smarty_console.document.write("<tr bgcolor=#eeeeee><td colspan=2><tt><i>no templates included</i></tt></td></tr>");
|
_smarty_console.document.write("<tr bgcolor=#eeeeee><td colspan=2><tt><i>no templates included</i></tt></td></tr>");
|
||||||
{/section}
|
{/section}
|
||||||
|
@@ -13,7 +13,7 @@ function smarty_modifier_count_words($string)
|
|||||||
// split text by ' ',\r,\n,\f,\t
|
// split text by ' ',\r,\n,\f,\t
|
||||||
$split_array = preg_split('/\s+/',$string);
|
$split_array = preg_split('/\s+/',$string);
|
||||||
// count matches that contain alphanumerics
|
// count matches that contain alphanumerics
|
||||||
$word_count = preg_grep('/[a-zA-Z0-9]/', $split_array);
|
$word_count = preg_grep('/[a-zA-Z0-9\\x80-\\xff]/', $split_array);
|
||||||
|
|
||||||
return count($word_count);
|
return count($word_count);
|
||||||
}
|
}
|
||||||
|
@@ -26,12 +26,14 @@ function smarty_modifier_escape($string, $esc_type = 'html')
|
|||||||
|
|
||||||
case 'hex':
|
case 'hex':
|
||||||
// escape every character into hex
|
// escape every character into hex
|
||||||
|
return = '';
|
||||||
for ($x=0; $x < strlen($string); $x++) {
|
for ($x=0; $x < strlen($string); $x++) {
|
||||||
$return .= '%' . bin2hex($string[$x]);
|
$return .= '%' . bin2hex($string[$x]);
|
||||||
}
|
}
|
||||||
return $return;
|
return $return;
|
||||||
|
|
||||||
case 'hexentity':
|
case 'hexentity':
|
||||||
|
return = '';
|
||||||
for ($x=0; $x < strlen($string); $x++) {
|
for ($x=0; $x < strlen($string); $x++) {
|
||||||
$return .= '&#x' . bin2hex($string[$x]) . ';';
|
$return .= '&#x' . bin2hex($string[$x]) . ';';
|
||||||
}
|
}
|
||||||
|
@@ -13,7 +13,7 @@ function smarty_modifier_count_words($string)
|
|||||||
// split text by ' ',\r,\n,\f,\t
|
// split text by ' ',\r,\n,\f,\t
|
||||||
$split_array = preg_split('/\s+/',$string);
|
$split_array = preg_split('/\s+/',$string);
|
||||||
// count matches that contain alphanumerics
|
// count matches that contain alphanumerics
|
||||||
$word_count = preg_grep('/[a-zA-Z0-9]/', $split_array);
|
$word_count = preg_grep('/[a-zA-Z0-9\\x80-\\xff]/', $split_array);
|
||||||
|
|
||||||
return count($word_count);
|
return count($word_count);
|
||||||
}
|
}
|
||||||
|
@@ -26,12 +26,14 @@ function smarty_modifier_escape($string, $esc_type = 'html')
|
|||||||
|
|
||||||
case 'hex':
|
case 'hex':
|
||||||
// escape every character into hex
|
// escape every character into hex
|
||||||
|
return = '';
|
||||||
for ($x=0; $x < strlen($string); $x++) {
|
for ($x=0; $x < strlen($string); $x++) {
|
||||||
$return .= '%' . bin2hex($string[$x]);
|
$return .= '%' . bin2hex($string[$x]);
|
||||||
}
|
}
|
||||||
return $return;
|
return $return;
|
||||||
|
|
||||||
case 'hexentity':
|
case 'hexentity':
|
||||||
|
return = '';
|
||||||
for ($x=0; $x < strlen($string); $x++) {
|
for ($x=0; $x < strlen($string); $x++) {
|
||||||
$return .= '&#x' . bin2hex($string[$x]) . ';';
|
$return .= '&#x' . bin2hex($string[$x]) . ';';
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user