Home
last modified time | relevance | path

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

12

/PHP-5.3/sapi/fpm/fpm/
H A Dfpm_sockets.c76 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 Dmkdir-002.phpt14 var_dump(`ls -l testdir`);
20 var_dump(`ls -l ./testdir`);
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.phpt38 $ls = lstat ('test.file');
40 if ($ls[$i] != $s[$i]) {
H A Dpopen_pclose_basic.phpt28 define('CMD', "ls $dirpath");
H A Dfscanf_variation16.phpt35 "%hs", "%ls", "%Ls",
H A Dfscanf_variation19.phpt32 "%hs", "%ls", "%Ls",
/PHP-5.3/ext/bcmath/libbcmath/
H A Daclocal.m461 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 Dftp_exec_basic.phpt18 var_dump(ftp_exec($ftp, 'ls -al'));
/PHP-5.3/ext/spl/tests/
H A DSplFileInfo_getInode_basic.phpt21 $result = shell_exec('ls -i test_file_ptfi');
/PHP-5.3/ext/standard/tests/streams/
H A Dbug64770.phpt14 $cmd = (substr(PHP_OS, 0, 3) == 'WIN') ? 'dir' : 'ls';
/PHP-5.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-5.3/ext/standard/tests/strings/
H A Dsprintf_variation20.phpt22 "%s", "%hs", "%ls",
H A Dsprintf_variation17.phpt24 "%s", "%hs", "%ls",
H A Dvprintf_variation7.phpt38 "%ls %Ls, %4s %-4s",
H A Dvprintf_variation8.phpt22 %ls %Ls %4s %-4s
H A Dvsprintf_variation7.phpt38 "%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
H A Dsprintf_variation16.phpt33 "%s", "%hs", "%ls",
H A Dsprintf_variation18.phpt32 "%s", "%hs", "%ls",
H A Dsprintf_variation19.phpt36 "%s", "%hs", "%ls",
/PHP-5.3/ext/oci8/
H A Dconfig.m459 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 Dglob.c251 Char *lm, *ls; local
259 ls = lm;
318 for (lm = ls; (pl < pm); *lm++ = *pl++)

Completed in 38 milliseconds

12