Lines Matching refs:get_html_translation_table

2 Test get_html_translation_table() function : usage variations - unexpected quote_style values
5 /* Prototype : array get_html_translation_table ( [int $table [, int $quote_style [, string charse…
11 * test get_html_translation_table() with unexpteced value for argument $quote_style
17 echo "*** Testing get_html_translation_table() : usage variations ***\n";
70 // loop through each element of the array and check the working of get_html_translation_table()
72 echo "\n--- Testing get_html_translation_table() by supplying different values for 'quote_style' ar…
78 var_dump( get_html_translation_table($table, $quote_style) );
86 *** Testing get_html_translation_table() : usage variations ***
88 --- Testing get_html_translation_table() by supplying different values for 'quote_style' argument -…
91 Warning: get_html_translation_table() expects parameter 2 to be long, array given in %s on line %s
95 Warning: get_html_translation_table() expects parameter 2 to be long, array given in %s on line %s
99 Warning: get_html_translation_table() expects parameter 2 to be long, array given in %s on line %s
103 Warning: get_html_translation_table() expects parameter 2 to be long, array given in %s on line %s
107 Warning: get_html_translation_table() expects parameter 2 to be long, array given in %s on line %s
151 Warning: get_html_translation_table() expects parameter 2 to be long, string given in %s on line %s
155 Warning: get_html_translation_table() expects parameter 2 to be long, string given in %s on line %s
159 Warning: get_html_translation_table() expects parameter 2 to be long, object given in %s on line %s
163 Warning: get_html_translation_table() expects parameter 2 to be long, string given in %s on line %s
167 Warning: get_html_translation_table() expects parameter 2 to be long, string given in %s on line %s
189 Warning: get_html_translation_table() expects parameter 2 to be long, resource given in %s on line …