Home
last modified time | relevance | path

Searched refs:create (Results 201 – 225 of 918) sorted by relevance

12345678910>>...37

/PHP-8.2/Zend/tests/closures/
H A Dclosure_from_callable_non_static_statically.phpt20 Failed to create closure from callable: non-static method A::method() cannot be called statically
/PHP-8.2/Zend/tests/weakrefs/
H A Dweakrefs_002.phpt5 $wr = WeakReference::create(new stdClass);
/PHP-8.2/ext/intl/tests/
H A Dtransliterator_clone.phpt10 $t = Transliterator::create("hex-any");
/PHP-8.2/ext/intl/msgformat/
H A Dmsgformat.stub.php14 public static function create(string $locale, string $pattern): ?MessageFormatter {} function in MessageFormatter
/PHP-8.2/ext/openssl/tests/
H A Dbug68912.phpt7 if (!@openssl_pkey_new()) die("skip cannot create private key");
/PHP-8.2/Zend/tests/
H A Dstring_offset_optimization.phpt12 Fatal error: Uncaught Error: Cannot create references to/from string offsets in %s:%d
H A Dbug60139.phpt2 Bug #60139 (Anonymous functions create cycles not detected by the GC)
H A Ddynamic_prop_deprecation_002.phpt18 Exception: Cannot create dynamic property class@anonymous::$y
/PHP-8.2/ext/standard/tests/file/
H A Drename_variation5.phpt14 // create a dir
18 //create a file
22 // create a link
/PHP-8.2/ext/oci8/tests/
H A Dimp_res_get_dbmsoutput.phpt27 "create table imp_res_get_dbmsoutput_tab_1 (c1 number, c2 varchar2(10))",
33 "create table imp_res_get_dbmsoutput_tab_2 (c3 varchar2(1))",
38 "create or replace procedure imp_res_get_dbmsoutput_proc as
H A Dbug42841.phpt23 "create or replace procedure bug42841_proc(out_1 out sys_refcursor) is
28 "create or replace package bug43449_pkg is
33 "create or replace package body bug43449_pkg is
H A Darray_bind_002.phpt14 $create = "CREATE table bind_test(name DATE)";
15 $statement = oci_parse($c, $create);
H A Darray_bind_003.phpt19 $create = "CREATE table bind_test(name DATE)";
20 $statement = oci_parse($c, $create);
H A Darray_bind_004.phpt19 $create = "CREATE table bind_test(name DATE)";
20 $statement = oci_parse($c, $create);
H A Darray_bind_008.phpt19 $create = "CREATE table bind_test(name NUMBER)";
20 $statement = oci_parse($c, $create);
/PHP-8.2/ext/mysqli/tests/
H A Dmysqli_debug_append.phpt27 // table.inc will create a database connection and run some SQL queries, therefore
45 printf("[004] Cannot create trace file to test append mode\n");
76 // what will happen if we create new trace entries...?
H A Dmysqli_pconn_limits.phpt39 …printf("[004] Cannot create persistent connection using host=%s, user=%s, passwd=***, dbname=%s, p…
52 …printf("[006] Cannot create persistent connection using host=%s, user=%s, passwd=***, dbname=%s, p…
66 …printf("[008] Cannot create persistent connection using host=%s, user=%s, passwd=***, dbname=%s, p…
/PHP-8.2/ext/standard/tests/array/
H A Dbug72622.phpt2 Bug #72622 (array_walk + array_replace_recursive create references from nothing)
/PHP-8.2/ext/sockets/tests/
H A Dsocket_bpf_extensions.phpt15 die('Unable to create AF_INET socket [socket]');
H A Dsocket_sentto_recvfrom_unix.phpt15 die('Unable to create AF_UNIX socket');
53 Warning: socket_create(): Unable to create socket [%d]: Protocol not supported in %s on line %d
/PHP-8.2/ext/xsl/tests/
H A Dbug48221.phpt13 Warning: XSLTProcessor::transformToXml(): Cannot create XPath expression (string contains both quot…
/PHP-8.2/ext/standard/tests/dir/
H A Ddir_basic.phpt10 // create the temporary directory
15 // create files within the temporary directory
H A Ddir_variation4-win32-mb.phpt21 // create the temporary directory
26 // create files within the temporary directory
H A Dreaddir_variation6-win32-mb.phpt21 // create the temporary directory
25 // create files within the temporary directory
/PHP-8.2/ext/phar/tests/
H A Daddfuncs.phpt50 Cannot create any files in magic ".phar" directory
51 Cannot create any files in magic ".phar" directory

Completed in 35 milliseconds

12345678910>>...37