Searched refs:create (Results 1 – 25 of 929) sorted by relevance
12345678910>>...38
2 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
2 Bug #77895: IntlDateFormatter::create fails in strict mode if $locale = null 10 var_dump(IntlDateFormatter::create(null, IntlDateFormatter::NONE, IntlDateFormatter::NONE));
32 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…
2 Transliterator::create (basic)8 $t = Transliterator::create("any-latin");
2 PostgreSQL create large object with given oid19 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 int47 create LO from string48 create LO using default connection
17 echo 'test create from gd2: ';22 echo 'test create from gd2 part: ';27 test create from gd2: ok28 test create from gd2 part: ok
10 echo 'test create from wbmp: ';15 test create from wbmp: ok
8 // create with in-memory database using shared cached13 // create second connection to in-memory database18 // create with default read-write|create mode25 // create with readonly mode
22 $create = "CREATE TEMPORARY TABLE IF NOT EXISTS t54221(a int)";24 $query = "$create;$create;$create;";
17 $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.524 if (!$mysql->query($create)) {
24 // create file29 // create soft link to $filename31 // create another link to $linkname37 // create soft link to $dirname39 // create another link to $dirname49 // create hard link to $filename51 // create another link to $linkname
5 /* Test copy(): Trying to create a copy of non-existing source in an existing destination10 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 *…
15 //create the include directory structure29 //create the include directory structure45 //create the include directory structure61 //create the include directory structure
5 $wr = WeakReference::create(new stdClass);27 string(55) "Cannot create dynamic property WeakReference::$disallow"28 string(57) "Cannot create dynamic property WeakReference::$disallowed"
37 Cannot create references to/from string offsets38 Cannot create references to/from string offsets39 Cannot create references to/from string offsets
15 $ref_value = \WeakReference::create($cdata_value);16 $ref_array = \WeakReference::create($cdata_array);17 $ref_free = \WeakReference::create($cdata_free);
24 Notice: ob_start(): Failed to create buffer in %s on line %d29 Notice: ob_start(): Failed to create buffer in %s on line 1334 Notice: ob_start(): Failed to create buffer in %s on line 1439 Notice: ob_start(): Failed to create buffer in %s on line 15
52 CAUGHT: Cannot create any files in magic ".phar" directory53 CAUGHT: Cannot create any files in magic ".phar" directory54 CAUGHT: Cannot create any files in magic ".phar" directory55 CAUGHT: Cannot create any files in magic ".phar" directory
9 function create() {13 var_dump(create());
19 echo "create: failed\n";21 echo "create: ok\n";44 create: ok
7 public static function create(): static {12 var_dump(Test::create());
10 //define the files to go into these directories, create one in dir227 // create a file in the middle directory36 //create a file in dir145 // create a file in working directory61 // create a file in the script directory
26 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 35 milliseconds