Home
last modified time | relevance | path

Searched refs:create (Results 76 – 100 of 777) sorted by relevance

12345678910>>...32

/PHP-5.3/ext/standard/tests/file/
H A Dfgets_socket_variation2.phpt8 // create a file
26 die("Unable to create socket");
H A Dtouch_variation5-win32.phpt22 if (!mkdir($cwd . '/' . $workDir)) die("cannot create directory $workDir");
166 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 Invalid argument in %s…
184 Warning: touch(): Unable to create file %s/touchVar5.tmp/aSubDirOrFile/ because Invalid argument in…
H A Dstat_variation8-win32.phpt24 /* create temp file and directory */
33 // create temp file
/PHP-5.3/ext/pdo/tests/
H A Dpdorow.phpt12 Fatal error: PDORow::__construct(): You should not create a PDOStatement manually in %s on line %d
/PHP-5.3/ext/standard/tests/dir/
H A Ddir_variation7.phpt34 /* create the temporary directory :
44 // create sub_dir
49 //create sub_sub_dir
H A Dopendir_variation5.phpt33 /* create the temporary directory :
43 // create sub_dir
48 //create sub_sub_dir
H A Dscandir_variation5.phpt34 * create the temporary directory :
44 // create sub_dir
49 //create sub_sub_dir
/PHP-5.3/ext/spl/tests/
H A DSplFixedArray_fromarray_param_multiarray.phpt2 Tries to create a SplFixedArray using the fromArray() function and a multi dimentional array.
H A DSplFixedArray_fromarray_param_boolean.phpt2 Tries to create a SplFixedArray using a boolean value.
/PHP-5.3/Zend/tests/
H A Dbug49866.phpt10 Fatal error: Cannot create references to/from string offsets nor overloaded objects in %sbug49866.p…
/PHP-5.3/ext/zlib/tests/
H A Dgzopen_variation4.phpt21 //define the files to go into these directories, create one in dir2
43 // create a file in the middle directory
55 //create a file in dir1
66 // create a file in working directory
86 // create a file in the script directory
/PHP-5.3/tests/lang/
H A DforeachLoop.008.phpt10 Fatal error: Cannot create references to elements of a temporary array expression in %s on line 2
/PHP-5.3/ext/pcre/tests/
H A Dbug41050.phpt7 $regex = '/(insert|drop|create|select|delete|update)([^;\']*('."('[^']*')+".')?)*(;|$)/i';
/PHP-5.3/ext/standard/tests/array/
H A Dbug44181.phpt2 Bug #44181 (extract EXTR_OVERWRITE|EXTR_REFS can fail to create references)
/PHP-5.3/ext/pdo_oci/tests/
H A Dpecl_bug_6364.phpt17 $dbh->exec ("create table bug_6364_t (c1 varchar2(10), c2 varchar2(10), c3 varchar2(10), c4 varchar…
19 $dbh->exec ("create or replace procedure bug_6364_sp(p1 IN varchar2, p2 IN varchar2, p3 IN varchar2…
/PHP-5.3/ext/oci8/tests/
H A Darray_bind_005.phpt17 $create = "CREATE table bind_test(name VARCHAR(20))";
18 $statement = oci_parse($c, $create);
H A Darray_bind_006.phpt17 $create = "CREATE table bind_test(name VARCHAR(20))";
18 $statement = oci_parse($c, $create);
H A Darray_bind_014.phpt17 $create = "CREATE table bind_test(name NUMBER)";
18 $statement = oci_parse($c, $create);
H A Darray_bind_float1.phpt17 $create = "CREATE table bind_test(name FLOAT)";
18 $statement = oci_parse($c, $create);
H A Darray_bind_int.phpt17 $create = "CREATE table bind_test(name NUMBER)";
18 $statement = oci_parse($c, $create);
H A Darray_bind_int1.phpt17 $create = "CREATE table bind_test(name NUMBER)";
18 $statement = oci_parse($c, $create);
H A Darray_bind_str.phpt17 $create = "CREATE table bind_test(name VARCHAR(20))";
18 $statement = oci_parse($c, $create);
H A Darray_bind_str1.phpt17 $create = "CREATE table bind_test(name VARCHAR(20))";
18 $statement = oci_parse($c, $create);
H A Ddupcolnames.phpt16 "create table dupcolnames_tab1 (c1 number, dupnamecol varchar2(20))",
17 "create table dupcolnames_tab2 (c2 number, dupnamecol varchar2(20))",
H A Darray_bind_date.phpt17 $create = "CREATE table bind_test(name DATE)";
18 $statement = oci_parse($c, $create);

Completed in 43 milliseconds

12345678910>>...32