Home
last modified time | relevance | path

Searched refs:create (Results 126 – 150 of 824) sorted by relevance

12345678910>>...33

/PHP-5.5/ext/oci8/tests/
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.5/ext/standard/tests/file/
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
H A Dtouch_variation6-win32.phpt172 Warning: touch(): Unable to create file touchVar5.tmp\..\BADDIR\aSubDirOrFile because %s in %s on l…
175 Warning: touch(): Unable to create file BADDIR\aSubDirOrFile because %s in %s on line %d
184 Warning: touch(): Unable to create file %s\BADDIR\aSubDirOrFile because %s in %s on line %d
187 Warning: touch(): Unable to create file touchVar5.tmp\aSubDirOrFile\ because Invalid argument in %s…
190 Warning: touch(): Unable to create file %s\touchVar5.tmp\aSubDirOrFile\ because Invalid argument in…
/PHP-5.5/Zend/tests/
H A Dbug60139.phpt2 Bug #60139 (Anonymous functions create cycles not detected by the GC)
/PHP-5.5/ext/intl/tests/
H A Dtransliterator_clone.phpt10 $t = Transliterator::create("hex-any");
H A Dtransliterator_create_inverse_basic.phpt10 $tr = Transliterator::create("Katakana-Latin");
/PHP-5.5/ext/zlib/tests/
H A Dreading_include_path.inc6 //create the include directory structure
/PHP-5.5/ext/openssl/tests/
H A D001.phpt6 if (!@openssl_pkey_new()) die("skip cannot create private key");
24 die("failed to create private key");
/PHP-5.5/ext/pdo/tests/
H A Dpdo_test.inc19 // create an instance of the PDO driver, based on
38 die("Could not create PDO object (DSN=$dsn, user=$user)\n");
H A Dpdo_036.phpt23 Fatal error: PDORow::__construct(): You should not create a PDOStatement manually in %spdo_036.php …
/PHP-5.5/ext/phar/tests/
H A Daddfuncs.phpt51 Cannot create any files in magic ".phar" directory
52 Cannot create any files in magic ".phar" directory
/PHP-5.5/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
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_debug_append.phpt28 // table.inc will create a database connection and run some SQL queries, therefore
46 printf("[004] Cannot create trace file to test append mode\n");
77 // what will happen if we create new trace entries...?
H A Dmysqli_result_references.phpt22 /* mysqlnd: force seperation - create copies */
33 /* mysqlnd: force seperation - create copies */
51 /* mysqlnd: force seperation - create copies*/
H A Dlocal_infile_tools.inc25 return "Failed to create test table: $sql";
30 return "Cannot create CSV file";
51 // create a CVS file
55 printf("[%03d + 1] Cannot create CVS file '%s'\n", $offset, $file);
/PHP-5.5/ext/dom/tests/
H A DDOMDocument_config_basic.phpt10 // create dom document
/PHP-5.5/ext/gd/tests/
H A Dimagearc_basic.phpt17 //create an arc with white color
/PHP-5.5/ext/xsl/tests/
H A Dbug48221.phpt14 Warning: XSLTProcessor::transformToXml(): Cannot create XPath expression (string contains both quot…
/PHP-5.5/ext/zip/tests/
H A Dbug40228.phpt2 Bug #40228 (extractTo does not create recursive empty path)
/PHP-5.5/ext/interbase/tests/
H A D004.phpt18 /* create 100k blob file */
59 echo "create blob 2\n";
74 echo "create blob 3\n";
129 create blob 2
131 create blob 3
/PHP-5.5/tests/output/
H A Dob_start_error_003.phpt20 Notice: ob_start(): failed to create buffer in %s on line 11

Completed in 44 milliseconds

12345678910>>...33