Home
last modified time | relevance | path

Searched refs:create (Results 226 – 250 of 824) sorted by relevance

12345678910>>...33

/PHP-5.5/ext/oci8/tests/
H A Ddefault_prefetch2.phpt16 "create table default_prefetch2_tab (id number, value number)",
H A Dbug51253.phpt17 $create = "CREATE table bind_test(name VARCHAR(20))";
18 $statement = oci_parse($c, $create);
H A Dbind_raw_2.phpt13 $stmt = oci_parse($c, "create table phptestrawtable( id number(10), fileimage raw(1000))");
H A Dbug35973.phpt16 $s2 = oci_parse($c, "create table test_nclob (nc NCLOB)");
H A Dfetch.phpt14 "create table fetch_tab (id number, value number)",
H A Dfetch_assoc.phpt12 "create table fetch_assoc_tab (id number, value number, dummy varchar2(20))",
/PHP-5.5/ext/date/tests/
H A DDateTimeZone_clone_basic1.phpt14 // ..create a clone of it ..Clone
/PHP-5.5/ext/standard/tests/file/
H A Dcopy_variation3-win32.phpt40 echo "\n-- Now applying copy() on source file to create copies --";
83 -- Now applying copy() on source file to create copies --
H A Dcopy_variation5.phpt39 echo "\n-- Now applying copy() on source file to create copies --";
85 -- Now applying copy() on source file to create copies --
H A Dsymlink_link_linkinfo_is_link_variation8.phpt35 // create temp file
55 // create temp file
H A Dunlink_variation2.phpt23 // create file
H A Dreadfile_variation1.phpt23 // create file
/PHP-5.5/ext/mysql/tests/
H A Dbug53649.phpt17 die(sprintf("skip Failed to create data file\n"));
40 printf("[004] Failed to create data file\n");
H A Dtable.inc17 printf("Failed to create test table: [%d] %s\n", mysql_errno($link), mysql_error($link));
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_query_stored_proc.phpt68 printf("[002] Cannot create SP, [%d] %s.\n", mysqli_errno($link), mysqli_error($link));
91 printf("[007] Cannot create SP, [%d] %s.\n", mysqli_errno($link), mysqli_error($link));
119 printf("[010] Cannot create SP, [%d] %s.\n", mysqli_errno($link), mysqli_error($link));
147 printf("[017] Cannot create SP, [%d] %s.\n", mysqli_errno($link), mysqli_error($link));
H A Dbug42378.phpt28 printf("[%03d] Cannot create table test, [%d] %s\n",
54 printf("[%03d] Cannot create PS, [%d] %s\n",
160 /* create new table and select from it */
H A Dmysqli_get_client_stats_off.phpt23 // connect and table inc connect to mysql and create tables
/PHP-5.5/
H A DREADME.SELF-CONTAINED-EXTENSIONS7 the PHP source. To create such an extension, two things are
13 We will describe now how to create these and how to put things
32 Just to show you how easy it is to create a self-contained
125 This will automatically copy the necessary build files and create
/PHP-5.5/ext/standard/tests/dir/
H A Ddir_variation3.phpt33 // create the temporary directory
60 // try to remove the dir if exists & create
66 // create the dir now
/PHP-5.5/ext/pdo/tests/
H A Dpdo_024.phpt17 $db->exec('create table test (id int, name varchar(10))');
/PHP-5.5/ext/pgsql/tests/
H A Dskipif.inc6 // * we have create/drop privileges on the entire "test"
H A DREADME11 to create the database to execute the test scripts. By executing the above
/PHP-5.5/ext/sockets/tests/
H A Dsocket_set_option_bindtodevice.phpt23 die('Unable to create AF_INET socket [socket]');
/PHP-5.5/ext/sybase_ct/tests/
H A Dbug27843.phpt22 create proc '.$sp_name.'
H A Dbug28354.phpt24 create proc '.$sp_name.' as begin

Completed in 96 milliseconds

12345678910>>...33