Home
last modified time | relevance | path

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

123

/PHP-7.4/ext/spl/tests/
H A Dbug65328.phpt33 * @param mixed $uid
36 public function find($uid)
51 * @param mixed $uid
100 protected $uid;
114 * @param mixed $uid
125 $this->uid = $uid ? : uniqid(sha1(serialize($data)), true);
130 * @param mixed $uid
134 $this->uid = $uid;
142 return $this->uid;
201 * @param mixed $uid
[all …]
/PHP-7.4/ext/pdo_mysql/tests/
H A Dbug_38546.phpt34 'uid' => 6,
59 'uid' => 6,
85 'uid' => 6,
112 'uid' => 6,
139 'uid' => 6,
166 'uid' => 6,
199 [uid] => 6
211 [uid] => 6
223 [uid] => 6
244 [uid] => 6
[all …]
/PHP-7.4/ext/posix/tests/
H A Dposix_getpwuid_error.phpt9 /* Prototype : proto array posix_getpwuid(long uid)
21 $uid = posix_getuid();
23 var_dump( posix_getpwuid($uid, $extra_arg) );
25 echo "\n-- Testing posix_getpwuid() function negative uid --\n";
26 $uid = -99;
27 var_dump( posix_getpwuid($uid) );
44 -- Testing posix_getpwuid() function negative uid --
H A Dposix_getpwnam_basic_01.phpt12 $uid = posix_geteuid();
13 $user = posix_getpwuid($uid);
25 \[uid\] => [0-9]+
H A Dposix_seteuid_basic.phpt15 $uid = var_dump(posix_seteuid( $myuid ) );
H A Dposix_setuid_basic.phpt15 $uid = var_dump(posix_setuid( $myuid ) );
H A Dposix_getpwuid_basic.phpt24 \[uid\] => [0-9]+
/PHP-7.4/ext/xsl/tests/
H A Dxsltprocessor_transformToURI.phpt12 <uid>bob</uid>
15 <uid>joe</uid>
31 select="php:function('ucfirst',string(uid))"/>
H A Dxsltprocessor_transformToXML.phpt12 <uid>bob</uid>
15 <uid>joe</uid>
32 select="php:function('ucfirst',string(uid))"/>
H A Dxsltprocessor_transformToDoc.phpt12 <uid>royopa</uid>
29 select="php:function('ucfirst',string(uid))"/>
H A Dbug71540.phpt13 <uid>bob</uid>
30 select="php:function('test',uid,test(test))"/>
/PHP-7.4/ext/standard/
H A Dpageinfo.c97 zend_long uid; in PHP_FUNCTION() local
103 uid = php_getuid(); in PHP_FUNCTION()
104 if (uid < 0) { in PHP_FUNCTION()
107 RETURN_LONG(uid); in PHP_FUNCTION()
/PHP-7.4/ext/imap/tests/
H A Dimap_fetch_overview_variation5.phpt27 '1:3'); // pass uid without setting FT_UID option
67 uid is %d
80 uid is %d
91 uid is %d
107 uid is %d
118 uid is %d
129 uid is %d
H A Dimap_fetch_overview_basic.phpt61 uid is %d
75 uid is %d
87 uid is %d
/PHP-7.4/ext/standard/tests/file/
H A Dlchown_error.phpt22 $uid = posix_getuid();
29 var_dump( lchown( $filename, $uid, 'foobar' ) );
32 var_dump( lchown( 'foobar_lchown.txt', $uid ) );
35 var_dump( lchown( new StdClass(), $uid ) );
36 var_dump( lchown( array(), $uid ) );
H A Dlchown_basic.phpt20 $uid = posix_getuid();
24 var_dump( lchown( $filename, $uid ) );
25 var_dump( fileowner( $symlink ) === $uid );
H A Dlstat_stat_variation19.phpt94 ["uid"]=>
148 ["uid"]=>
204 ["uid"]=>
258 ["uid"]=>
H A Dstat_variation7-win32.phpt112 ["uid"]=>
166 ["uid"]=>
222 ["uid"]=>
276 ["uid"]=>
/PHP-7.4/ext/phar/
H A Dtar.h44 char uid[8]; /* owner user ID */ member
68 char uid[8]; /* owner user ID */ member
/PHP-7.4/ext/sysvmsg/tests/
H A D004.phpt17 echo "Set uid:\n"; // same as the running user to make it succeed
18 $arr = array('msg_perm.uid' => getmyuid());
47 Set uid:
/PHP-7.4/sapi/fpm/tests/
H A Dsocket-uds-numeric-ugid.phpt37 $pw = posix_getpwuid($st['uid']);
41 echo "{$st['uid']}/{$user},{$st['gid']}/{$group}\n";
H A Dsocket-uds-numeric-ugid-nonroot.phpt42 $pw = posix_getpwuid($st['uid']);
46 echo "{$st['uid']}/{$user},{$st['gid']}/{$group}\n";
/PHP-7.4/ext/iconv/tests/
H A Diconv_mime_decode_headers.phpt16 Received: (qmail 63472 invoked by uid 1010); 1 Jan 1970 0:00:00 -0000
23 Received: (qmail 63459 invoked by uid 1010); 1 Jan 1970 0:00:00 -0000
47 string(59) "(qmail 63472 invoked by uid 1010); 1 Jan 1970 0:00:00 -0000"
49 string(59) "(qmail 63459 invoked by uid 1010); 1 Jan 1970 0:00:00 -0000"
/PHP-7.4/ext/fileinfo/libmagic/
H A Dtar.h56 char uid[8]; member
/PHP-7.4/ext/pcntl/tests/
H A D002.phpt44 echo "signo === uid\n";
45 var_dump($siginfo['uid'] === posix_getuid());
90 signo === uid

Completed in 41 milliseconds

123