Home
last modified time | relevance | path

Searched refs:lchgrp (Results 1 – 4 of 4) sorted by relevance

/PHP-8.1/ext/standard/tests/file/
H A Dlchgrp_basic.phpt2 Test lchgrp() function : basic functionality
10 $filename = __DIR__ . DIRECTORY_SEPARATOR . 'lchgrp.txt';
17 var_dump( lchgrp( $filename, $gid ) );
24 $filename = __DIR__ . DIRECTORY_SEPARATOR . 'lchgrp.txt';
/PHP-8.1/ext/standard/
H A Dfilestat.c427 PHP_FUNCTION(lchgrp) in PHP_FUNCTION() argument
H A Dbasic_functions.stub.php1234 function lchgrp(string $filename, string|int $group): bool {} function
H A Dbasic_functions_arginfo.h2613 ZEND_FUNCTION(lchgrp);
3255 ZEND_FE(lchgrp, arginfo_lchgrp)

Completed in 29 milliseconds