Home
last modified time | relevance | path

Searched refs:link (Results 526 – 550 of 750) sorted by relevance

1...<<21222324252627282930

/PHP-5.3/ext/standard/tests/file/
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 --
H A Dreadlink_realpath_basic1.phpt12 Description: Returns the target of a symbolic link
51 the link created from each $file in the above array */
52 foreach($linknames as $link) {
54 var_dump( readlink($link) );
55 var_dump( realpath($link) );
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.phpt30 link($file, $hardlink); //creating hardlink
38 echo "-- Now applying copy() on source link to create copies --\n";
73 -- 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 */
/PHP-5.3/ext/mysqli/tests/
H A Dmysqli_stmt_attr_get_prefetch.phpt14 $stmt = mysqli_stmt_init($link);
21 mysqli_close($link);
H A Dmysqli_stmt_bind_param_check_param_no_change.phpt12 $link->set_charset('latin1');
23 $stmt = $link->prepare("SELECT ? FOO");
38 $stmt = $link->prepare("SELECT ? FOO, ? BAR");
54 $stmt = $link->prepare("SELECT ? FOO, ? BAR");
H A Dmysqli_get_client_stats_ps.phpt25 if (!$stmt = mysqli_stmt_init($link))
26 printf("[001] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
89 mysqli_close($link);
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-5.3/sapi/cli/
H A Dconfig.m418 … != \".\")) { print \$\$3 } }' | sort -u >> php.sym && \$(LIBTOOL) --mode=link \$(CC) -export-dyna…
20 … != \".\")) { print \$\$3 } }' | sort -u >> php.sym && \$(LIBTOOL) --mode=link \$(CC) -export-dyna…
27 …BUILD_CLI="\$(LIBTOOL) --mode=link \$(CC) -export-dynamic \$(CFLAGS_CLEAN) \$(EXTRA_CFLAGS) \$(EXT…
30 …BUILD_CLI="\$(LIBTOOL) --mode=link \$(CC) -export-dynamic \$(CFLAGS_CLEAN) \$(EXTRA_CFLAGS) \$(EXT…
/PHP-5.3/ext/phar/
H A Dutil.c52 if (!entry->link) { in phar_get_link_location()
71 char *link; in phar_get_link_source() local
80 if (link != entry->link) { in phar_get_link_source()
81 efree(link); in phar_get_link_source()
85 if (link != entry->link) { in phar_get_link_source()
86 efree(link); in phar_get_link_source()
900 if (!link) { in phar_copy_entry_fp()
901 link = source; in phar_copy_entry_fp()
1144 if (!link) { in phar_separate_entry_fp()
1145 link = entry; in phar_separate_entry_fp()
[all …]
/PHP-5.3/ext/phar/tests/tar/
H A Dlinks2.phpt2 Phar: tar with hard link to nowhere
34 phar error: "%slinks2.tar" is a corrupted tar file - hard link to non-existent file "internal/file.…
/PHP-5.3/ext/phar/tests/tar/files/
H A Dcorrupt_tarmaker.php.inc58 $link = null;
61 $link = $fileOrStream;
66 $link = $fileOrStream;
98 $link,
126 if (strlen($fileOrStream) && !isset($link) && strlen($fileOrStream) % 512) {
/PHP-5.3/ext/interbase/
H A Dinterbase.c612 if (p->trans->db_link[j] == link) { in _php_ibase_commit_link()
622 link->tr_list = NULL; in _php_ibase_commit_link()
626 e->link = NULL; in _php_ibase_commit_link()
636 _php_ibase_commit_link(link TSRMLS_CC); in php_ibase_commit_link_rsrc()
644 _php_ibase_commit_link(link TSRMLS_CC); in _php_ibase_close_link()
645 if (link->handle != NULL) { in _php_ibase_close_link()
650 efree(link); in _php_ibase_close_link()
660 if (link->handle != NULL) { in _php_ibase_close_plink()
665 free(link); in _php_ibase_close_plink()
1416 zval *link = NULL; in PHP_FUNCTION() local
[all …]
H A Dibase_events.c47 if (event->link != NULL) { in _php_ibase_free_event()
50 if (event->link->handle != NULL && in _php_ibase_free_event()
51 isc_cancel_events(IB_STATUS, &event->link->handle, &event->event_id)) { in _php_ibase_free_event()
56 for (node = &event->link->event_head; *node != event; node = &(*node)->event_next); in _php_ibase_free_event()
250 if (isc_que_events(IB_STATUS, &event->link->handle, &event->event_id, buffer_size, in _php_ibase_callback()
340 event->link = ib_link; in PHP_FUNCTION()
H A Dibase_query.c50 ibase_db_link *link; member
61 ibase_db_link *link; member
129 if (SUCCESS == isc_database_info(IB_STATUS, &link->handle, in _php_ibase_free_stmt_handle()
329 ib_query->link = link; in _php_ibase_alloc_query()
744 if (isc_create_blob(IB_STATUS, &ib_query->link->handle, in _php_ibase_bind()
901 trans->db_link[0] = ib_query->link; in _php_ibase_exec()
903 if (ib_query->link->tr_list == NULL) { in _php_ibase_exec()
905 ib_query->link->tr_list->trans = NULL; in _php_ibase_exec()
906 ib_query->link->tr_list->next = NULL; in _php_ibase_exec()
910 for (l = &ib_query->link->tr_list; *l != NULL; l = &(*l)->next); in _php_ibase_exec()
[all …]
/PHP-5.3/ext/interbase/tests/
H A D005.phpt64 default transaction on default link
65 First open transaction on link will be default.
66 $tr_def_l1 may be ommited. 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 Dbug46247.phpt30 Warning: ibase_set_event_handler(): supplied argument is not a valid InterBase link resource in %s …
36 Warning: ibase_set_event_handler(): supplied argument is not a valid InterBase link resource in %s …
/PHP-5.3/ext/standard/
H A Dphp_link.h26 PHP_FUNCTION(link);
/PHP-5.3/sapi/litespeed/
H A Dconfig.m422 …BUILD_LITESPEED="\$(LIBTOOL) --mode=link \$(CC) -export-dynamic \$(CFLAGS_CLEAN) \$(EXTRA_CFLAGS) …
25 …BUILD_LITESPEED="\$(LIBTOOL) --mode=link \$(CC) -export-dynamic \$(CFLAGS_CLEAN) \$(EXTRA_CFLAGS) …

Completed in 55 milliseconds

1...<<21222324252627282930