Home
last modified time | relevance | path

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

/PHP-8.0/ext/sysvshm/tests/
H A D001.phpt2 ftok() tests
6 if (!function_exists('ftok')){ print 'skip'; }
12 ftok("","");
18 ftok(-1, -1);
24 ftok("qwertyu","qwertyu");
29 var_dump(ftok("nonexistentfile","q"));
31 var_dump(ftok(__FILE__,"q"));
36 ftok(): Argument #1 ($filename) cannot be empty
37 ftok(): Argument #2 ($project_id) must be a single character
38 ftok(): Argument #2 ($project_id) must be a single character
[all …]
H A D003.phpt6 if (!function_exists('ftok')){ print 'skip'; }
11 $key = ftok(__DIR__."/003.phpt", 'q');
33 $key = ftok(__DIR__."/003.phpt", 'q');
H A D007.phpt6 if (!function_exists('ftok')){ print 'skip'; }
11 $key = ftok(__FILE__, 't');
H A D004.phpt6 if (!function_exists('ftok')){ print 'skip'; }
11 $key = ftok(__FILE__, 't');
H A D005.phpt6 if (!function_exists('ftok')){ print 'skip'; }
11 $key = ftok(__FILE__, 't');
H A D006.phpt6 if (!function_exists('ftok')){ print 'skip'; }
11 $key = ftok(__FILE__, 't');
H A D002.phpt6 if (!function_exists('ftok')){ print 'skip'; }
11 $key = ftok(__FILE__, 't');
H A Dshutdown_crash_0.phpt10 /*$key = ftok(__FILE__, 't');
/PHP-8.0/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.m4468 var_unserializer.c ftok.c sha1.c user_filters.c uuencode.c \
H A Dbasic_functions.stub.php439 function ftok(string $filename, string $project_id): int {} function
H A Dbasic_functions_arginfo.h2403 ZEND_FUNCTION(ftok);
3037 ZEND_FE(ftok, arginfo_ftok)
/PHP-8.0/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.0/ext/sysvmsg/tests/
H A D003.phpt7 $id = ftok(__FILE__, 'r');
H A D001.phpt8 $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 D006.phpt8 $queue = msg_get_queue (ftok(__FILE__, 'r'), 0600);
H A D004.phpt7 $id = ftok(__FILE__, 'r');
/PHP-8.0/ext/sysvsem/tests/
H A Dsysv.phpt12 $SEMKEY = ftok(__FILE__, 'P'); // Semaphore key
13 $SHMKEY = ftok(__FILE__, 'Q'); // Shared memory key
H A Dnowait.phpt11 $P_SEMKEY = ftok(__FILE__, 'P'); // Parent Semaphore key
12 $C_SEMKEY = ftok(__FILE__, 'C'); // Child Semaphore key
/PHP-8.0/win32/build/
H A Dconfig.w32271 getrusage.c ftok.c ioutil.c codepage.c nice.c \
/PHP-8.0/
H A Dconfigure.ac560 ftok \

Completed in 54 milliseconds