Lines Matching refs:get_html_translation_table

2 Test get_html_translation_table() function : usage variations - unexpected table values
5 /* Prototype : array get_html_translation_table ( [int $table [, int $quote_style [, string charse…
11 * test get_html_translation_table() with unexpected value for argument $table
14 echo "*** Testing get_html_translation_table() : usage variations ***\n";
67 // loop through each element of the array and check the working of get_html_translation_table()
69 echo "\n--- Testing get_html_translation_table() by supplying different values for 'table' argument…
75 $v = get_html_translation_table($table, ENT_COMPAT, "UTF-8");
85 $v = get_html_translation_table($table, $quote_style, "UTF-8");
104 *** Testing get_html_translation_table() : usage variations ***
106 --- Testing get_html_translation_table() by supplying different values for 'table' argument ---
109 Warning: get_html_translation_table() expects parameter 1 to be long, array given in %s on line %d
112 Warning: get_html_translation_table() expects parameter 1 to be long, array given in %s on line %d
116 Warning: get_html_translation_table() expects parameter 1 to be long, array given in %s on line %d
119 Warning: get_html_translation_table() expects parameter 1 to be long, array given in %s on line %d
123 Warning: get_html_translation_table() expects parameter 1 to be long, array given in %s on line %d
126 Warning: get_html_translation_table() expects parameter 1 to be long, array given in %s on line %d
130 Warning: get_html_translation_table() expects parameter 1 to be long, array given in %s on line %d
133 Warning: get_html_translation_table() expects parameter 1 to be long, array given in %s on line %d
137 Warning: get_html_translation_table() expects parameter 1 to be long, array given in %s on line %d
140 Warning: get_html_translation_table() expects parameter 1 to be long, array given in %s on line %d
192 Warning: get_html_translation_table() expects parameter 1 to be long, string given in %s on line %d
195 Warning: get_html_translation_table() expects parameter 1 to be long, string given in %s on line %d
199 Warning: get_html_translation_table() expects parameter 1 to be long, string given in %s on line %d
202 Warning: get_html_translation_table() expects parameter 1 to be long, string given in %s on line %d
206 Warning: get_html_translation_table() expects parameter 1 to be long, object given in %s on line %d
209 Warning: get_html_translation_table() expects parameter 1 to be long, object given in %s on line %d
213 Warning: get_html_translation_table() expects parameter 1 to be long, string given in %s on line %d
216 Warning: get_html_translation_table() expects parameter 1 to be long, string given in %s on line %d
220 Warning: get_html_translation_table() expects parameter 1 to be long, string given in %s on line %d
223 Warning: get_html_translation_table() expects parameter 1 to be long, string given in %s on line %d
269 Warning: get_html_translation_table() expects parameter 1 to be long, resource given in %s on line …
272 Warning: get_html_translation_table() expects parameter 1 to be long, resource given in %s on line …