--TEST-- Symfony StubNumberFormatterTest#testFormatTypeInt32Intl #6 --SKIPIF-- --FILE-- format() TYPE_INT32 formats inconsistently an integer if out of the 32 bit range.";}'); var_dump($unit_test_args); // execute the code from #testFormatTypeInt32Intl $unit_test_args[0]->format($unit_test_args[1], \NumberFormatter::TYPE_INT32); echo "== didn't crash ==".PHP_EOL; ?> --EXPECT-- array(4) { [0]=> object(NumberFormatter)#1 (0) { } [1]=> float(2147483648) [2]=> string(21) "(SFD2,147,483,648.00)" [3]=> string(83) "->format() TYPE_INT32 formats inconsistently an integer if out of the 32 bit range." } == didn't crash ==