--TEST-- Implicit float to int conversions when float too large should warn, string offset variant, 32bit variant --SKIPIF-- --FILE-- --EXPECTF-- int(0) int(2147483647) Attempt to read Float Warning: String offset cast occurred in %s on line %d string(1) "H" Float variable Warning: String offset cast occurred in %s on line %d string(1) "H" Float casted to string compile TypeError Float string variable TypeError Attempt to assign Float Warning: String offset cast occurred in %s on line %d string(34) "Eere is some text for good measure" Float variable Warning: String offset cast occurred in %s on line %d string(34) "Eere is some text for good measure" TypeError string(34) "Here is some text for good measure" TypeError string(34) "Here is some text for good measure"