Home
last modified time | relevance | path

Searched refs:chown (Results 1 – 9 of 9) sorted by relevance

/PHP-5.3/ext/standard/tests/file/
H A Dchown.phpt2 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 Dphp_filestat.h50 PHP_FUNCTION(chown);
H A Dfilestat.c577 PHP_FUNCTION(chown) in PHP_FUNCTION() argument
H A Dbasic_functions.c3204 PHP_FE(chown, arginfo_chown)
/PHP-5.3/build/
H A Dshtool903 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 Dfpm_sockets.c208 if (0 > chown(path, wp->socket_uid, wp->socket_gid)) { in fpm_sockets_new_listening_socket()
/PHP-5.3/TSRM/
H A Dtsrm_virtual_cwd.h330 #define VCWD_CHOWN(path, owner, group) chown(path, owner, group)
H A Dtsrm_virtual_cwd.c1635 ret = chown(new_state.cwd, owner, group); in virtual_chown()
/PHP-5.3/
H A DNEWS4909 - Fixed bug #39648 (Implementation of PHP functions chown() and chgrp() are

Completed in 49 milliseconds