Home
last modified time | relevance | path

Searched refs:create (Results 1 – 25 of 772) sorted by relevance

12345678910>>...31

/php-src/ext/intl/tests/
H A Dtransliterator_create_error.phpt2 Transliterator::create (error)
9 Transliterator::create("inexistent id");
11 Transliterator::create("bad UTF-8 \x8F");
17 Warning: Transliterator::create(): transliterator_create: unable to open ICU transliterator with id…
20 Warning: Transliterator::create(): String conversion of id to UTF-16 failed in %s on line %d
H A Dtransliterator_create_from_rule_error.phpt32 Warning: Transliterator::createFromRules(): transliterator_create_from_rules: unable to create ICU …
33 transliterator_create_from_rules: unable to create ICU transliterator from rules (parse error after…
35 Warning: Transliterator::createFromRules(): transliterator_create_from_rules: unable to create ICU …
36 transliterator_create_from_rules: unable to create ICU transliterator from rules (parse error at of…
H A Dbug77895.phpt2 Bug #77895: IntlDateFormatter::create fails in strict mode if $locale = null
10 var_dump(IntlDateFormatter::create(null, IntlDateFormatter::NONE, IntlDateFormatter::NONE));
H A Dtransliterator_create_basic.phpt2 Transliterator::create (basic)
8 $t = Transliterator::create("any-latin");
/php-src/ext/pgsql/tests/
H A D27large_object_oid.phpt2 PostgreSQL create large object with given oid
19 echo "create LO from int\n";
27 echo "create LO from string\n";
35 echo "create LO using default connection\n";
46 create LO from int
47 create LO from string
48 create LO using default connection
/php-src/ext/gd/tests/
H A Dcreatefromgd2.phpt17 echo 'test create from gd2: ';
22 echo 'test create from gd2 part: ';
27 test create from gd2: ok
28 test create from gd2 part: ok
H A Dcreatefromwbmp-mb.phpt10 echo 'test create from wbmp: ';
15 test create from wbmp: ok
H A Dcreatefromwbmp.phpt10 echo 'test create from wbmp: ';
15 test create from wbmp: ok
/php-src/ext/pdo_sqlite/tests/
H A Dpdo_sqlite_filename_uri.phpt8 // create with in-memory database using shared cached
13 // create second connection to in-memory database
18 // create with default read-write|create mode
25 // create with readonly mode
/php-src/ext/mysqli/tests/
H A Dbug54221.phpt22 $create = "CREATE TEMPORARY TABLE IF NOT EXISTS t54221(a int)";
24 $query = "$create;$create;$create;";
H A Dbug35759.phpt17 $create = "CREATE TABLE test (a0 MEDIUMBLOB NOT NULL DEFAULT ''";
20 $create .= ", a$i MEDIUMBLOB NOT NULL DEFAULT ''";
22 $create .= ") ENGINE=MyISAM"; // doesn't work with InnoDB, which is default in 5.5
24 if (!$mysql->query($create)) {
/php-src/ext/standard/tests/file/
H A Dsymlink_link_linkinfo_is_link_variation7.phpt24 // create file
29 // create soft link to $filename
31 // create another link to $linkname
37 // create soft link to $dirname
39 // create another link to $dirname
49 // create hard link to $filename
51 // create another link to $linkname
H A Dcopy_variation14.phpt5 /* Test copy(): Trying to create a copy of non-existing source in an existing destination
10 echo "*** Test copy() function: Trying to create a copy of non-existing source in existing destinat…
19 echo "\n*** Test copy() function: Trying to create copy of an existing source in non-existing desti…
31 *** Test copy() function: Trying to create a copy of non-existing source in existing destination ***
36 *** Test copy() function: Trying to create copy of an existing source in non-existing destination *…
H A Dfopen_include_path.inc15 //create the include directory structure
29 //create the include directory structure
45 //create the include directory structure
61 //create the include directory structure
/php-src/Zend/tests/weakrefs/
H A Dweakrefs_003.phpt5 $wr = WeakReference::create(new stdClass);
27 string(55) "Cannot create dynamic property WeakReference::$disallow"
28 string(57) "Cannot create dynamic property WeakReference::$disallowed"
/php-src/Zend/tests/
H A Dstring_offset_errors.phpt37 Cannot create references to/from string offsets
38 Cannot create references to/from string offsets
39 Cannot create references to/from string offsets
/php-src/ext/ffi/tests/
H A Dweak_reference_002.phpt15 $ref_value = \WeakReference::create($cdata_value);
16 $ref_array = \WeakReference::create($cdata_array);
17 $ref_free = \WeakReference::create($cdata_free);
/php-src/tests/output/
H A Dob_start_error_002.phpt24 Notice: ob_start(): Failed to create buffer in %s on line %d
29 Notice: ob_start(): Failed to create buffer in %s on line 13
34 Notice: ob_start(): Failed to create buffer in %s on line 14
39 Notice: ob_start(): Failed to create buffer in %s on line 15
/php-src/ext/phar/tests/bug64931/
H A Dbug64931.phpt52 CAUGHT: Cannot create any files in magic ".phar" directory
53 CAUGHT: Cannot create any files in magic ".phar" directory
54 CAUGHT: Cannot create any files in magic ".phar" directory
55 CAUGHT: Cannot create any files in magic ".phar" directory
/php-src/ext/opcache/tests/
H A Dbug79535.phpt9 function create() {
13 var_dump(create());
/php-src/ext/zip/tests/
H A Doo_open.phpt19 echo "create: failed\n";
21 echo "create: ok\n";
44 create: ok
/php-src/Zend/tests/type_declarations/
H A Dstatic_type_in_final_class.phpt7 public static function create(): static {
12 var_dump(Test::create());
/php-src/ext/zlib/tests/
H A Dgzopen_include_path.inc15 //create the include directory structure
29 //create the include directory structure
45 //create the include directory structure
61 //create the include directory structure
H A Dgzfile_variation15.phpt10 //define the files to go into these directories, create one in dir2
27 // create a file in the middle directory
36 //create a file in dir1
45 // create a file in working directory
61 // create a file in the script directory
/php-src/ext/phar/tests/
H A Dphar_construct_invalidurl.phpt26 Cannot create a phar archive from a URL like "http://should.fail.com". Phar objects can only be cre…
27 Cannot create a phar archive from a URL like "http://". Phar objects can only be created from local…
28 Cannot create phar 'http:/', file extension (or combination) not recognised or the directory does n…

Completed in 27 milliseconds

12345678910>>...31