Lines Matching refs:values
2 Test get_html_translation_table() function : usage variations - unexpected table values
25 // array with different values
26 $values = array (
28 // array values
35 // boolean values
41 // string values
68 // when $table arugment is supplied with different values
69 echo "\n--- Testing get_html_translation_table() by supplying different values for 'table' argument…
71 for($index = 0; $index < count($values); $index ++) {
73 $table = $values [$index];
98 --- Testing get_html_translation_table() by supplying different values for 'table' argument ---