Home
last modified time | relevance | path

Searched refs:M (Results 1 – 25 of 222) sorted by last modified time

123456789

/php-src/
H A DUPGRADING75 opcache.jit_buffer_size=64M, respectively. This does not affect the default
H A Dphp.ini-development443 memory_limit = 128M
711 post_max_size = 8M
863 upload_max_filesize = 2M
H A Dphp.ini-production445 memory_limit = 128M
713 post_max_size = 8M
865 upload_max_filesize = 2M
H A D.travis.yml85 - ./travis/test.sh -d opcache.jit=tracing -d opcache.jit_buffer_size=64M
H A DEXTENSIONS158 Christoph M. Becker <cmb@php.net> (2016 - 2020)
242 Christoph M. Becker <cmb@php.net> (2018 - 2022)
305 Christoph M. Becker <cmb@php.net> (2015 - 2022)
/php-src/build/
H A Dlibtool.m42535 …od='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib) M[[0-9]][[0-9]]* Versi…
3643 …$CC -G${allow_undefined_flag} ${wl}-M ${wl}$lib.exp -h$soname -o $lib $predep_objects $libobjs $d…
3680 …$CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objec…
3691 …$CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $c…
6063 …$CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$…
6068 …$LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $…
/php-src/.github/workflows/
H A Dnightly.yml395 echo opcache.memory_consumption=256M >> /etc/php.d/opcache.ini
/php-src/docs/
H A Drelease-process.md674 * Set `date` to the release date in `j M Y` format (e.g. '5 Jan 2021')
810 * `date` to the release date in `j M Y` format (e.g. '9 Jan 2021')
H A Dmake.bat28 %SPHINXBUILD% -M %1 %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% %O%
32 %SPHINXBUILD% -M help %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% %O%
/php-src/ext/zend_test/tests/
H A Dobserver_fiber_functions_03.phpt12 memory_limit=100M
H A Dobserver_error_01.phpt10 memory_limit=2M
H A Dobserver_bug81435.phpt6 memory_limit=20M
H A Dobserver_bug81430_1.phpt6 memory_limit=20M
H A Dobserver_bug81430_2.phpt6 memory_limit=20M
/php-src/ext/fileinfo/tests/
H A Dbug78987.phpt6 memory_limit=512M
/php-src/ext/mysqlnd/
H A Dmysqlnd_portability.h152 #define float8get(V,M) { ((float8get_union *)&(V))->m[0] = *((zend_long*) (M)); \ argument
156 #define float4get(V,M) { *((float *) &(V)) = *((float*) (M)); } argument
158 #define floatget(V,M) memcpy((char*) &(V),(char*) (M),sizeof(float)) argument
224 #define float4get(V,M) do { float def_temp;\ argument
240 #define float8get(V,M) do { double def_temp;\ argument
252 #define float4get(V,M) memcpy((char*) &(V),(char*) (M),sizeof(float)) argument
264 #define float8get(V,M) do { double def_temp;\ argument
265 ((char*) &def_temp)[0]=(M)[4];\
266 ((char*) &def_temp)[1]=(M)[5];\
289 #define float8get(V,M) memcpy((char*) &(V),(char*) (M), sizeof(double)) argument
[all …]
/php-src/.circleci/
H A Dconfig.yml172 -d opcache.jit_buffer_size=64M \
/php-src/ext/standard/
H A Dbase64.c175 const uint8x16_t M = vqtbl2q_u8(maskLUT, lower_nibble); in decode_fromascii() local
177 *error = vceqq_u8(vandq_u8(M, bit), vdupq_n_u8(0)); in decode_fromascii()
716 const __m512i M = _mm512_shuffle_epi8(maskLUT, lower_nibble); in php_base64_decode_ex_avx512() local
718 const uint64_t match = _mm512_test_epi8_mask(M, bit); in php_base64_decode_ex_avx512()
/php-src/ext/random/
H A Dengine_mt19937.c94 #define M (397) /* a period parameter */ macro
108 for (uint32_t i = N - M; i--; ++p) { in mt19937_reload()
109 *p = twist(p[M], p[0], p[1]); in mt19937_reload()
111 for (uint32_t i = M; --i; ++p) { in mt19937_reload()
112 *p = twist(p[M-N], p[0], p[1]); in mt19937_reload()
114 *p = twist(p[M-N], p[0], state->state[0]); in mt19937_reload()
116 for (uint32_t i = N - M; i--; ++p) { in mt19937_reload()
117 *p = twist_php(p[M], p[0], p[1]); in mt19937_reload()
119 for (uint32_t i = M; --i; ++p) { in mt19937_reload()
120 *p = twist_php(p[M-N], p[0], p[1]); in mt19937_reload()
[all …]
/php-src/ext/standard/tests/file/
H A Dfile_get_contents_with_large_length.phpt4 memory_limit=128M
/php-src/ext/opcache/tests/jit/
H A Dqm_assign_004.phpt7 opcache.jit_buffer_size=1M
/php-src/ext/standard/tests/http/request_parse_body/
H A Dmultipart_options_post_max_size.phpt4 post_max_size=1M
H A Dmultipart_options_upload_max_filesize.phpt4 upload_max_filesize=1M
/php-src/.github/scripts/windows/
H A Dtest_task.bat86 …cache.enable_cli=1 -d opcache.protect_memory=1 -d opcache.jit_buffer_size=64M -d opcache.jit=traci…
/php-src/.github/actions/test-linux/
H A Daction.yml49 -d opcache.jit_buffer_size=64M \

Completed in 104 milliseconds

123456789