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/strings/ |
Current File : //usr/local/src/php7/php-7.0.5/ext/standard/tests/strings/strripos_offset.phpt |
--TEST-- strripos() offset integer overflow --SKIPIF-- <?php if (PHP_INT_SIZE !== 4) die("skip this test is for 32-bit only"); --FILE-- <?php var_dump(strripos("t", "t", PHP_INT_MAX+1)); var_dump(strripos("tttt", "tt", PHP_INT_MAX+1)); var_dump(strripos(100, 101, PHP_INT_MAX+1)); var_dump(strripos(1024, 1024, PHP_INT_MAX+1)); var_dump(strripos(array(), array(), PHP_INT_MAX+1)); var_dump(strripos(1024, 1024, -PHP_INT_MAX)); var_dump(strripos(1024, "te", -PHP_INT_MAX)); var_dump(strripos(1024, 1024, -PHP_INT_MAX-1)); var_dump(strripos(1024, "te", -PHP_INT_MAX-1)); echo "Done\n"; ?> --EXPECTF-- Warning: strripos() expects parameter 3 to be integer, float given in %s on line %d bool(false) Warning: strripos() expects parameter 3 to be integer, float given in %s on line %d bool(false) Warning: strripos() expects parameter 3 to be integer, float given in %s on line %d bool(false) Warning: strripos() expects parameter 3 to be integer, float given in %s on line %d bool(false) Warning: strripos() expects parameter 1 to be string, array given in %s on line %d bool(false) Warning: strripos(): Offset is greater than the length of haystack string in %s on line %d bool(false) Warning: strripos(): Offset is greater than the length of haystack string in %s on line %d bool(false) Warning: strripos(): Offset is greater than the length of haystack string in %s on line %d bool(false) Warning: strripos(): Offset is greater than the length of haystack string in %s on line %d bool(false) Done
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare