Home
last modified time | relevance | path

Searched refs:ls (Results 1 – 25 of 40) sorted by relevance

12

/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_sockets.c65 close(ls->sock); in fpm_sockets_cleanup()
87 unlink(ls->key); in fpm_sockets_cleanup()
90 free(ls->key); in fpm_sockets_cleanup()
159 ++ls->refcount; in fpm_sockets_hash_op()
160 return ls->sock; in fpm_sockets_hash_op()
172 if (!ls) { in fpm_sockets_hash_op()
181 ls->type = type; in fpm_sockets_hash_op()
182 ls->sock = sock; in fpm_sockets_hash_op()
462 close(ls->sock); in fpm_sockets_init_main()
466 free(ls->key); in fpm_sockets_init_main()
[all …]
/PHP-7.4/ext/standard/tests/file/
H A Dmkdir-002.phpt14 var_dump(`ls -l mkdir-002`);
20 var_dump(`ls -l ./mkdir-002`);
27 var_dump(`ls -l $dirname`);
H A D001.phpt50 $ls = lstat ('test.file');
52 if ($ls[$i] != $s[$i]) {
57 $ls = lstat ('test.link');
59 if ($ls[$i] != $s[$i]) {
H A D001-win32-mb.phpt41 $ls = lstat ($fname);
43 if ($ls[$i] != $s[$i]) {
H A D001-win32.phpt38 $ls = lstat ('test.file');
40 if ($ls[$i] != $s[$i]) {
H A Dpopen_pclose_basic.phpt27 define('CMD', "ls $dirpath");
H A Dfscanf_variation19.phpt32 "%hs", "%ls", "%Ls",
H A Dfscanf_variation16.phpt35 "%hs", "%ls", "%Ls",
/PHP-7.4/ext/session/
H A Dmod_files.sh34 while [[ -d $directory ]] && [[ $( ls $directory ) ]]; do
/PHP-7.4/ext/ftp/tests/
H A Dftp_exec_basic.phpt18 var_dump(ftp_exec($ftp, 'ls -al'));
/PHP-7.4/ext/spl/tests/
H A DSplFileInfo_getInode_basic.phpt21 $result = shell_exec('ls -i SplFileInfo_getInode_basic.txt');
/PHP-7.4/ext/standard/tests/streams/
H A Dbug72853.phpt17 $p = proc_open("ls", $descs, $pipes, '.', NULL, NULL);
H A Dbug64770.phpt14 $cmd = (substr(PHP_OS, 0, 3) == 'WIN') ? 'dir' : 'ls';
H A Dbug60602.phpt14 $cmd = (substr(PHP_OS, 0, 3) == 'WIN') ? 'dir' : 'ls';
/PHP-7.4/ext/phar/phar/
H A Dclicommand.inc261 $ls = 0;
263 $ls = max($ls, strlen($opt));
265 $sp3 = $this->cli_get_SP3($l, $ls, $inf);
268 … $inf .= $this->cli_wordwrap($sp2 . " " . sprintf("%-${ls}s ", $opt) . $what, $l3, $sp3) . "\n";
/PHP-7.4/ext/standard/tests/strings/
H A Dsprintf_variation20.phpt22 "%s", "%hs", "%ls",
H A Dsprintf_variation17.phpt24 "%s", "%hs", "%ls",
H A Dvsprintf_variation7.phpt38 "%ls %Ls, %4s %-4s",
H A Dvprintf_variation7.phpt38 "%ls %Ls, %4s %-4s",
H A Dvprintf_variation8.phpt22 %ls %Ls %4s %-4s
H A Dvsprintf_variation8.phpt22 %ls %4s %-4s
H A Dvfprintf_variation7.phpt38 "%ls %Ls, %4s %-4s",
H A Dvfprintf_variation8.phpt22 %ls %Ls %4s %-4s
/PHP-7.4/ext/snmp/tests/
H A DREADME.md26 make -C ../../.. test TESTS="`cd ../../..; /bin/ls -1 ext/snmp/tests/*.phpt | xargs echo`"
/PHP-7.4/win32/
H A Dglob.c250 Char *lm, *ls; local
258 ls = lm;
319 for (lm = ls; (pl < pm); *lm++ = *pl++)

Completed in 36 milliseconds

12