Home
last modified time | relevance | path

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

1...<<21222324252627

/PHP-7.1/ext/mysqli/tests/
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;
H A Dmysqli_max_links.phpt17 var_dump(mysqli_ping($link));
24 …printf("[%03d] One link is already open, it should not be possible to open more, [%d] %s, [%d] %s\…
30 printf("[%03d] Can run query on link %d\n", 5 + $i, $i);
36 mysqli_close($link);
H A Dmysqli_close_oo.phpt14 $link = NULL;
20 if (!is_null($tmp = @$mysqli->close($link)))
H A Dmysqli_pconn_limits.phpt20 if (!$res = mysqli_query($link, "SELECT 'works..' as _desc"))
22 mysqli_errno($link), mysqli_error($link));
81 mysqli_close($link);
H A Dmysqli_dump_debug_info_oo.phpt14 $link = NULL;
19 if (NULL !== ($tmp = @$mysqli->dump_debug_info($link)))
H A Dmysqli_fetch_assoc_oo.phpt14 $link = NULL;
27 if (!is_null($tmp = @$res->fetch_assoc($link)))
53 mysqli_close($link);
H A Dmysqli_stmt_field_count.phpt14 $link = NULL;
19 if (!is_null($tmp = @mysqli_stmt_field_count($link)))
24 $stmt = mysqli_stmt_init($link);
80 mysqli_close($link);
/PHP-7.1/sapi/cli/
H A Dconfig.m439 … != \".\")) { print \$\$3 } }' | sort -u >> php.sym && \$(LIBTOOL) --mode=link \$(CC) -export-dyna…
41 … != \".\")) { print \$\$3 } }' | sort -u >> php.sym && \$(LIBTOOL) --mode=link \$(CC) -export-dyna…
48 …BUILD_CLI="\$(LIBTOOL) --mode=link \$(CC) -export-dynamic \$(CFLAGS_CLEAN) \$(EXTRA_CFLAGS) \$(EXT…
51 …BUILD_CLI="\$(LIBTOOL) --mode=link \$(CC) -export-dynamic \$(CFLAGS_CLEAN) \$(EXTRA_CFLAGS) \$(EXT…
/PHP-7.1/ext/interbase/
H A Dinterbase.c615 link->tr_list = NULL; in _php_ibase_commit_link()
619 e->link = NULL; in _php_ibase_commit_link()
629 _php_ibase_commit_link(link); in php_ibase_commit_link_rsrc()
637 _php_ibase_commit_link(link); in _php_ibase_close_link()
638 if (link->handle != 0) { in _php_ibase_close_link()
643 efree(link); in _php_ibase_close_link()
651 _php_ibase_commit_link(link); in _php_ibase_close_plink()
653 if (link->handle != 0) { in _php_ibase_close_plink()
658 free(link); in _php_ibase_close_plink()
1417 zval *link = NULL; in PHP_FUNCTION() local
[all …]
H A Dibase_query.c48 ibase_db_link *link; member
59 ibase_db_link *link; member
127 if (SUCCESS == isc_database_info(IB_STATUS, &link->handle, in _php_ibase_free_stmt_handle()
169 _php_ibase_free_stmt_handle(ib_query->link, ib_query->stmt); in _php_ibase_free_query()
327 ib_query->link = link; in _php_ibase_alloc_query()
401 link->handle, trans->handle, &ib_query->in_array_cnt)) { in _php_ibase_alloc_query()
902 trans->db_link[0] = ib_query->link; in _php_ibase_exec()
904 if (ib_query->link->tr_list == NULL) { in _php_ibase_exec()
906 ib_query->link->tr_list->trans = NULL; in _php_ibase_exec()
907 ib_query->link->tr_list->next = NULL; in _php_ibase_exec()
[all …]
/PHP-7.1/ext/interbase/tests/
H A Dbug46247.phpt29 Warning: ibase_set_event_handler(): supplied argument is not a valid InterBase link resource in %s …
35 Warning: ibase_set_event_handler(): supplied argument is not a valid InterBase link resource in %s …
H A D005.phpt64 default transaction on default link
65 First open transaction on link will be default.
66 $tr_def_l1 may be omitted. All queryes without link and trans
90 /* specify default transaction on link */
103 three transaction on default link
172 transactions on second link
H A D004.phpt10 $link = ibase_connect($test_base);
31 $bl_s = ibase_blob_import($link,$ftmp);
32 ibase_query($link, "INSERT INTO test4 (v_integer, v_blob) VALUES (1, ?)", $bl_s);
48 $bl_h = ibase_blob_open($link,$row->V_BLOB);
76 $bl_h = ibase_blob_create($link);
112 $link = ibase_connect($test_base);
113 ibase_blob_echo($link, $row->V_BLOB);
/PHP-7.1/sapi/litespeed/
H A Dconfig.m420 …BUILD_LITESPEED="\$(LIBTOOL) --mode=link \$(CC) -export-dynamic \$(CFLAGS_CLEAN) \$(EXTRA_CFLAGS) …
23 …BUILD_LITESPEED="\$(LIBTOOL) --mode=link \$(CC) -export-dynamic \$(CFLAGS_CLEAN) \$(EXTRA_CFLAGS) …
/PHP-7.1/ext/standard/
H A Dphp_link.h26 PHP_FUNCTION(link);
/PHP-7.1/ext/standard/tests/file/
H A Dreadlink_realpath_error.phpt12 Description: Returns the target of a symbolic link
22 echo "\n*** Testing readlink() on a non-existent link ***\n";
49 *** Testing readlink() on a non-existent link ***
H A Dcopy_variation7.phpt29 link($file, $hardlink); //creating hardlink
37 echo "-- Now applying copy() on source link to create copies --\n";
70 -- Now applying copy() on source link to create copies --
H A Dlstat_stat_variation10.phpt13 Description: Gives information about a file or symbolic link
25 /* create temp file, link and directory */
H A Dfile.inc339 $link_type = type of the link to be created
340 "soft" = soft link
341 "hard" = hard link
342 $filename = file used to create a link on
367 case "soft" : // create a soft link
381 case "hard" : // create a hard link
413 // close the link
416 // change the permission of the link file, only if hard link.
495 $file_path = location of link files
496 $link_file_count = Number of link files
[all …]
H A Dfile_get_contents_variation9.phpt26 //Data should be more than the size of a link.
32 // link files
33 link($filename, $hardlink);
H A Dfile_put_contents_variation9.phpt26 // link files even though it original file doesn't exist yet
37 link($filename, $hardlink);
/PHP-7.1/ext/pgsql/tests/
H A Dbug75419.phpt2 Bug #75419 Default link leaked via pg_close()
/PHP-7.1/ext/ldap/tests/
H A Dbug48696.phpt15 Warning: ldap_read(): supplied argument is not a valid ldap link resource in %s on line %d
/PHP-7.1/main/
H A Dalloca.c321 long link; /* Address of trailer block of previous member
377 trailer = (struct stk_trailer *) trailer->link; in i00afunc()
397 trailer = (struct stk_trailer *) trailer->link; in i00afunc()
/PHP-7.1/sapi/cgi/
H A Dconfig9.m458 … != \".\")) { print \$\$3 } }' | sort -u >> php.sym && \$(LIBTOOL) --mode=link \$(CC) -export-dyna…
60 … != \".\")) { print \$\$3 } }' | sort -u >> php.sym && \$(LIBTOOL) --mode=link \$(CC) -export-dyna…
67 …BUILD_CGI="\$(LIBTOOL) --mode=link \$(CC) -export-dynamic \$(CFLAGS_CLEAN) \$(EXTRA_CFLAGS) \$(EXT…

Completed in 35 milliseconds

1...<<21222324252627