Searched refs:memory_limit (Results 1 – 25 of 91) sorted by relevance
1234
/PHP-8.4/Zend/tests/ |
H A D | bug36568.phpt | 2 Bug #36568 (memory_limit has no effect) 4 memory_limit=16M 7 ini_set("memory_limit", "32M"); 8 echo ini_get("memory_limit");
|
H A D | bug81104.phpt | 4 memory_limit=5M 14 ini_set('memory_limit', '10M');
|
H A D | new_oom.inc | 4 ini_set('memory_limit', ($mb_used + 1) . 'M');
|
H A D | object_gc_in_shutdown.phpt | 5 ini_set('memory_limit', '2M');
|
H A D | memory_reset_peak_usage.phpt | 10 memory_limit=-1
|
H A D | bug43128.phpt | 4 memory_limit=128000000
|
H A D | bug40236.phpt | 10 $cmd = "$php -n -d memory_limit=4M -a \"".__DIR__."\"/bug40236.inc";
|
H A D | bug71818.phpt | 22 ini_set('memory_limit', '20M');
|
H A D | bug81070.phpt | 10 ini_set("memory_limit", "3M");
|
/PHP-8.4/sapi/cli/tests/ |
H A D | 023.phpt | 16 memory_limit = 40M 18 memory_limit = 50M 20 memory_limit = 60M 22 memory_limit = 70M 31 $proc = proc_open("$php -c $ini_file_escaped -r 'echo ini_get(\"memory_limit\");'", $desc, $pipes);
|
/PHP-8.4/sapi/fpm/tests/ |
H A D | bug75212-php-value-in-user-ini.phpt | 20 php_admin_value[memory_limit]=32M 27 var_dump(ini_get('memory_limit'), ini_get('date.timezone')); 32 memory_limit=64M
|
/PHP-8.4/ext/standard/tests/file/ |
H A D | gh13136.phpt | 41 $old_limit = ini_get("memory_limit"); 42 ini_set("memory_limit", memory_get_usage(true) + 5 * 1024 * 1024); 44 ini_set("memory_limit", $old_limit);
|
/PHP-8.4/ext/standard/tests/strings/ |
H A D | wordwrap_memory_limit.phpt | 2 No overflow should occur during the memory_limit check for wordwrap() 9 memory_limit=128M
|
H A D | wordwrap_memory_limit_32bit.phpt | 2 No overflow should occur during the memory_limit check for wordwrap() 9 memory_limit=128M
|
H A D | explode_bug.phpt | 5 memory_limit=256M
|
H A D | bug27276.phpt | 5 ini_set("memory_limit", "12m");
|
/PHP-8.4/tests/lang/ |
H A D | bug45392.phpt | 2 Bug #45392 (ob_start()/ob_end_clean() and memory_limit) 20 ini_set('memory_limit', "2M");
|
/PHP-8.4/ext/iconv/tests/ |
H A D | ob_iconv_handler-charset-length-cve-2007-4840.phpt | 6 memory_limit=256M
|
/PHP-8.4/ext/standard/tests/streams/ |
H A D | bug78326.phpt | 4 memory_limit=32M
|
/PHP-8.4/ext/standard/tests/general_functions/ |
H A D | escapeshellcmd_bug71270.phpt | 5 ini_set('memory_limit', -1);
|
H A D | escapeshellarg_bug71270.phpt | 5 ini_set('memory_limit', -1);
|
/PHP-8.4/Zend/tests/generators/ |
H A D | yield_from_deep_recursion.phpt | 5 ini_set("memory_limit", "512M");
|
/PHP-8.4/tests/output/ |
H A D | gh15179.phpt | 6 memory_limit=64M
|
/PHP-8.4/ext/zlib/tests/ |
H A D | bug74240.phpt | 8 ini_set('memory_limit', '64M');
|
/PHP-8.4/ext/gd/tests/ |
H A D | bug77270.phpt | 4 memory_limit=-1
|
Completed in 21 milliseconds
1234