And what happens if you try to allocate 3M of data?

$foo = str_repeat('.', 3145728);
Nothing. It does it without any errors. I can allocate up to 20MB (well a little bit less of course).

Regards,
Samy

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to