Searched refs:chown (Results 1 – 10 of 10) sorted by relevance
/PHP-8.3/ext/standard/tests/file/ |
H A D | userstreams_007.phpt | 28 chown("test://testdir/chown", "test"); 29 chown("test://testdir/chown", 42); 42 metadata: test://testdir/chown, 2 44 metadata: test://testdir/chown, 3
|
H A D | chown.phpt | 2 chown() with NULL as user name 10 chown("sjhgfskhagkfdgskjfhgskfsdgfkdsajf", 0); 14 Warning: chown(): No such file or directory in %s on line %d
|
/PHP-8.3/.github/scripts/ |
H A D | setup-slapd.sh | 28 sudo chown -R openldap:openldap /etc/ldap/ssl
|
/PHP-8.3/build/ |
H A D | shtool | 903 chown $opt_o $dsttmp || shtool_exit $? 974 chown $opt_o $p || errstatus=$? 1018 chown $opt_o $pathcomp || errstatus=$?
|
/PHP-8.3/Zend/ |
H A D | zend_virtual_cwd.h | 345 #define VCWD_CHOWN(path, owner, group) chown(path, owner, group)
|
H A D | zend_virtual_cwd.c | 1434 ret = chown(new_state.cwd, owner, group); in virtual_chown()
|
/PHP-8.3/sapi/fpm/fpm/ |
H A D | fpm_unix.c | 329 if (0 > chown(path, wp->socket_uid, wp->socket_gid)) { in fpm_unix_set_socket_permissions()
|
/PHP-8.3/ext/standard/ |
H A D | filestat.c | 537 PHP_FUNCTION(chown) in PHP_FUNCTION() argument
|
H A D | basic_functions.stub.php | 2902 function chown(string $filename, string|int $user): bool {}
|
H A D | basic_functions_arginfo.h | 2592 ZEND_FUNCTION(chown); 3232 ZEND_FE(chown, arginfo_chown)
|
Completed in 86 milliseconds