Home
last modified time | relevance | path

Searched refs:link (Results 501 – 525 of 757) sorted by relevance

1...<<2122232425262728293031

/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_stmt_fetch_fields_win32_unicode.phpt15 if (!($stmt = mysqli_stmt_init($link)) ||
29 if (!($stmt = mysqli_stmt_init($link)) ||
46 mysqli_close($link);
H A Dmysqli_stmt_datatype_change.phpt60 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
63 if (!mysqli_query($link, "DROP TABLE IF EXISTS type_change"))
64 printf("[c002] Cannot drop table, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
66 mysqli_close($link);
H A Dmysqli_debug.phpt49 if (!$res = mysqli_query($link, 'SELECT * FROM test'))
50 printf("[005] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
54 mysqli_close($link);
H A Dmysqli_stmt_attr_get_prefetch.phpt14 $stmt = mysqli_stmt_init($link);
21 mysqli_close($link);
/PHP-5.5/ext/mysql/tests/
H A D002.phpt12 if (!$link = my_mysql_connect($host, $user, $passwd, $db, $port, $socket))
16 var_dump($link);
31 mysql_close($link);
41 resource(%d) of type (mysql link)
H A Dmysql_get_server_info.phpt16 if (!is_string($info = mysql_get_server_info($link)) || ('' === $info))
21 printf("[004] Server info for the default link and the specified link differ, [%d] %s\n",
H A Dmysql_field_seek.phpt13 $link = NULL;
18 if (!is_null($tmp = @mysql_field_seek($link)))
22 if (!$res = mysql_query("SELECT id, label FROM test ORDER BY id LIMIT 1", $link)) {
23 printf("[003] [%d] %s\n", mysql_errno($link), mysql_error($link));
39 mysql_close($link);
H A Dmysql_max_links.phpt20 $link = mysql_connect($host, $user, $passwd, true);
22 if (!$link) {
29 return $link;
74 resource(%d) of type (mysql link)
76 resource(%d) of type (mysql link)
H A Dbug51242.phpt30 if ($link = my_mysql_connect($host, $user, $passwd, $db, null, $socket)) {
31 var_dump($link);
39 resource(%d) of type (mysql link)
H A Dmysql_result.phpt13 $link = NULL;
20 if (!is_null($tmp = @mysql_result($link)))
24 …AS _id, CONCAT(label, 'a') _label, NULL as _foo FROM test _test ORDER BY id ASC LIMIT 1", $link)) {
25 printf("[003] [%d] %s\n", mysql_errno($link), mysql_error($link));
60 mysql_close($link);
/PHP-5.5/ext/ldap/tests/
H A Dldap_unbind_basic.phpt13 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
15 var_dump(ldap_unbind($link));
/PHP-5.5/ext/phar/
H A Dutil.c67 char *link; in phar_get_link_source() local
76 if (link != entry->link) { in phar_get_link_source()
77 efree(link); in phar_get_link_source()
81 if (link != entry->link) { in phar_get_link_source()
82 efree(link); in phar_get_link_source()
498 if(!link) { in phar_get_entry_data()
677 if (!link) { in phar_copy_entry_fp()
678 link = source; in phar_copy_entry_fp()
886 if (!link) { in phar_separate_entry_fp()
887 link = entry; in phar_separate_entry_fp()
[all …]
/PHP-5.5/ext/standard/tests/file/
H A Dfiletype_variation.phpt6 die('skip no link()/symlink() on Windows');
17 dir, block, link, file, and unknown.
37 link( $file1, $link1);
72 link
H A Dpathinfo_variaton.phpt18 public $file_var = "/foo//symlink.link";
26 "../foo/test.link",
346 string(12) "symlink.link"
348 string(4) "link"
353 string(12) "symlink.link"
354 string(4) "link"
402 string(9) "test.link"
404 string(4) "link"
409 string(9) "test.link"
410 string(4) "link"
H A Dlink_win32.phpt2 link not working properly on Windows
17 link("$filename", "$linkname");
H A Drename_variation4.phpt16 /* Renaming a file, link and directory to numeric name */
17 echo "\n*** Testing rename() by renaming a file, link and directory to numeric name ***\n";
44 *** Testing rename() by renaming a file, link and directory to numeric name ***
H A Dlstat_stat_basic.phpt13 Description: Gives information about a file or symbolic link
47 // create soft link and record stat
50 // stat of the link created
65 // New stat values taken after creation of file & link
70 // creating files and link, also dump the value of stats
71 echo "*** Testing stat() and lstat() : comparing stats (recorded before and after file/link creatio…
76 echo "-- comparing difference in file stats before and after creating link to it --\n";
96 *** Testing stat() and lstat() : comparing stats (recorded before and after file/link creation) ***
207 -- comparing difference in file stats before and after creating link to it --
/PHP-5.5/ext/session/tests/
H A D015.phpt22 <a href="/link?<?php echo SID; ?>">
27 <a href="/link?PHPSESSID=abtest&PHPSESSID=abtest">
H A D020.phpt23 <a href="link.php?a=b">
28 <a href="link.php?a=b&amp;PHPSESSID=abtest">
H A Dbug41600.phpt23 <a href="link.php?a=b">
28 <a href="link.php?a=b&amp;PHPSESSID=abtest">
/PHP-5.5/ext/phar/tests/tar/
H A Dlinks4.phpt2 Phar: tar with link to root directory file from root directory file
15 echo $p['link.txt']->getContent();
H A Dlinks5.phpt2 Phar: tar with relative link to subdirectory file from subdirectory file
15 echo $p['hi/link.txt']->getContent();
/PHP-5.5/ext/phar/tests/
H A Dstat2.phpt26 var_dump(is_link("testit/link"), filetype("testit/link"), filetype("testit"), is_file("testit/link"…
53 string(4) "link"
H A Dstat2_5.3.phpt26 var_dump(is_link("testit/link"), filetype("testit/link"), filetype("testit"), is_file("testit/link"…
53 string(4) "link"
/PHP-5.5/ext/oci8/tests/
H A Dbug41069.phpt2 Bug #41069 (Oracle crash with certain data over a DB-link when prefetch memory limit used - Oracle …
7 if (empty($dbase)) die ("skip requires network connection alias for DB link loopback");
22 "drop database link bug41069_dblink",
26 …"create shared database link bug41069_dblink authenticated by $user identified by $password using …
60 echo "Test 1: non-DB link case that always worked\n";
77 "drop database link bug41069_dblink",
87 Test 1: non-DB link case that always worked

Completed in 33 milliseconds

1...<<2122232425262728293031