Home
last modified time | relevance | path

Searched refs:memory_limit (Results 1 – 25 of 42) sorted by relevance

12

/PHP-7.0/Zend/tests/
H A Dbug36568.phpt2 Bug #36568 (memory_limit has no effect)
5 if (!function_exists('memory_get_usage')) die('skip PHP is configured without memory_limit');
8 memory_limit=16M
11 ini_set("memory_limit", "32M");
12 echo ini_get("memory_limit");
H A Dbug43128.phpt4 memory_limit=128000000
H A Dbug40236.phpt11 $cmd = "\"$php\" -n -d memory_limit=4M -a \"".dirname(__FILE__)."\"/bug40236.inc";
H A Dbug40261.phpt4 memory_limit=128M
H A Dbug70253.phpt4 memory_limit=2M
H A Dmemory_get_peak_usage.phpt13 memory_limit=-1
H A Dbug40770.phpt4 memory_limit=8M
H A Dbug70258.phpt4 memory_limit=2M
H A Dbug54268.phpt4 memory_limit=8M
H A Dbug39438.phpt4 memory_limit=16M
/PHP-7.0/sapi/cli/tests/
H A D023.phpt15 memory_limit = 40M
17 memory_limit = 50M
19 memory_limit = 60M
21 memory_limit = 70M
30 $proc = proc_open("$php -c $ini_file -r 'echo ini_get(\"memory_limit\");'", $desc, $pipes);
/PHP-7.0/tests/lang/
H A Dbug45392.phpt2 Bug #45392 (ob_start()/ob_end_clean() and memory_limit)
13 ini_set('memory_limit', 100);
/PHP-7.0/ext/standard/tests/strings/
H A Dexplode_bug.phpt5 memory_limit=256M
H A Dbug27276.phpt5 ini_set("memory_limit", "12m");
/PHP-7.0/ext/oci8/tests/
H A Dpecl_bug10194.phpt2 PECL Bug #10194 (segfault in Instant Client when memory_limit is reached inside the callback)
13 memory_limit=10M
H A Dpecl_bug10194_blob.phpt2 PECL Bug #10194 (segfault in Instant Client when memory_limit is reached inside the callback)
14 memory_limit=3M
H A Dpecl_bug10194_blob_64.phpt2 PECL Bug #10194 (segfault in Instant Client when memory_limit is reached inside the callback)
14 memory_limit=6M
/PHP-7.0/ext/standard/tests/general_functions/
H A Descapeshellarg_bug71270.phpt5 ini_set('memory_limit', -1);
H A Descapeshellcmd_bug71270.phpt5 ini_set('memory_limit', -1);
/PHP-7.0/ext/iconv/tests/
H A Dob_iconv_handler-charset-length-cve-2007-4840.phpt6 memory_limit=256M
/PHP-7.0/Zend/tests/generators/
H A Dyield_from_deep_recursion.phpt5 ini_set("memory_limit", "512M");
/PHP-7.0/ext/standard/tests/array/
H A Darray_sum.phpt5 memory_limit=128M
/PHP-7.0/ext/zlib/tests/
H A Dbug74240.phpt12 ini_set('memory_limit', '64M');
/PHP-7.0/ext/exif/tests/
H A Dbug54002.phpt4 memory_limit=-1
/PHP-7.0/ext/mysqli/tests/
H A Dmysqli_fetch_array_large.phpt9 memory_limit=-1
122 $limit = (ini_get('memory_limit') > 0) ? parse_memory_limit(ini_get('memory_limit')) : pow(2, 32);

Completed in 27 milliseconds

12