Home
last modified time | relevance | path

Searched refs:create (Results 1 – 25 of 824) sorted by relevance

12345678910>>...33

/PHP-5.5/ext/pgsql/tests/
H A D27large_object_oid.phpt2 PostgreSQL create large object with given oid
17 echo "create LO from int\n";
25 echo "create LO from string\n";
33 echo "create LO using default connection\n";
44 create LO from int
45 create LO from string
46 create LO using default connection
H A D01createdb.phpt2 PostgreSQL create db
7 // create test table
/PHP-5.5/ext/intl/tests/
H A Dtransliterator_create_error.phpt2 Transliterator::create (error)
9 Transliterator::create("inexistent id");
11 Transliterator::create("bad UTF-8 \x8F");
16 Warning: Transliterator::create(): transliterator_create: unable to open ICU transliterator with id…
19 Warning: Transliterator::create(): String conversion of id to UTF-16 failed in %s on line %d
H A Dtransliterator_create_basic.phpt2 Transliterator::create (basic)
8 $t = Transliterator::create("any-latin");
/PHP-5.5/ext/gd/tests/
H A Dcreatefromgd2.phpt12 echo 'test create from gd2: ';
17 echo 'test create from gd2 part: ';
22 test create from gd2: ok
23 test create from gd2 part: ok
H A Dcreatefromwbmp.phpt12 echo 'test create from wbmp: ';
17 test create from wbmp: ok
/PHP-5.5/ext/mysqli/tests/
H A Dbug54221.phpt22 $create = "CREATE TEMPORARY TABLE IF NOT EXISTS t54221(a int)";
24 $query = "$create;$create;$create;";
H A Dbug35759.phpt16 $create = "CREATE TABLE test (a0 MEDIUMBLOB NOT NULL DEFAULT ''";
19 $create .= ", a$i MEDIUMBLOB NOT NULL DEFAULT ''";
21 $create .= ") ENGINE=MyISAM"; // doesn't work with InnoDB, which is default in 5.5
23 if (!$mysql->query($create)) {
/PHP-5.5/ext/standard/tests/file/
H A Dsymlink_link_linkinfo_is_link_variation7.phpt36 // create file
41 // create soft link to $filename
43 // create another link to $linkname
49 // create soft link to $dirname
51 // create another link to $dirname
57 // create hard link to $filename
59 // create another link to $linkname
H A Dcopy_variation14.phpt10 /* Test copy(): Trying to create a copy of non-existing source in an existing destination
15 echo "*** Test copy() function: Trying to create a copy of non-existing source in existing destinat…
24 echo "\n*** Test copy() function: Trying to create copy of an existing source in non-existing desti…
38 *** Test copy() function: Trying to create a copy of non-existing source in existing destination ***
43 *** Test copy() function: Trying to create copy of an existing source in non-existing destination *…
H A Dfopen_include_path.inc15 //create the include directory structure
29 //create the include directory structure
45 //create the include directory structure
61 //create the include directory structure
H A Dcopy_variation12-win32.phpt15 /* Test copy(): Trying to create a copy of an existing dir */
19 echo "*** Test copy() function: Trying to create a copy of an existing dir ***\n";
41 *** Test copy() function: Trying to create a copy of an existing dir ***
H A Dfopen_variation5.phpt15 //create the include directory structure
41 //define the files to go into these directories, create one in dir2
64 // create a file in the middle directory
76 //create a file in dir1
87 // create a file in working directory
107 // create a file in the script directory
/PHP-5.5/tests/output/
H A Dob_start_error_002.phpt25 Notice: ob_start(): failed to create buffer in %s on line 13
30 Notice: ob_start(): failed to create buffer in %s on line 14
35 Notice: ob_start(): failed to create buffer in %s on line 15
40 Notice: ob_start(): failed to create buffer in %s on line 16
H A Dob_start_basic_006.phpt79 Notice: ob_start(): failed to create buffer in %s on line 44
87 Notice: ob_start(): failed to create buffer in %s on line 47
95 Notice: ob_start(): failed to create buffer in %s on line 50
103 Notice: ob_start(): failed to create buffer in %s on line 53
111 Notice: ob_start(): failed to create buffer in %s on line 56
131 Notice: ob_start(): failed to create buffer in %s on line 68
/PHP-5.5/ext/zip/tests/
H A Doo_open.phpt22 echo "create: failed\n";
24 echo "create: ok\n";
43 create: ok
/PHP-5.5/ext/phar/tests/bug64931/
H A Dbug64931.phpt53 CAUGHT: Cannot create any files in magic ".phar" directory
54 CAUGHT: Cannot create any files in magic ".phar" directory
55 CAUGHT: Cannot create any files in magic ".phar" directory
56 CAUGHT: Cannot create any files in magic ".phar" directory
/PHP-5.5/ext/zlib/tests/
H A Dgzopen_include_path.inc15 //create the include directory structure
29 //create the include directory structure
45 //create the include directory structure
61 //create the include directory structure
H A Dgzfile_variation15.phpt13 //define the files to go into these directories, create one in dir2
31 // create a file in the middle directory
40 //create a file in dir1
49 // create a file in working directory
65 // create a file in the script directory
H A Dreadgzfile_variation15.phpt13 //define the files to go into these directories, create one in dir2
31 // create a file in the middle directory
41 //create a file in dir1
51 // create a file in working directory
69 // create a file in the script directory
/PHP-5.5/ext/phar/tests/
H A Dphar_construct_invalidurl.phpt27 Cannot create a phar archive from a URL like "http://should.fail.com". Phar objects can only be cre…
28 Cannot create a phar archive from a URL like "http://". Phar objects can only be created from local…
29 Cannot create phar 'http:/', file extension (or combination) not recognised or the directory does n…
/PHP-5.5/tests/lang/
H A Dbug21669.phpt13 function create() {
19 $test = $factory->create();
/PHP-5.5/tests/classes/
H A Dconstants_error_007.phpt2 Basic class support - attempting to create a reference to a class constant
10 echo "\nAttempting to create a reference to a class constant - should be parse error.\n";
/PHP-5.5/ext/standard/tests/network/
H A Dudp4loop.phpt8 die('Unable to create AF_INET socket [server]');
14 die('Unable to create AF_INET socket [client]');
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_init_command.phpt24 $create = sprintf('CREATE TABLE %s(id INT)', $table);
25 var_dump($create);
26 $db = new PDO($dsn, $user, $pass, array(PDO::MYSQL_ATTR_INIT_COMMAND => $create));

Completed in 48 milliseconds

12345678910>>...33