Home
last modified time | relevance | path

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

1...<<21222324252627282930

/PHP-5.3/ext/mysqli/tests/
H A Dmysqli_stmt_data_seek.phpt14 $link = NULL;
19 if (!is_null($tmp = @mysqli_stmt_data_seek($link)))
24 if (!$stmt = mysqli_stmt_init($link))
25 printf("[003] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
81 mysqli_close($link);
H A Dmysqli_field_seek.phpt60 $link = NULL;
65 if (!is_null($tmp = @mysqli_field_seek($link)))
69 $charsets = my_get_charsets($link);
71 …if (!$res = mysqli_query($link, "SELECT id, label FROM test ORDER BY id LIMIT 1", MYSQLI_USE_RESUL…
72 printf("[003] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
105 if (!$res = mysqli_query($link, "SELECT NULL as _null", MYSQLI_STORE_RESULT)) {
106 printf("[005] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
115 mysqli_close($link);
H A Dmysqli_stmt_get_result2.phpt21 $link = NULL;
26 if (!is_null($tmp = @mysqli_stmt_get_result($link)))
31 if (!$stmt = mysqli_stmt_init($link))
32 printf("[003] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
69 if (!($stmt = mysqli_stmt_init($link)) ||
88 if (!($stmt = mysqli_stmt_init($link)) ||
107 if (!($stmt = mysqli_stmt_init($link)) ||
128 if (!($stmt = mysqli_stmt_init($link)) ||
145 mysqli_close($link);
H A Dmysqli_explain_metadata.phpt17 if (!$res = mysqli_query($link, 'EXPLAIN SELECT t1.*, t2.* FROM test AS t1, test AS t2'))
18 printf("[001] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
25 mysqli_errno($link), mysqli_error($link));
40 if (($tmp = mysqli_field_count($link)) !== $num_fields) {
66 $stmt = mysqli_stmt_init($link);
83 if (($tmp = mysqli_field_count($link)) !== $num_fields) {
154 mysqli_close($link);
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_fetch_object_oo.phpt14 $link = NULL;
30 if (!is_null($tmp = @$res->fetch_object($link)))
33 if (!is_null($tmp = @$res->fetch_object($link, $link)))
36 if (!is_null($tmp = @$res->fetch_object($link, $link, $link)))
94 if (!$res = mysqli_query($link, "SELECT id AS ID, label FROM test AS TEST")) {
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);
/PHP-5.3/ext/mysql/tests/
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 Dbug51242.phpt30 if ($link = my_mysql_connect($host, $user, $passwd, $db, null, $socket)) {
31 var_dump($link);
38 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.3/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.3/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 ***
/PHP-5.3/ext/session/tests/
H A D015.phpt21 <a href="/link?<?php echo SID; ?>">
26 <a href="/link?PHPSESSID=abtest&PHPSESSID=abtest">
H A D020.phpt22 <a href="link.php?a=b">
27 <a href="link.php?a=b&amp;PHPSESSID=abtest">
H A Dbug41600.phpt22 <a href="link.php?a=b">
27 <a href="link.php?a=b&amp;PHPSESSID=abtest">
/PHP-5.3/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.3/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.3/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 29 milliseconds

1...<<21222324252627282930