Home
last modified time | relevance | path

Searched refs:create (Results 76 – 100 of 918) sorted by relevance

12345678910>>...37

/PHP-8.2/ext/pdo_dblib/tests/
H A DREADME.md7 ….1 -U SA -P "<YourStrong@Passw0rd>" -Q "create login pdo_test with password='password', check_poli…
/PHP-8.2/ext/standard/tests/network/
H A Dunixloop.phpt17 die('Unable to create AF_UNIX socket [server]');
23 die('Unable to create AF_UNIX socket [client]');
/PHP-8.2/Zend/tests/enum/
H A Dno-write-properties.phpt46 Cannot create dynamic property Foo::$value
49 Cannot create dynamic property IntFoo::$value2
/PHP-8.2/ext/sockets/tests/
H A Dipv4loop.phpt10 die('Unable to create AF_INET socket [server]');
26 die('Unable to create AF_INET socket [client]');
H A Dipv6loop.phpt15 die('Unable to create AF_INET6 socket [server]');
34 die('Unable to create AF_INET6 socket [client]');
H A Dunixloop.phpt22 die('Unable to create AF_UNIX socket [server]');
34 die('Unable to create AF_UNIX socket [client]');
/PHP-8.2/ext/pgsql/tests/
H A Dconfig.inc3 // These vars are used to connect db and create test table.
12 $num_test_record = 1000; // Number of records to create
/PHP-8.2/ext/pdo_sqlite/tests/
H A Dpdo_sqlite_open_basedir.phpt10 // create in basedir
17 // create outside basedir
/PHP-8.2/ext/mysqli/tests/
H A Dmysqli_stmt_bind_limits.phpt18 $create = "CREATE TABLE test(id INT AUTO_INCREMENT PRIMARY KEY, ";
25 $create .= "col" . $i . " INT, ";
32 $create = substr($create, 0, -2) . ")";
44 if (!$link->query($drop) || !$link->query($create)) {
H A Dmysqli_fetch_field_flags.phpt113 $create = sprintf('CREATE TABLE test(id INT, col1 %s)', $column_def);
114 if (!mysqli_query($link, $create)) {
174 var_dump($create);
189 $create = 'CREATE TABLE test(id INT, ';
191 $create .= sprintf('%s, ', $v);
193 $create = sprintf('%s)', substr($create, 0, -2));
195 if (mysqli_query($link, $create)) {
/PHP-8.2/Zend/tests/weakrefs/
H A Dweakmap_error_conditions.phpt88 Cannot create dynamic property WeakMap::$prop
89 Cannot create dynamic property WeakMap::$prop
90 Cannot create dynamic property WeakMap::$prop
/PHP-8.2/ext/oci8/tests/
H A Derror_bind.phpt14 $create = "create table bind_test(name varchar(10))";
15 $statement = oci_parse($c, $create);
H A Dconn_attr.inc10 …"create user $testuser identified by $testpassword", // $testuser should be set by the file that …
15 "grant create any edition to $testuser",
16 "create edition myedition",
17 "create edition myedition1 as child of myedition",
25 "create user $testuser identified by $testpassword",
H A Dimp_res_2.phpt26 "create or replace procedure imp_res_2_proc_a as
33 "create or replace procedure imp_res_2_proc_b as
42 "create or replace procedure imp_res_2_proc_c as
H A Dimp_res_cursor.phpt27 "create table imp_res_cursor_tab_1 (c1 number, c2 varchar2(10))",
33 "create table imp_res_cursor_tab_2 (c3 varchar2(1))",
38 "create or replace procedure imp_res_cursor_proc as
/PHP-8.2/ext/zlib/tests/
H A Dgzopen_variation4.phpt12 //define the files to go into these directories, create one in dir2
33 // create a file in the middle directory
47 //create a file in dir1
60 // create a file in working directory
84 // create a file in the script directory
/PHP-8.2/ext/standard/tests/file/
H A Dunlink_basic.phpt10 $fp = fopen($filename, "w"); // create file
23 $fp = fopen($filename, "w"); // create file
H A Dsymlink_link_linkinfo_is_link_variation9.phpt25 // create the file
30 // create soft link
46 // create hard link
62 // create soft link
H A Dfgetcsv_variation23.phpt10 // create the file and then open in read mode and try reading
16 echo "Error: failed to create file $filename!\n";
H A Dlstat_stat_variation14.phpt11 /* create temp file & link */
21 // create the link
H A Dcopy_variation7.phpt10 /* Test copy() function: Trying to create copy of links */
32 echo "-- Now applying copy() on source link to create copies --\n";
65 -- Now applying copy() on source link to create copies --
/PHP-8.2/.github/actions/setup-x64/
H A Daction.yml10 …-U SA -C -P "<YourStrong@Passw0rd>" -Q "create login pdo_test with password='password', check_poli…
/PHP-8.2/ext/intl/dateformat/
H A Ddatepatterngenerator.stub.php10 public static function create(?string $locale = null): ?IntlDatePatternGenerator {} function in IntlDatePatternGenerator
/PHP-8.2/ext/gd/tests/
H A Dbug19366.phpt7 echo "Alive: create image\n";
44 Alive: create image
/PHP-8.2/ext/standard/tests/dir/
H A Dscandir_variation5.phpt21 * create the temporary directory :
31 // create sub_dir
36 //create sub_sub_dir

Completed in 47 milliseconds

12345678910>>...37