Home
last modified time | relevance | path

Searched refs:link (Results 476 – 500 of 750) sorted by relevance

1...<<11121314151617181920>>...30

/PHP-5.3/ext/sybase_ct/tests/
H A Dtest_connection_caching.phpt22 resource(%d) of type (sybase-ct link)
23 resource(%d) of type (sybase-ct link)
24 resource(%d) of type (sybase-ct link)
H A Dtest_query_nostore.phpt22 link varchar(255) null,
33 id, caption, author, link
69 ["link"]=>
81 ["link"]=>
93 ["link"]=>
/PHP-5.3/ext/mysqli/tests/
H A Dmysqli_unclonable.phpt13 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
17 $link_clone = clone $link;
18 mysqli_close($link);
H A Dmysqli_debug_mysqlnd_control_string.phpt26 function try_control_string($link, $control_string, $trace_file, $offset) {
38 if (!$res = mysqli_query($link, 'SELECT * FROM test')) {
42 mysqli_errno($link),
43 mysqli_error($link));
65 $trace = try_control_string($link, 't:O,' . $trace_file, $trace_file, 10);
71 $trace = try_control_string($link, 't:O,' . $trace_file . ':T', $trace_file, 20);
80 $trace = try_control_string($link, 't:O,' . $trace_file . ':i', $trace_file, 30);
85 $trace = try_control_string($link, 't:O,' . $trace_file . ':L', $trace_file, 40);
101 $trace = try_control_string($link, 't,1:n:O,' . $trace_file, $trace_file, 70);
117 $trace = try_control_string($link, 'n:O,' . $trace_file, $trace_file, 80);
[all …]
H A Dmysqli_fetch_object_no_constructor.phpt14 $link = NULL;
17 if (!$res = mysqli_query($link, "SELECT id AS ID, label FROM test AS TEST ORDER BY id LIMIT 5")) {
18 printf("[001] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
44 mysqli_close($link);
H A D048.phpt46 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
49 if (!mysqli_query($link, "DROP TABLE IF EXISTS test_fetch_null"))
50 printf("[c002] Cannot drop table, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
52 mysqli_close($link);
H A Dmysqli_field_tell.phpt14 $link = NULL;
19 if (!is_null($tmp = @mysqli_field_tell($link)))
23 if (!$res = mysqli_query($link, "SELECT id FROM test ORDER BY id LIMIT 1", MYSQLI_USE_RESULT)) {
24 printf("[003] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
53 mysqli_close($link);
H A Dmysqli_stmt_get_result_field_count.phpt16 if (!$stmt = mysqli_stmt_init($link))
17 printf("[001] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
41 mysqli_close($link);
H A Dmysqli_debug_mysqlnd_only.phpt27 function try_control_string($link, $control_string, $trace_file, $offset) {
39 if (!$res = mysqli_query($link, 'SELECT * FROM test')) {
43 mysqli_errno($link),
44 mysqli_error($link));
75 $trace = try_control_string($link, 't:m:O,' . $trace_file, $trace_file, 10);
97 $trace = try_control_string($link, 't:O,' . $trace_file, $trace_file, 20);
119 mysqli_close($link);
H A Dmysqli_fetch_fields.phpt14 $link = NULL;
20 if (!is_null($tmp = @mysqli_fetch_fields($link)))
24 $charsets = my_get_charsets($link);
26 if (!$res = mysqli_query($link, "SELECT id AS ID, label FROM test AS TEST ORDER BY id LIMIT 1")) {
27 printf("[003] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
55 mysqli_close($link);
H A Dmysqli_stmt_num_rows.phpt14 $link = NULL;
19 if (!is_null($tmp = @mysqli_stmt_num_rows($link)))
24 if (!$stmt = mysqli_stmt_init($link))
25 printf("[003] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
63 if ($res = mysqli_query($link, 'SELECT COUNT(id) AS num FROM test')) {
68 printf("[050] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
107 mysqli_close($link);
H A Dmysqli_driver.phpt48 …if ($link = my_mysqli_connect($host, $user . 'unknown_really', $passwd . 'non_empty', $db, $port, …
51 mysqli_close($link);
77 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
79 mysqli_query($link, "NO_SQL");
80 mysqli_close($link);
84 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
86 mysqli_query($link, "NO_SQL");
87 mysqli_close($link);
H A Dmysqli_debug_append.phpt56 if (!$res = mysqli_query($link, 'SELECT * FROM test'))
57 printf("[007] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
68 if (!$res = mysqli_query($link, 'SELECT * FROM test'))
69 printf("[010] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
83 mysqli_close($link);
H A Dmysqli_embedded_connect.phpt13 $link = NULL;
18 if (!$link = mysqli_embedded_connect($db)) {
26 mysqli_close($link);
H A Dmysqli_commit_oo.phpt10 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
13 if (!have_innodb($link))
14 die(sprintf("Needs InnoDB support, [%d] %s", $link->errno, $link->error));
21 $link = NULL;
31 if (!is_null($tmp = @$mysqli->commit($link)))
H A Dmysqli_fetch_field_direct_oo.phpt14 $link = NULL;
28 printf("[003] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
34 if (!is_null($tmp = @$res->fetch_field_direct($link)))
37 if (!is_null($tmp = @$res->fetch_field_direct($link, $link)))
/PHP-5.3/ext/ldap/tests/
H A Dldap_set_rebind_proc_basic.phpt26 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
27 var_dump(ldap_set_rebind_proc($link, "rebind_proc"));
28 var_dump(ldap_set_rebind_proc($link, ""));
H A Dldap_unbind_variation.phpt26 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
27 ldap_set_rebind_proc($link, "rebind_proc");
29 var_dump(ldap_unbind($link));
/PHP-5.3/ext/standard/tests/file/
H A Dlstat_stat_variation20.phpt2 Test lstat() and stat() functions: usage variations - link names stored in array/object
12 Description: Gives information about a file or symbolic link
18 /* test for stats of link when their names are stored in object and array */
26 // temp link
37 // link name stored in an object
40 // link name stored in side an array
47 echo "\n-- Testing lstat() on link name stored inside an object --\n";
50 echo "\n-- Testing stat() on link name stored inside an array --\n";
67 -- Testing lstat() on link name stored inside an object --
123 -- Testing stat() on link name stored inside an array --
H A Dbug47767.phpt21 echo "Testing include_once using file symbolic link\n";
31 echo "Testing include_once using directory symbolic link\n";
47 Testing include_once using file symbolic link
49 Testing include_once using directory symbolic link
H A Dis_dir_variation2.phpt15 /* Testing is_dir() with dir, soft & hard link to dir,
16 and with file, soft & hard link to file */
33 link($file_path."/is_dir_variation2", $file_path."/is_dir_variation2_link"); //Not permitted to cre…
50 link($file_path."/is_dir_variation2.tmp", $file_path."/is_dir_variation2_link.tmp");
85 Warning: link(): %s in %s on line %d
H A Drename_variation7-win32.phpt11 $tmp_link = __FILE__.".tmp.link";
31 Warning: readlink(): readlink failed to read the symbolic link (%s), error 2) in %s on line %d
34 Warning: readlink(): readlink failed to read the symbolic link (%s), error 2) in %s on line %d
/PHP-5.3/ext/mysql/tests/
H A Dmysql_max_links.phpt20 $link = mysql_connect($host, $user, $passwd, true);
22 if (!$link) {
29 return $link;
64 resource(%d) of type (mysql link)
66 resource(%d) of type (mysql link)
H A D002.phpt12 if (!$link = my_mysql_connect($host, $user, $passwd, $db, $port, $socket))
16 var_dump($link);
31 mysql_close($link);
40 resource(%d) of type (mysql link)
/PHP-5.3/ext/session/tests/
H A Dbug36459.phpt25 style="font: normal 11pt Times New Roman">incorrect link</a><br />
27 …u/adm/pages/?action=prev&rec_id=8&pid=2" style="font: normal 11pt Times New Roman">correct link</a>
38 style="font: normal 11pt Times New Roman">incorrect link</a><br />
40 …ages/?action=prev&rec_id=8&pid=2&sid=%s" style="font: normal 11pt Times New Roman">correct link</a>

Completed in 40 milliseconds

1...<<11121314151617181920>>...30