Home
last modified time | relevance | path

Searched refs:create (Results 126 – 150 of 918) sorted by relevance

12345678910>>...37

/PHP-8.2/ext/oci8/tests/
H A Dimp_res_get_1.phpt27 "create table imp_res_get_1_tab_1 (c1 number, c2 varchar2(10))",
33 "create table imp_res_get_1_tab_2 (c3 varchar2(1))",
38 "create or replace procedure imp_res_get_1_proc as
H A Dlob_017.phpt21 $create = "CREATE table lob_test(lob_1 BLOB, lob_2 BLOB)";
22 $statement = oci_parse($c, $create);
H A Ddupcolnames.phpt16 "create table dupcolnames_tab1 (c1 number, dupnamecol varchar2(20))",
17 "create table dupcolnames_tab2 (c2 number, dupnamecol varchar2(20))",
/PHP-8.2/ext/curl/tests/
H A Dcurl_multi_select_basic1.phpt11 //create the multiple cURL handle
/PHP-8.2/ext/standard/tests/file/
H A Dtouch_variation5-win32.phpt16 if (!mkdir($cwd . '/' . $workDir)) die("cannot create directory $workDir");
159 Warning: touch(): Unable to create file touchVar5.tmp/../BADDIR/aSubDirOrFile because %s in %s on l…
162 Warning: touch(): Unable to create file BADDIR/aSubDirOrFile because %s in %s on line %d
171 Warning: touch(): Unable to create file %s/BADDIR/aSubDirOrFile because %s in %s on line %d
174 Warning: touch(): Unable to create file touchVar5.tmp/aSubDirOrFile/ because %s in %s on line %d
177 Warning: touch(): Unable to create file %s/touchVar5.tmp/aSubDirOrFile/ because %s in %s on line %d
H A Dfgets_socket_variation2.phpt8 // create a file
32 die("Unable to create socket");
H A Dfscanf_variation54.phpt22 // create an object
25 // create a file
H A Drename_variation1.phpt29 // create the $dest_dir
37 // create the src dir
H A Dstat_variation8-win32.phpt19 /* create temp file and directory */
28 // create temp file
H A Drename_variation1-win32.phpt31 // create the $dest_dir
40 // create the src dir
/PHP-8.2/Zend/tests/enum/
H A Dno-dynamic-properties.phpt20 Cannot create dynamic property Foo::$baz
/PHP-8.2/Zend/tests/readonly_classes/
H A Dreadonly_class_dynamic_property.phpt20 Cannot create dynamic property Foo::$bar
/PHP-8.2/Zend/
H A Dzend_weakrefs.stub.php13 public static function create(object $object): WeakReference {} function in WeakReference
H A Dzend_weakrefs_arginfo.h39 ZEND_METHOD(WeakReference, create);
51 ZEND_ME(WeakReference, create, arginfo_class_WeakReference_create, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)
/PHP-8.2/Zend/tests/
H A Dstr_offset_002.phpt9 Fatal error: Uncaught Error: Cannot create references to/from string offsets in %sstr_offset_002.ph…
H A Dclosure_022.phpt11 Fatal error: Uncaught Error: Cannot create dynamic property Closure::$a in %s:%d
/PHP-8.2/ext/ffi/tests/
H A Dweak_reference_001.phpt10 $ref = \WeakReference::create($ffi);
H A Dweak_reference_003.phpt10 $ref = \WeakReference::create($ctype);
/PHP-8.2/ext/spl/tests/
H A DSplFixedArray_fromarray_param_multiarray.phpt2 Tries to create a SplFixedArray using the fromArray() function and a multi dimensional array.
/PHP-8.2/ext/standard/tests/general_functions/
H A Dbug76717.phpt2 Bug #76717: var_export() does not create a parsable value for PHP_INT_MIN
/PHP-8.2/Zend/tests/generators/
H A Dgc_order.phpt8 throw new Exception; // Just to create a live range
/PHP-8.2/ext/pdo_dblib/tests/
H A Dbatch_stmt_ins_exec.phpt16 $db->query("create table #php_pdo(id int); ");
18 "create proc php_pdo_exec_select_proc as " .
/PHP-8.2/ext/pdo/tests/
H A Dpdorow.phpt12 Fatal error: Uncaught PDOException: You may not create a PDORow manually in %spdorow.php:3
/PHP-8.2/ext/dom/tests/
H A DDOMDocument_loadXML_error6.phpt7 // create dom document
/PHP-8.2/Zend/tests/weakrefs/
H A Dweakrefs_005.phpt8 …or: Direct instantiation of WeakReference is not allowed, use WeakReference::create instead in %s:2

Completed in 22 milliseconds

12345678910>>...37