Searched refs:create (Results 1 – 25 of 886) sorted by relevance
12345678910>>...36
2 PostgreSQL create large object with given oid17 echo "create LO from int\n";25 echo "create LO from string\n";33 echo "create LO using default connection\n";44 create LO from int45 create LO from string46 create LO using default connection
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
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 Bug #77895: IntlDateFormatter::create fails in strict mode if $locale = null 10 var_dump(IntlDateFormatter::create(null, IntlDateFormatter::NONE, IntlDateFormatter::NONE));
2 Transliterator::create (basic)8 $t = Transliterator::create("any-latin");
12 echo 'test create from gd2: ';17 echo 'test create from gd2 part: ';22 test create from gd2: ok23 test create from gd2 part: ok
12 echo 'test create from wbmp: ';17 test create from wbmp: ok
22 $create = "CREATE TEMPORARY TABLE IF NOT EXISTS t54221(a int)";24 $query = "$create;$create;$create;";
16 $create = "CREATE TABLE test (a0 MEDIUMBLOB NOT NULL DEFAULT ''";19 $create .= ", a$i MEDIUMBLOB NOT NULL DEFAULT ''";21 $create .= ") ENGINE=MyISAM"; // doesn't work with InnoDB, which is default in 5.523 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
10 /* Test copy(): Trying to create a copy of an existing dir */14 echo "*** Test copy() function: Trying to create a copy of an existing dir ***\n";34 *** Test copy() function: Trying to create a copy of an existing dir ***
5 $wr = WeakReference::create(new stdClass);27 string(55) "Cannot create dynamic property WeakReference::$disallow"28 string(57) "Cannot create dynamic property WeakReference::$disallowed"
7 function create() {11 var_dump(create());
7 public static function create(): static {12 var_dump(Test::create());
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
21 echo "create: failed\n";23 echo "create: ok\n";46 create: ok
14 //define the files to go into these directories, create one in dir231 // create a file in the middle directory40 //create a file in dir149 // create a file in working directory65 // create a file in the script directory
13 function create() {19 $test = $factory->create();
2 Basic class support - attempting to create a reference to a class constant10 echo "\nAttempting to create a reference to a class constant - should be parse error.\n";
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 33 milliseconds