Home
last modified time | relevance | path

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

12345678910>>...37

/PHP-7.3/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
/PHP-7.3/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 Dbug77895.phpt2 Bug #77895: IntlDateFormatter::create fails in strict mode if $locale = null
8 var_dump(IntlDateFormatter::create(null, IntlDateFormatter::NONE, IntlDateFormatter::NONE));
H A Dtransliterator_create_basic.phpt2 Transliterator::create (basic)
8 $t = Transliterator::create("any-latin");
/PHP-7.3/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
H A Dcreatefromwbmp-mb.phpt12 echo 'test create from wbmp: ';
17 test create from wbmp: ok
/PHP-7.3/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-7.3/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…
36 *** Test copy() function: Trying to create a copy of non-existing source in existing destination ***
41 *** 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
/PHP-7.3/ext/opcache/tests/
H A Dbug79535.phpt7 function create() {
11 var_dump(create());
/PHP-7.3/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-7.3/ext/zip/tests/
H A Doo_open.phpt21 echo "create: failed\n";
23 echo "create: ok\n";
42 create: ok
/PHP-7.3/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-7.3/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-7.3/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…
H A Dbug65414.phpt32 .phar/injected-1.txt:Cannot create any files in magic ".phar" directory
33 /.phar/injected-2.txt:Cannot create any files in magic ".phar" directory
35 /.phar/:Cannot create any files in magic ".phar" directory
/PHP-7.3/tests/lang/
H A Dbug21669.phpt13 function create() {
19 $test = $factory->create();
/PHP-7.3/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-7.3/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 37 milliseconds

12345678910>>...37