Searched refs:ls (Results 1 – 25 of 34) sorted by relevance
12
/PHP-5.3/sapi/fpm/fpm/ |
H A D | fpm_sockets.c | 76 close(ls->sock); in fpm_sockets_cleanup() 86 unlink(ls->key); in fpm_sockets_cleanup() 89 free(ls->key); in fpm_sockets_cleanup() 133 ++ls->refcount; in fpm_sockets_hash_op() 134 return ls->sock; in fpm_sockets_hash_op() 146 if (!ls) { in fpm_sockets_hash_op() 155 ls->type = type; in fpm_sockets_hash_op() 156 ls->sock = sock; in fpm_sockets_hash_op() 374 close(ls->sock); in fpm_sockets_init_main() 378 free(ls->key); in fpm_sockets_init_main() [all …]
|
/PHP-5.3/ext/standard/tests/file/ |
H A D | mkdir-002.phpt | 14 var_dump(`ls -l testdir`); 20 var_dump(`ls -l ./testdir`); 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.phpt | 38 $ls = lstat ('test.file'); 40 if ($ls[$i] != $s[$i]) {
|
H A D | popen_pclose_basic.phpt | 28 define('CMD', "ls $dirpath");
|
H A D | fscanf_variation16.phpt | 35 "%hs", "%ls", "%Ls",
|
H A D | fscanf_variation19.phpt | 32 "%hs", "%ls", "%Ls",
|
/PHP-5.3/ext/bcmath/libbcmath/ |
H A D | aclocal.m4 | 61 set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null` 64 set X `ls -t $srcdir/configure conftestfile` 69 # If neither matched, then we have a broken ls. This can happen 71 # broken ls alias from the environment. This has actually 73 AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken
|
/PHP-5.3/ext/ftp/tests/ |
H A D | ftp_exec_basic.phpt | 18 var_dump(ftp_exec($ftp, 'ls -al'));
|
/PHP-5.3/ext/spl/tests/ |
H A D | SplFileInfo_getInode_basic.phpt | 21 $result = shell_exec('ls -i test_file_ptfi');
|
/PHP-5.3/ext/standard/tests/streams/ |
H A D | bug64770.phpt | 14 $cmd = (substr(PHP_OS, 0, 3) == 'WIN') ? 'dir' : 'ls';
|
/PHP-5.3/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-5.3/ext/standard/tests/strings/ |
H A D | sprintf_variation20.phpt | 22 "%s", "%hs", "%ls",
|
H A D | sprintf_variation17.phpt | 24 "%s", "%hs", "%ls",
|
H A D | vprintf_variation7.phpt | 38 "%ls %Ls, %4s %-4s",
|
H A D | vprintf_variation8.phpt | 22 %ls %Ls %4s %-4s
|
H A D | vsprintf_variation7.phpt | 38 "%ls %Ls, %4s %-4s",
|
H A D | vsprintf_variation8.phpt | 22 %ls %4s %-4s
|
H A D | vfprintf_variation7.phpt | 38 "%ls %Ls, %4s %-4s",
|
H A D | vfprintf_variation8.phpt | 22 %ls %Ls %4s %-4s
|
H A D | sprintf_variation16.phpt | 33 "%s", "%hs", "%ls",
|
H A D | sprintf_variation18.phpt | 32 "%s", "%hs", "%ls",
|
H A D | sprintf_variation19.phpt | 36 "%s", "%hs", "%ls",
|
/PHP-5.3/ext/oci8/ |
H A D | config.m4 | 59 OCI8_LCS=`ls $OCI8_LCS_BASE.*.1 2> /dev/null | $PHP_OCI8_TAIL1` # Oracle 10g, 11g etc 60 OCI8_NNZ=`ls $PHP_OCI8_INSTANT_CLIENT/libnnz*.$SHLIB_SUFFIX_NAME 2> /dev/null | $PHP_OCI8_TAIL1` 75 OCI8_LCS=`ls $OCI8_LCS_BASE.*.1 2> /dev/null | $PHP_OCI8_TAIL1` # Oracle 10g, 11g etc 288 …PHP_OCI8_INSTANT_CLIENT=`ls -d /usr/lib/oracle/*/client${PHP_OCI8_IC_LIBDIR_SUFFIX}/lib/libclntsh.…
|
/PHP-5.3/win32/ |
H A D | glob.c | 251 Char *lm, *ls; local 259 ls = lm; 318 for (lm = ls; (pl < pm); *lm++ = *pl++)
|
Completed in 38 milliseconds
12