12345678910111213 |
- Bug
- <?php
- if (getenv("USE_ZEND_ALLOC") === "0") die("skip requires zmm");
- ?>
- <?php
- $a = str_repeat("0", 5 * 1024 * 1024);
- ini_set("memory_limit", "3M");
- ?>
- Warning: Failed to set memory limit to 3145728 bytes (Current memory usage is %d bytes) in %s on line %d
|