Home
last modified time | relevance | path

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

/PHP-7.0/ext/sysvshm/tests/
H A D002.phpt2 shm_attach() tests
13 var_dump(shm_attach());
14 var_dump(shm_attach(1,2,3,4));
16 var_dump(shm_attach(-1, 0));
17 var_dump(shm_attach(0, -1));
18 var_dump(shm_attach(123, -1));
19 var_dump($s = shm_attach($key, -1));
21 var_dump($s = shm_attach($key, 0));
24 var_dump($s = shm_attach($key, 1024));
26 var_dump($s = shm_attach($key, 1024));
[all …]
H A Dbug72858.phpt2 Bug #72858 shm_attach null dereference
14 shm_attach($v1,$v2);
19 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.phpt16 $s = shm_attach($key);
32 $s = shm_attach($key);
H A D004.phpt12 $s = shm_attach($key, 1024);
H A D007.phpt12 $s = shm_attach($key, 1024);
H A D006.phpt12 $s = shm_attach($key, 1024);
H A D005.phpt12 $s = shm_attach($key, 1024);
/PHP-7.0/ext/sysvshm/
H A Dphp_sysvshm.h74 PHP_FUNCTION(shm_attach);
H A Dsysvshm.c82 PHP_FE(shm_attach, arginfo_shm_attach)
152 PHP_FUNCTION(shm_attach) in PHP_FUNCTION() argument
/PHP-7.0/ext/sysvsem/tests/
H A Dsysv.phpt32 $shm_id = shm_attach($SHMKEY, $MEMSIZE);
/PHP-7.0/
H A DNEWS1180 . Fixed bug #72858 (shm_attach null dereference). (Anatol)

Completed in 22 milliseconds