Home
last modified time | relevance | path

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

12

/PHP-7.1/
H A DUPGRADING513 . Support for ftok()
H A Dconfigure.in626 ftok \
/PHP-7.1/ext/standard/
H A Dbasic_functions.c3374 PHP_FE(ftok, arginfo_ftok)
H A Dconfig.m4562 var_unserializer.c ftok.c sha1.c user_filters.c uuencode.c \
H A Dconfig.w3221 php_fopen_wrapper.c credits.c css.c var_unserializer.c ftok.c sha1.c \
H A Dftok.c36 PHP_FUNCTION(ftok) in PHP_FUNCTION() argument
60 k = ftok(pathname, proj[0]); in PHP_FUNCTION()
H A Dphp_ftok.h25 PHP_FUNCTION(ftok);
/PHP-7.1/ext/sysvmsg/tests/
H A D001.phpt8 $key = ftok(dirname(__FILE__) . "/001.phpt", "p");
H A D002.phpt8 $queue = msg_get_queue (ftok(__FILE__, 'r'), 0600);
H A D003.phpt7 $id = ftok(__FILE__, 'r');
H A D004.phpt7 $id = ftok(__FILE__, 'r');
H A D005.phpt14 $id = ftok(__FILE__, chr(mt_rand(0, 255)));
H A D006.phpt8 $queue = msg_get_queue (ftok(__FILE__, 'r'), 0600);
/PHP-7.1/ext/sysvsem/tests/
H A Dnowait.phpt11 $P_SEMKEY = ftok(__FILE__, 'P'); // Parent Semaphore key
12 $C_SEMKEY = ftok(__FILE__, 'C'); // Child Semaphore key
H A Dsysv.phpt12 $SEMKEY = ftok(__FILE__, 'P'); // Semaphore key
13 $SHMKEY = ftok(__FILE__, 'Q'); // Shared memory key
/PHP-7.1/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 D002.phpt6 if (!function_exists('ftok')){ print 'skip'; }
11 $key = ftok(__FILE__, 't');
H A D003.phpt6 if (!function_exists('ftok')){ print 'skip'; }
11 $key = ftok(dirname(__FILE__)."/003.phpt", 'q');
31 $key = ftok(dirname(__FILE__)."/003.phpt", 'q');
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 D007.phpt6 if (!function_exists('ftok')){ print 'skip'; }
11 $key = ftok(__FILE__, 't');
H A Dshutdown_crash_0.phpt10 /*$key = ftok(__FILE__, 't');
/PHP-7.1/win32/build/
H A Dconfig.w32252 getrusage.c ftok.c ioutil.c codepage.c");
/PHP-7.1/win32/
H A Dftok.c27 ftok(const char *pathname, int proj_id) in ftok() function

Completed in 85 milliseconds

12