Home
last modified time | relevance | path

Searched refs:memory (Results 26 – 50 of 342) sorted by path

12345678910>>...14

/PHP-7.4/Zend/tests/
H A Dbug55509.phpt2 Bug #55509 (segfault on x86_64 using more than 2G memory)
15 // check the available memory
27 die('skip Not enough memory.');
46 die('skip Not enough memory.');
53 die('skip Not enough memory.');
78 Fatal error: Allowed memory size of %d bytes exhausted%s(tried to allocate %d bytes) in %sbug55509.…
H A Dbug64660.phpt2 Bug #64660 (Segfault on memory exhaustion within function definition)
10 Parse error: memory exhausted in %s on line %d
H A Dbug68412.phpt25 Fatal error: Allowed memory size of %d bytes exhausted%s(tried to allocate %d bytes) in %sbug68412.…
H A Dbug70258.phpt2 Bug #70258 (Segfault if do_resize fails to allocated memory)
28 Fatal error: Allowed memory size of 2097152 bytes exhausted%s(tried to allocate %d bytes) in %s on …
H A Dbug70914.phpt12 $db = new PDO('sqlite::memory:');
H A Dbug71067.phpt2 Bug #71067 (Local object in class method stays in memory for each call)
H A Dbug71859.phpt2 Bug #71859 (zend_objects_store_call_destructors operates on realloced memory, crashing)
12 //Returns to zend_objects_store_call_destructors, to access freed memory.
H A Dbug72216.phpt2 Bug #72216 (Return by reference with finally is not memory safe)
H A Dbug76754.phpt2 Bug #76754 (parent private constant in extends class memory leak)
H A Dbug76846.phpt2 Bug #76846: Segfault in shutdown function after memory limit error
26 Fatal error: Allowed memory size of %d bytes exhausted%s(tried to allocate %d bytes) in %s on line …
H A Dbug76901.phpt2 Bug #76901: method_exists on SPL iterator passthrough method corrupts memory
H A Dbug81070.phpt2 Bug #81070 Setting memory limit to below current usage
13 Warning: Failed to set memory limit to 3145728 bytes (Current memory usage is %d bytes) in %s on li…
H A Dbug81104.phpt2 Bug #81104: Warning: "Failed to set memory limit to ... bytes" emitted after exit in debug
H A Dconstant_expressions.phpt35 // Test for memory leaks
H A Dobject_handlers.phpt2 Magic object handlers segfaults and memory errors
H A Dtemporary_cleaning_003.phpt2 Fundamental memory leak test on temporaries
/PHP-7.4/Zend/tests/generators/
H A Dbug71441.phpt6 $num = 2000; /* to be sure to be in wild memory */
H A Dignored_send_leak.phpt2 Ignoring a sent value shouldn't leak memory
/PHP-7.4/Zend/tests/traits/
H A Dbug55372.phpt2 Bug #55372 (Literal handling in methods is inconsistent, causing memory corruption)
/PHP-7.4/azure/
H A Dcommunity_job.yml13 # avoid the exit, which allows us to also check for memory leaks. Otherwise we use
H A Dmsan_job.yml17 export CFLAGS="-fsanitize=memory -DZEND_TRACK_ARENA_ALLOC"
18 export LDFLAGS="-fsanitize=memory"
/PHP-7.4/build/
H A Dlibtool.m43292 # default) and relocated if they conflict, which is a slow very memory
5491 # default) and relocated if they conflict, which is a slow very memory
/PHP-7.4/
H A Dconfigure.ac1485 PHP_ADD_SOURCES(main/streams, streams.c cast.c memory.c filter.c \
/PHP-7.4/docs/
H A Dparameter-parsing-api.md111 Both mistakes might cause memory corruptions and segfaults:
H A Dstreams.md116 If you want to read the contents of a stream into an allocated memory buffer,
128 memory when you are done. As with `copy_to_stream`, this function will try use
211 `FILE*` on top of any stream, which is useful for SSL sockets, memory based
301 * `persistent` controls how the memory is to be allocated - persistently so that
315 Some great great pains have been taken to hook into the Zend memory manager to
325 `php_stream`. For example, you might need a pointer to some memory for memory

Completed in 48 milliseconds

12345678910>>...14