Searched refs:memory (Results 1 – 25 of 342) sorted by relevance
12345678910>>...14
/PHP-7.4/ext/standard/tests/streams/ |
H A D | bug61371.phpt | 2 Bug #61371: stream_context_create() causes memory leaks on use streams_socket_create 14 echo 'memory: '.round($current / 1024, 0)."kb\n"; 31 memory: %dkb 33 memory: %dkb 35 memory: %dkb 36 memory: %dkb 38 memory: %dkb 40 memory: %dkb
|
H A D | bug61371-unix.phpt | 2 Bug #61371: stream_context_create() causes memory leaks on use streams_socket_create 19 echo 'memory: '.round($current / 1024, 0)."kb\n"; 36 memory: %dkb 38 memory: %dkb 40 memory: %dkb 41 memory: %dkb 43 memory: %dkb 45 memory: %dkb
|
H A D | bug44818.phpt | 2 Bug #44818 (php://memory writeable when opened read only) 12 test("php://memory","r"); 13 test("php://memory","r+"); 18 php://memory, r 23 php://memory, r+
|
H A D | bug75031.phpt | 2 Bug #75031: Append mode in php://temp and php://memory 16 test_75031("php://memory", "w+"); 18 test_75031("php://memory", "a+");
|
H A D | bug78506.phpt | 17 $source_resource = fopen('php://memory', 'rb+'); 23 var_dump(stream_copy_to_stream($source_resource, fopen('php://memory', 'wb')));
|
/PHP-7.4/ext/sysvsem/tests/ |
H A D | sysv.phpt | 2 General semaphore and shared memory test 11 $MEMSIZE = 512; // size of shared memory to allocate 34 echo "Fail to attach shared memory.\n"; 38 echo "Success to attach shared memory : $shm_id.\n"; 47 echo "Write var1 to shared memory.\n"; 56 echo "Write var2 to shared memory.\n"; 80 // remove shared memory segmant from SysV 104 Success to attach shared memory : %s. 105 Write var1 to shared memory. 106 Write var2 to shared memory. [all …]
|
/PHP-7.4/ext/shmop/tests/ |
H A D | 001.phpt | 13 $write_d2 = "test #2 append data to shared memory segment"; 33 echo "data in memory is: " . shmop_read($shm_id, 0, $written) . "\n"; 45 echo "data in memory is: " . shmop_read($shm_id, 0, $written) . "\n"; 47 /* try to append data to the shared memory segment, this should fail */ 68 echo "data in memory is: " . shmop_read($shm_id, 0, strlen($write_d1 . $write_d2)) . "\n"; 83 data in memory is: test #1 of the shmop() extension 85 data in memory is: test #1 of the shmop() extension 90 data in memory is: test #1 of the shmop() extensiontest #2 append data to shared memory segment
|
/PHP-7.4/ext/standard/tests/file/ |
H A D | bug71882.phpt | 2 Bug #71882 (Negative ftruncate() on php://memory exhausts memory) 5 $fd = fopen("php://memory", "w+");
|
H A D | bug79099.phpt | 5 $stream = fopen('php://memory', 'w+'); 12 $stream = fopen('php://memory', 'w+'); 19 $stream = fopen('php://memory', 'w+');
|
H A D | bug52820.phpt | 13 if (!curl_setopt($handle, CURLOPT_STDERR, fopen("php://memory", "w+"))) 33 fclose(do_stuff("php://memory")); 39 zend_leak_variable(do_stuff("php://memory")); 48 memory stream (close after): 58 memory stream (leak):
|
/PHP-7.4/Zend/tests/ |
H A D | bug81070.phpt | 2 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 D | bug55509.phpt | 2 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 D | bug64660.phpt | 2 Bug #64660 (Segfault on memory exhaustion within function definition) 10 Parse error: memory exhausted in %s on line %d
|
H A D | bug76846.phpt | 2 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 D | bug40770.phpt | 2 Bug #40770 (Apache child exits when PHP memory limit reached) 22 Fatal error: Allowed memory size of 8388608 bytes exhausted%s(tried to allocate %d bytes) in %s on …
|
H A D | bug70258.phpt | 2 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 …
|
/PHP-7.4/ext/zlib/tests/ |
H A D | deflate_init_error.phpt | 14 var_dump(deflate_init(ZLIB_ENCODING_DEFLATE, ['memory' => 0])); 15 var_dump(deflate_init(ZLIB_ENCODING_DEFLATE, ['memory' => 10])); 27 Warning: deflate_init(): compression memory level (0) must be within 1..9 in %s on line %d 30 Warning: deflate_init(): compression memory level (10) must be within 1..9 in %s on line %d
|
/PHP-7.4/ext/pdo_sqlite/tests/ |
H A D | bug43831.phpt | 23 $foo = new Foo("sqlite::memory:"); 28 $bar = new Bar("sqlite::memory:"); 34 $bar = new PDO("sqlite::memory:", null, null, array(PDO::ATTR_PERSISTENT => true)); 35 $baz = new MyPDO("sqlite::memory:", null, null, array(PDO::ATTR_PERSISTENT => true));
|
H A D | bug35336.phpt | 15 $a = new PDO("sqlite::memory:");// pool ("sqlite::memory:");
|
/PHP-7.4/ext/sysvshm/ |
H A D | config.m4 | 2 [whether to enable System V shared memory support], 4 [Enable the System V shared memory support])])
|
/PHP-7.4/ext/sqlite3/tests/ |
H A D | sqlite3_prepare_001.phpt | 2 SQLite3 - memory leak on SQLite3Result and SQLite3Stmt 9 $class = new SQLite3(':memory:');
|
/PHP-7.4/ext/spl/tests/ |
H A D | SplTempFileObject_constructor_memory_lt1_variation.phpt | 10 string(12) "php://memory" 12 string(12) "php://memory"
|
H A D | observer_010.phpt | 2 SPL: SplObjectStorage null coalescing operator memory leak 5 // In zts mode, this should no longer detect memory leaks for the objects
|
/PHP-7.4/ext/gd/tests/ |
H A D | bug73161.phpt | 2 Bug #73161 (imagecreatefromgd2() may leak memory) 4 We're testing for a memory leak that might not even show up with valgrind.
|
/PHP-7.4/ext/zip/tests/ |
H A D | bug76524.phpt | 2 ZipArchive Bug #76524 (memory leak with ZipArchive::OVERWRITE flag and empty archive) 24 ok((?!memory leaks detected).)*
|
Completed in 31 milliseconds
12345678910>>...14