Searched refs:chown (Results 1 – 9 of 9) sorted by relevance
/PHP-5.3/ext/standard/tests/file/ |
H A D | chown.phpt | 2 chown() with NULL as user name 10 chown("sjhgfskhagkfdgskjfhgskfsdgfkdsajf", NULL); 14 Warning: chown(): parameter 2 should be string or integer, null given in %schown.php on line %d
|
/PHP-5.3/ext/standard/ |
H A D | php_filestat.h | 50 PHP_FUNCTION(chown);
|
H A D | filestat.c | 577 PHP_FUNCTION(chown) in PHP_FUNCTION() argument
|
H A D | basic_functions.c | 3204 PHP_FE(chown, arginfo_chown)
|
/PHP-5.3/build/ |
H A D | shtool | 903 chown $opt_o $dsttmp || shtool_exit $? 974 chown $opt_o $p || errstatus=$? 1011 chown $opt_o $pathcomp || errstatus=$?
|
/PHP-5.3/sapi/fpm/fpm/ |
H A D | fpm_sockets.c | 208 if (0 > chown(path, wp->socket_uid, wp->socket_gid)) { in fpm_sockets_new_listening_socket()
|
/PHP-5.3/TSRM/ |
H A D | tsrm_virtual_cwd.h | 330 #define VCWD_CHOWN(path, owner, group) chown(path, owner, group)
|
H A D | tsrm_virtual_cwd.c | 1635 ret = chown(new_state.cwd, owner, group); in virtual_chown()
|
/PHP-5.3/ |
H A D | NEWS | 4909 - Fixed bug #39648 (Implementation of PHP functions chown() and chgrp() are
|
Completed in 49 milliseconds