Home
last modified time | relevance | path

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

12345678910>>...36

/PHP-8.1/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
H A Dclosure_write_prop.phpt22 Cannot create dynamic property Closure::$b
/PHP-8.1/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.1/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.1/Zend/tests/generators/
H A Dgc_order.phpt8 throw new Exception; // Just to create a live range
H A Ddynamic_properties.phpt19 Cannot create dynamic property Generator::$prop
/PHP-8.1/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.1/ext/standard/tests/file/
H A Dfgets_socket_variation2.phpt8 // create a file
32 die("Unable to create socket");
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 Dfscanf_variation54.phpt22 // create an object
25 // create a file
/PHP-8.1/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.1/ext/oci8/tests/
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.1/Zend/
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.1/.github/actions/setup-x64/
H A Daction.yml17 ….1 -U SA -P "<YourStrong@Passw0rd>" -Q "create login pdo_test with password='password', check_poli…
/PHP-8.1/ext/dom/tests/
H A DDOMDocument_loadXML_error6.phpt7 // create dom document
/PHP-8.1/ext/pdo/tests/
H A Dpdorow.phpt12 Fatal error: Uncaught PDOException: You may not create a PDORow manually in %spdorow.php:3
/PHP-8.1/Zend/tests/weakrefs/
H A Dweakrefs_005.phpt8 …or: Direct instantiation of WeakReference is not allowed, use WeakReference::create instead in %s:2
/PHP-8.1/ext/pcre/tests/
H A Dbug41050.phpt7 $regex = '/(insert|drop|create|select|delete|update)([^;\']*('."('[^']*')+".')?)*(;|$)/i';
/PHP-8.1/ext/intl/resourcebundle/
H A Dresourcebundle.stub.php13 …public static function create(?string $locale, ?string $bundle, bool $fallback = true): ?ResourceB… function in ResourceBundle
/PHP-8.1/ext/intl/transliterator/
H A Dtransliterator.stub.php15 …public static function create(string $id, int $direction = Transliterator::FORWARD): ?Transliterat… function in Transliterator
/PHP-8.1/ext/standard/tests/array/
H A Dbug44181.phpt2 Bug #44181 (extract EXTR_OVERWRITE|EXTR_REFS can fail to create references)

Completed in 23 milliseconds

12345678910>>...36