Searched refs:lchown (Results 1 – 8 of 8) sorted by relevance
/PHP-8.0/ext/standard/tests/file/ |
H A D | lchown_error.phpt | 2 Test lchown() function : error functionality 11 echo "*** Testing lchown() : error functionality ***\n"; 14 $filename = __DIR__ . DIRECTORY_SEPARATOR . 'lchown.txt'; 19 var_dump( lchown( 'foobar_lchown.txt', $uid ) ); 22 var_dump( lchown( $filename, -5 ) ); 28 $filename = __DIR__ . DIRECTORY_SEPARATOR . 'lchown.txt'; 33 *** Testing lchown() : error functionality *** 35 Warning: lchown(): No such file or directory in %s on line %d 38 Warning: lchown(): %r(Operation not permitted|Invalid argument)%r in %s on line %d
|
H A D | lchown_basic.phpt | 2 Test lchown() function : basic functionality 10 echo "*** Testing lchown() : basic functionality ***\n"; 18 var_dump( lchown( $filename, $uid ) ); 32 *** Testing lchown() : basic functionality ***
|
/PHP-8.0/Zend/ |
H A D | zend_virtual_cwd.h | 337 #define VCWD_LCHOWN(path, owner, group) lchown(path, owner, group)
|
H A D | zend_virtual_cwd.c | 1419 ret = lchown(new_state.cwd, owner, group); in virtual_chown()
|
/PHP-8.0/ext/standard/ |
H A D | filestat.c | 555 PHP_FUNCTION(lchown) in PHP_FUNCTION() argument
|
H A D | basic_functions.stub.php | 915 function lchown(string $filename, string|int $user): bool {} function
|
H A D | basic_functions_arginfo.h | 2598 ZEND_FUNCTION(lchown); 3237 ZEND_FE(lchown, arginfo_lchown)
|
/PHP-8.0/ |
H A D | configure.ac | 582 lchown \
|
Completed in 39 milliseconds