Searched refs:shm_attach (Results 1 – 13 of 13) sorted by relevance
/PHP-8.2/ext/sysvshm/tests/ |
H A D | 002.phpt | 2 shm_attach() tests 16 shm_attach(-1, 0); 22 shm_attach(0, -1); 28 shm_attach(123, -1); 34 shm_attach($key, -1); 40 shm_attach($key, 0); 45 var_dump($s = shm_attach($key, 1024)); 47 var_dump($s = shm_attach($key, 1024)); 49 var_dump($s = shm_attach($key, 1024, 0666)); 52 var_dump($s = shm_attach($key, 1024)); [all …]
|
H A D | bug72858.phpt | 2 Bug #72858 shm_attach null dereference 17 shm_attach($v1,$v2); 21 Warning: shm_attach(): Failed for key 0x64: Not enough space in %s on line %d
|
H A D | shutdown_crash_0.phpt | 12 var_dump($s = shm_attach($key, 1024)); 14 var_dump($s = shm_attach($key, 1024));
|
H A D | 003.phpt | 15 $s = shm_attach($key); 36 $s = shm_attach($key);
|
H A D | gh16591.phpt | 16 $mem = shm_attach(1);
|
H A D | 007.phpt | 14 $s = shm_attach($key, 1024);
|
H A D | 004.phpt | 14 $s = shm_attach($key, 1024);
|
H A D | 005.phpt | 14 $s = shm_attach($key, 1024);
|
H A D | 006.phpt | 14 $s = shm_attach($key, 1024);
|
/PHP-8.2/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 | 13 function shm_attach(int $key, ?int $size = null, int $permissions = 0666): SysvSharedMemory|false {} function
|
H A D | sysvshm.c | 129 PHP_FUNCTION(shm_attach) in PHP_FUNCTION() argument
|
/PHP-8.2/ext/sysvsem/tests/ |
H A D | sysv.phpt | 29 $shm_id = shm_attach($SHMKEY, $MEMSIZE);
|
Completed in 16 milliseconds