Home
last modified time | relevance | path

Searched refs:memory (Results 101 – 125 of 342) sorted by relevance

12345678910>>...14

/PHP-7.4/Zend/tests/
H A Dbug71067.phpt2 Bug #71067 (Local object in class method stays in memory for each call)
H A Dbug40236.phpt2 Bug #40236 (php -a function allocation eats memory)
H A Dbug40261.phpt2 Bug #40261 (Extremely slow data handling due to memory fragmentation)
H A Dbug81104.phpt2 Bug #81104: Warning: "Failed to set memory limit to ... bytes" emitted after exit in debug
/PHP-7.4/ext/spl/tests/
H A DSplTempFileObject_constructor_maxmemory_basic.phpt2 SPL SplTempFileObject constructor sets correct values when passed fixed memory size
H A Ddllist_memleak.phpt2 SPL: DoublyLinkedList: memory leak when iterator pointer isn't at the last element
/PHP-7.4/ext/reflection/tests/
H A Dbug51911.phpt2 Bug #51911 (ReflectionParameter::getDefaultValue() memory leaks with constant array)
/PHP-7.4/ext/standard/tests/file/
H A Dfgetcsv_variation32.phpt10 $stream = fopen('php://memory', 'w+');
/PHP-7.4/ext/fileinfo/tests/
H A Dbug68735.phpt2 Bug #68735 fileinfo out-of-bounds memory access
/PHP-7.4/ext/openssl/tests/
H A Dbug71475.phpt2 Bug #71475: openssl_seal() uninitialized memory usage
/PHP-7.4/ext/com_dotnet/tests/
H A Dbug39606.phpt2 COM: Loading typelib corrupts memory
/PHP-7.4/ext/curl/tests/
H A Dbug79199.phpt2 Bug #79199 (curl_copy_handle() memory leak)
/PHP-7.4/ext/standard/tests/streams/
H A Dbug68948.phpt8 $stream = fopen("php://memory", "r+");
/PHP-7.4/ext/pdo_sqlite/tests/
H A Dpdo_sqlite_statement_getattribute.phpt8 $db = new PDO('sqlite::memory:');
H A Dbug52487.phpt2 Bug #52487 (PDO::FETCH_INTO leaks memory)
/PHP-7.4/tests/lang/
H A Dbug45392.phpt23 Fatal error: Allowed memory size of %d bytes exhausted%s
/PHP-7.4/Zend/tests/traits/
H A Dbug55372.phpt2 Bug #55372 (Literal handling in methods is inconsistent, causing memory corruption)
/PHP-7.4/ext/oci8/tests/
H A Dpecl_bug10194_blob.phpt18 // This test is dependent on the behavior of the memory manager
58 Fatal error: Allowed memory size of %d bytes exhausted%s(tried to allocate %d bytes) in %s on line …
H A Dpecl_bug10194_blob_64.phpt18 // This test is dependent on the behavior of the memory manager
59 Fatal error: Allowed memory size of %d bytes exhausted%s(tried to allocate %d bytes) in %s on line …
/PHP-7.4/ext/pdo_pgsql/tests/
H A Dbug46274.phpt27 $blob = fopen('php://memory', 'a');
39 $blob = fopen('php://memory', 'a');
/PHP-7.4/ext/phar/tests/tar/
H A Dbug71504.phpt2 Bug #71504: Parsing of tar file with duplicate filenames causes memory leak
/PHP-7.4/ext/soap/tests/bugs/
H A Dbug29236.phpt2 Bug #29236 (memory error when wsdl-cache is enabled)
/PHP-7.4/ext/standard/tests/filters/
H A Dbug46164-1.phpt16 $fd = fopen('php://memory','w');
/PHP-7.4/ext/libxml/tests/
H A D003.phpt2 libxml_use_internal_errors() memory leaks
/PHP-7.4/Zend/
H A DREADME.md3 ## Zend memory manager
7 The goal of the new memory manager (available since PHP 5.2) is to reduce memory
8 allocation overhead and speedup memory management.
27 that valgrind can correctly track the memory leaks in shared extensions. For

Completed in 53 milliseconds

12345678910>>...14