Home
last modified time | relevance | path

Searched refs:create (Results 101 – 125 of 918) sorted by relevance

12345678910>>...37

/PHP-8.2/ext/oci8/tests/
H A Dimp_res_get_cursor.phpt27 "create table imp_res_get_cursor_tab_1 (c1 number, c2 varchar2(10))",
33 "create table imp_res_get_cursor_tab_2 (c3 varchar2(1))",
38 "create or replace procedure imp_res_get_cursor_proc as
H A Dimp_res_get_2.phpt27 "create table imp_res_get_2_tab_1 (c1 number, c2 varchar2(10))",
33 "create table imp_res_get_2_tab_2 (c3 varchar2(1))",
38 "create or replace procedure imp_res_get_2_proc as
H A Dlob_016.phpt19 $create = "CREATE table lob_test(lob_1 BLOB, lob_2 BLOB)";
20 $statement = oci_parse($c, $create);
H A Dbug37581.phpt15 $p1 = "create or replace package BUG37581_PKG as
20 $p2 = "create or replace package body BUG37581_PKG as
/PHP-8.2/ext/intl/tests/
H A Dtransliterator_transliterate_variant1.phpt29 Warning: transliterator_transliterate(): Could not create transliterator with ID %s
35 Warning: transliterator_transliterate(): Could not create transliterator with ID "inexistent id" (t…
/PHP-8.2/ext/sockets/tests/
H A Dsocket_meminfo.phpt13 die('Unable to create AF_INET socket [server]');
29 die('Unable to create AF_INET socket [client]');
H A Dsocket_getpeername_ipv4loop.phpt16 die('Unable to create AF_INET socket [server]');
38 die('Unable to create AF_INET socket [client]');
H A Dsocket_getpeername_ipv6loop.phpt21 die('Unable to create AF_INET6 socket [server]');
43 die('Unable to create AF_INET6 socket [client]');
H A Dsocket_sendto_zerocopy.phpt22 die('Unable to create AF_UNIX socket');
26 die('Unable to create AF_UNIX socket');
/PHP-8.2/ext/mysqli/tests/
H A Dmysqli_fetch_field_types.phpt20 … $create = sprintf("CREATE TABLE test(id %s) DEFAULT CHARSET %s", $sql_type, $default_charset);
21 if (!mysqli_query($link, $create)) {
22 printf("[002] '%s' - '%s', [%d] %s\n", $sql_type, $create,
33 printf("[003] '%s' - '%s' - '%s', [%d] %s\n", $sql_type, $create, $sql,
/PHP-8.2/Zend/tests/
H A Dfirst_class_callable_011.phpt11 Fatal error: Cannot create Closure as attribute argument in %s on line 3
H A Dfirst_class_callable_assert3.phpt10 Fatal error: Cannot create Closure for new expression in %s on line %d
H A Dfirst_class_callable_008.phpt12 Fatal error: Cannot create Closure for new expression in %s on line 6
H A Dfirst_class_callable_assert2.phpt11 Fatal error: Cannot create Closure as attribute argument in %s on line %d
/PHP-8.2/ext/standard/tests/dir/
H A Ddir_variation7.phpt20 /* create the temporary directory :
30 // create sub_dir
35 //create sub_sub_dir
H A Dopendir_variation5.phpt20 /* create the temporary directory :
30 // create sub_dir
35 //create sub_sub_dir
/PHP-8.2/ext/shmop/tests/
H A D002.phpt25 // Warning outputs: Unable to attach or create shared memory segment
76 Warning: shmop_open(): Unable to attach or create shared memory segment "%s" in %s on line %d
79 Warning: shmop_open(): Unable to attach or create shared memory segment "%s" in %s on line %d
/PHP-8.2/ext/date/tests/
H A Dbug41842.phpt2 Bug #41842 (Cannot create years < 0100 & negative years with date_create or new DateTime)
/PHP-8.2/ext/openssl/tests/
H A Dopenssl_spki_export_basic.phpt7 if (!@openssl_pkey_new()) die("skip cannot create private key");
34 /* loop to create and verify results */
/PHP-8.2/ext/standard/tests/network/
H A Dtcp6loop.phpt26 die('Unable to create AF_INET6 socket [server]');
32 die('Unable to create AF_INET6 socket [client]');
H A Dudp6loop.phpt32 die('Unable to create AF_INET6 socket [server]');
38 die('Unable to create AF_INET6 socket [client]');
/PHP-8.2/ext/pdo/tests/
H A Dpdo_024.phpt22 $sql = 'create table test (id int, name varchar(10) null)';
25 $sql = 'create table test (id int, name varchar(10))';
/PHP-8.2/ext/standard/tests/streams/
H A Dproc_open_bug51800_right.phpt26 /* create the proc file */
40 die("couldn't create helper script '$callee'");
H A Dproc_open_bug51800_right2.phpt20 /* create the proc file */
40 die("couldn't create helper script '$callee'");
/PHP-8.2/ext/pdo_dblib/tests/
H A Dbatch_stmt_ins_up.phpt16 "create table #php_pdo(id int);" .
23 // check results from the create table

Completed in 34 milliseconds

12345678910>>...37