Home
last modified time | relevance | path

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

/PHP-5.6/ext/standard/tests/file/
H A Duserstreams_007.phpt27 chown("test://testdir/chown", "test");
28 chown("test://testdir/chown", 42);
40 metadata: test://testdir/chown, 2
42 metadata: test://testdir/chown, 3
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.6/ext/standard/
H A Dphp_filestat.h50 PHP_FUNCTION(chown);
H A Dfilestat.c643 PHP_FUNCTION(chown) in PHP_FUNCTION() argument
H A Dbasic_functions.c3208 PHP_FE(chown, arginfo_chown)
/PHP-5.6/build/
H A Dshtool903 chown $opt_o $dsttmp || shtool_exit $?
974 chown $opt_o $p || errstatus=$?
1018 chown $opt_o $pathcomp || errstatus=$?
/PHP-5.6/Zend/
H A Dzend_virtual_cwd.h332 #define VCWD_CHOWN(path, owner, group) chown(path, owner, group)
H A Dzend_virtual_cwd.c1653 ret = chown(new_state.cwd, owner, group); in virtual_chown()
/PHP-5.6/sapi/fpm/fpm/
H A Dfpm_unix.c237 if (0 > chown(path, wp->socket_uid, wp->socket_gid)) { in fpm_unix_set_socket_premissions()
/PHP-5.6/
H A DNEWS9537 - Fixed bug #39648 (Implementation of PHP functions chown() and chgrp() are

Completed in 77 milliseconds