Home
last modified time | relevance | path

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

12

/PHP-5.3/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 Dbug40770.phpt4 memory_limit=8M
H A Dbug54268.phpt4 memory_limit=8M
H A Dbug39438.phpt4 memory_limit=16M
H A Dbug55509.phpt51 memory_limit=2100M
/PHP-5.3/tests/lang/
H A Dbug45392.phpt2 Bug #45392 (ob_start()/ob_end_clean() and memory_limit)
13 ini_set('memory_limit', 100);
/PHP-5.3/ext/standard/tests/strings/
H A Dexplode_bug.phpt5 memory_limit=256M
H A Dbug27276.phpt5 ini_set("memory_limit", "12m");
H A Dstr_pad_variation5.phpt4 memory_limit=128M
/PHP-5.3/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-5.3/ext/sqlite/tests/
H A Dsqlite_027.phpt7 memory_limit=-1
/PHP-5.3/ext/iconv/tests/
H A Dob_iconv_handler-charset-length-cve-2007-4840.phpt6 memory_limit=256M
/PHP-5.3/ext/standard/tests/array/
H A Darray_sum.phpt5 memory_limit=128M
/PHP-5.3/ext/exif/tests/
H A Dbug54002.phpt4 memory_limit=-1
/PHP-5.3/tests/output/
H A Dbug63377.phpt52 ini_set('memory_limit', '3072M');
/PHP-5.3/main/
H A Dphp_globals.h80 long memory_limit; member
/PHP-5.3/ext/standard/tests/file/
H A Ddisk_free_space_basic.phpt4 memory_limit=32M
/PHP-5.3/ext/mysqli/tests/
H A Dmysqli_fetch_array_large.phpt120 $limit = (ini_get('memory_limit') > 0) ? parse_memory_limit(ini_get('memory_limit')) : pow(2, 32);
H A Dmysqli_stmt_bind_param_many_columns.phpt10 memory_limit=256M
H A Dmysqli_insert_packet_overflow.phpt21 memory_limit=256M

Completed in 24 milliseconds

12