Searched refs:lchown (Results 1 – 8 of 8) sorted by relevance
/php-src/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-src/Zend/ |
H A D | zend_virtual_cwd.h | 349 #define VCWD_LCHOWN(path, owner, group) lchown(path, owner, group)
|
H A D | zend_virtual_cwd.c | 1427 ret = lchown(new_state.cwd, owner, group); in virtual_chown()
|
/php-src/ext/standard/ |
H A D | filestat.c | 545 PHP_FUNCTION(lchown) in PHP_FUNCTION() argument
|
H A D | basic_functions.stub.php | 2948 function lchown(string $filename, string|int $user): bool {}
|
H A D | basic_functions_arginfo.h | 2668 ZEND_FUNCTION(lchown); 3271 ZEND_FE(lchown, arginfo_lchown)
|
/php-src/ |
H A D | configure.ac | 560 lchown
|
Completed in 40 milliseconds