Lines Matching refs:as
33 /* Number of arguments not matching as specified in format field */
46 echo "\n*** Output for NULL as argument ***\n";
57 foreach( $float_variation as $float_var )
60 foreach( $float_numbers as $float_num )
76 foreach( $int_variation as $int_var )
79 foreach( $int_numbers as $int_num )
94 foreach( $int_numbers as $bin_num )
106 foreach( $char_variation as $char )
117 foreach( $int_numbers as $num )
128 foreach( $int_numbers as $unsig_num )
139 foreach( $int_numbers as $octal_num )
150 foreach( $int_numbers as $hexa_num )
163 foreach( $string_variation as $string_var )
165 foreach( $strings as $str )
180 foreach( $format_g as $formatg )
192 echo"\n\n*** Output for '%%%.2f' as the format parameter ***\n";
195 echo"\n\n*** Output for '%%' as the format parameter ***\n";
204 echo"\n\n*** Output for '%F' as the format parameter ***\n";
207 echo"\n\n*** Output for '%X' as the format parameter ***\n";
238 *** Output for NULL as argument ***
665 *** Output for '%%%.2f' as the format parameter ***
668 *** Output for '%%' as the format parameter ***
679 *** Output for '%F' as the format parameter ***
682 *** Output for '%X' as the format parameter ***