Searched refs:ln (Results 1 – 13 of 13) sorted by relevance
/PHP-8.3/ext/dba/libinifile/ |
H A D | inifile.c | 75 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 D | inifile.h | 59 void inifile_line_free(line_type *ln);
|
/PHP-8.3/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-8.3/ext/opcache/tests/ |
H A D | revalidate_path_01.phpt | 31 $ln = str_replace('/', '\\', $link); 33 `mklink /j $ln $d1`; 46 $ln = str_replace('/', '\\', $link); 48 `mklink /j $ln $d2`;
|
/PHP-8.3/ext/oci8/tests/ |
H A D | imp_res_dbmsoutput.phpt | 61 $s = oci_parse($c, "begin dbms_output.get_line(:ln, :st); end;"); 62 oci_bind_by_name($s, ":ln", $ln, 100); 66 $res[] = $ln; // append each line to the array
|
H A D | imp_res_get_dbmsoutput.phpt | 65 $s = oci_parse($c, "begin dbms_output.get_line(:ln, :st); end;"); 66 oci_bind_by_name($s, ":ln", $ln, 100); 70 $res[] = $ln; // append each line to the array
|
H A D | dbmsoutput.phpt | 65 $s = oci_parse($c, "begin dbms_output.get_line(:ln, :st); end;"); 66 oci_bind_by_name($s, ":ln", $ln, 100); 70 $res[] = $ln; // append each line to the array
|
/PHP-8.3/ext/imap/ |
H A D | config.m4 | 215 ln -s "$IMAP_DIR/c-client/c-client.a" "$IMAP_DIR/c-client/libc-client.a" >/dev/null 2>&1 217 ln -s "$IMAP_DIR/$PHP_LIBDIR/c-client.a" "$IMAP_DIR/$PHP_LIBDIR/libc-client.a" >/dev/null 2>&1
|
/PHP-8.3/win32/build/ |
H A D | confutils.js | 2144 var ln = DEPS.ReadLine(); 2151 if (ln.match(reg1) || ln.match(reg0)) { 2158 deps_lines.push(ln); 2210 var ln = outfile.ReadLine(); 2215 if (ln.match(reg)) { 2222 lines.push(ln);
|
/PHP-8.3/ext/hash/tests/ |
H A D | fnv1a64.phpt | 187 array( '-.QPpIKoRth!f^U\');t7ly9\'ln\'0RWE_ew1VA', 'e13bf2cdf312dd7b' ),
|
/PHP-8.3/build/ |
H A D | ltmain.sh | 898 until $run ln "$progpath" "$lockfile" 2>/dev/null; do 5596 $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-8.3/ext/phar/tests/files/ |
H A D | pear2coverage.phar | 272 $output->writeAttribute('class', 'ln');
|
Completed in 43 milliseconds