Home
last modified time | relevance | path

Searched refs:memory_limit (Results 26 – 50 of 54) sorted by relevance

123

/PHP-7.2/Zend/tests/
H A Dbug76846.phpt4 memory_limit=33M
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 Dbug74093.phpt10 memory_limit=1G
H A Dbug54268.phpt4 memory_limit=8M
H A Dbug39438.phpt4 memory_limit=16M
H A Dbug55509.phpt58 memory_limit=2100M
/PHP-7.2/ext/exif/tests/
H A Dbug54002.phpt4 memory_limit=-1
/PHP-7.2/ext/gd/tests/
H A Dbug77269.phpt9 memory_limit=2G
H A Dbug77272.phpt4 memory_limit=-1
H A Dbug77479.phpt9 memory_limit=-1
/PHP-7.2/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);
H A Dmysqli_stmt_bind_param_many_columns.phpt10 memory_limit=256M
H A Dmysqli_insert_packet_overflow.phpt21 memory_limit=256M
H A Dbug42378.phpt10 memory_limit=83886080
H A Dmysqli_stmt_bind_result_format.phpt10 memory_limit=83886080
H A Dmysqli_stmt_bind_result.phpt283 if (($IS_MYSQLND) || (!$IS_MYSQLND && (ini_get('memory_limit') > 4294967296))) {
/PHP-7.2/ext/standard/tests/strings/
H A Dstr_pad_variation5.phpt4 memory_limit=128M
/PHP-7.2/main/
H A Dphp_globals.h68 zend_long memory_limit; member
H A Dmain.c187 PG(memory_limit) = zend_atol(ZSTR_VAL(new_value), (int)ZSTR_LEN(new_value)); in PHP_INI_MH()
189 PG(memory_limit) = 1<<30; /* effectively, no limit */ in PHP_INI_MH()
191 return zend_set_memory_limit(PG(memory_limit)); in PHP_INI_MH()
1245 zend_set_memory_limit(PG(memory_limit)); in php_error_cb()
1859 (size_t)PG(memory_limit) < zend_memory_usage(1) in php_request_shutdown()
/PHP-7.2/ext/standard/tests/file/
H A Ddisk_free_space_basic.phpt8 memory_limit=32M
/PHP-7.2/ext/pdo_oci/tests/
H A Dbug60994.phpt31 …) . 'xyz'; // 8193 chars total works fine here (even 1 million works fine, subject to memory_limit)
/PHP-7.2/win32/build/
H A DMakefile183 … -n -c $(PHP_TEST_INI_PATH) -d open_basedir= -d output_buffering=0 -d memory_limit=-1 run-tests.ph…
/PHP-7.2/Zend/
H A Dzend_alloc.h224 ZEND_API int zend_set_memory_limit(size_t memory_limit);

Completed in 44 milliseconds

123