Lines Matching refs:money_format
2 Test money_format() function : usage variations - test values for $format argument
5 if (!function_exists('money_format')) {
6 die("SKIP money_format - not supported\n");
11 /* Prototype : string money_format ( string $format , float $number )
20 echo "*** Testing money_format() function: with unexpected inputs for 'format' argument ***\n";
91 // loop through with each element of the $formats array to test money_format() function
97 echo gettype(money_format($format, $value))."\n";
107 *** Testing money_format() function: with unexpected inputs for 'format' argument ***
128 Warning: money_format() expects parameter 1 to be string, array given in %s on line %d
132 Warning: money_format() expects parameter 1 to be string, array given in %s on line %d
136 Warning: money_format() expects parameter 1 to be string, array given in %s on line %d
160 Warning: money_format() expects parameter 1 to be string, object given in %s on line %d
166 Warning: money_format() expects parameter 1 to be string, resource given in %s on line %d