Home
last modified time | relevance | path

Searched refs:shm_attach (Results 1 – 13 of 13) sorted by relevance

/PHP-8.0/ext/sysvshm/tests/
H A D002.phpt2 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 Dbug72858.phpt2 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 Dshutdown_crash_0.phpt14 var_dump($s = shm_attach($key, 1024));
16 var_dump($s = shm_attach($key, 1024));
H A D003.phpt13 $s = shm_attach($key);
34 $s = shm_attach($key);
H A D007.phpt12 $s = shm_attach($key, 1024);
H A D004.phpt12 $s = shm_attach($key, 1024);
H A D005.phpt12 $s = shm_attach($key, 1024);
H A D006.phpt12 $s = shm_attach($key, 1024);
/PHP-8.0/ext/sysvshm/
H A Dsysvshm_arginfo.h35 ZEND_FUNCTION(shm_attach);
45 ZEND_FE(shm_attach, arginfo_shm_attach)
H A Dsysvshm.stub.php9 function shm_attach(int $key, ?int $size = null, int $permissions = 0666): SysvSharedMemory|false {} function
H A Dsysvshm.c134 PHP_FUNCTION(shm_attach) in PHP_FUNCTION() argument
/PHP-8.0/ext/sysvsem/tests/
H A Dsysv.phpt32 $shm_id = shm_attach($SHMKEY, $MEMSIZE);
/PHP-8.0/
H A DUPGRADING647 . shm_attach() will now return an SysvSharedMemory object rather than a resource.

Completed in 13 milliseconds