Home
last modified time | relevance | path

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

12345678910>>...32

/PHP-5.3/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);
H A Dlob_017.phpt19 $create = "CREATE table lob_test(lob_1 BLOB, lob_2 BLOB)";
20 $statement = oci_parse($c, $create);
/PHP-5.3/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);
207 $create = 'CREATE TABLE test(id INT, ';
209 $create .= sprintf('%s, ', $v);
211 $create = sprintf('%s)', substr($create, 0, -2));
213 if (mysqli_query($link, $create)) {
H A Dmysqli_fetch_field_types.phpt20 $create = sprintf("CREATE TABLE test(id %s) DEFAULT CHARSET %s", $sql_type, $default_charset);
21 if (!mysqli_query($link, $create)) {
22 printf("[002] '%s' - '%s', [%d] %s\n", $sql_type, $create,
33 printf("[003] '%s' - '%s' - '%s', [%d] %s\n", $sql_type, $create, $sql,
/PHP-5.3/ext/standard/tests/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";
H A Dsymlink_link_linkinfo_is_link_error2.phpt27 // create temp $filename and create link $linkname to it
29 $fp = fopen($filename, "w"); // create temp file
32 // linkname used to create soft/hard link
H A Dsymlink_link_linkinfo_is_link_variation9.phpt37 // create the file
42 // create soft link
58 // create hard link
74 // create soft link
H A Dlstat_stat_variation14.phpt24 /* create temp file & link */
34 // create the link
H A Drename_variation1.phpt29 // create the $dest_dir
37 // create the src dir
/PHP-5.3/ext/standard/tests/network/
H A Dtcp6loop.phpt16 die('Unable to create AF_INET6 socket [server]');
22 die('Unable to create AF_INET6 socket [client]');
H A Dudp6loop.phpt22 die('Unable to create AF_INET6 socket [server]');
28 die('Unable to create AF_INET6 socket [client]');
/PHP-5.3/ext/sockets/tests/
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.3/ext/gd/tests/
H A Dbug19366.phpt9 echo "Alive: create image\n";
46 Alive: create image
/PHP-5.3/Zend/
H A DOBJECTS2_HOWTO11 The function should create a new zval, create new object and get the
21 The create_object handler function should create a new zval, create
32 to the object is created. This does not create a new object - both
35 clone_obj handler should create a new object, identical to an old one,
62 where the property is stored. If the aren't, the best way is to create
170 natively, this method should create and return proxy object for use
/PHP-5.3/ext/date/tests/
H A Dbug41842.phpt2 Bug #41842 (Cannot create years < 0100 & negative years with date_create or new DateTime)
/PHP-5.3/ext/intl/
H A DTODO1 - Unify __ctor and create functions

Completed in 61 milliseconds

12345678910>>...32