Home
last modified time | relevance | path

Searched refs:create (Results 101 – 125 of 777) sorted by relevance

12345678910>>...32

/PHP-5.3/ext/oci8/tests/
H A Darray_bind_date1.phpt17 $create = "CREATE table bind_test(name DATE)";
18 $statement = oci_parse($c, $create);
H A Darray_bind_float.phpt17 $create = "CREATE table bind_test(name FLOAT)";
18 $statement = oci_parse($c, $create);
H A Dbug42841.phpt21 "create or replace procedure bug42841_proc(out_1 out sys_refcursor) is
26 "create or replace package bug43449_pkg is
31 "create or replace package body bug43449_pkg is
H A Darray_bind_001.phpt14 $create = "CREATE table bind_test(name DATE)";
15 $statement = oci_parse($c, $create);
H A Darray_bind_002.phpt14 $create = "CREATE table bind_test(name DATE)";
15 $statement = oci_parse($c, $create);
H A Darray_bind_003.phpt17 $create = "CREATE table bind_test(name DATE)";
18 $statement = oci_parse($c, $create);
H A Darray_bind_004.phpt17 $create = "CREATE table bind_test(name DATE)";
18 $statement = oci_parse($c, $create);
H A Darray_bind_007.phpt14 $create = "CREATE table bind_test(name NUMBER)";
15 $statement = oci_parse($c, $create);
H A Darray_bind_008.phpt17 $create = "CREATE table bind_test(name NUMBER)";
18 $statement = oci_parse($c, $create);
H A Darray_bind_011.phpt14 $create = "CREATE table bind_test(name VARCHAR(20))";
15 $statement = oci_parse($c, $create);
/PHP-5.3/ext/standard/tests/file/
H A Dfscanf_variation54.phpt27 // create an object
30 // create a file
H A Drename_variation5.phpt14 // create a dir
18 //create a file
22 // create a link
H A Drename_variation1-win32.phpt35 // create the $dest_dir
44 // create the src dir
H A Dtouch_variation5.phpt166 Warning: touch(): Unable to create file touchVar5.tmp/../BADDIR/aSubDirOrFile because %s in %s on l…
169 Warning: touch(): Unable to create file BADDIR/aSubDirOrFile because %s in %s on line %d
178 Warning: touch(): Unable to create file /%s/BADDIR/aSubDirOrFile because %s in %s on line %d
181 Warning: touch(): Unable to create file touchVar5.tmp/aSubDirOrFile/ because %s in %s on line %d
184 Warning: touch(): Unable to create file /%s/touchVar5.tmp/aSubDirOrFile/ because %s in %s on line %d
/PHP-5.3/ext/dom/tests/
H A DDOMDocument_createEntityReference_basic.phpt2 DOMDocument::createEntityReference() should create a new entity reference node
/PHP-5.3/ext/mysqli/tests/
H A Dmysqli_pconn_limits.phpt42 …printf("[004] Cannot create persistent connection using host=%s, user=%s, passwd=***, dbname=%s, p…
55 …printf("[006] Cannot create persistent connection using host=%s, user=%s, passwd=***, dbname=%s, p…
69 …printf("[008] Cannot create persistent connection using host=%s, user=%s, passwd=***, dbname=%s, p…
/PHP-5.3/ext/openssl/tests/
H A Dbug25614.phpt6 if (!@openssl_pkey_new()) die("skip cannot create private key");
H A D001.phpt6 if (!@openssl_pkey_new()) die("skip cannot create private key");
24 die("failed to create private key");
/PHP-5.3/ext/sqlite/tests/
H A Dbug28112.phpt9 sqlite_query($db, "create table frob (foo INTEGER PRIMARY KEY, bar text);");
/PHP-5.3/ext/pdo/tests/
H A Dbug_38253.phpt17 $pdo->exec ("create table test (id integer primary key, n varchar(255))");
33 $pdo->exec ("create table test2 (id integer primary key, n $type)");
H A Dpdo_test.inc20 // create an instance of the PDO driver, based on
39 die("Could not create PDO object (DSN=$dsn, user=$user)\n");
/PHP-5.3/Zend/tests/
H A Dbug60139.phpt2 Bug #60139 (Anonymous functions create cycles not detected by the GC)
/PHP-5.3/ext/zlib/tests/
H A Dreading_include_path.inc6 //create the include directory structure
/PHP-5.3/ext/standard/tests/dir/
H A Ddir_variation4.phpt21 // create the temporary directory
26 // create files within the temporary directory
H A Dreaddir_variation6.phpt20 // create the temporary directory
24 // create files within the temporary directory

Completed in 33 milliseconds

12345678910>>...32