Searched refs:shm_attach (Results 1 – 13 of 13) sorted by relevance
/PHP-8.0/ext/sysvshm/tests/ |
H A D | 002.phpt | 2 shm_attach() tests 14 shm_attach(-1, 0); 20 shm_attach(0, -1); 26 shm_attach(123, -1); 32 shm_attach($key, -1); 38 shm_attach($key, 0); 43 var_dump($s = shm_attach($key, 1024)); 45 var_dump($s = shm_attach($key, 1024)); 47 var_dump($s = shm_attach($key, 1024, 0666)); 50 var_dump($s = shm_attach($key, 1024)); [all …]
|
H A D | bug72858.phpt | 2 Bug #72858 shm_attach null dereference 14 shm_attach($v1,$v2); 18 Warning: shm_attach(): Failed for key 0x64: Not enough space in %s on line %d
|
H A D | shutdown_crash_0.phpt | 14 var_dump($s = shm_attach($key, 1024)); 16 var_dump($s = shm_attach($key, 1024));
|
H A D | 003.phpt | 13 $s = shm_attach($key); 34 $s = shm_attach($key);
|
H A D | 007.phpt | 12 $s = shm_attach($key, 1024);
|
H A D | 004.phpt | 12 $s = shm_attach($key, 1024);
|
H A D | 005.phpt | 12 $s = shm_attach($key, 1024);
|
H A D | 006.phpt | 12 $s = shm_attach($key, 1024);
|
/PHP-8.0/ext/sysvshm/ |
H A D | sysvshm_arginfo.h | 35 ZEND_FUNCTION(shm_attach); 45 ZEND_FE(shm_attach, arginfo_shm_attach)
|
H A D | sysvshm.stub.php | 9 function shm_attach(int $key, ?int $size = null, int $permissions = 0666): SysvSharedMemory|false {} function
|
H A D | sysvshm.c | 134 PHP_FUNCTION(shm_attach) in PHP_FUNCTION() argument
|
/PHP-8.0/ext/sysvsem/tests/ |
H A D | sysv.phpt | 32 $shm_id = shm_attach($SHMKEY, $MEMSIZE);
|
/PHP-8.0/ |
H A D | UPGRADING | 647 . shm_attach() will now return an SysvSharedMemory object rather than a resource.
|
Completed in 31 milliseconds