Home
last modified time | relevance | path

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

12

/PHP-8.3/sapi/fpm/fpm/
H A Dfpm_sockets.c69 close(ls->sock); in fpm_sockets_cleanup()
79 free(ls->key); in fpm_sockets_cleanup()
99 unlink(ls->key); in fpm_sockets_cleanup()
102 free(ls->key); in fpm_sockets_cleanup()
171 ++ls->refcount; in fpm_sockets_hash_op()
184 if (!ls) { in fpm_sockets_hash_op()
193 ls->type = type; in fpm_sockets_hash_op()
194 ls->sock = sock; in fpm_sockets_hash_op()
525 close(ls->sock); in fpm_sockets_init_main()
529 free(ls->key); in fpm_sockets_init_main()
[all …]
/PHP-8.3/ext/opcache/jit/dynasm/
H A Dminilua.c2660 #define next(ls)(ls->current=zgetc(ls->z))
2661 #define currIsNewline(ls)(ls->current=='\n'||ls->current=='\r')
2671 #define save_and_next(ls)(save(ls,ls->current),next(ls))
2985 ls->lastline=ls->linenumber;
2987 ls->t=ls->lookahead;
2991 ls->t.token=llex(ls,&ls->t.seminfo);
2994 ls->lookahead.token=llex(ls,&ls->lookahead.seminfo);
3879 fs->ls=ls;
4226 body(ls,v,0,ls->linenumber);
4547 body(ls,&b,0,ls->linenumber);
[all …]
/PHP-8.3/ext/standard/tests/file/
H A Dmkdir-002.phpt14 var_dump(`ls -l mkdir-002`);
20 var_dump(`ls -l ./mkdir-002`);
28 var_dump(`ls -l $dirname_escaped`);
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.phpt19 define('CMD', "ls " . escapeshellarg($dirpath));
H A Dfscanf_variation16.phpt30 "%hs", "%ls", "%Ls",
H A Dfscanf_variation19.phpt27 "%hs", "%ls", "%Ls",
H A Dfscanf_variation15.phpt39 "%hs", "%ls", "%Ls",
/PHP-8.3/ext/session/
H A Dmod_files.sh34 while [[ -d $directory ]] && [[ $( ls $directory ) ]]; do
/PHP-8.3/ext/ftp/tests/
H A Dftp_exec_basic.phpt17 var_dump(ftp_exec($ftp, 'ls -al'));
/PHP-8.3/ext/spl/tests/
H A DSplFileInfo_getInode_basic.phpt21 $result = shell_exec('ls -i SplFileInfo_getInode_basic.txt');
/PHP-8.3/ext/standard/tests/streams/
H A Dbug64770.phpt14 $cmd = (substr(PHP_OS, 0, 3) == 'WIN') ? 'dir' : 'ls';
H A Dbug72853.phpt17 $p = proc_open("ls", $descs, $pipes, '.', NULL, NULL);
H A Dbug60602.phpt14 $cmd = (substr(PHP_OS, 0, 3) == 'WIN') ? 'dir' : 'ls';
/PHP-8.3/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-8.3/ext/standard/tests/strings/
H A Dvprintf_variation7.phpt34 "%ls %4s %-4s",
H A Dvprintf_variation8.phpt15 %ls %4s %-4s
H A Dsprintf_variation15.phpt55 "%s", "%ls", " %s", "%s ",
/PHP-8.3/ext/snmp/tests/
H A DREADME.md26 make -C ../../.. test TESTS="`cd ../../..; /bin/ls -1 ext/snmp/tests/*.phpt | xargs echo`"
/PHP-8.3/win32/
H A Dglob.c239 Char *lm, *ls; in globexp2() local
247 ls = lm; in globexp2()
308 for (lm = ls; (pl < pm); *lm++ = *pl++) in globexp2()
/PHP-8.3/ext/oci8/
H A Dconfig.m441 OCI8_LCS=`ls $OCI8_LCS_BASE.*.1 2> /dev/null | $PHP_OCI8_TAIL1`
42 OCI8_NNZ=`ls $PHP_OCI8_INSTANT_CLIENT/libnnz*.$SHLIB_SUFFIX_NAME 2> /dev/null | $PHP_OCI8_TAIL1`
58 OCI8_LCS=`ls $OCI8_LCS_BASE.*.1 2> /dev/null | $PHP_OCI8_TAIL1`
374 …PHP_OCI8_INSTANT_CLIENT=`ls -d /usr/lib/oracle/*/client${PHP_OCI8_IC_LIBDIR_SUFFIX}/lib/libclntsh.…
/PHP-8.3/docs/
H A Dinput-filter.md153 if(zend_parse_parameters(2, "ls", &arg, &var, &var_len) == FAILURE) {
/PHP-8.3/ext/pdo_oci/
H A Dconfig.m418 PDO_OCI_LCS=`ls $PDO_OCI_LCS_BASE.*.1 2> /dev/null | $PHP_PDO_OCI_TAIL1`

Completed in 61 milliseconds

12