global statement removal: hphp/test [7/x]
[hiphop-php.git] / hphp / test / quick / string_replace_overflow.php
blob0869e747442ebf87f855a31a88d8fa024107a0f1
1 <?hh
3 str_replace("A", str_repeat("B",268435456), "AAAAAAAAAAAAAAAA");