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/file/ |
Current File : //usr/local/src/php7/php-7.0.5/ext/standard/tests/file/fstat_variation3.phpt |
--TEST-- Test function fstat() by substituting argument 1 with emptyUnsetUndefNull values. --FILE-- <?php $unset_var = 10; unset($unset_var); $variation_array = array( 'unset var' => @$unset_var, 'undefined var' => @$undefined_var, 'empty string DQ' => "", 'empty string SQ' => '', 'uppercase NULL' => NULL, 'lowercase null' => null, ); foreach ( $variation_array as $var ) { var_dump(fstat( $var ) ); } ?> ===DONE=== --EXPECTF-- Warning: fstat() expects parameter 1 to be resource, null given in %s on line %d bool(false) Warning: fstat() expects parameter 1 to be resource, null given in %s on line %d bool(false) Warning: fstat() expects parameter 1 to be resource, string given in %s on line %d bool(false) Warning: fstat() expects parameter 1 to be resource, string given in %s on line %d bool(false) Warning: fstat() expects parameter 1 to be resource, null given in %s on line %d bool(false) Warning: fstat() expects parameter 1 to be resource, null given in %s on line %d bool(false) ===DONE===
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare