Home
last modified time | relevance | path

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

/php-src/ext/sysvshm/tests/
H A D002.phpt2 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 Dbug72858.phpt2 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 Dshutdown_crash_0.phpt12 var_dump($s = shm_attach($key, 1024));
14 var_dump($s = shm_attach($key, 1024));
H A D003.phpt15 $s = shm_attach($key);
36 $s = shm_attach($key);
H A D007.phpt14 $s = shm_attach($key, 1024);
H A D004.phpt14 $s = shm_attach($key, 1024);
H A D005.phpt14 $s = shm_attach($key, 1024);
H A D006.phpt14 $s = shm_attach($key, 1024);
/php-src/ext/sysvshm/
H A Dsysvshm_arginfo.h34 ZEND_FUNCTION(shm_attach);
43 ZEND_FE(shm_attach, arginfo_shm_attach)
H A Dsysvshm.stub.php13 function shm_attach(int $key, ?int $size = null, int $permissions = 0666): SysvSharedMemory|false {} function
H A Dsysvshm.c128 PHP_FUNCTION(shm_attach) in PHP_FUNCTION() argument
/php-src/ext/sysvsem/tests/
H A Dsysv.phpt29 $shm_id = shm_attach($SHMKEY, $MEMSIZE);

Completed in 13 milliseconds