Searched refs:create (Results 1 – 25 of 917) sorted by relevance
12345678910>>...37
/PHP-7.3/ext/pgsql/tests/ |
H A D | 27large_object_oid.phpt | 2 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 D | transliterator_create_error.phpt | 2 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 D | bug77895.phpt | 2 Bug #77895: IntlDateFormatter::create fails in strict mode if $locale = null 8 var_dump(IntlDateFormatter::create(null, IntlDateFormatter::NONE, IntlDateFormatter::NONE));
|
H A D | transliterator_create_basic.phpt | 2 Transliterator::create (basic) 8 $t = Transliterator::create("any-latin");
|
/PHP-7.3/ext/gd/tests/ |
H A D | createfromgd2.phpt | 12 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 D | createfromwbmp.phpt | 12 echo 'test create from wbmp: '; 17 test create from wbmp: ok
|
H A D | createfromwbmp-mb.phpt | 12 echo 'test create from wbmp: '; 17 test create from wbmp: ok
|
/PHP-7.3/ext/mysqli/tests/ |
H A D | bug54221.phpt | 22 $create = "CREATE TEMPORARY TABLE IF NOT EXISTS t54221(a int)"; 24 $query = "$create;$create;$create;";
|
H A D | bug35759.phpt | 16 $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 D | symlink_link_linkinfo_is_link_variation7.phpt | 36 // 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 D | copy_variation14.phpt | 10 /* 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 D | fopen_include_path.inc | 15 //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 D | bug79535.phpt | 7 function create() { 11 var_dump(create());
|
/PHP-7.3/tests/output/ |
H A D | ob_start_error_002.phpt | 25 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 D | ob_start_basic_006.phpt | 79 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 D | oo_open.phpt | 21 echo "create: failed\n"; 23 echo "create: ok\n"; 42 create: ok
|
/PHP-7.3/ext/zlib/tests/ |
H A D | gzopen_include_path.inc | 15 //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 D | gzfile_variation15.phpt | 13 //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 D | readgzfile_variation15.phpt | 13 //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 D | bug64931.phpt | 53 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 D | phar_construct_invalidurl.phpt | 27 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 D | bug65414.phpt | 32 .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 D | bug21669.phpt | 13 function create() { 19 $test = $factory->create();
|
/PHP-7.3/tests/classes/ |
H A D | constants_error_007.phpt | 2 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 D | pdo_mysql_attr_init_command.phpt | 24 $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