Home
last modified time | relevance | path

Searched refs:create (Results 51 – 75 of 824) sorted by relevance

12345678910>>...33

/PHP-5.5/ext/standard/tests/file/
H A Dcopy_variation15.phpt24 /* Test copy(): Trying to create a copy of file in a dir which doesn't have write permissions */
28 echo "*** Test copy() function: Trying to create a copy of file in a dir which doesn't have write p…
59 *** Test copy() function: Trying to create a copy of file in a dir which doesn't have write permiss…
H A Dreadfile_variation2.phpt29 // create temp file and insert data into it
40 // create soft link to $filename
51 // create hard link to $filename
H A Dsymlink_link_linkinfo_is_link_variation5.phpt32 // create temp dir
38 // create the file
44 var_dump( symlink($filename, $linkname) ); // create link
H A Dglob_variation2.phpt14 // create temp directory
17 // create temp file
H A Dcopy_variation10.phpt14 echo "*** Test copy(): Trying to create a copy of file with the same source name ***\n";
33 *** Test copy(): Trying to create a copy of file with the same source name ***
H A Dunlink_basic.phpt13 $fp = fopen($filename, "w"); // create file
26 $fp = fopen($filename, "w"); // create file
H A Dsymlink_link_linkinfo_is_link_error1.phpt30 // create temp $filename and create link $linkname to it
32 $fp = fopen($filename, "w"); // create temp file
35 // linkname used to create soft/hard link
H A Dcopy_variation7.phpt16 /* Test copy() function: Trying to create copy of links */
38 echo "-- Now applying copy() on source link to create copies --\n";
73 -- Now applying copy() on source link to create copies --
H A Dfgetcsv_variation23.phpt15 // create the file and then open in read mode and try reading
21 echo "Error: failed to create file $filename!\n";
/PHP-5.5/ext/sockets/tests/
H A Dipv4loop.phpt14 die('Unable to create AF_INET socket [server]');
26 die('Unable to create AF_INET socket [client]');
H A Dipv6loop.phpt15 die('Unable to create AF_INET6 socket [server]');
27 die('Unable to create AF_INET6 socket [client]');
H A Dunixloop.phpt22 die('Unable to create AF_UNIX socket [server]');
34 die('Unable to create AF_UNIX socket [client]');
H A Dsocket_getpeername_ipv4loop.phpt23 die('Unable to create AF_INET socket [server]');
36 die('Unable to create AF_INET socket [client]');
H A Dsocket_getpeername_ipv6loop.phpt24 die('Unable to create AF_INET6 socket [server]');
37 die('Unable to create AF_INET6 socket [client]');
/PHP-5.5/ext/oci8/tests/
H A Derror_bind.phpt14 $create = "create table bind_test(name varchar(10))";
15 $statement = oci_parse($c, $create);
H A Dconn_attr.inc11 "create user testuser identified by testuser",
16 "grant create any edition to testuser",
17 "create edition myedition",
18 "create edition myedition1 as child of myedition",
27 "create user testuser identified by testuser",
H A Dbug37581.phpt13 $p1 = "create or replace package ARRAYBINDPKG1 as
18 $p2 = "create or replace package body ARRAYBINDPKG1 as
H A Dlob_016.phpt17 $create = "CREATE table lob_test(lob_1 BLOB, lob_2 BLOB)";
18 $statement = oci_parse($c, $create);
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_fetch_field_flags.phpt120 $create = sprintf('CREATE TABLE test(id INT, col1 %s)', $column_def);
121 if (!mysqli_query($link, $create)) {
191 var_dump($create);
206 $create = 'CREATE TABLE test(id INT, ';
208 $create .= sprintf('%s, ', $v);
210 $create = sprintf('%s)', substr($create, 0, -2));
212 if (mysqli_query($link, $create)) {
/PHP-5.5/ext/standard/tests/streams/
H A Dproc_open_bug51800_right.phpt20 /* create the proc file */
34 die("couldn't create helper script '$callee'");
H A Dproc_open_bug51800_right2.phpt20 /* create the proc file */
40 die("couldn't create helper script '$callee'");
/PHP-5.5/ext/standard/tests/network/
H A Dtcp6loop.phpt24 die('Unable to create AF_INET6 socket [server]');
30 die('Unable to create AF_INET6 socket [client]');
H A Dudp6loop.phpt30 die('Unable to create AF_INET6 socket [server]');
36 die('Unable to create AF_INET6 socket [client]');
/PHP-5.5/ext/intl/tests/
H A Dtransliterator_transliterate_variant1.phpt28 Warning: transliterator_transliterate(): Could not create transliterator with ID %s
34 Warning: transliterator_transliterate(): Could not create transliterator with ID "inexistent id" (t…
/PHP-5.5/ext/gd/tests/
H A Dbug19366.phpt9 echo "Alive: create image\n";
46 Alive: create image

Completed in 44 milliseconds

12345678910>>...33