Home
last modified time | relevance | path

Searched refs:create (Results 251 – 275 of 918) sorted by relevance

1...<<11121314151617181920>>...37

/PHP-8.2/ext/standard/tests/file/
H A Dunlink_error-win32.phpt15 $fp = fopen($filename, "w"); // create file
38 // create temp dir
H A Dunlink_error-win32-mb.phpt17 $fp = fopen($filename, "w"); // create file
40 // create temp dir
H A Dunlink_error.phpt15 $fp = fopen($filename, "w"); // create file
37 // create temp dir
/PHP-8.2/ext/oci8/tests/
H A Dlob_022.phpt19 $create = "CREATE table lob_test(mykey NUMBER, lob_1 CLOB)";
20 $statement = oci_parse($c, $create);
H A Dbug46994.phpt18 "create or replace procedure bug46994_proc1(p1 in out nocopy clob) is
23 "create or replace procedure bug46994_proc2(p1 in out nocopy clob) is
H A Dimp_res_get_4.phpt27 "create table imp_res_get_4_tab_1 (c1 number, c2 varchar2(10))",
33 "create table imp_res_get_4_tab_2 (c3 varchar2(1))",
38 "create or replace procedure imp_res_get_4_proc as
/PHP-8.2/ext/pdo/tests/
H A Dpdo_test.inc19 // create an instance of the PDO driver, based on
38 die("Could not create PDO object (DSN=$dsn, user=$user)\n");
/PHP-8.2/tests/output/
H A Dob_start_basic_005.phpt29 Notice: ob_start(): Failed to create buffer in %s on line %d
H A Dob_start_error_001.phpt27 Notice: ob_start(): Failed to create buffer in %s on line %d
/PHP-8.2/ext/curl/tests/
H A Dcurl_copy_handle_basic.phpt12 // create a new cURL resource
/PHP-8.2/ext/standard/tests/streams/
H A Dbug78902.phpt8 /** create temporary file 2mb file */
/PHP-8.2/ext/gd/tests/
H A Dbug77479.phpt21 Warning: imagewbmp(): Could not create WBMP%win %s on line %d
/PHP-8.2/ext/xsl/tests/
H A Dxsltprocessor_setparameter-errorquote.phpt15 Warning: XSLTProcessor::transformToXml(): Cannot create XPath expression (string contains both quot…
/PHP-8.2/ext/standard/tests/dir/
H A Dgetcwd_basic-win32-mb.phpt17 //create temporary directory for test, removed in CLEAN section
/PHP-8.2/ext/date/tests/
H A DDateTime_clone_basic1.phpt14 // ..create a clone of it ..Clone
/PHP-8.2/Zend/tests/generators/
H A Dgc_with_yield_from.phpt9 global $gens; // create cyclic reference to root
/PHP-8.2/ext/sockets/tests/
H A Dsocket_setopt_basic.phpt12 die('Unable to create AF_INET socket [socket]');
/PHP-8.2/ext/phar/tests/
H A Dbug72321.phpt24 …CCCCxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/b/c", could not create directory "test723…
/PHP-8.2/ext/ldap/tests/
H A Dldap_connect_error.phpt22 Warning: ldap_connect(): Could not create session handle: %s in %s on line %d
/PHP-8.2/ext/pdo_firebird/tests/
H A Dbug_aaa.phpt15 $dbh->exec('create table ta_table (id integer)');
/PHP-8.2/ext/dom/tests/
H A DDOMDocument_load_error6.phpt7 // create dom document
/PHP-8.2/ext/shmop/tests/
H A Dgh14537.phpt26 Warning: shmop_open(): Unable to attach or create shared memory segment "No error" in %s on line %d
/PHP-8.2/ext/openssl/tests/
H A Dopenssl_spki_export_challenge_basic.phpt9 if (!@openssl_pkey_new()) die("skip cannot create private key");
34 /* loop to create and verify results */
H A D001.phpt7 if (!@openssl_pkey_new()) die("skip cannot create private key");
17 die("failed to create private key");
/PHP-8.2/ext/pdo_dblib/tests/
H A Dbatch_stmt_transaction.phpt16 "create table #php_pdo(id int);" .
27 // check results from the create table

Completed in 30 milliseconds

1...<<11121314151617181920>>...37