Home
last modified time | relevance | path

Searched refs:create (Results 51 – 75 of 918) sorted by relevance

12345678910>>...37

/PHP-8.2/ext/pdo_sqlite/tests/
H A Dgh9032.phpt12 var_dump($db->exec('create table db1.r (id int)'));
17 var_dump($db->exec('create table db2.r (id int)'));
/PHP-8.2/ext/intl/tests/
H A Ddateformat_create_default_icu72-1.phpt2 IntlDateFormatter::create() with default date and time types
13 $fmt = IntlDateFormatter::create('en_US');
H A Ddateformat_create_default.phpt2 IntlDateFormatter::create() with default date and time types
13 $fmt = IntlDateFormatter::create('en_US');
H A Dmsgfmt_fail2.phpt31 return MessageFormatter::create($l, $s);
72 $fmt = MessageFormatter::create();
93 $fmt = MessageFormatter::create('en');
117 ArgumentCountError: MessageFormatter::create() expects exactly 2 arguments, 0 given in %s on line %d
126 ArgumentCountError: MessageFormatter::create() expects exactly 2 arguments, 1 given in %s on line %d
136 Deprecated: MessageFormatter::create(): Passing null to parameter #1 ($locale) of type string is de…
138 Deprecated: MessageFormatter::create(): Passing null to parameter #2 ($pattern) of type string is d…
154 TypeError: MessageFormatter::create(): Argument #1 ($locale) must be of type string, array given in…
H A Ddatepatterngenerator_get_best_pattern.phpt15 $dtpg3 = IntlDatePatternGenerator::create();
16 $dtpg4 = IntlDatePatternGenerator::create("de_DE");
H A Ddatepatterngenerator_get_best_pattern_icu72-1.phpt15 $dtpg3 = IntlDatePatternGenerator::create();
16 $dtpg4 = IntlDatePatternGenerator::create("de_DE");
H A Dformatter_fail.phpt31 return NumberFormatter::create($l, $s);
71 $fmt = NumberFormatter::create();
104 ArgumentCountError: NumberFormatter::create() expects at least 2 arguments, 0 given in %s on line %d
114 Deprecated: NumberFormatter::create(): Passing null to parameter #1 ($locale) of type string is dep…
116 Deprecated: NumberFormatter::create(): Passing null to parameter #2 ($style) of type int is depreca…
130 TypeError: NumberFormatter::create(): Argument #1 ($locale) must be of type string, array given in …
/PHP-8.2/ext/sqlite3/tests/
H A Dgh9032.phpt13 var_dump($db->exec('create table db1.r (id int)'));
19 var_dump($db->exec('create table db2.r (id int)'));
/PHP-8.2/ext/phar/tests/
H A Ddir.phpt34 // create new phar by mkdir
68 Warning: mkdir(): phar error: cannot create directory "phar://%sdir.phar.php/fails", write operatio…
70 Warning: mkdir(): phar error: cannot create directory "fails" in phar "%sok.phar", directory alread…
72 Warning: mkdir(): phar error: cannot create directory "sub" in phar "%sok.phar", directory already …
74 Warning: mkdir(): phar error: cannot create directory "sub/directory.txt" in phar "%sok.phar", phar…
78 Warning: mkdir(): phar error: cannot create directory "phar://", no phar archive specified in %sdir…
90 Warning: mkdir(): phar error: cannot create directory "" in phar "%sdir.phar.php", phar error: inva…
/PHP-8.2/ext/standard/tests/network/
H A Dtcp4loop.phpt15 die('Unable to create AF_INET socket [server]');
21 die('Unable to create AF_INET socket [client]');
H A Dshutdown.phpt20 die('Unable to create AF_INET socket [server]');
26 die('Unable to create AF_INET socket [client]');
35 die('Unable to create AF_INET socket [client]');
H A Dudgloop.phpt17 die('Unable to create AF_UNIX socket [server]');
23 die('Unable to create AF_UNIX socket [client]');
/PHP-8.2/ext/spl/tests/
H A Dbug68825.phpt15 die('Failed to create temporary directory for testing');
17 die('Failed to create symbolic link');
H A DRecursiveDirectoryIterator_hasChildren.phpt9 die('Failed to create temporary directory for testing');
11 die('Failed to create symbolic link');
/PHP-8.2/ext/standard/tests/file/
H A Dunlink_variation3.phpt19 // create temp file
26 // create soft link
33 // create hard link
H A Dsymlink_link_linkinfo_is_link_variation5.phpt20 // create temp dir
26 // create the file
32 var_dump( symlink($filename, $linkname) ); // create link
H A Dunlink_variation1.phpt26 // create temp dir
28 // create temp file inside $dirname
45 // create the temp dir
47 // create the temp file
H A Drename_variation2.phpt15 // create the $dest_dir
20 // create the file
25 // create the soft links to the file
H A Dunlink_variation1-win32.phpt25 // create temp dir
27 // create temp file inside $dirname
44 // create the temp dir
47 // create the temp file
H A Dunlink_variation1-win32-mb.phpt26 // create temp dir
28 // create temp file inside $dirname
45 // create the temp dir
48 // create the temp file
H A Dcopy_variation10.phpt9 echo "*** Test copy(): Trying to create a copy of file with the same source name ***\n";
26 *** Test copy(): Trying to create a copy of file with the same source name ***
H A Dglob_variation2.phpt10 // create temp directory
13 // create temp file
H A Dreadfile_variation2.phpt25 // create temp file and insert data into it
36 // create soft link to $filename
47 // create hard link to $filename
/PHP-8.2/ext/oci8/tests/
H A Dedition_1.phpt33 * fail to create the necessary editions if a child edition exists
50 create a view view_ed in MYEDITION1.
51 create the same view 'view_ed' with a different definition in MYEDITION.
63 "create table edit_tab (name varchar2(10),age number,job varchar2(50), salary number)",
66 "create or replace editioning view view_ed as select name,age,job from edit_tab",
78 $stmt = "create or replace editioning view view_ed as select name,age,job,salary from edit_tab";
/PHP-8.2/ext/pgsql/tests/
H A D01createdb.phpt2 PostgreSQL create db
9 // create test table

Completed in 32 milliseconds

12345678910>>...37