Home
last modified time | relevance | path

Searched refs:ln (Results 1 – 13 of 13) sorted by relevance

/PHP-8.0/ext/dba/libinifile/
H A Dinifile.c75 ln->pos = 0; in inifile_line_free()
196 if (ln->key.name) { in inifile_read()
214 inifile_line_free(ln); in inifile_read()
262 val.value = estrdup(ln.val.value ? ln.val.value : ""); in inifile_fetch()
265 dba->next = ln; in inifile_fetch()
277 inifile_line_free(&ln); in inifile_fetch()
279 return ln.val; in inifile_fetch()
298 inifile_read(dba, &ln); in inifile_nextkey()
300 dba->curr = ln; in inifile_nextkey()
301 return ln.key.group || ln.key.name; in inifile_nextkey()
[all …]
H A Dinifile.h59 void inifile_line_free(line_type *ln);
/PHP-8.0/ext/standard/tests/file/windows_links/
H A Dcommon.inc24 $ln = "$filename.lnk";
25 $ret = exec("mklink $ln " . __FILE__ .' 2>&1', $out);
26 @unlink($ln);
/PHP-8.0/ext/opcache/tests/
H A Drevalidate_path_01.phpt31 $ln = str_replace('/', '\\', $link);
33 `mklink /j $ln $d1`;
46 $ln = str_replace('/', '\\', $link);
48 `mklink /j $ln $d2`;
/PHP-8.0/ext/oci8/tests/
H A Dimp_res_dbmsoutput.phpt59 $s = oci_parse($c, "begin dbms_output.get_line(:ln, :st); end;");
60 oci_bind_by_name($s, ":ln", $ln, 100);
64 $res[] = $ln; // append each line to the array
H A Dimp_res_get_dbmsoutput.phpt63 $s = oci_parse($c, "begin dbms_output.get_line(:ln, :st); end;");
64 oci_bind_by_name($s, ":ln", $ln, 100);
68 $res[] = $ln; // append each line to the array
H A Ddbmsoutput.phpt62 $s = oci_parse($c, "begin dbms_output.get_line(:ln, :st); end;");
63 oci_bind_by_name($s, ":ln", $ln, 100);
67 $res[] = $ln; // append each line to the array
/PHP-8.0/ext/imap/
H A Dconfig.m4203 ln -s "$IMAP_DIR/c-client/c-client.a" "$IMAP_DIR/c-client/libc-client.a" >/dev/null 2>&1
205 ln -s "$IMAP_DIR/$PHP_LIBDIR/c-client.a" "$IMAP_DIR/$PHP_LIBDIR/libc-client.a" >/dev/null 2>&1
/PHP-8.0/win32/build/
H A Dconfutils.js2143 var ln = DEPS.ReadLine();
2150 if (ln.match(reg1) || ln.match(reg0)) {
2157 deps_lines.push(ln);
2209 var ln = outfile.ReadLine();
2214 if (ln.match(reg)) {
2221 lines.push(ln);
/PHP-8.0/ext/hash/tests/
H A Dfnv1a64.phpt187 array( '-.QPpIKoRth!f^U\');t7ly9\'ln\'0RWE_ew1VA', 'e13bf2cdf312dd7b' ),
/PHP-8.0/build/
H A Dltmain.sh898 until $run ln "$progpath" "$lockfile" 2>/dev/null; do
5596 $run ln "$obj" "$gentop/$newobj" ||
H A Dlibtool.m4152 test -z "$LN_S" && LN_S="ln -s"
1194 ln conftest.a conftest.b 2>/dev/null && hard_links=no
1196 ln conftest.a conftest.b 2>&5 || hard_links=no
1197 ln conftest.a conftest.b 2>/dev/null && hard_links=no
/PHP-8.0/ext/phar/tests/files/
H A Dpear2coverage.phar272 $output->writeAttribute('class', 'ln');

Completed in 68 milliseconds