Searched refs:ftok (Results 1 – 25 of 26) sorted by relevance
12
/PHP-7.1/ext/sysvshm/tests/ |
H A D | 001.phpt | 2 ftok() tests 6 if (!function_exists('ftok')){ print 'skip'; } 11 var_dump(ftok()); 12 var_dump(ftok(1)); 13 var_dump(ftok(1,1,1)); 15 var_dump(ftok("","")); 16 var_dump(ftok(-1, -1)); 17 var_dump(ftok("qwertyu","qwertyu")); 19 var_dump(ftok("nonexistentfile","q")); 21 var_dump(ftok(__FILE__,"q")); [all …]
|
H A D | 003.phpt | 6 if (!function_exists('ftok')){ print 'skip'; } 11 $key = ftok(dirname(__FILE__)."/003.phpt", 'q'); 31 $key = ftok(dirname(__FILE__)."/003.phpt", 'q');
|
H A D | 004.phpt | 6 if (!function_exists('ftok')){ print 'skip'; } 11 $key = ftok(__FILE__, 't');
|
H A D | 007.phpt | 6 if (!function_exists('ftok')){ print 'skip'; } 11 $key = ftok(__FILE__, 't');
|
H A D | 006.phpt | 6 if (!function_exists('ftok')){ print 'skip'; } 11 $key = ftok(__FILE__, 't');
|
H A D | 005.phpt | 6 if (!function_exists('ftok')){ print 'skip'; } 11 $key = ftok(__FILE__, 't');
|
H A D | shutdown_crash_0.phpt | 10 /*$key = ftok(__FILE__, 't');
|
H A D | 002.phpt | 6 if (!function_exists('ftok')){ print 'skip'; } 11 $key = ftok(__FILE__, 't');
|
/PHP-7.1/ext/standard/ |
H A D | ftok.c | 36 PHP_FUNCTION(ftok) in PHP_FUNCTION() argument 60 k = ftok(pathname, proj[0]); in PHP_FUNCTION()
|
H A D | php_ftok.h | 25 PHP_FUNCTION(ftok);
|
H A D | config.w32 | 21 php_fopen_wrapper.c credits.c css.c var_unserializer.c ftok.c sha1.c \
|
H A D | config.m4 | 562 var_unserializer.c ftok.c sha1.c user_filters.c uuencode.c \
|
/PHP-7.1/win32/ |
H A D | ipc.h | 26 PHPAPI key_t ftok(const char *path, int id);
|
H A D | ftok.c | 27 ftok(const char *pathname, int proj_id) in ftok() function
|
/PHP-7.1/ext/sysvmsg/tests/ |
H A D | 003.phpt | 7 $id = ftok(__FILE__, 'r');
|
H A D | 001.phpt | 8 $key = ftok(dirname(__FILE__) . "/001.phpt", "p");
|
H A D | 002.phpt | 8 $queue = msg_get_queue (ftok(__FILE__, 'r'), 0600);
|
H A D | 004.phpt | 7 $id = ftok(__FILE__, 'r');
|
H A D | 006.phpt | 8 $queue = msg_get_queue (ftok(__FILE__, 'r'), 0600);
|
H A D | 005.phpt | 14 $id = ftok(__FILE__, chr(mt_rand(0, 255)));
|
/PHP-7.1/ext/sysvsem/tests/ |
H A D | sysv.phpt | 12 $SEMKEY = ftok(__FILE__, 'P'); // Semaphore key 13 $SHMKEY = ftok(__FILE__, 'Q'); // Shared memory key
|
H A D | nowait.phpt | 11 $P_SEMKEY = ftok(__FILE__, 'P'); // Parent Semaphore key 12 $C_SEMKEY = ftok(__FILE__, 'C'); // Child Semaphore key
|
/PHP-7.1/win32/build/ |
H A D | config.w32 | 252 getrusage.c ftok.c ioutil.c codepage.c");
|
/PHP-7.1/ |
H A D | UPGRADING | 513 . Support for ftok()
|
H A D | configure.in | 626 ftok \
|
Completed in 48 milliseconds
12