/
usr
/
local
/
lsws
/
phpbuild
/
php-8.0.7
/
tests
/
lang
/
File Upload :
llllll
Current File: //usr/local/lsws/phpbuild/php-8.0.7/tests/lang/bug28800.phpt
--TEST-- Bug #28800 (Incorrect string to number conversion for strings starting with 'inf') --FILE-- <?php $strings = array('into', 'info', 'inf', 'infinity', 'infin', 'inflammable'); foreach ($strings as $v) { try { echo ($v+0)."\n"; } catch (\TypeError $e) { echo $e->getMessage() . \PHP_EOL; } } ?> --EXPECT-- Unsupported operand types: string + int Unsupported operand types: string + int Unsupported operand types: string + int Unsupported operand types: string + int Unsupported operand types: string + int Unsupported operand types: string + int
Copyright ©2k19 -
Hexid
|
Tex7ure