Searched refs:ln (Results 1 – 13 of 13) sorted by relevance
/PHP-7.4/ext/dba/libinifile/ |
H A D | inifile.c | 77 ln->pos = 0; in inifile_line_free() 199 if (ln->key.name) { in inifile_read() 217 inifile_line_free(ln); in inifile_read() 266 val.value = estrdup(ln.val.value ? ln.val.value : ""); in inifile_fetch() 269 dba->next = ln; in inifile_fetch() 281 inifile_line_free(&ln); in inifile_fetch() 283 return ln.val; in inifile_fetch() 304 inifile_read(dba, &ln); in inifile_nextkey() 306 dba->curr = ln; in inifile_nextkey() 307 return ln.key.group || ln.key.name; in inifile_nextkey() [all …]
|
H A D | inifile.h | 61 void inifile_line_free(line_type *ln);
|
/PHP-7.4/ext/standard/tests/file/windows_links/ |
H A D | common.inc | 24 $ln = "$filename.lnk"; 25 $ret = exec("mklink $ln " . __FILE__ .' 2>&1', $out); 26 @unlink($ln);
|
/PHP-7.4/ext/opcache/tests/ |
H A D | revalidate_path_01.phpt | 32 $ln = str_replace('/', '\\', $link); 34 `mklink /j $ln $d1`; 47 $ln = str_replace('/', '\\', $link); 49 `mklink /j $ln $d2`;
|
/PHP-7.4/ext/oci8/tests/ |
H A D | imp_res_dbmsoutput.phpt | 59 $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 D | imp_res_get_dbmsoutput.phpt | 63 $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 D | dbmsoutput.phpt | 62 $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-7.4/ext/imap/ |
H A D | config.m4 | 203 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-7.4/win32/build/ |
H A D | confutils.js | 2136 var ln = DEPS.ReadLine(); 2143 if (ln.match(reg1) || ln.match(reg0)) { 2150 deps_lines.push(ln); 2202 var ln = outfile.ReadLine(); 2207 if (ln.match(reg)) { 2214 lines.push(ln);
|
/PHP-7.4/ext/hash/tests/ |
H A D | fnv1a64.phpt | 187 array( '-.QPpIKoRth!f^U\');t7ly9\'ln\'0RWE_ew1VA', 'e13bf2cdf312dd7b' ),
|
/PHP-7.4/build/ |
H A D | ltmain.sh | 891 until $run ln "$progpath" "$lockfile" 2>/dev/null; do 5583 $run ln "$obj" "$gentop/$newobj" ||
|
H A D | libtool.m4 | 152 test -z "$LN_S" && LN_S="ln -s" 1193 ln conftest.a conftest.b 2>/dev/null && hard_links=no 1195 ln conftest.a conftest.b 2>&5 || hard_links=no 1196 ln conftest.a conftest.b 2>/dev/null && hard_links=no
|
/PHP-7.4/ext/phar/tests/files/ |
H A D | pear2coverage.phar | 272 $output->writeAttribute('class', 'ln');
|
Completed in 69 milliseconds