Home
last modified time | relevance | path

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

/PHP-7.4/ext/sysvshm/tests/
H A D001.phpt2 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 D003.phpt6 if (!function_exists('ftok')){ print 'skip'; }
11 $key = ftok(__DIR__."/003.phpt", 'q');
31 $key = ftok(__DIR__."/003.phpt", 'q');
H A D004.phpt6 if (!function_exists('ftok')){ print 'skip'; }
11 $key = ftok(__FILE__, 't');
H A D007.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 D005.phpt6 if (!function_exists('ftok')){ print 'skip'; }
11 $key = ftok(__FILE__, 't');
H A Dshutdown_crash_0.phpt10 /*$key = ftok(__FILE__, 't');
H A D002.phpt6 if (!function_exists('ftok')){ print 'skip'; }
11 $key = ftok(__FILE__, 't');
/PHP-7.4/ext/standard/
H A Dftok.c34 PHP_FUNCTION(ftok) in PHP_FUNCTION() argument
59 k = ftok(pathname, proj[0]); in PHP_FUNCTION()
H A Dphp_ftok.h23 PHP_FUNCTION(ftok);
H A Dconfig.w3236 php_fopen_wrapper.c credits.c css.c var_unserializer.c ftok.c sha1.c \
H A Dconfig.m4494 var_unserializer.c ftok.c sha1.c user_filters.c uuencode.c \
H A Dbasic_functions.c3417 PHP_FE(ftok, arginfo_ftok)
/PHP-7.4/win32/
H A Dipc.h30 PHP_WIN32_IPC_API key_t ftok(const char *path, int id);
H A Dftok.c28 ftok(const char *pathname, int proj_id) in ftok() function
/PHP-7.4/ext/sysvmsg/tests/
H A D001.phpt8 $key = ftok(__DIR__ . "/001.phpt", "p");
H A D003.phpt7 $id = ftok(__FILE__, 'r');
H A D002.phpt8 $queue = msg_get_queue (ftok(__FILE__, 'r'), 0600);
H A D004.phpt7 $id = ftok(__FILE__, 'r');
H A D006.phpt8 $queue = msg_get_queue (ftok(__FILE__, 'r'), 0600);
H A D005.phpt14 $id = ftok(__FILE__, chr(mt_rand(0, 255)));
/PHP-7.4/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-7.4/win32/build/
H A Dconfig.w32271 getrusage.c ftok.c ioutil.c codepage.c nice.c \
/PHP-7.4/
H A Dconfigure.ac595 ftok \

Completed in 46 milliseconds