Home
last modified time | relevance | path

Searched refs:create (Results 201 – 225 of 777) sorted by relevance

12345678910>>...32

/PHP-5.3/ext/oci8/tests/
H A Ddefault_prefetch0.phpt16 "create table default_prefetch_tab (id number, value number)",
H A Ddefault_prefetch1.phpt16 "create table default_prefetch1_tab (id number, value number)",
H A Ddefault_prefetch2.phpt16 "create table default_prefetch2_tab (id number, value number)",
H A Dprefetch.phpt14 "create table prefetch_tab (id number, value number)",
H A Dprefetch_old.phpt12 "create table prefetch_old_tab (id number, value number)",
H A Dfetch_row.phpt14 "create table fetch_row_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 Dbind_sqltchr_2.phpt13 "create or replace procedure bind_sqltchr_proc (msg_in in varchar2, msg_out out varchar2)
H A Dbug35973.phpt16 $s2 = oci_parse($c, "create table test_nclob (nc NCLOB)");
H A Ddefine0.phpt14 "create table define0_tab (string varchar(10))",
H A Dfetch_assoc.phpt12 "create table fetch_assoc_tab (id number, value number, dummy varchar2(20))",
/PHP-5.3/ext/phar/tests/
H A Dphar_create_in_cwd.phpt2 Phar: attempt to create a Phar with relative path
/PHP-5.3/ext/standard/tests/file/
H A Dunlink_variation4.phpt17 // create temp 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
/PHP-5.3/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 */
/PHP-5.3/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.3/ext/pdo/tests/
H A Dpdo_024.phpt17 $db->exec('create table test (id int, name varchar(10))');
/PHP-5.3/ext/sqlite/tests/
H A Dsqlite_session_001.phpt26 // create the session and set a session value
/PHP-5.3/ext/pgsql/tests/
H A DREADME11 to create the database to execute the test scripts. By executing the above
/PHP-5.3/ext/mysql/tests/
H A Dtable.inc17 printf("Failed to create test table: [%d] %s\n", mysql_errno($link), mysql_error($link));
/PHP-5.3/ext/phar/tests/tar/
H A Dcreate_new_and_modify.phpt2 Phar: create and modify tar-based phar

Completed in 45 milliseconds

12345678910>>...32