Searched refs:ls (Results 1 – 25 of 34) sorted by relevance
12
/PHP-8.0/sapi/fpm/fpm/ |
H A D | fpm_sockets.c | 65 close(ls->sock); in fpm_sockets_cleanup() 75 free(ls->key); in fpm_sockets_cleanup() 95 unlink(ls->key); in fpm_sockets_cleanup() 98 free(ls->key); in fpm_sockets_cleanup() 167 ++ls->refcount; in fpm_sockets_hash_op() 180 if (!ls) { in fpm_sockets_hash_op() 189 ls->type = type; in fpm_sockets_hash_op() 190 ls->sock = sock; in fpm_sockets_hash_op() 471 close(ls->sock); in fpm_sockets_init_main() 475 free(ls->key); in fpm_sockets_init_main() [all …]
|
/PHP-8.0/ext/opcache/jit/dynasm/ |
H A D | minilua.c | 2660 #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.0/ext/standard/tests/file/ |
H A D | mkdir-002.phpt | 14 var_dump(`ls -l mkdir-002`); 20 var_dump(`ls -l ./mkdir-002`); 27 var_dump(`ls -l $dirname`);
|
H A D | 001.phpt | 50 $ls = lstat ('test.file'); 52 if ($ls[$i] != $s[$i]) { 57 $ls = lstat ('test.link'); 59 if ($ls[$i] != $s[$i]) {
|
H A D | 001-win32-mb.phpt | 41 $ls = lstat ($fname); 43 if ($ls[$i] != $s[$i]) {
|
H A D | 001-win32.phpt | 38 $ls = lstat ('test.file'); 40 if ($ls[$i] != $s[$i]) {
|
H A D | popen_pclose_basic.phpt | 19 define('CMD', "ls $dirpath");
|
H A D | fscanf_variation16.phpt | 30 "%hs", "%ls", "%Ls",
|
H A D | fscanf_variation19.phpt | 27 "%hs", "%ls", "%Ls",
|
H A D | fscanf_variation15.phpt | 39 "%hs", "%ls", "%Ls",
|
/PHP-8.0/ext/session/ |
H A D | mod_files.sh | 34 while [[ -d $directory ]] && [[ $( ls $directory ) ]]; do
|
/PHP-8.0/ext/ftp/tests/ |
H A D | ftp_exec_basic.phpt | 18 var_dump(ftp_exec($ftp, 'ls -al'));
|
/PHP-8.0/ext/spl/tests/ |
H A D | SplFileInfo_getInode_basic.phpt | 21 $result = shell_exec('ls -i SplFileInfo_getInode_basic.txt');
|
/PHP-8.0/ext/standard/tests/streams/ |
H A D | bug64770.phpt | 14 $cmd = (substr(PHP_OS, 0, 3) == 'WIN') ? 'dir' : 'ls';
|
H A D | bug72853.phpt | 17 $p = proc_open("ls", $descs, $pipes, '.', NULL, NULL);
|
H A D | bug60602.phpt | 14 $cmd = (substr(PHP_OS, 0, 3) == 'WIN') ? 'dir' : 'ls';
|
/PHP-8.0/ext/phar/phar/ |
H A D | clicommand.inc | 261 $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.0/ext/standard/tests/strings/ |
H A D | vprintf_variation7.phpt | 34 "%ls %4s %-4s",
|
H A D | vprintf_variation8.phpt | 15 %ls %4s %-4s
|
H A D | sprintf_variation15.phpt | 55 "%s", "%ls", " %s", "%s ",
|
/PHP-8.0/ext/snmp/tests/ |
H A D | README.md | 26 make -C ../../.. test TESTS="`cd ../../..; /bin/ls -1 ext/snmp/tests/*.phpt | xargs echo`"
|
/PHP-8.0/win32/ |
H A D | glob.c | 250 Char *lm, *ls; local 258 ls = lm; 319 for (lm = ls; (pl < pm); *lm++ = *pl++)
|
/PHP-8.0/ext/oci8/ |
H A D | config.m4 | 41 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` 368 …PHP_OCI8_INSTANT_CLIENT=`ls -d /usr/lib/oracle/*/client${PHP_OCI8_IC_LIBDIR_SUFFIX}/lib/libclntsh.…
|
/PHP-8.0/docs/ |
H A D | input-filter.md | 153 if(zend_parse_parameters(2, "ls", &arg, &var, &var_len) == FAILURE) {
|
/PHP-8.0/ext/pdo_oci/ |
H A D | config.m4 | 18 PDO_OCI_LCS=`ls $PDO_OCI_LCS_BASE.*.1 2> /dev/null | $PHP_PDO_OCI_TAIL1`
|
Completed in 41 milliseconds
12