Home
last modified time | relevance | path

Searched refs:memory_limit (Results 1 – 25 of 60) sorted by path

123

/PHP-7.4/Zend/tests/
H A Dbug36568.phpt2 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 Dbug39438.phpt4 memory_limit=16M
H A Dbug40236.phpt11 $cmd = "\"$php\" -n -d memory_limit=4M -a \"".__DIR__."\"/bug40236.inc";
H A Dbug40261.phpt4 memory_limit=128M
H A Dbug40770.phpt4 memory_limit=8M
H A Dbug43128.phpt4 memory_limit=128000000
H A Dbug54268.phpt4 memory_limit=8M
H A Dbug55509.phpt58 memory_limit=2100M
H A Dbug70258.phpt4 memory_limit=2M
H A Dbug71818.phpt22 ini_set('memory_limit', '20M');
H A Dbug74093.phpt10 memory_limit=1G
H A Dbug76846.phpt4 memory_limit=33M
H A Dbug78010.phpt4 memory_limit=2G
H A Dbug81070.phpt10 ini_set("memory_limit", "3M");
H A Dbug81104.phpt4 memory_limit=5M
13 ini_set('memory_limit', '10M');
H A Dmemory_get_peak_usage.phpt13 memory_limit=-1
H A Dobject_gc_in_shutdown.phpt5 ini_set('memory_limit', '2M');
H A Druntime_compile_time_binary_operands.phpt4 memory_limit=256M
/PHP-7.4/Zend/tests/generators/
H A Dyield_from_deep_recursion.phpt5 ini_set("memory_limit", "512M");
/PHP-7.4/Zend/
H A Dzend_alloc.c2660 ZEND_API int zend_set_memory_limit(size_t memory_limit) argument
2663 if (memory_limit < ZEND_MM_CHUNK_SIZE) {
2664 memory_limit = ZEND_MM_CHUNK_SIZE;
2666 if (UNEXPECTED(memory_limit < AG(mm_heap)->real_size)) {
2669 AG(mm_heap)->limit = memory_limit;
H A Dzend_alloc.h222 ZEND_API int zend_set_memory_limit(size_t memory_limit);
/PHP-7.4/ext/exif/tests/
H A Dbug54002.phpt4 memory_limit=-1
/PHP-7.4/ext/fileinfo/tests/
H A Dbug78987.phpt6 memory_limit=512M
/PHP-7.4/ext/gd/tests/
H A Dbug77269.phpt9 memory_limit=2G
H A Dbug77270.phpt4 memory_limit=-1

Completed in 43 milliseconds

123