Home
last modified time | relevance | path

Searched refs:ftok (Results 1 – 25 of 26) sorted by relevance

12

/PHP-8.1/ext/sysvshm/tests/
H A D001.phpt2 ftok() tests
8 if (!function_exists('ftok')){ print 'skip'; }
14 ftok("","");
20 ftok(-1, -1);
26 ftok("qwertyu","qwertyu");
31 var_dump(ftok("nonexistentfile","q"));
33 var_dump(ftok(__FILE__,"q"));
38 ftok(): Argument #1 ($filename) cannot be empty
39 ftok(): Argument #2 ($project_id) must be a single character
40 ftok(): Argument #2 ($project_id) must be a single character
[all …]
H A D003.phpt8 if (!function_exists('ftok')){ print 'skip'; }
13 $key = ftok(__DIR__."/003.phpt", 'q');
35 $key = ftok(__DIR__."/003.phpt", 'q');
H A D007.phpt8 if (!function_exists('ftok')){ print 'skip'; }
13 $key = ftok(__FILE__, 't');
H A D004.phpt8 if (!function_exists('ftok')){ print 'skip'; }
13 $key = ftok(__FILE__, 't');
H A D005.phpt8 if (!function_exists('ftok')){ print 'skip'; }
13 $key = ftok(__FILE__, 't');
H A D006.phpt8 if (!function_exists('ftok')){ print 'skip'; }
13 $key = ftok(__FILE__, 't');
H A D002.phpt8 if (!function_exists('ftok')){ print 'skip'; }
13 $key = ftok(__FILE__, 't');
H A Dshutdown_crash_0.phpt8 /*$key = ftok(__FILE__, 't');
/PHP-8.1/ext/standard/
H A Dftok.c31 PHP_FUNCTION(ftok) in PHP_FUNCTION() argument
56 k = ftok(pathname, proj[0]); in PHP_FUNCTION()
H A Dconfig.w3236 php_fopen_wrapper.c credits.c css.c var_unserializer.c ftok.c sha1.c \
H A Dconfig.m4470 var_unserializer.c ftok.c sha1.c user_filters.c uuencode.c \
H A Dbasic_functions.stub.php594 function ftok(string $filename, string $project_id): int {} function
H A Dbasic_functions_arginfo.h2413 ZEND_FUNCTION(ftok);
3050 ZEND_FE(ftok, arginfo_ftok)
/PHP-8.1/win32/
H A Dipc.h28 PHP_WIN32_IPC_API key_t ftok(const char *path, int id);
H A Dftok.c26 ftok(const char *pathname, int proj_id) in ftok() function
/PHP-8.1/ext/sysvmsg/tests/
H A D003.phpt7 $id = ftok(__FILE__, 'r');
H A D001.phpt7 $key = ftok(__DIR__ . "/001.phpt", "p");
H A D002.phpt8 $queue = msg_get_queue (ftok(__FILE__, 'r'), 0600);
H A D005.phpt14 $id = ftok(__FILE__, chr(mt_rand(0, 255))); } while (msg_queue_exists($id));
H A D004.phpt7 $id = ftok(__FILE__, 'r');
H A D006.phpt8 $queue = msg_get_queue (ftok(__FILE__, 'r'), 0600);
/PHP-8.1/ext/sysvsem/tests/
H A Dsysv.phpt9 $SEMKEY = ftok(__FILE__, 'P'); // Semaphore key
10 $SHMKEY = ftok(__FILE__, 'Q'); // Shared memory key
H A Dnowait.phpt8 $P_SEMKEY = ftok(__FILE__, 'P'); // Parent Semaphore key
9 $C_SEMKEY = ftok(__FILE__, 'C'); // Child Semaphore key
/PHP-8.1/win32/build/
H A Dconfig.w32284 getrusage.c ftok.c ioutil.c codepage.c nice.c \
/PHP-8.1/
H A Dconfigure.ac569 ftok \

Completed in 55 milliseconds

12