Searched refs:shmop (Results 1 – 22 of 22) sorted by relevance
/php-src/ext/shmop/ |
H A D | shmop.c | 47 PHP_MINIT(shmop), 51 PHP_MINFO(shmop), 140 php_shmop *shmop; in PHP_FUNCTION() local 156 shmop->key = key; in PHP_FUNCTION() 183 if (shmop->shmflg & IPC_CREAT && shmop->size < 1) { in PHP_FUNCTION() 188 shmop->shmid = shmget(shmop->key, shmop->size, shmop->shmflg); in PHP_FUNCTION() 205 shmop->addr = shmat(shmop->shmid, 0, shmop->shmatflg); in PHP_FUNCTION() 225 php_shmop *shmop; in PHP_FUNCTION() local 270 php_shmop *shmop; in PHP_FUNCTION() local 285 php_shmop *shmop; in PHP_FUNCTION() local [all …]
|
H A D | config.m4 | 1 PHP_ARG_ENABLE([shmop], 2 [whether to enable shmop support], 3 [AS_HELP_STRING([--enable-shmop], 4 [Enable shmop support])]) 8 [Define to 1 if the PHP extension 'shmop' is available.]) 9 PHP_NEW_EXTENSION([shmop], [shmop.c], [$ext_shared])
|
H A D | config.w32 | 3 ARG_ENABLE("shmop", "shmop support", "no"); 6 EXTENSION("shmop", "shmop.c"); 7 AC_DEFINE('HAVE_SHMOP', 1, "Define to 1 if the PHP extension 'shmop' is available.");
|
H A D | shmop.stub.php | 13 function shmop_read(Shmop $shmop, int $offset, int $size): string {} argument 16 function shmop_close(Shmop $shmop): void {} argument 18 function shmop_size(Shmop $shmop): int {} argument 20 function shmop_write(Shmop $shmop, string $data, int $offset): int {} argument 22 function shmop_delete(Shmop $shmop): bool {} argument
|
H A D | shmop_arginfo.h | 12 ZEND_ARG_OBJ_INFO(0, shmop, Shmop, 0) 18 ZEND_ARG_OBJ_INFO(0, shmop, Shmop, 0) 22 ZEND_ARG_OBJ_INFO(0, shmop, Shmop, 0) 26 ZEND_ARG_OBJ_INFO(0, shmop, Shmop, 0) 32 ZEND_ARG_OBJ_INFO(0, shmop, Shmop, 0)
|
H A D | php_shmop.h | 28 PHP_MINIT_FUNCTION(shmop); 29 PHP_MINFO_FUNCTION(shmop);
|
/php-src/ext/shmop/tests/ |
H A D | 001.phpt | 2 shmop extension test 4 shmop 8 $write_d1 = "test #1 of the shmop() extension"; 77 data in memory is: test #1 of the shmop() extension 79 data in memory is: test #1 of the shmop() extension 83 data in memory is: test #1 of the shmop() extensiontest #2 append data to shared memory segment
|
H A D | gh14537.phpt | 2 GH-14537: shmop Windows 11 crashes the process 4 shmop
|
H A D | shmop_open_private.phpt | 4 shmop
|
H A D | bug81407.phpt | 4 shmop
|
H A D | 002.phpt | 2 shmop extension error messages 6 shmop
|
/php-src/.github/actions/configure-x32/ |
H A D | action.yml | 43 --enable-shmop \
|
/php-src/.github/actions/configure-alpine/ |
H A D | action.yml | 42 --enable-shmop \
|
/php-src/.github/actions/configure-x64/ |
H A D | action.yml | 46 --enable-shmop \
|
/php-src/.github/actions/configure-macos/ |
H A D | action.yml | 47 --enable-shmop \
|
/php-src/.github/actions/freebsd/ |
H A D | action.yml | 65 --enable-shmop \
|
/php-src/.circleci/ |
H A D | config.yml | 115 --enable-shmop \
|
/php-src/.github/ |
H A D | labeler.yml | 253 "Extension: shmop": 256 - ext/shmop/**/*
|
/php-src/ |
H A D | EXTENSIONS | 438 EXTENSION: shmop
|
H A D | php.ini-development | 937 ;extension=shmop
|
H A D | php.ini-production | 939 ;extension=shmop
|
/php-src/.github/workflows/ |
H A D | nightly.yml | 738 --enable-shmop \
|
Completed in 31 milliseconds